body
	{
		text-align: center;
		background: url(images/body_bg.jpg);
		color: #000;
		font: 12px Verdana,Tahoma,Arial,sans-serif;
	}
	
	#container
	{
		text-align: left;
		margin: 0 auto;
		width: 850px;
		background: #FFF repeat-y;
		
	}
	
	#container2
	{
		text-align: left;
		margin: 0 auto;
		width: 850px;
			background: #FFF repeat-y;
	}
	
	#container3
	{
		text-align: justify;
		margin: 0 auto;
		width: 742px;
		
	}
	
	#container4
	{
		text-align: left;
		margin: 0 auto;
		width: 742px;
		color:#fff;
		background: url(images/bg3.gif);
	}
	
	#mobbox
	{
		text-align: left;
		margin: 0 auto;
		width: 800px;
		height: 275px;
		margin-top: 5px;
		border-right: 2px solid #0759fa;
		border-left: 2px solid #0759fa;
		border-top: 2px solid #0759fa;
		border-bottom: 3px solid #0759fa;
	}
	#ins-box
	{
		text-align: left;
		margin: 0 auto;
		width: 620px;
		height: 139px;
		margin-top: 2px;
		border-right: 2px solid #dedede;
		border-left: 2px solid #dedede;
		border-top: 2px solid #dedede;
		border-bottom: 2px solid #dedede;
		background: url(images/box-bk.gif);
	}
	
	.style7 {
	color: #0759FD;
	font-weight: bold;
	font-size: 16px;
	}
	.style8 {color: #0759FB}
	.style9 {
	color: #0759FD;
	font-size: 10px;
	}
	.style10 {font-size: 12px}
	
    #tabsJ {
      float:left;
      width:100%;
      background:#FFF;
      font-size:85%;
      line-height:normal;
          border-bottom:1.5px solid #0859fc;
      }
    #tabsJ ul {
        margin:0;
        padding:10px 10px 0 9px;
        list-style:none;
      }
    #tabsJ li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsJ a {
      float:left;
      background:url("images/tableftJ.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #tabsJ a span {
      float:left;
      display:block;
      background:url("images/tabrightJ.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#0859fc;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsJ a span {float:none;}
    /* End IE5-Mac hack */
    #tabsJ a:hover span {
      color:#FFF;
      }
    #tabsJ a:hover {
      background-position:0% -42px;
      }
    #tabsJ a:hover span {
      background-position:100% -42px;
      }

        #tabsJ #current a {
                background-position:0% -42px;
        }
        #tabsJ #current a span {
                background-position:100% -42px;
                color:#FFF;
        }
	
	a:link { color: #0759fb; }
	a:visited { color: #0759fb; }
	
	a:hover, a:active
	{
		color: #f7c038;
	}
	
	div#storage {
	width: 2px;
	height: 3px;
	overflow: hidden;
	background-color: none;
}
.sp
	{
	width: 200px;
	height: 4px;
	}



 /* Box which holds and aligns the menu to the right. */
#menu{
width: 200px;
}

 /* The actual menu holder. */
#menu dl{
	margin: 0px 0 15px 0;
	padding: 0px 0 0px 0;
	border-left: 1.5px #3c59fc solid;
}

 /* Styles the link-descriptions above the links. */
#menu dt{
	margin: 5px 0 0 0;
	padding: 0 5px 0 5px;
	background: #0759fd;
	font: 1em/150% verdana, sans-serif;
	color: #fff;
}

 /* Tags which holds each link in the menu. */
#menu dd{
	margin: 0;
	padding: 0;
}

 /* Styles the links in the menu. */
#menu dd a{
	background: #ffffff url(menu-link-bg.gif) left top no-repeat;
	display: block;
	font: 1em/20px verdana, sans-serif;
	color: #5D5B32;
	padding: 0 5px 0 15px;
	text-decoration: none;
}

 /* Makes a hover effect when the mouse is over a link. Also styles the selected link. */
#menu dd a:hover, #menu dd a.selected{
	color: #fff;
	background: #f7c038 url(menu-link-bg-hover.gif) left top no-repeat;
}

 /* Makes the hover-effect disappear (but with the dark arrow intact) when the mouse is over the menu. */
#menu dl:hover dd a.selected{
	background: #ffffff url(menu-link-bg-hover.gif) left top no-repeat;
	display: block;
	font: .8em/20px verdana, sans-serif;
	color: #5D5B32;
	padding: 0 5px 0 15px;
	text-decoration: none;
}

#menu dl:hover dt{
	color: #fff;
}

 /* A form. */
#menu form{
 	margin: 0;
	padding: 4px;
}

 /* Styles the text-input. */
#menu input.text{
	width: 175px;
	margin: 0 0 2px 8px;
	padding: 0px;
	background: #ffffff;
	border: 1px #C5D2D9 solid;
	font: .7em verdana, sans-serif;
	color: #000000;
}

 /* Styles the button. */
#menu input.button{
	width: 175px;
	margin: 0 0 2px 8px;
	padding: 0px;
	background: #EAF0F3;
	border: 1px #C5D2D9 solid;
	font: .7em verdana, sans-serif;
	color: #000000;
}

 /* Changes the text and button background colour, when in focus (works only in some compliant browsers, such as Opera). */
#menu input.text:focus, #menu input.button:focus{
	background: #F5F5E7;
}

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