/*
================================================
	Yahoo GUI Reset CSS
	http://developer.yahoo.com/yui/reset/
================================================
*/


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* common styles */
/*img { 
	behavior: url(/css/iepngfix.htc) ;
	}*/

.clearDiv {
	height: 0;
	clear:both;
	overflow:hidden;
}

strong {
	font-size: 12px;
	font-weight: bold;
	color: #5a2049;
}

em {
	font-style: italic;
}

ul
{
list-style: disc outside;
margin-left: 40px;
} 

p {
	margin-bottom: 8px;
}

a {
	text-decoration: none;
	color: #5a2049;
}

a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

h1 {
	font-family: Arial, sans-serif;
	color: #5a2049;
	/*text-transform: uppercase;*/
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 8px;
}

h2 {
	font-family: Arial, sans-serif;
	color: #5a2049;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 4px;
}

h3 {
	font-family: Arial, sans-serif;
	color: #5a2049;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
}

h4 {
	font-family: Arial, sans-serif;
	color: #5a2049;
	font-size: 14px;
	font-weight: bold;
}
/* end common styles */

body {
	font-family: Arial, sans-serif;
	/*font-family: times, serif;*/
	font-size: 14px;
	line-height: 22px;
	color: #FFFFFF;
	background: url(/media/299/background.jpg) no-repeat top center;
	background-color:  #b7a26d;
	width: 100%;
}

#header {
	/*position: absolute;
	top: 0px;
	left: 0px;*/
	height: 68px;
	width: 100%;
	background-color: #5a2049;
	/* z-index: -2; */
}

#logo {
	position: absolute;
	width: 100%;
	height: 193px;
	text-align: center;
	top: -135px;
	left: 0;
	z-index: 1;
	color: transparent;
}

#insideLogo {
	position: absolute;
	width: 100%;
	height: 193px;
	text-align: center;
	top: -68px;
	left: 0;
	z-index: 0;
	color: transparent;
}

#logo img {
behavior: url(/css/iepngfix.htc);
}

#insideLogo img {
behavior: url(/css/iepngfix.htc);
}

.logoGap {
	padding-right: 250px;
}

#wrapper {
	margin: 0 auto;
	width: 1100px;
}

#container {
	position: relative;
	z-index: 1;
	margin: 0 auto;
	width: 900px;
	text-align: center;
	padding-bottom: 20px;
}

#basicNav {
	position: relative;
	margin: 0 0 0 70px;
	height: 44px;
	width: 830px;
	z-index: 2;
}

#basicNav a {
	display: inline;
	height: 44px;
	color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 12px;
	padding:15px 15px 11px 15px;
	text-transform: uppercase;
}

#basicNav a:hover {
	background: url(/media/309/navhover.jpg) no-repeat top center;
	text-decoration: none;
	color: #5a2049;
}

.navItem {
	float: left;
	height: 44px;
	line-height: 44px;
	}

.navItem:hover {
	background: url(/media/309/navhover.jpg) no-repeat top center;
	color: #5a2049;
}
.thirdNav {
	float: left;
	height: 44px;
	line-height: 44px;
	margin-left:255px;
}

.thirdNav:hover {
background: url(/media/309/navhover.jpg) no-repeat top center;
}

#flashBar {
margin-top: 15px;
position:relative;
width: 900px;
height: 276px;
background-color: #5a2049;
z-index: -2;
}

#theFlash {
	padding: 7px 8px;
	width: 884px;
	height: 262px;
	position:relative;
	margin-bottom: 20px;
	z-index: 0;
}

#mainBody {
position: relative;
width: 100%;
/*margin-top: 15px;*/
margin-top: 25px;
padding-top: 15px;
text-align: left;
}

#bodyLeft {
	float: left;
	width:575px;
}

#bodyRight {
	float: right;
	width: 300px;
	line-height:15px;
}

