/* Resets */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* LIGHTBOX */


#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }


/* Primary layout
   ------------------------------ */

body { 
  font-size: 75%;
  color: #666;
  background: #c9cacd;
  background: url(../images/bground.jpg) repeat-x;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  padding-bottom: 3em;
}

#container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background-color:#414551;
}


/* Content
   ------------------------------ */

#header-top {
  max-width:960px;
  max-height:116px;
  min-height:116px;
  background-color:#ffffff;
  padding:0px;
  overflow:hidden;
}

#content-wrapper {
	width: 960px;
	padding: 0px;
	border-top: 1px solid #ddd;
	background-color: #ffffff;
	overflow:hidden;
	float: left;
	position: relative;
	z-index: 1;
}

#content-text {
	width: 246px;
	padding: 35px;
	background-color: #ffffff;
	overflow:hidden;
	float: left;
	position: relative;
	z-index: 2;
}

#content-text ul {
	list-style-type:disc;
	margin-left: 15px;
	font-size: 13px;
	line-height: 20px;
}

#content-pics {
	width: 644px;
	padding: 0;
	background-color: #ffffff;
	overflow:hidden;
	float: right;
	position: relative;
	z-index: 3;
}

#content-pics ul {
	list-style-type:none;
}

#content-pics ul li.one {
	float: left;
	margin-right: 0px;
}
#content-pics ul li.two {
	float: right;
}

  /* Typography
     ------------------------------ */
  
h1 {
	border-style: none;
}  

img	{
	border-style: none;
}

#slideshow {
	width: 960px;
	height: 411px;
	margin: 0;
	overflow: hidden;
	float: right;
	position: relative; right: 0; bottom: 0;
}
	
	#slideshow p {
		margin: 0;	
		display: none;		
	}
	
	#slideshow p.one {
		display: block;
	}
	
		#slideshow p strong {
			position: absolute;
			font-weight: normal;
			color: #fff;
			background: rgba(0,0,0,0.0);			
		}		
		
		#slideshow p.one strong {
			right: 0px;
			top: 19px;			
		}
		
		#slideshow p.two strong {
			left: 0px;
			top: 19px;			
		}
		

#title {
	height: 50px;
	width: 960px;
	float: left;
}	

.heads {
	font-size: 18px;
	line-height: 18px;
	color: #00a8ba;
}	

.unith2 {
	color: #00a8ba;
}


  /* slide show for demographics
     ------------------------------ */		
#slideshowd {
	width: 960px;
	height: 34px;
	margin: 0;
	overflow: hidden;
	float: right;
	position: relative; right: 0; bottom: 0;
}
	
	#slideshowd p {
		margin: 0;	
		display: none;		
	}
	
	#slideshowd p.one {
		display: block;
	}
	
		#slideshowd p strong {
			position: absolute;
			font-weight: normal;
			color: #fff;
			background: rgba(0,0,0,0.0);			
		}		
		
		#slideshowd p.one strong {
			right: 0px;
			top: 19px;			
		}
		
		#slideshowd p.two strong {
			left: 0px;
			top: 19px;			
		}
		
		

/* Table
-------------------------------------------------------------- */
		
#content-text td.heading {
	text-align: left;
	width: 125px;
	font-size: 15px;
	border-bottom: 1px solid #ddd;

}

#content-text td.numbers {
	text-align: right;
	width: 122px;
	font-size: 15px;
	border-bottom: 1px solid #ddd;

}

/* Site Information
-------------------------------------------------------------- */

#site-left {
	float: left;
	padding: 20px 0	20px 30px;
	width: 341px;
}

#site-right {
	float: right;
	padding: 20px 30px 20px 0;
	width: 341px;
}



/* Downloads
-------------------------------------------------------------- */

#download-left {
	float: left;
	padding: 40px 0	20px 80px;
	width: 291px;
}

#download-right {
	float: right;
	padding: 40px 71px 20px 0;
	width: 291px;
}

.bro-title {
	color: #B2A338;
	text-transform: uppercase;
	font-size: 13px;
	border-bottom: 1px solid #B2A338;
}

.bro-title a,
.bro-title a:hover {
	color: #B2A338;
	text-decoration: none;
}

.bro-sub {
	color: #B2A338;
	text-transform: uppercase;
	font-size: 11px;
}

.bro-sub a,
.bro-sub a:hover {
	color: #B2A338;
	text-decoration: none;
}




/* Contacts
-------------------------------------------------------------- */

#contact {
float: right;
width: 400px;
margin: 0 4px 0 0;
}

#contact img{
float: left;
margin: 10px 0 10px 0;
padding: 0;
}

.contact-agents {
	color: #B2A338;
	text-transform: uppercase;
	font-size: 12px;
}

.contact-agents-scheme {
	color: #B2A338;
	text-transform:none;
	font-size: 12px;
}

