body {
	margin: 0;
	padding: 0;
	background: #ddeaf4 url(images/img01.jpg) repeat-x left top;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}


h1, h2, h3, h4 {
	font-weight: normal;
	color: #074162;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 13px;
}

h4 {
	font-size: 13px;
	line-height: 12px;
	margin-bottom: -10px;

}

a {
	color: #074162;
	text-decoration: none;
}

a:hover {
	color: #1a72a4;
}

small {
}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

span.req{
	color:#ff2200;
	font-size: 11px;
}

/* Header */

#header {
	width: 800px;
	height: 155px;
	margin: 0 auto;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#headerlogo {
	margin: 0 auto;
	width: 800px;
	height: 96px;
	margin-bottom: 13px;
	background: url(images/logo_head.jpg) no-repeat left top;
}


#header_img {
	margin: 0 auto;
	width: 800px;
	height: 163px;
	margin-bottom: 8px;
}



/* Menu */

#menu {
	float: right;

}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding: 0px 0px 0px 30px;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 15px;
	color: #FFFFFF;
}

#menu a:hover {
	color: #1a72a4;
}

#menu .current_page_item a {
	color: #7fa1b5;
}

/* Page */

#page {
	width: 800px;
	margin: 0 auto;
	padding-top: 20px;
}

#latest-post {
	float: left;
	width: 500px;
	padding: 0px 20px 0px 20px;
	line-height: 16px;
	font-size: 13px;
}



#recent-posts {
	float: right;
	width: 220px;
	padding: 0px 20px 20px 20px;
	line-height: 16px;
	font-size: 13px;
	text-align: left;

}

#recent-posts .entry {
}

#recent-posts .entry a {
}



.post {
}

.post .meta {
	margin: 0;
	padding-bottom: 10px;
	padding-top: 10px;
	line-height: normal;
	font-size: 13px;
}

.post .meta a {
}

.post .entry {
	margin-bottom: 20px;
	padding-bottom: 5px;

}


/* Footer */

#footer {
	width: 800px;
	height: 100px;
	margin: 0 auto;
	padding-top: 20px;
}

#footer p {
	margin: 0;
	padding: 15px;
}

#legal {
	float: left;
}

#links {
	float: right;
}

/*Lightbox Styles*/
#lightbox{	
	position: absolute;	
	left: 0; 
	width: 100%; 
	z-index: 100; 
	text-align: center; 
	line-height: 0;
}

#lightbox img{ 
	width: auto; 
	height: auto;
	}

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

#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 Arial, Helvetica, Verdana, sans-serif;
	background-color: #fff; 
	margin: 0 auto; 
	line-height: 1.4em; 
	overflow: auto; 
	width: 100%	; 
}

#imageData{	
	padding:0 10px; 
	color: #000; 
}

#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; 
	outline: none;
}	 	

#overlay{ position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 90; 
	width: 100%; 
	height: 500px; 
	background-color: #000; 
}

.thumbnail{
	padding: 5px 5px 1px 5px;
	border: 1px solid #eef4f9;
	float: left;
	margin-right: 11px;
	margin-bottom: 11px;
	}

span.req{
	font: 8pt Arial, Verdana, Tahoma, Trebchet 'MS', san-serif;
	color:#000;
}
