body
	{
		text-align: center;
		background: #ffffff;
		color: #000000;
		font: 12px Arial,sans-serif;
		margin-top: 10px;
	}
	
a:link { color: #000;}
	a:visited {color: #000;}
	
	a:hover, a:active
	{
		color: #fff;
	}	
	
.style2 {
	font-size: 10px;
	font-style: italic;
}
.style3 {font-size: 11px}
	
#container
	{
		text-align: left;
		margin: 0 auto;
		width: 900px;
		background: url(images/main-bk.gif);
		float: center;
	}
	
#ins1
	{
  		width: 900px;
		padding-top: 20px;
  		height: auto;
		text-align: center;
	}
	
.ins2
	{
  		width: 886px;
		padding-top: 20px;
		padding-left: 14px;
  		height: auto;
	}	
	
#ins2a
	{
  		width: 886px;
  		height: auto;
	}	
	
.ins3
	{
  		width: 866px;
		padding-top: 20px;
		padding-left: 34px;
  		height: auto;
	}		
	
.sp
	{
		width: 624px;
  		height: 67px;
		float:left;
		}		
	
#top2
	{
  		width: 723px;
  		height: 154px;
	}
	
#nav
	{
		width: 753px;
  		height: 21px;
		padding-left: 147px;
		float:left;
		background: url(images/main-bk.gif);
	}	
	
#side
	{
		width: 197px;
  		height: 532px;
		float:left;
		background: url(images/side-bk.gif); no-repeat center top;
	}	
	
.sidenav
	{
		width: 186px;
  		height: 168px;
		float:right;
		text-align: right;
		padding-right: 11px;
		padding-top: 10px;
		font: 10.5px Arial,sans-serif;
		font-weight: bold; line-height: .95em;
	}	
	
.sidenav a {color: #0c5183;}
.sidenav a:hover {color: #ffffff;}
.sidenav a:visited {text-decoration: none; }		
	
.sidebot
	{
		width: 179px;
  		height: 297px;
		float:left;
		padding-left: 10px;
		padding-right: 8px;
		padding-top: 10px;
		font: 10px Arial,sans-serif;
	}			
	
#mainboxes
	{
		height: 191px;
		width: 300px;
		background: url(images/greenbox1.gif); no-repeat center top;
	}	
	
#mainboxes2
	{
		height: 191px;
		width: 300px;
		background: url(images/orangebox.gif); no-repeat center top;
	}	
	
#mainboxes3
	{
		height: 191px;
		width: 300px;
		background: url(images/bluebox.gif); no-repeat center top;
	}	
	
#mainboxes4
	{
		height: 191px;
		width: 300px;
		background: url(images/redbox.gif); no-repeat center top;
	}	
	
#insbox
	{
		height: 172px;
		width: 257px;
		padding-left: 43px;
		padding-top: 19px;
		float: left;
	}										
	

	
#main-photo {
	
	background: url(images/main-furn.jpg); no-repeat center top;
	width: 743px;
  	height: 473px;
	float:left;
	}
	
#main-text {
	padding-top: 208px;
	padding-left: 344px;
	width: 399px;
  	height: 265px;
	float:left;
	text-align: justify;
	}
	
.rightside {
	padding-left: 20px;
	width: 253px;
  	height: auto;
	float:left;

	}				

#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;
}
