/* STANDARD CSS FILE - BADSHARK COMMUNICATIONS */

/* ---------------------------- */
/* STANDARD HTML TAG RESET  (Thanks to Eric Meyer, Blueprint, 960gs) */
/* ---------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
} 

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }

/* ---------------------------- */
/* STANDARD HTML TAG DEFINITION */
/* ---------------------------- */

body {
	background: #000000 url('images/background.jpg') top center no-repeat;
	color: #55381C;
 	font-family: Georgia, Times, Helvetica, Arial, sans-serif;
 	font-size: 13px;
	line-height: 1.5; 
}

form, input { 
	color: #fffbe1; 
 	font-family: Tahoma, Helvetica, Arial, sans-serif;
 	font-size: 12px;
}

h1 {font-size:36px;} 
h2 {font-size:24px;} 
h3 {font-size:18px;} 
 
a:link, a:visited {color: #ffffff; text-decoration: none; outline: none; font-weight: bold;} 

a:hover {text-decoration: none; outline: none; border-bottom: 1px dotted #fffbe1;}

a:active { text-decoration: none; outline: none;}

ul {list-style: none;}

/* ----------------------------*/ 
/* PAGE ELEMENTS     */ 
/* ----------------------------*/ 

.container {
	width: 960px;
	margin: 0px auto;
	padding: 0px 10px;
	position: relative;
}


	/* ---------------------------*/ 
 	/* MAIN    */
	
	#header {
		height: 91px;
		margin: 20px 0px;
	}
	
	
		#header img {
			float: left;
			width: 200px;
			height: 91px;
		}
		
		#header h3 {
			float: left;
			font-size: 12px;
			color: #f5f5f5;
			line-height: 1.4;
			margin-left: 30px;
			margin-top: 3px;
		}
			
	/* ---------------------------*/ 
 	/* MAIN    */
	
	#main {
		
	}
	
	.leftCol {
		float: left;
	}
	
	.rightCol {
		float: right;
	}
	
		.box {
			background: rgb(253, 187, 66); /* The Fallback */
			background: rgba(253, 187, 66, 0.9);
			margin-bottom: 30px;
			border-radius: 5px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			box-shadow: 0px 0px 5px #ffffbe;
			-webkit-box-shadow: 0px 0px 5px #ffffbe;
			-moz-box-shadow: 0px 0px 5px #ffffbe;
			width: 350px;
			padding: 25px 25px 15px 25px;
		}
		
			.box h1 {
				text-align: center;
				font-size: 48px;
				color: #1e4580;
				text-transform: uppercase;
				line-height: 1;
			}
			
			.box h2 {
				text-align: center;
				font-size: 18px;
				color: #972523;
				text-transform: uppercase;
				letter-spacing: 4px;
				line-height: 1;
				margin-top: -10px;
			}
			
			#textSlide {
				margin-top: 10px;
				margin-bottom: 15px;
			}
			
				#textSlide div {
					width: 340px;
				}
			
			.box h3 {
				text-transform: uppercase;
				float: right;
				margin-top: -10px;
				font-size: 24px;
				line-height: 2;
				color: #972523;
			}
			
				.box h3 a {
					color: #972523;
					display: block;
				}
				
				.box h3 a:hover, .box h3 a.current {
					border-bottom: 0px;
					color: #ffffff;
				}
			
			.box h3:first-child {
				float: left;
				color: #1e4580;
			}
			
				.box h3:first-child a {
					color: #1e4580;
				}
				
				.box h3:first-child a:hover, .box h3:first-child a.current {
					color: #ffffff;
				}
			
				.box h3:first-child a img {
					margin-top: -10px;
				}
			
				.box h3 img {
					vertical-align: middle;
					margin-top: -10px;
				}
				
				.box h3:first-child img {
					margin-top: 0px;
				}
				
			#nav, #nav2 {
				text-align: center;
			}
			
				#nav a, #nav2 a {
					margin: 0px 10px;
					background: #972523;
					display: inline-block;
					width: 10px;
					height: 10px;
					text-indent: -9999em;
				}
				
				#nav a:hover, #nav a.activeSlide, #nav2 a:hover, #nav2 a.activeSlide {
					background: #1e4580;
					border-bottom: 0px;
					box-shadow: 0px 0px 5px #ffffbe;
					-webkit-box-shadow: 0px 0px 5px #ffffbe;
					-moz-box-shadow: 0px 0px 5px #ffffbe;
				}
				
			
				#photoSlide {
					margin-top: 10px;
					margin-bottom: 30px;
					width: 350px;
					height: 150px;
				}
				
					#photoSlide div {
						width: 350px;
						height: 170px;
						position: relative;
					}
				
					#photoSlide img {
						border: 1px solid #999999;
						position: relative;
						z-index: 10;
					}
					
					#photoSlide img.open {
						border: 0px;
						z-index: 100;
						position: absolute;
						top: 10px;
						right: 10px;
						display: none;
					}
					
					#photoSlide div:hover img.open {
						display: block;
					}
					
					#photoSlide div h3 {
						position: absolute;
						bottom: -1px;
						left: 0px;
						z-index: 100;
						background: rgb(149, 149, 149); /* The Fallback */
						background: rgba(149, 149, 149, 0.5);
						font-size: 12px;
						line-height: 1;
						padding: 10px;
						font-weight: bold;
						text-transform: none;
						color: #ffffff;
					}
				
				#nav2 {
				}
				
					#photoSlide div a:hover {
						border-bottom: 0px;
					}
				
				#map {
					margin-top: 10px;
					border: 1px solid #999999;
					width: 350px;
					height: 170px;
				}
				
				#photosButton.current, #mapButton.current {
					color: #ffffff;
				}
				
		#contact {
			width: 300px;
			height: 233px;
			background: url('images/backForm.png') no-repeat;
			padding: 0px 40px;
			margin-top: 500px;
			margin-right: -10px;
			position: relative;
		}
		
			#email, #message {
				margin-left: 25px;
				width: 200px;
				background: rgb(253, 187, 66); /* The Fallback */
				background: rgba(253, 187, 66, 0.9);
				border: 0px;
				border-radius: 5px;
				-moz-border-radius: 5px;
				-webkit-border-radius: 5px;
				font-size: 12px;
				font-weight: bold;
				color: #55381C;
				padding: 10px;
			}
			
			#email {
				margin-top: 55px;
			}
			
			#message {
				height: 50px;
				width: 230px;
				margin-top: 5px;
			}
			
			#contact p {
				text-align: right;
				font-size: 10px;
				width: 150px;
				position: absolute;
				right: 70px;
				bottom: 40px;
				padding: 5px;
			}
			
			#submit {
				background: none;
				border: none;
				cursor: pointer;
				text-indent: -9999em;
				background: url('images/submit.png') no-repeat;
				display: block;
				width: 48px;
				height: 22px;
				margin-left: 28px;
				margin-top: 15px;
			}
			
		/* Prices */
		
		.box.prices {
			width: 900px !important;
			font-size: 14px;
			color: #55381C;
			padding-bottom: 60px;
		}
		
			.priceTitle {
				text-align: left !important;
				color: #1e4580 !important;
				letter-spacing: 2px !important;
				margin: 10px 0px !important;
			}
			
			.box.prices ul {
				list-style: disc inside;
				color: #972523;
			}
			
				.box.prices ul li ul {
					margin-left: 20px;
				}
			
				.box.prices ul li p {
					color: #55381C;
					display: inline;
				}
				
					.box.prices p strong {
						font-family: Helvetica, Arial, sans-serif;
						font-size: 16px;
						padding-left: 5px;
					}
				
				table { 
					border-collapse: collapse;
					font-family: Helvetica, Arial, sans-serif;
				}
				
				th,td {
					border: 1px solid #ffffff;
					padding: 4px 10px;
					line-height: 1.3;
					color: #1e4580;
				}
				
				thead th {
					text-transform: uppercase;
					font-weight: bold;
					font-size: 13px;
					padding: 5px 15px;
					background: #e1e1e1;
				}
				
				tbody td { 
					border-top: 0;
					border-bottom: 0;
				}
				
				tbody tr.alt td { 
					background: #d8ddf0;
				}
				
				tbody tr.over td, tbody tr:hover td { 
					background: #4f70dc;
					color: #ffffff;
				}
				
				tfoot td {
					text-align: center;
					font-size: 11px;
				}
												
	/* ---------------------------*/
	/* FOOTER */ 

	#footer {
		text-align: right;
		text-transform: uppercase;
		margin: 60px 25px 20px 0px;
		color: #d8caba;
		font-family: Helvetica, Arial, sans-serif;
		font-size: 10px;
		font-weight: normal;
	}
	
		#footer a {
			color: #d8caba;
			font-weight: normal;
		}
		
			
/* ----------------------------*/
/* CUSTOM CLASSES     */
/* ----------------------------*/

.red {
	color: rgb(255, 0, 0);
}

.errorField {
	background: rgb(255, 0, 0) !important;
	color: #ffffff;
}

.messageOut {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	padding-top: 50px;
	color: #1e4580;
	text-shadow: 0px 1px 0px #e5e5ee;
}

.leftAlign {float:left;}

.rightAlign {float:right;}

.clear {clear: both; height: 0px;}

em {font-style: italic;}
