@charset "utf-8";
/* CSS Document */

html, body {background-color:#efefec;}

#container {width: 785px; margin-left: auto; margin-right: auto;}

#logo {width: 785px; padding-bottom:15px}

#nav_top {width: 785px; text-align: center; padding-bottom:15px;}
#nav_top img { }
.space {padding-right:5px;}


#main {width: 769px; border:8px solid; border-color: #FFFFFF; background-color:#FFFFFF; height: 100%}
.main_title {font-family: geneva, arial, helvetica; font-size: 14pt; font-weight: bold; color: #99A66D;}
.main_text {font-family: geneva, arial, helvetica; font-size: 9pt; color: #000000;}
.state {font-family: geneva, arial, helvetica; font-size: 13pt; font-weight: bold; color: #A3A3A3; text-decoration: underline;}
.store {font-family: geneva, arial, helvetica; font-size: 9pt; font-weight: bold; color: #99A66D; font-weight: bold;}
.location {font-family: geneva, arial, helvetica; font-size: 9pt; font-weight: none; color: #000000;}

#left_float {float: left; width: 200px;}
.title {font-family: geneva, arial, helvetica; font-size: 14pt; font-weight: bold; color: #99A66D;}
.text2 {font-family: geneva, arial, helvetica; font-size: 10pt; color: #000000;}

#right_float {float: right; width: 549px; padding-left: 20px; padding-top: 40px}
.category {font-family: geneva, arial, helvetica; font-size: 13pt; font-weight: bold; color: #A3A3A3;}
.text3 {font-family: geneva, arial, helvetica; font-size: 9pt; color: #000000;}

#left_float2 {float: left; width: 350px;}
.title {font-family: geneva, arial, helvetica; font-size: 14pt; font-weight: bold; color: #99A66D;}
.text2 {font-family: geneva, arial, helvetica; font-size: 10pt; color: #000000;}

#right_float2 {float: right; width: 399px; padding-left: 20px; padding-top: 40px}
.category {font-family: geneva, arial, helvetica; font-size: 13pt; font-weight: bold; color: #A3A3A3;}
.text3 {font-family: geneva, arial, helvetica; font-size: 9pt; color: #000000;}

#clear {clear: both}

#apply { }
.text4 {font-family: geneva, arial, helvetica; font-size: 9pt; color: #000000;}
.error {font-family: geneva, arial, helvetica; font-size: 13pt; color: #FF0000; font-weight: bold;}
.category {font-family: geneva, arial, helvetica; font-size: 13pt; font-weight: bold; color: #A3A3A3;}
.form {font-family: geneva, arial, helvetica; font-size: 9pt; color: #000000; font-weight: bold;}

#mag {text-align: center; padding-top:10px}


#bottom_nav {width: 785px; background-color: #FFFFFF; text-align: center; padding-top:7px; padding-bottom:7px;}
.text {font-family: geneva, arial, helvetica; font-size: 8pt; color:#a3a3a3;}


#copy{width: 785px; text-align: center;}
.text {font-family: arial; font-size: 7pt; color:#a3a3a3;}

A.mag:link, A.mag:visited, A.mag:active { text-decoration: none; font-family: geneva, arial, helvetica; font-size: 8pt; font-weight: none; color: #99A66D}
A.mag:hover { text-decoration: none; font-family: geneva, arial, helvetica; font-size: 8pt; font-weight: none; color: #4b4b4b}

A.green:link, A.green:visited, A.green:active { text-decoration: underline; font-family: geneva, arial, helvetica; font-size: 9pt; font-weight: none; color: #99A66D}
A.green:hover { text-decoration: underline; font-family: geneva, arial, helvetica; font-size: 9pt; font-weight: none; color: #4b4b4b}

A.nav2:link, A.nav2:visited, A.nav2:active { text-decoration: none; font-family: geneva, arial, helvetica; font-size: 8pt; font-weight: none; color: #000000}
A.nav2:hover { text-decoration: none; font-family: geneva, arial, helvetica; font-size: 8pt; font-weight: none; color: #4b4b4b}


A.nav:link, A.nav:visited, A.nav:active { text-decoration: none; font-family: geneva, arial, helvetica; font-size: 9pt; font-weight: none; color: #000000}
A.nav:hover { text-decoration: none; font-family: geneva, arial, helvetica; font-size: 9pt; font-weight: none; color: #4b4b4b}


/* Lightbox Styles */

#lightbox{
	position: absolute;
	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(../layout/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(../layout/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../layout/images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#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;
	}