@charset "utf-8";
/* CSS Document */

body {
	background-color: black;
	color:#CCCCCC;
	margin: 0;
}

ul li {
	list-style-image: url(images/bullet.gif);
}

blockquote {
	font-style: italic;
	font-weight: normal;
	background-image: url(images/bq.gif);
	background-repeat: no-repeat;
	margin-left: 30px;
	color: #FFFFFF;
	border-bottom-style: none;
	border-top-style: none;
	margin-top: 5px;
	background-position: 5px top;
	margin-right: 20px;
	border-bottom-width: 1px;
	border-top-color: #f4ca5c;
	border-right-color: #f4ca5c;
	border-bottom-color: #f4ca5c;
	border-left-color: #f4ca5c;
	width: 80%;
	text-indent: 36px;
	border-right-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-left-width: 1px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}


.imgRight {
	margin-right: 2px;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-color: #F0F0F0;
	border-width: 3px;
	border-style: solid;
	padding-left: 0px;
	padding-right: 0px;
	float: right;
	}
	
 .imgLeft {
	margin-right: 25px;
	margin-left: 5px;
	margin-top: 8px;
	margin-bottom: 8px;
	border-color: #F0F0F0;
	border-width: 3px;
	border-style: solid;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	}

.wrapper {
	margin: 0px auto;
	width: 100%;
}

.header {
	background-image: url(images/headerbg.jpg);
	background-repeat: repeat-x;
	height: 155px;
	display: block;
	width: auto;

}

.cac {
	background-image: url(images/casc.gif);
	background-repeat: no-repeat;
	position: absolute;
	width: 149px;
	height: 120px;
	top: 8px;
	left: 875px;
}

.mainContainer {
	width: auto;
	display: block;
	background-position: 0px 0px;
	background-image:url(images/main.jpg);
	background-repeat: no-repeat;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}

.navContainer {
	width: 1000px;
	height: 100px;
	position: absolute;
	text-align: right;
	z-index: 99;
	top: 149px;
	border: 0px;
}

.navContainer a:active {
	border: 0px;
}

.navContainer a:visited {
	border: 0px;
}
	
	.navContainer a {
		height: 64px;
		display: block;
		float: right;
		border: 0px;
	}
	.navContainer a.home  {
	width: 89px;
	background: url(images/home.jpg) top left no-repeat;
	}
	
	.navContainer a.gallery  {
	width: 84px;
	background: url(images/gallery.jpg) top left no-repeat;
	}
	
	.navContainer a.testimonials  {
	width: 129px;
	background: url(images/testimonials.jpg) top left no-repeat;
	}
	
	.navContainer a.contact   {
	width: 82px;
	background: url(images/contact.jpg) top left no-repeat;
	}

	.navContainer a:hover {
	background-position: 0px -64px;
	border: 0px;
	}

	.navContainer span { 
        display: none; 
	}

.contentContainer {
	width: 1150px;
	left: 0px;
	display: block;
	margin-left: 40px;
	height: 100%;
	position: relative;
	padding-top: 50px;
	font-family: Georgia, "Trebuchet MS", "Times New Roman", Times, serif;
	line-height: 24px;
	font-size: 16px;

	/*
	height: auto !important;
	height: 100%;
	min-height: 100%;
	*/

}

.highlight {
	width: 355px;
	height: 242px;
	color: #FDCB1E;
	font-size: 22px;
	font-style: italic;
	float: left;
	margin-top: 20px;
	margin-left: 8px;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 26px;
}

.title {
	width: auto;
	height: 43px;
	font-size: 34px;
	color: #FDCB1E;
	clear: both;
}

.content {
	width: 575px;
	margin-top: 15px;
	padding-top: 0px;
	float: left;
	margin-right: 10px;
	height: 100%;

}

div.spacer{clear:both; height:80px; display:block;}
div.spacer2{
	clear:both;
	height:375px;
	display:block;
}

.footer {
	font-size: 14px;
	text-align: center;
	width: 543px;
	margin-top: 30px;
	margin-bottom: 22px;
	padding: 5px;
	color: #999999;
	bottom: 0;
	position: absolute;
	height: 45px;
	left: 260px;
}


.footer a, .footer a:visited {
	color: #666666;
	text-decoration: none;
}

.footer a:hover {
	color: #FFFFFF;
	border-width: thin;
	border-bottom-style: solid;
	border-color: #f4ca5c;
	text-decoration: none;

} 

.content a, .content a:visited, .highlight a, .highlight a:visited {
	color: #CCCCCC;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-color: #f4ca5c;
	text-decoration: none;
}

.content a:hover, .highlight a:hover  {
	color: white;
	border-color: #f4ca5c; /* #e49303 ; */
	border-bottom-width: 1px;
	border-bottom-style: solid;
	text-decoration: none;
} 

.highlight a, .highlight a:visited {
	font-size: 16px;
}

.highlight a:hover {
	font-size: 16px;
} 


.in {
	padding-left: 25px;
}



.soundPlayer {
z-index: 1;
}
