body
	{
		text-align: center;
		background: #e6e6e6;
		color: #6c6c6c;
		margin: 0;
		font: 12px Verdana,Tahoma,Arial,sans-serif;
	}
	
	
	#container
	{
		text-align: left;
		margin: 0 auto;
		width: 1024px;
		background: url(images/bk.gif);
	}
	
	#top
	{
		width: 1024px;
		height: 12px;
	}
	
	#container2
	{
		text-align: left;
		width: 946px;
		padding-left: 39px;
		padding-right: 39px;
	}
	
	#header
	{
		text-align: left;
		width: 946px;
		height: 62px;
		padding-top: 5px;
	}
	
	#search
	{
		text-align: left;
		width: 232px;
		height: 32px;
		padding-top: 19px;
		padding-left: 570px;
	}
	
	#homepage
	{
		text-align: left;
		width: 710px;
		height: auto;
		text-align: justify;
		font: 12px Arial,sans-serif;
	}
	
	#promo
	{
		width: 230px;
		height: 331px;
		margin-left: 8px;
		background: url(images/promo-bk.gif);
	}
	
	#side-nav
	{
		width: 150px;
		height: auto;
		background: url(images/sidenav-mid.gif);
	}
	
	#side-nav-ins
	{
		width: 140px;
		padding-left: 10px;
		height: auto;
		background: url(images/sidenav-mid.gif);
		font: 11px Verdana,Tahoma,Arial,sans-serif;
	}
	
	#promo-ins
	{
		width: 196px;
		height: 313px;
		padding-left: 17px;
		padding-right: 17px;
		padding-top: 28px;
	}
	
	#ins-nav
	{
		width: 615px;
		height: 36px;
		padding-top: 52px;
		padding-left: 188px;
	}
	
	#side1-nav
	{
		text-align: left;
		margin: 0 auto;
		width: 154px;
		height: auto;
		margin-left: 6px;
		color: #65aadd;
	}
	
	#side1-hold
	{

		width: 270px;
		height: 270px;
		background: #ffe674;
	}
	
	#find
	{

		width: 171px;
		height: 26px;
	}
	
	.foot
	{
		text-align: center;
		margin: 0 auto;
		width: 628px;
		height: auto;
		font-weight: bold;
	}
	
	.foot2
	{
		text-align: center;
		margin: 0 auto;
		width: 628px;
		height: auto;
		font: 11px Verdana,Tahoma,Arial,sans-serif;
	}
	
.style1 {
	color: #52A4E9;	
}

.style2 {
	color: #256133;	
}

.style3 {font-size: 18px}

.style4 {
	color: #FFFFFF;
	font-weight: bold;}
	
.style5 {color: #1D75B6}
.style6 {color: #1D75B6; font-weight: bold; }	
.style7 {font-size: 14px}
.style8 {
	color: #52A4E9; font-size: 10px	}
.style9 {color: #cb656d}	
.style10 {font-family: Arial, Helvetica, sans-serif}
	
a:link { color: #6c6c6c; }
a:visited { color: #6c6c6c; }
a:hover, a:active {color: #4575af;}
	
	div#storage {
	width: 2px;
	height: 3px;
	overflow: hidden;
	background-color: none;
}
.sp
	{
	width: 628px;
	height: 13px;
	}
.sp2
	{
	width: 260px;
	height: 13px;
	}
	
#staff
	{
	width: 256px;
	
	background: #ffe674;
	padding-top: 10px;
	padding-left: 16px;
	padding-right: 10px;
	text-align: 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: transparent url(../images/blank.gif) no-repeat; /* 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;
	}

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

td img {
/* Another Mozilla/Netscape bug with making sure our images display correctly */
	display: block;
}

#FWTableContainer55522309 {
/* The master div to make sure that our popup menus get aligned correctly.  Be careful when playing with this one. */
	position:relative;
	margin:0px;
	width:152px;
	height:28px;
	text-align:left;
}

#MMMenuContainer1105105525_0 {
/* This ID is related to the master menu div for menu MMMenuContainer1105105525_0 and contains the important positioning information for the menu as a whole */
	position:absolute;
	left:0px;
	top:28px;
	visibility:hidden;
	z-index:300;
}

#MMMenu1105105525_0 {
/* This class defines things about menu MMMenu1105105525_0's div. */
	position:absolute;
	left:0px;
	top:0px;
	visibility:hidden;
	background-color:#000000;
	border:1px solid #818181;
	width:154px;
	height:51px;
}

.MMMIFVStyleMMMenu1105105525_0 {
/* This class determines the general characteristics of the menu items in menu MMMenu1105105525_0 */
	border-top:1px solid #d7d7d7;
	border-left:1px solid #d7d7d7;
	border-bottom:1px solid #d7d7d7;
	border-right:1px solid #d7d7d7;
	width:154px;
	height:26px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:144px;
	height:16px;
}

.MMMIVStyleMMMenu1105105525_0 {
/* This class determines the general characteristics of the menu items in menu MMMenu1105105525_0 */
	border-top:0px;
	border-left:1px solid #d7d7d7;
	border-bottom:1px solid #d7d7d7;
	border-right:1px solid #d7d7d7;
	width:154px;
	height:25px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:144px;
	height:16px;
}

#MMMenu1105105525_0_Item_0 {
/* Unique ID for item 0 of menu MMMenu1105105525_0 so we can set its position */
	left:0px;
	top:0px;
}

#MMMenu1105105525_0_Item_1 {
/* Unique ID for item 1 of menu MMMenu1105105525_0 so we can set its position */
	left:0px;
	top:26px;
}

#MMMenu1105105525_0_Item_2 {
/* Unique ID for item 2 of menu MMMenu1105105525_0 so we can set its position */
	left:0px;
	top:52px;
}

#MMMenu1105105525_0_Item_3 {
/* Unique ID for item 3 of menu MMMenu1105105525_0 so we can set its position */
	left:0px;
	top:77px;
}

#MMMenu1105105525_0_Item_4 {
/* Unique ID for item 3 of menu MMMenu1105105525_0 so we can set its position */
	left:0px;
	top:102px;
}

#MMMenu1105105525_0_Item_5 {
/* Unique ID for item 3 of menu MMMenu1105105525_0 so we can set its position */
	left:0px;
	top:127px;
}

#MMMenuContainer1105105525_0 img {
/* needed for Mozilla/Camino/Netscape */
	border:0px;
}

#MMMenuContainer1105105525_0 a {
/* Controls the general apperance for menu MMMenuContainer1105105525_0's items, including color and font */
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	text-align:left;
	vertical-align:middle;
	padding:4px;
	background-color:#4f8abe;
	font-weight:normal;
	font-style:normal;
	display:block;
	position:absolute;
}

#MMMenuContainer1105105525_0 a:hover {
/* Controls the mouse over effects for menu MMMenuContainer1105105525_0 */
	color:#ffffff;
	background-color:#1d1d1d;
}

#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: transparent url(../images/blank.gif) no-repeat; /* 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;
	}

#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 */
	}