#lowerText {
	margin: 0 auto;
	width: 800px;
	font-family: times, serif;
	font-size: 18px;
	height: 95px;
	}

#lowerText p {
	padding-top: 20px;
}

#footer {
	position: relative;
	margin: 0 auto;
	width: 1100px;
	height:221px;
	background: url(/media/334/footerback.jpg) no-repeat #b8a16f;
}

#bottomDetails {
	margin:0 auto;
	width: 900px;
	color: #5a2049;
	padding-top: 20px;
}

#copyLeft {
	float:left;
	width: 298px;
	line-height:15px;
}

#copyMiddle {
	float: left;
	width: 298px;
}

#copyRight {
	float: left;
	width: 298px;
	/*text-transform: uppercase;*/
	text-align: right;
	/*line-height: 57px;*/
	height: 57px;
}

#copyMiddle ul.RelatedLinks {
		display: block;
		list-style-type:none;
		text-align: center;
		/*padding-right: 25px;
		width: 300px;*/
		margin:0;
		}
	
	#copyMiddle ul.RelatedLinks li {
		/*line-height: 57px;*/
		height: 57px;
		display: inline;
		text-align: right;
		margin: 0;
		padding: 0;
		padding-left: 1em;
		padding-right: 1em;
		border-right: 1px solid #FFFFFF;
		}
#copyMiddle ul.RelatedLinks li.last {
		/*line-height: 57px;*/
		height: 57px;
		display: inline;
		text-align: right;
		margin: 0;
		padding: 0;
		padding-left: 1em;
		border-right: 0px solid #FFFFFF;
		}
	
	#copyMiddle ul.RelatedLinks li a {
		color: #FFFFFF;
		text-decoration:none;
		text-transform: uppercase;
		}
	
	#copyMiddle ul.RelatedLinks li a:hover {
		color: #5a2049;
		text-decoration:underline;
		}


#insideMain {
position: relative;
width: 100%;
margin-top: 75px;
text-align: left;
}

#testimonialBlock {
	behavior: url(/css/iepngfix.htc);
	background: url(/media/490/leftquote.png) no-repeat;
	padding-top: 60px;
	text-align: center;
}

#testimonial {
	width: 200px;
	margin: 0 auto;
	font-size: 18px;
	line-height: 24px;
}

#testimonialName {
	behavior: url(/css/iepngfix.htc);
	background: url(/media/495/rightquote.png) no-repeat top right;
	height: 75px;
	color: #5a2049;
}

#images {
	width: 450px;
	height: 600px;
	/* margin: 0 auto;*/
	text-align: left;
}

#images .slide {
	width: 450px;
	height: 600px;
	/* margin: 0 auto;*/
}


#pageImages {
	margin:20px 0 0 11px;
	text-align: left;
}

ul.subNav {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

ul.subNav li {
	display:block;
	padding: 0;
	list-style-type: none;
	color: #5a2049;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
}

ul.subNav li a {
	display: block;
	padding: 6px 0 6px 10px;
	color: #5a2049;
	text-decoration: none;
}

ul.subNav li a:hover {
	background-color: #5a2049;
	color: #FFFFFF;
}

ul.subNav li.selected {
	background-color: #5a2049;
	color: #FFFFFF;
}

ul.subNav li.selected a{
	background-color: #5a2049;
	color: #FFFFFF;
}

ul.subNav li.selected a:hover{
	background-color: #CCCCCC;
	color: #000000;
}

.newsImg {
	float:left;
	width: 270px;
}

#assocBar {
	width: 100%;
	text-align: center;
	background-color: #FFFFFF;
}

#assocBar img {
	margin-top: 0;
}


#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	/* background: url(/media/7/bodyBack.jpg) repeat-x #006490; */
	background-color: #5a2049;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	background: transparent url(___just-anything-here.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	/* background: url(/media/3058/gallerytextback.jpg) repeat-x #969596;*/
	background-color: #FFFFFF;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 10px 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #000000; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}




































































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
