body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background: url(../images/bg.png) top left repeat-x #EEF5FF;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #344;
}

table {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #344;
}

h1 {
	margin: 0px;
	height: 25px;
	padding: 5px 40px;
	padding-bottom: 10px;
	font-size: 20px;
	color: #ffffff;
}

h2 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #667577;
	border-bottom: 1px solid #667577;
}

a {
	color: #06F;
}
a:hover {
	color: #390;
}

.main {
	margin: auto;
	width: 910px;
	background: url(../images/main_bg.png) top left repeat-y;
}

.body{
	position: relative;
	width: 910px;
}

.back_flash {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 150px;
	background: url(../images/bg.png) top left repeat-x;
}

.callToAction {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 5;
}

.logo {
	height: 150px;
	padding-left: 2px;
}

.menu {
	padding-left: 7px;
	background: url(../images/menu.png) 0px -1px no-repeat;
	min-height: 200px;
}

.link {
	display: inline-block;
	width: 80px;
	padding: 7px 0px;
	font-family: Arial, Tahoma, sans-serif;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-align: center;
}
.link:hover {
	color: #667577;
	background: url(../images/menu_hover.png) top left repeat-x;
}
.link_left {
	display: inline-block;
	float: left;
	width: 80px;
	padding: 0px;
	font-family: Arial, Tahoma, sans-serif;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-align: center;
}
.link_left:hover {
	color: #667577;
	background: url(../images/menu_hover.png) top left repeat-x;
}
.link_select {
	background: url(../images/menu_select.png) top left repeat-x;
}
.link_left_select {
	background: url(../images/menu_select.png) top left repeat-x;
}
.link_corner {
	padding: 7px 0px;
	background: url(../images/menu_corner.png) top left no-repeat;
}

.sub {
	position: relative;
	display: block;
	margin-left: 20px;
	margin-bottom: 5px;
	padding: 5px 20px;
	font-family: Arial, Tahoma, sans-serif;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-align: left;
	color: #667477;
	background-color: #C1E098;
}
.sub:hover {
	color: #FFF;
	background-color: #90C9E8;
}
.sub_select {
	left: 5px;
	margin-left: 15px;
	color: #FFF;
	background-color: #83C030;
}
.sub_select:hover {
	margin-right: 5px;
}
.sub_top {
	background-image: url(../images/sub_corner.png);
	background-position: top left;
	background-repeat: no-repeat;
}
.sub_top:hover {
	background-image: url(../images/sub_corner.png);
	background-position: top left;
	background-repeat: no-repeat;
}

.box_title {
	margin: 0px 50px;
	font-weight: bold;
	font-size: 14px;
	color: #FFF;
}
.blue_box {
	margin: 5px 30px;
	padding: 7px;
	line-height: 16px;
	background: url(../images/dbc.png) top left no-repeat #90C9E8;
}
.white_box {
	padding: 7px;
	line-height: 16px;
	text-align: center;
	font-style: italic;
	background: url(../images/lgc.png) top left no-repeat #FFF;
}
.right {
	float: right;
}
.left {
	float: left;
}
.image {
	position: relative;
}
.float_right {
	float: right;
	height: 150px;
	margin: 10px;
	margin-right: 0px;
}
.clear {
	clear: both;
}
.next {
	display: block;
	width: 75px;
	height: 50px;
	background: url(../images/next.png) top left no-repeat;
}
.next:hover {
	background: url(../images/next_hover.png) top left no-repeat;
}

.snext {
	display: inline-block;
	width: 45px;
	height: 45px;
	margin-top: 15px;
	background: url(../images/snext.png) top left no-repeat;
}
.snext:hover {
	background: url(../images/snext_hover.png) top left no-repeat;
}
.sprev {
	display: inline-block;
	width: 45px;
	height: 45px;
	margin-top: 6px;
	background: url(../images/sprev.png) top left no-repeat;
}
.sprev:hover {
	background: url(../images/sprev_hover.png) top left no-repeat;
}

.lbc {
	position: absolute;
	width: 10px;
	height: 10px;
	background: url(../images/lbc.png) top left no-repeat;
}
.dbc {
	position: absolute;
	width: 10px;
	height: 10px;
	background: url(../images/dbc.png) top left no-repeat;
}
.lgc {
	position: absolute;
	width: 10px;
	height: 10px;
	background: url(../images/lgc.png) top left no-repeat;
}
.dgc {
	position: absolute;
	width: 10px;
	height: 10px;
	background: url(../images/dgc.png) top left no-repeat;
}
.wc {
	position: absolute;
	width: 10px;
	height: 10px;
	background: url(../images/wc.png) top left no-repeat;
}

.left_column {
	float: left;
	width: 327px;
}
.right_column {
	float: left;
	width: 583px;
}

.top {
	height: 50px;
	/*background: url(../images/top.png) top left no-repeat;*/
}

.content {
	background: url(../images/main.png) top left no-repeat;
}

.text {
	padding: 20px 55px 20px 40px;
	line-height: 18px;
}
.text ul {
	padding-left: 25px;
}
.text ol {
	padding-left: 25px;
}

.rss {
	position: relative;
	text-align: left;
}
.rss_title {
	line-height: 12px;
	padding: 3px 10px;
	color: #ffffff;
	font-weight: bold;
	background: #2299cc;
}
.rss_title a {
	text-decoration: none;
	color: #ffcc66;
}
.rss_title a:hover {
	text-decoration: underline;
	color: #ffffff;
}
.rss_rows {
	border: 2px solid #2299cc;
}
.rss_row {
	padding: 4px 10px;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
}
.rss_row:hover {
	background: #ffcc66;
	cursor: pointer;
}
.rss_date {
	width: 75px;
	margin-left: 5px;
	float: right;
	text-align: right;
	border-left: 2px solid #2299cc;
}

form {
	padding: 10px;
	border: 2px solid #99ccff;
	background: #ddeeff;
}
.input {
	width: 250px;
	padding: 2px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #344;
	background: #e5f5d5;
	border: 1px solid #83C030;
}
.input:focus {
	border: 1px solid #2092D0;
	background: #eee;
}
.button {
	padding: 3px 10px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	border: 2px solid #83C030;
	background: url(../images/menu_hover.png) top left repeat-x;
}
.button:hover, .button:focus {
	color: #ffffff;
	cursor: pointer;
	border: 2px solid #2092D0;
	background: url(../images/menu_select.png) top left repeat-x;
}
.checkbox {
	display: inline-block;
	width: 25%;
}

.error {
	text-align: center;
	color: #C00;
	border: 1px solid #C00;
	background: #FCC;
}

.footer {
	padding: 13px 58px;
	font-size: 11px;
	text-align: left;
	color: #FFF;
	background: url(../images/footer.png) top left no-repeat;
}

.preload {
	display: none;
}

/* Light Box 2 CSS */
#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: 100%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; text-align: right; padding-bottom: 2px;	}
#imageData #bottomNav{ clear: both; text-align: center; padding-bottom: 3px;}
#imageData #bottomNavClose{ height: 22px; width: 66px;}
#imageData #bottomPrevLink{ display: block; height: 22px; width: 66px; float: left; background: url(../images/prevlabel.gif) no-repeat center;}
#imageData #bottomNextLink{ display: block; height: 22px; width: 66px; float: right; background: url(../images/nextlabel.gif) no-repeat center;}
#imageData #bottomHolderLeft{ display: block; height: 22px; width: 66px; float: left;}
#imageData #bottomHolderRight{ display: block; height: 22px; width: 66px; float: right;}

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
