	body,	html {

	background-image: url(images/body_background.gif);
		
	}
		body {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 76%

	}
	

	#wrap {
		background:#f1f5c9;
		margin:0 auto;
		width:760px;
		border: 5px solid #fff;
		
	}
	#header {
	padding: 0 0 20px 0;

	}	
	
	#logo {
		border: none;
	}
	
	#nav {
	padding: 0;	
	margin: 0;
	border-bottom: 1px dashed #fff;
	border-top: 1px dashed #fff;
	text-align: center;
	font-size: 15px;
	

}

#nav ul {
	margin: 10px 0;
		
}

#nav li {
	display: inline;
	list-style-type: none;
	padding: 0 5px;
	
	
}

#nav a, a:visited {
	color: #000;
	text-decoration: none;
	
}

#nav a:hover {
	text-decoration: underline;
}	
	
#main {
		background:#f1f5c9;
		float:right;
		width: 520px;
		margin: 0;
		padding: 0;

		/*padding: 10px;*/
	/*	margin-right: 400px;*/
		
	}
	
	#main h2, #main h3, #main p {
		padding:0 10px;
		font-size: 14px;
    }
	 
	#sidebar {
		background:#f1f5c9;
		border-right: 1px dashed #fff;
		float:left;
		width:210px;
		color: #666;
		margin: 0;

		
			}

 
	 #sidebar h3 {
/*	background: url(images/ico_green_dress.gif) no-repeat left;*/
	padding: 15px 0 0 10px;
	font-size: 13px;
	color: #000;
}

#sidebar li {
	list-style-type: none;
	line-height: 22px;
	
}

#sidebar ul {
	padding: 0;
	margin: 15px;
	margin-bottom:0;
}

#sidebar p { 
	padding: 0 0 0 10px;
	margin: 0;
	line-height: 18px;
}

	
#footer{
	clear:both;
	text-align: center;
	font-size: 10px;
	color: #666;
	border-top: 1px dashed #fff;
	padding: 10px 0 0 0;
	margin: 10px 0 0 0;
	
}

#footer a, a:visited {
	color: #666;
	text-decoration: none;
}

#footer a:hover, a:active {
	text-decoration: underline;
}

#slogan2 {
	width: 305px;
	color: #00b2c1;
	font-size: 35px;
	display: block;
}

#main p {
	line-height: 22px;
	font-size: 14px;
	
}


#main h1 {
	font-size: 28px;
	padding: 10px;
}

#wrap a, a:visited {
	text-decoration: none;
	color: #C10031;
}

#wrap a:hover, a:active {
	text-decoration: underline;
}


/*styles for job descriptions*/

.joblist {
	list-style-type: none;
	padding: 0;
	margin: 0;
	line-height: 150%;
}

.joblist li {
	background: url(images/job_bullet.gif) no-repeat top left;
	padding: 0 0 0 15px;
	margin-top: 5px;
}

/*Cutenews formatting*/

#newsbox {
	width: 420px;

}

#newsbox h2 {
	font-size: 15px;
	border-bottom: 1px solid #ccc;
	padding: 0;
	margin: 0;
}

#short_story {
	border-bottom: 1px dashed #ccc;
	margin: 0 0 10px 0;
	padding: 10px;
}

#sig {
	font-size: 10px;
	
}

#promo_box {
	background: #fff;
	width: 400px;
	padding: 10px;
	margin: 0 0 20px 0;
}

.short_story {
	margin: 0 0 0 20px;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #ccc;

}

/*sitemap styles*/

#sitemap_list {
	font-size: 16px;
}

#sitemap_list li {
	padding: 8px;
}


#shop_pics {
	float: left;
	margin: 0 10px 0 0;
}

#shop_pics img {
	display: block;
	margin: 10px 0 0 5px ;
	padding: 2px;
	border: 1px solid #999;
}

.esf_logo {
	padding: 20px 0 0 10px;
}

.smaller_font {
	font-size: 10px;
}

#fotos {
	list-style-type: none;
}

#fotos li {
	display: inline;
}

#fotos img {
	padding: 5px;
	border: 1px solid #ccc;
	margin: 10px;
}



/*LIGHTBOX STYLES	*/
/* http://www.huddletogether.com/projects/lightbox2/#overview */

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