@charset "utf-8";

/* Standard Tags */
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/img-body_gradient.png);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #DAD7AF;
}

strong {
	font-weight: bold;
}

/* Container */
#container {
	width: 800px;
	margin: 0px auto 0px auto;
	padding: 0 5px 0 5px;
	border-left: solid 2px #000401;
	border-right: solid 2px #000401;
}

#container2 {
	width: 800px;
	margin: 0;
	padding: 0;
	background-color: #000401;
}


/* Header */
#header {
	margin: 0;
	padding: 0;
}

#header img {
	margin: 0;
	padding: 0;
}

/* Navigation */
#nav-container {
	height: 54px;
	width: 800px;
}

#nav-bar {
	height: 39px;
	width: 650px;
	float: right;
	/* text-align: center;
	background-image: url(../images/img-nav.jpg);
	background-position: right bottom;
	background-repeat: no-repeat; */
}

#nav-bar a {
	color: #ffffff;
	font-weight: bold;
	/* font-size: 1.1em; */
	font-variant: small-caps;
	text-decoration: none;
}

#nav-bar a:hover {
	text-decoration: underline;
}

#sub-nav {
	width: 650px;
	font-size: 1.0em;
	line-height: 14px;
	color: #dad7af;
	float: right;
	text-align: center;
}

#sub-nav a {
	text-decoration: none;
	color: #dad7af;
	font-variant: small-caps;
}

#sub-nav a:hover {
	text-decoration: underline;
}

/* Left Hand Column */
#col-left {
	width: 180px;
	text-align: center;
	float: left;
	padding-top: 40px;
}

#col-left p {
	color: #62bdce;
	font-size: .9em;
}

#col-left img {
	border: solid 1px #DAD7AF;
}

#col-left a img {
	border: solid 1px #DAD7AF;
}

#col-left a img:hover {
	border: solid 1px #62bdce;
}

/*Email Sign-up */
#newsletter {
	width: 160px;
	margin: 10px auto 0 auto;
	border: double 4px #DAD7AF;
	background-color: #000401;
}

/* Flash Content */
#flash-sml {
	width: 160px;
	border: solid 1px #dad7af;
	margin: 0 10px 30px 10px;
}

#flash-lt {
	width: 160px;
	border: solid 1px #dad7af;
	margin: 0 10px 0 0;
	float: left;
}

/* Right Column */
#col-right {
	width: 180px;
	float: right;
	padding-top: 40px;
	
}

/* Packages and Specials */
.package {
	width: 150px;
	float: right;
}

.package img {
	border: none;	
}

/*Email Sign-up */
#newsletter {
	width: 160px;
	margin: 10px auto 0 auto;
	border: double 4px #DAD7AF;
	background-color: #000401;
}

#newsletter a {
	color: #62bdce;
	text-decoration: none;
	font-size: 1.2em;
}

#newsletter a:hover {
	text-decoration: underline;	
}

/*Friend Sign-up */
#friend {
	width: 160px;
	margin: 10px auto 0 auto;
	border: double 4px #DAD7AF;
	background-color: #000401;
}

#friend a {
	color: #62bdce;
	text-decoration: none;
	font-size: 1.2em;
}

#friend a:hover {
	text-decoration: underline;f	
}

/* Content */
#content {
	margin: 0 190px 0 190px;
	text-align: left;
}

#content h3 {
	color: #DAD7af;
	font-size: 1.1em;
}

#content h4 {
	color: #DAD7AF;
}

#content a {
	color: #62bdce;
	text-decoration: none;
	font-weight: bold;
}

#content a:hover {
	text-decoration: underline;
}

/* Tell a Friend Form */
#form-friend {
	width: 400px;
	margin: 0 auto 0 auto;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #62BDCE;
	padding-top: 1.5em;
	margin: .5em 0;
	background-color: #000401;
	color: #FFFFFF;	
}

/* Photo Requirements */
#photo-req {
}

#photo-req li {
		margin: 0 0 0 0px;	
}

/* NOTB Links */
.NOTB-Links {
	margin-bottom: 30px;
}

.NOTB-Links h4 {
	margin: 0;
	padding: 0;
}

.NOTB-Links p {
	margin-top: 5px;
	padding-top: 0;
}

.NOTB-Links img {
	margin: 0 20px 0 0;	
}

/* Footer */
#footer {
	clear: both;
	width: 800px;
	height: 100px;
	text-align: center;
	color: #dad7af;
}

#footer a {
	color: #62bdce;
	text-decoration: none;
	font-weight: bold;
}

#footer a:hover {
	text-decoration: underline;
}

/* design classes */
.highlight {
	width: 150px;
	float: right;
	text-align: center;
	font-size: .9em;
	color: #62bdce;
	background-image: url(../images/highlight-tab.png);
	background-repeat: no-repeat;
}

.highlight h3 {
	width: 130px;
	margin: 30px 15px 0 15px;
	padding: 0;
	text-align: left;
}

.highlight p {
	width: 130px;
	margin: 0px 15px 10px 15px;
	padding: 0;
	text-align: left;
}

.highlight:hover {
	background-image: url(../images/highlight-tab_over.png);
	background-repeat: no-repeat;
}

.highlight a {
	color: #62bdce;
	text-decoration: none;	
}

.superscript {
	vertical-align: text-top;
	font-size: .8em;
}

.img-pr {
	float: right;
	margin: 0 0 10px 0;
}

.float-lt {
	float: left;	
}

.float-rt {
	float: right;	
}

.bottom-txt {
	margin: auto 0 0 0;
}