/* CSS Document */
body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color:#053A70;
	font-family: Arial, Helvetica, sans-serif;
	/*font-family:Georgia, "Times New Roman", Times, serif;*/
	font-size:small;
}
a {
	text-decoration:none;
	color:#053A70;
}
h1 {
	font-size:1.6em;
	margin-bottom:0px;
	font-weight:normal;
}
h2 {
	font-size:1.5em;
	margin-bottom:0px;
	font-weight:normal;
}
h3 {
	font-size:1.4em;
	margin-bottom:2px;
	font-weight:normal;
	background-color:#7594B3;
	padding:2px;
	color:#FFFFFF;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
}
.button {
	font-size:0.9em;
	font-weight:bold;
	text-align:left;
	background-color:#7594B3;
	color:#FFFFFF;
	border:1px solid #7594B3;
	padding:3px;
	width:180px;
}
.breadcrumbs {
	color:#7593B3;
}
.menu_content{
	text-decoration:none;
}
.menu_content:hover{
	text-decoration:none;
}
.title{
	font-size:1.1em;
}
.title_bold{
	font-size:1.2em;
	font-weight:bold;
}
.feature_text{
	font-size:0.9em;

}
.td_offwhite{
	background-color:#C6C6C6;
}
.td_white_text{
	color:#FFFFFF;
}
.td_login{
	background-color:#BEC3D6;
}
.td_register{
	background-color:#7594B3;
	color:#FFFFFF;
}
.td_grey_line{
	background-color:#C6C6C6;
}
.item_row {
	background-color: #ECECEC;
}
.item_row_on {
	background-color: #C3C7D7;
}
.item_row_off {
	background-color: #E2E3EB;
}
.small {
	font-size:0.9em;
}
.smaller {
	font-size:0.8em;
}
.smallest {
	font-size:0.7em;
}
#SideNav {
	width: 169px;
	text-align: left;
}
#SideNav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#SideNav li {
	width: 169px;
	border-bottom: 1px solid #C6C6C6;
	color:#053A70;
	text-decoration:none;
}
#SideNav li div {
	padding-left:0px;
	padding-top:2px;
	padding-bottom:2px;
	text-decoration:none;
}

#SideNav li a {
	color: #053A70;
	text-decoration:none;
}
#SideNav li li {
	border-top: 1px solid #C6C6C6;
	border-bottom: none;
	/*text-indent: 10px;
	background-color: #427FBA;*/
}
#SideNav li li div {
	padding-left:10px;
	padding-top:2px;
	padding-bottom:2px;
}

#SideNav li li li {
	border-top: 1px solid #C6C6C6;
	border-bottom: none;
	/*text-indent: 10px;
	background-color: #7FA8D0;*/
}

#SideNav li li li div {
	padding-left:10px;
	padding-top:2px;
	padding-bottom:2px;
}
#SideNav li li a {
	color: #053A70;
}
#SideNav li li a {
	background-image: url('none');
}
#SideNav br {
	display: none;
}
/*Lightbox Style*/
#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 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 Styl End*/