body {
	background-color: #ffffff;
	color: #2d358f;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

a:link, a:visited  { color: #2d358f; text-decoration: underline;}
a:hover {text-decoration: none;}

h1 { font: 30px Arial, Verdana, Helvetica, sans-serif; margin: 0 0 0 0; color: #2d358f;}
h2 { font: 14px Arial, Verdana, Helvetica, sans-serif; margin: 0 0 0.8em 0; color: #2d358f;}
h3 { font: 14px Arial, Verdana, Helvetica, sans-serif; margin: 0.7em 0 0 0.7em; color: #2d358f;}

#container
{
	margin: 0 auto;
	width: 992px;
	text-align: left;
	border-left: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	border-top: 1px solid #aaaaaa;
	
}

#header
{
	width: 992px;
	height: 132px;
	text-align: left;
	background-image:url(images/head-bkg.gif);
}

#top1
{
	width: 670px;
	height: 52px;
	padding-top: 34px;
	padding-left: 11px;
	text-align: left;
	float: left;
}

#top2
{
	width: 311px;
	height: 52px;
	padding-top: 34px;
	text-align: left;
	float: left;
}

.address1{
	width: 169px;
	height: 52px;
	float: left;
}

.address2{
	width: 142px;
	height: 52px;
	float: left;
}


#nav
{
	width: 978px;
	height: 43px;
	padding-left: 11px;
	padding-right: 1px;
	float: left;
}

#mainpic{
	width: 992px;
	height: 106px;
}

#main
{
	width: 992px;
	height: auto;
	background-image:url(images/main-bkg.gif);
	text-align: left;
}

#main-cont
{
	width: 962px;
	height: auto;
	padding-left: 15px;
	padding-top: 24px;
	padding-right: 15px;
}

#seq
{
	width: 552px;
	height: 339px;
	padding-right: 9px;
	float: left;
	
}

#recent
{
	width: 391px;
	height: 371px;
	float: right;
}

#recent2
{
	width: 391px;
	height: 358px;
	border-left: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	border-top: 1px solid #aaaaaa;
	background-image:url(images/rec-bkg.gif);
}

.recent-ins
{
	width: 387px;
	height: auto;
	margin-top: 19px;
	padding-left: 2px;
	padding-right: 2px;
	
}

.recent-ins-1
{
	width: 180px;
	height: auto;
	padding-left: 8px;
	float: left;
	border-right: 1px solid #aaaaaa;
	
}

.recent-ins-r
{
	width: 182px;
	height: auto;
	padding-left: 8px;
	padding-right: 8px;
	float: right;
	
}

.gallery{
	width: 191px;
	float: left;
	padding-bottom: 5px;
}

.sp{
	width: 970px;
	height: 60px;
	float: left;
}

.clear { 
	clear: both;
 }

.foot
{
	width: 992px;
	height: 34px;
	padding-top: 23px;
	float: left;
	text-align: center;
	font: 9px Verdana, Helvetica, sans-serif;
	background-image:url(images/foot-bkg.gif);
}

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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; background: url(images/prevlabel.gif) left 15% no-repeat;}
#nextLink { right: 0; float: right; background: url(images/nextlabel.gif) right 15% no-repeat;}
#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;
	}

#imageData{
	padding:0 10px;
	}
#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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}
	
.colors_widget_title{
        text-align:center;
		
}

.colors_widget_title a:link, .weather_widget_title a:visited{
      
        color:#3F3F3F;
		text-align:center;
		text-decoration: none;
}

.colors_widget_title a:hover{

        text-align:center;
        color:#000000;
		text-decoration: none;
}


