body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
	background-color: #666666;
	margin: 0px;
	padding: 0px;
}
#header_div {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#main_div_outside {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/main_bg_repeat.jpg);
	background-repeat: repeat-y;
}
#page_description_div {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	color: #464646;
	text-align: center;
	font-size: .8em;
	margin-bottom: 3px;
}
#webdesigner_div {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	color: #464646;
	text-align: center;
	font-size: 0.8em;
	margin-top: 10px;
	margin-bottom: 20px;
}
#webdesigner_div a {
	color: #333333;
}

#main_div_inside {
	width: 800px;
	background-image: url(images/main_bg_top.jpg);
	background-repeat: no-repeat;
}
#button_div {
	float: left;
	width: 150px;
	margin-top: 30px;
}
#footer_div {
	text-align: center;
	background-image: url(images/footer_bg.jpg);
	height: 23px;
	background-repeat: no-repeat;
	vertical-align: bottom;
	padding-bottom: 10px;
	padding-top: 55px;
	font-size: 0.8em;
	color: #FFFFFF;
	background-position: bottom;
}
#footer_div a {
	color: #FFFFFF;
}


#body_div {
	float: left;
	width: 610px;
	margin-top: 20px;
	margin-left: 15px;
}


#spreader_div {
	clear: both;
}

#body_div hr {
	color: #A4BDCC;
}
#body_div td, #body_div th {
	border: 1px solid #A4BDCC;
}
.table_border {
	border: 1px solid #A4BDCC;
}

h1 {
	font-size: 1.6em;
	font-weight: bold;
}

h2 {

	font-size: 1.4em;
	font-weight: bold;
}
#body_div li {
	padding-bottom: 5px;
}

.linkbox {
	background-color: #EAEAEA;
	margin: 10px;
	padding: 10px;
	border: 1px dashed #333333;
}


/*Calendar Styles Start*/
	.calendarBox {
		position: relative;
		top: 15px;
		margin: 0px;
		padding: 5px;
		width: 254px;
		border: 1px solid #A4BDCC;
	}

	.calendarFloat {
		float: left;
		width: 31px;
		height: 25px;
		margin: 1px 0px 0px 1px;
		padding: 1px;
		border: 1px solid #000;
	}
/*Calendar Styles End*/


/*button code start */
.buttonscontainer {
	width: 150px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000033;
	border-right-color: #000033;
	border-bottom-color: #000033;
	border-left-color: #000033;
}

.buttons a {color: #000033;
background-color: ;
padding: 6px;
padding-left: 15px;
display: block;
border-bottom: 1px solid ;
font: 13px Arial, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: left;}

.buttons a:hover {
	text-decoration: none;
	background-image: url(images/but_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #FFFFFF;
	border-bottom-style: solid;
	border-top-color: #000033;
	border-right-color: #000033;
	border-bottom-color: #000033;
	border-left-color: #000033;
	border-bottom-width: 1px;
}
/*button code end */
.img_right {
	margin: 10px;
	padding: 3px;
	float: right;
	border: 1px solid #A4BDCC;
}
.img_left {
	padding: 3px;
	float: left;
	border: 1px solid #A4BDCC;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#body_div iframe {
	padding: 3px;
	border: 1px solid #A4BDCC;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}


/*LightBox CSS Start*/

#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-image: url(images/prevlabel.gif);

	background-repeat: no-repeat;

	background-position: left 15%;

}

#nextLink:hover, #nextLink:visited:hover {

	background-image: url(images/nextlabel.gif);

	background-repeat: no-repeat;

	background-position: right 15%;

}



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



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

/*LightBox CSS End*/