hr {border: none 0;
border-top: 1px solid #ccc;/*the border*/
width: 1000%;
height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}

#contact ul {
	list-style-type:none;
}

#contact ul a:link,
#contact ul a:visited {
	text-decoration:none;
	float:left;
}

#contact ul a:hover,


#contact li {
	float:left;
	width: 200px;
	margin:0;
	padding:0;
	list-style-type: none;
}

#contact li a {
	border: 0;
}


.contact-title {
	color: #B2A338;
	text-transform: uppercase;
	font-size: 11px;
}

.contact-title a,
.contact-title a:hover {
	color: #B2A338;
	text-decoration: none;
}

.contact-sub {
	color: #B2A338;
	text-transform: lowercase;
	font-size: 11px;
}

.contact-sub a,
.contact a:hover {
	color: #666666;
	text-decoration: none;
}


#terms {
	float: right;
	width: 400px;
	margin: 25px 4px 0 0;
}

.terms {
	font-size: 9px;
	color: #666;
	text-align: justify;
	line-height: normal;
}


#contact li#lsh {
	padding-left:0px;
	width:135px;
	height:89px;
	display:block;
	margin-bottom: 50px;
}
#contact li#nrs {
	padding-left:10px;
	width:97px;
	height:89px;
	display:block;
	margin-bottom: 50px;
}
#contact li#cbre {
	padding-left:10px;
	width:135px;
	height:89px;
	display:block;
	margin-bottom: 50px;
}
				
				

/* Location
-------------------------------------------------------------- */

.drive-title {
	font-size: 10px;
	color: #B2A338;
	text-align: left;
	line-height: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.drive-text {
	font-size: 10px;
	color: #666;
	text-align: left;
	line-height: normal;
}

.drive-text-italic {
	font-size: 10px;
	color: #666;
	text-align: left;
	line-height: normal;
	font-style:italic;	
}	



/* Coming soon
-------------------------------------------------------------- */

#cscontact {
float: right;
width: 400px;
margin: 0 4px 0 0;
}

#cscontact img{
float: left;
margin: 10px 0 10px 0;
padding: 0;
}

.cscontact-agents {
	color: #B2A338;
	text-transform: uppercase;
	font-size: 12px;
}

#cscontact ul {
	list-style-type:none;
}

#cscontact ul a:link,
#cscontact ul a:visited {
	text-decoration:none;
	float:left;
}

#cscontact ul a:hover,


#cscontact li.kf {
	float:left;
	width: 165px;
	height: 99px;
	margin:0;
	padding:0;
	list-style-type: none;
}

#cscontact li.isis {
	float:left;
	width: 133px;
	height: 99px;
	margin:0;
	padding:0;
	list-style-type: none;
}

#cscontact li.aviva {
	float:left;
	width: 100px;
	height: 99px;
	margin:0;
	padding:0;
	list-style-type: none;
}

#cscontact li a {
	border: 0;
}


.cscontact-title {
	color: #B2A338;
	text-transform: uppercase;
	font-size: 11px;
}

.cscontact-title a,
.cscontact-title a:hover {
	color: #B2A338;
	text-decoration: none;
}

.cscontact-sub {
	color: #B2A338;
	text-transform: lowercase;
	font-size: 11px;
}

.cscontact-sub a,
.cscontact a:hover {
	color: #666666;
	text-decoration: none;
}





#cscontacttext {
float: right;
width: 400px;
margin: 0 4px 0 0;
}

#cscontacttext img{
float: left;
margin: 10px 0 10px 0;
padding: 0;
}

.cscontacttext-agents {
	color: #B2A338;
	text-transform: uppercase;
	font-size: 12px;
}

#cscontacttext ul {
	list-style-type:none;
}

#cscontacttext ul a:link,
#cscontacttext ul a:visited {
	text-decoration:none;
	float:left;
}

#cscontacttext ul a:hover,


#cscontacttext li.kf {
	float:left;
	width: 165px;
	margin:0;
	padding:0;
	list-style-type: none;
}

#cscontacttext li.isis {
	float:left;
	width: 133px;
	margin:0;
	padding:0;
	list-style-type: none;
}

#cscontacttext li.aviva {
	float:left;
	width: 100px;
	margin:0;
	padding:0;
	list-style-type: none;
}

#cscontacttext li a {
	border: 0;
}


.cscontacttext-title {
	color: #B2A338;
	text-transform: uppercase;
	text-decoration:	none; 
	font-size: 11px;
}

.cscontacttext-title a,
.cscontacttext-title a:hover {
	color: #B2A338;
	text-decoration: none;
}

.cscontacttext-sub {
	color: #B2A338;
	text-transform: lowercase;
	font-size: 11px;
}

.cscontacttext-sub a,
.cscontacttext a:hover {
	color: #666666;
	text-decoration: none;
}




	


