/* CSS Document */
/* main navigation styles are in the SPIE-NavStyles.css file 
/* Registry styles found in the SPIE-FormStyle.css */
/* left column styles found in the SPIE-LeftcolStyle.css */

/* 
global colors 
Dark blue #132441
medDark blue #263b5e
med nav blue #83a7bd
med light blue #d2e6ec
med light footer blue #a2bdcd
med light href link blue #507e9a
light Blue #deebef
text grey #5b5b5b
text greyblue #7c90a5
text dark blue #263b5e


*/

body {
	background-color:#a2bdcd;
	
	background-repeat:repeat-x;
	background-position:top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:17px;
	color:#5b5b5b;
	letter-spacing:.04em;	
	margin:0px;
	padding:0px;
}

a { color:#5b5b5b; font-weight:bold; }
a:hover { text-decoration:none; }


/* Visibility Hidden */
.Hidden {
	visibility: hidden;
}
 	
/* Visibility Visible */
.Visible {
	visibility: visible;
}


#page { border:4px solid #83a7bd;  padding:0;  }

#clear { clear:both; }

#leftcol { width:325px; padding:0px; vertical-align:top; text-align:center; background-color:#deebef; }
	#leftcol p { text-align:center; line-height:17px;  padding:20px 0px 0px 0; width:220px; margin:0px auto 0px auto; }
	#leftcol img { border:0px; }


/*#content { position:relative; width:516px; float:left; margin:0px 0 0 49px; }
	#contentbkgrnd { background-color:#deebef;}
	#content h1 { margin:0px; }
	#content h1 span { display:none; }
	#content p { margin:0px 0 5px 0px; text-align:left; line-height:19px; }
	html>body #content p { margin:0px 0 20px 0px; text-align:left; line-height:17px; }
	#photoLeft { margin:6px 14px 18px 0px; float:left; }
	#photoRight { margin:6px 0px 14px 18px; float:right; }
	.red { color:#6e0f12 }
	.blue { color:#004669 }*/	

#leftcol a { display:block; }
#leftcol a span { display:none; }

#Location a {
	width:152px;
	height:33px;
	background-image:url(../img/global/photogallery-location-off.gif);
	margin:0px auto 7px auto;
}
#Location a:hover {
	width:152px;
	height:33px;
	background-image:url(../img/global/photogallery-location-on.gif);
	margin:0px auto 7px auto;
}
#LocationDown a {
	width:152px;
	height:33px;
	background-image:url(../img/global/photogallery-location-on.gif);
	margin:0px auto 7px auto;
}
#Homes a {
	width:152px;
	height:33px;
	background-image:url(../img/global/photogallery-homes-off.gif);
	margin:0px auto 7px auto;
}

#Homes a:hover {
	width:152px;
	height:33px;
	background-image:url(../img/global/photogallery-homes-on.gif);
	margin:0px auto 7px auto;
}
#HomesDown a {
	width:152px;
	height:33px;
	background-image:url(../img/global/photogallery-homes-on.gif);
	margin:0px auto 10px auto;
}

#Lifestyle a {
	width:152px;
	height:33px;
	background-image:url(../img/global/photogallery-lifestyle-off.gif);
	margin:0px auto 20px auto;
}
#Lifestyle a:hover {
	width:152px;
	height:33px;
	background-image:url(../img/global/photogallery-lifestyle-on.gif);
	margin:0px auto 20px auto;
}
#LifestyleDown a {
	width:152px;
	height:33px;
	background-image:url(../img/global/photogallery-lifestyle-on.gif);
	margin:0px auto 7px auto;
}
	




	



