

#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(/images/lightbox/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/lightbox/prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/lightbox/next.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;
	background-color: #000;
	}

* {
	margin: 0;
	padding: 0;
	border: 0;
}

html {
	
}

/* =================== PAGE LAYOUT ======================= */
#header_container {

	left:0px;
	width: 100%;
	height: 171px;
	background-image: url(/images/header_background.gif);
	background-repeat: repeat-x;
	background-position: 0 40px;
}

#header_subcontainer {
	position: relative;
	width: 800px;
	min-width: 800px;
	margin: 0 auto;
	height: 171px;
}
#main_container {
	font-size: 12px;
	left:0px;
	width: 100%;
}
#main_subcontainer {
	position: relative;
	width: 800px;
	min-width: 800px;
	margin: 0 auto;
}

#left_column {
	width: 205px;
	padding-left: 15px;
	float: left;
	overflow: hidden;
}

#main_right_column {
	float: left;
	width: 580px;
	overflow: hidden;
}

#main_column {
	overflow: hidden;
	float: left;
	width: 350px;
	overflow: hidden;
	padding: 50px 15px 0px 15px;
	text-align: justify;
}

#main_column_template2 {
	overflow: hidden;
	float: left;
	width: 550px;
	padding: 50px 15px 0px 15px;
	text-align: justify;
}

#right_column {
	overflow: hidden;
	float: left;
	width: 200px;
	margin-top: 10px;
}

#bread_crumbs_container {
	float: left;
	width: 100%;
	height: 15px;
	background-image: url(/images/lines_diagonal.gif);

}
#bread_crumbs {
	float: left;
	padding: 0px 10px 0px 15px;
	background-color: white;
}

#header_title {
	position: absolute;
	left: 130px;
	top: 15px;

	height: 30px;
}


#topmenu_container {
	position: absolute;
	bottom: 38px;
	left: 0px;
	display: block;
	height: 29px;
	background-image: url(/images/topmenu_middle.gif);
}
#topmenu_subcontainer_left {
	float: left;
	width: 10px;
	height: 100%;
	background-image: url(/images/topmenu_left.gif);
}
#topmenu_subcontainer_right {
	float: left;
	width: 10px;
	height: 100%;	
	background-image: url(/images/topmenu_right.gif);
}
/* =================== END PAGE LAYOUT ======================= */
/* additional styles */
/* =================== GENERAL STYLES ======================= */
body {
	font-family: Arial, Verdana;
	font-size: 12px;
	font-align: left;
	line-height: 1.3em;
}

h1,.title {
	font-size: 20px;
	font-weight: normal;
	padding: 0.3em 0 0.4em 0;
	color: #0b74aa;	
}

h2,.subtitle {
	font-weight: normal;
	font-size: 16px;
	/*color: #409ae2;*/
	padding: 0.3em 0 0.4em 0;
	color: #0b74aa;	
}
h1 a, h2 a {
	color: #0b74aa;		
	text-decoration: none;
}
h1 a:hover, h2 a:hover {
	text-decoration: underline;
}

p {
	padding-bottom: 0.7em;
	padding-top: 0.2em;
}

blockquote {
	padding-left: 15px;
}


td {
	border: 0;
	font-size: 12px;
}

ul li {
	margin-left: 2.5em;
}

a,
a:visited {
	/*color: #241aa7;*/
	color: #0B74AA;
	font-weight: bold;
}

.blue {
	color: #0b74aa;	
}
.blue a {
	color: #0b74aa;	
	font-weight: bold;
	text-decoration: none;
}

.handwriting {
	font-size: 13px;
	font-family:'Lucida Casual', 'Comic Sans MS', 'Comic Sans';
}

/* =================== END GENERAL STYLES ======================= */

/* =================== SIDE COLUMN STYLES ======================= */
#left_column h1 {
	padding-bottom: 0.2em;
	font-size: 16px;
	font-weight: bold;
	color: #0b74aa;	
}

#left_column p {
	padding-bottom: 0.2em;
	padding-top: 0.2em;
}

.news_more {
	padding-left: 15px;
	padding-right: 10px;
	color: #0b74aa;
	font-weight: bold;
	text-align: right;
}
.news_more a {
	color: #0b74aa;
	text-decoration: none;	
}
.news_more a:hover {
	text-decoration: underline;
}

/* =================== END SIDE COLUMN STYLES ======================= */

/* =================== MAIN COLUMN STYLES ======================= */

.pageslist {
	font-weight: bold;
}

.pageslist a {
	font-weight: bold;
	text-decoration: none;
}

/* =================== END MAIN COLUMN STYLES ======================= */


/* =================== STYLES MISC ======================= */
#header_title {
	font-size: 20px;
	color: #cfdef0;	
}
#header_title a {
	color: #cfdef0;
	text-decoration: none;
}

ul.topmenu li {
	list-style-type: none;
	display: block;
	float: left;
	padding: 10px 10px 0px 15px;
	margin: 0px;
	height: 21px; /* 29-8 */
	color: #cfdef0;
	background-image: url(/images/topmenu_between.gif);
	background-repeat: no-repeat;
}
ul.topmenu li a {
	display: block;
	color: #cfdef0;
	text-decoration: none;	
}
ul.topmenu li a:hover {
	text-decoration: underline;	
}

ul.topmenu .first {
	background-image: none;
}

#bread_crumbs {
	font-size: 11px;
	font-weight: bold;
	color: #73acf0;
}
#bread_crumbs a {
	color: #0b74aa;
	text-decoration: none;
}
#bread_crumbs a:hover {
	text-decoration: underline;
}
.sidebar_blue {
	font-size: 11px;
	color: #0b74aa;
}
.clear {
	clear: both;
}

.resetstyles {
	margin: 0px;
	padding: 0px;
	border: none;
	line-height: 1em;
}
/* =================== END STYLES MISC ======================= */




/* =================== TABLES =======================*/
.tablepadding th,.tablepadding td {
	padding: 2px 5px 2px 5px;
}

.tablenopadding th,.tablenopadding td {
	padding: 2px 5px 2px 0px;
}

.tablecontent td a:link,.tablecontent td a:visited {
	text-decoration: none;
	color: black;
}

.tablepadding th,.tablenopadding th,.tableheader {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.tablepadding th a:link,.tablenopadding th a:link,.tableheader a:link,.tablepadding th a:visited,.tablenopadding th a:visited,.tableheader a:visited
	{
	text-decoration: none;
}

.tablecontent {
	font-size: 12px;
}

.even {
	background-color: #f3fdf1;
}

.topborder {
	border-top-color: #000000;
	border-top-style: solid;
	border-top-width: 2;
}

/* =================== END TABLES ======================= */
/* =================== FORM ELEMENTS ======================= */
.formbutton {
	cursor: pointer;
	border: outset 1px #AAAAAA;
	background: #999999;
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	background: url(../images/button.gif) repeat-x left top;
	padding: 1px 10px 1px 10px;
	width: auto;
	overflow: visible; /* IE button width (extra padding) hack */
}

.formfield {
	background-color: #FFFFFF;
	background: url(/images/formfield_shadow.gif);
	border: #AAAAAA solid 1px;
	color: #000000;
	font-size: inherit;
	padding: 0.2em;
	width: 200px;
	font-size: 12px;
}

.formerror {
	color: red;
}

select.formfield {
	background: #FFFFFF;
}

/* =================== END FORM ELEMENTS ======================= */


