/* Main CSS styling for structure and layout */

body {
	background-color: #1b1b1b;
	color: white;
	margin: 0px;
	padding: 0px;
	font-family: "Verdana", sans-serif;
}
a {
	text-decoration: none;
	color: #eeeeff;
	border: 0px;
}
a:hover {text-decoration: underline;}
input {
	background-color: #4f81bd;
	color: white;
}
textarea {font-family: Verdana, sans-serif; background: white; color: black; border: 1px solid #eaeaea; padding: 5px 10px;}
img {border:0px;}

.clear {
	clear: both;
	font-size: 1pt;
	line-height: .5;
}
.flat {
	margin-top: 0px; margin-bottom: 0px;
}
.hidden {
	display: none;
}

#header {
	background: url("imgs/banner-slice.png") center center repeat-x;
	height: 161px;
	width: 100%;
	margin: 0px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}
#printheader {
	display: none;
}
#header #siteLogo {
	width: 469px;
	height: 161px;
	position: absolute;
	top: 0px; left: 0px;
	float: left;
	z-index: 5;
}
#header #linkhome {
	display: block;
	width: 469px;
	height: 90px;
	position: absolute;
	top: 20px; left: 25px;
	z-index: 100;
	float: left;
} #header #dummypic {width: 469px; height: 105px; border: 0px;}
#header #rightside {
	z-index: 6;
	margin: 0px;
	padding: 0px;
	height: 160px;
	position: relative;
}
#header #rightside #navbar {
	text-align: right;
	position: absolute;
	bottom: 18px; right: 15px;
	margin: 0px;
	padding: 0px;
}
#header #rightside #navbar ul{
	line-height: 49px;
	white-space: nowrap;
	margin: 0px 33px;
	padding: 0px;
}
#header #rightside #navbar ul li {
	display: block;
	text-align: center;
	list-style-type: none;
	margin: 0px;
	margin-right: 8px;
	display: inline;
}
#header #rightside #navbar ul li a {
	text-decoration: none;
	color: white;
}
#header #rightside #navbar ul li a:hover {
	color: #74ffff;
}
#header #rightside #navbar ul li a.active {color: #335051; font-weight: bold;}
#subnavbar {display: none; z-index: 8; position: absolute; border: 1px #335051 solid; line-height: 2;}
#subnavbar a {display: block; border: 1px #335051 solid; text-align: center; color: #cccccc; background-image: url('imgs/opacity60.png');}
#subnavbar a:hover {text-decoration: none; background-image: url('imgs/opacity60teal.png');}
#header #toprightdiv {font-size: 20pt; position: absolute; top: 15px; right: 25px; z-index: 7;}
#header #toprightdiv img {vertical-align: middle;} #header #toprightdiv a:hover {text-decoration: none;}

#body {
	width: 961px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
.column {
	width: 50%; float: left;
	overflow: hidden;
}
#leftCol {
	width: 60%;
	float: left;
	overflow: hidden;
}
#rightCol {
	width: 40%;
	float: right;
	overflow: hidden;
}

h1 {
	display: inline; width: 100%; font-size: 18pt; font-weight: normal;
}
h2 {
	font-size: 14pt; font-weight: normal;
}

.module {
	margin: 10px;
	margin-top: 5px;
	padding: 0px;
	overflow: hidden;
}
.moduleHeaderLeft {
	background: url("imgs/modtopleft.jpg") center left no-repeat;
}
.moduleHeaderCenter {
	background: url("imgs/modtopcenter.jpg") center center repeat-x;
	margin: 0px;
	padding: 0px;
}
.moduleHeaderRight {
	background: url("imgs/modtopright.jpg") center right no-repeat;
}
.moduleHeaderContent {
	padding-top: 25px;
	padding-bottom: 13px;
	padding-left: 45px;
	font-size: 16pt;
	font-weight: normal;
}
.moduleHeaderContent a:hover {text-decoration: none;}

.moduleBody {
	background: #2b2b2b;
	padding: 0px;
}
.moduleBodyLeft {
	background: url("imgs/modleftslice.jpg") center left repeat-y;
}
.moduleBodyRight {
	background: url("imgs/modrightslice.jpg") center right repeat-y;
}
.moduleContentBody {
	padding-top: 10px;
	padding-left: 40px;
	padding-right: 40px;
}
.moduleContent {
	overflow: auto;
}

.moduleFooter {
	clear: both;
}
.moduleFooterLeft {
	background: url("imgs/modbottomleft.jpg") bottom left no-repeat;
	height: 44px;
}
.moduleFooterRight{
	background: url("imgs/modbottomright.jpg") bottom right no-repeat;
	height: 44px;
}
.moduleFooterCenter {
	background: url("imgs/modbottomslice.jpg") bottom center repeat-x;
	height: 44px;
}

.gray_form {
	background-color: #f7f7f7;
}
.gray_rounded_tl {
	background: url('imgs/gray_rounded/upperleft.png') top left no-repeat;
}
.gray_rounded_tr {
	background: url('imgs/gray_rounded/upperright.png') top right no-repeat;
}
.gray_rounded_bl {
	background: url('imgs/gray_rounded/lowerleft.png') bottom left no-repeat;
}
.gray_rounded_br {
	background: url('imgs/gray_rounded/lowerright.png') bottom right no-repeat;
}

.white_rounded_tl {
	background: url('imgs/white_rounded/upperleft.png') top left no-repeat;
	background-color: #ffffff;
}
.white_rounded_tr {
	background: url('imgs/white_rounded/upperright.png') top right no-repeat;
}
.white_rounded_bl {
	background: url('imgs/white_rounded/lowerleft.png') bottom left no-repeat;
}
.white_rounded_br {
	background: url('imgs/white_rounded/lowerright.png') bottom right no-repeat;
}

.post_button {
	background-color: #255187; margin: 0px 0px; padding: 0px;
}.post_button:hover {cursor: pointer;}
.post_button_ts_u {
	background: url('imgs/form_button/button_up_top_slice.png') top center repeat-x;
	margin: 0px; padding: 0px;
}
.post_button_bs_u {
	background: url('imgs/form_button/button_up_bottom_slice.png') bottom center repeat-x;
	margin: 0px; padding: 0px;
}
.post_button_ls_u {
	background: url('imgs/form_button/button_up_left_slice.png') center left repeat-y;
	margin: 0px; padding: 0px;
}
.post_button_rs_u {
	background: url('imgs/form_button/button_up_right_slice.png') center right repeat-y;
	margin: 0px; padding: 0px;
}
.post_button_tl_u {
	background: url('imgs/form_button/button_up_top_left.png') top left no-repeat;
	margin: 0px; padding: 0px;
}
.post_button_tr_u {
	background: url('imgs/form_button/button_up_top_right.png') top right no-repeat;
	margin: 0px; padding: 0px;
}
.post_button_bl_u {
	background: url('imgs/form_button/button_up_bottom_left.png') bottom left no-repeat;
	margin: 0px; padding: 0px;
}
.post_button_br_u {
	background: url('imgs/form_button/button_up_bottom_right.png') bottom right no-repeat;
	margin: 0px; padding: 0px;
}
.post_button_ts_d {
	background: url('imgs/form_button/button_down_top_slice.png') top center repeat-x;
	margin: 0px; padding: 0px;
}
.post_button_bs_d {
	background: url('imgs/form_button/button_down_bottom_slice.png') bottom center repeat-x;
	margin: 0px; padding: 0px;
}
.post_button_ls_d {
	background: url('imgs/form_button/button_down_left_slice.png') center left repeat-y;
	margin: 0px; padding: 0px;
}
.post_button_rs_d {
	background: url('imgs/form_button/button_down_right_slice.png') center right repeat-y;
	margin: 0px; padding: 0px;
}
.post_button_tl_d {
	background: url('imgs/form_button/button_down_top_left.png') top left no-repeat;
	margin: 0px; padding: 0px;
}
.post_button_tr_d {
	background: url('imgs/form_button/button_down_top_right.png') top right no-repeat;
	margin: 0px; padding: 0px;
}
.post_button_bl_d {
	background: url('imgs/form_button/button_down_bottom_left.png') bottom left no-repeat;
	margin: 0px; padding: 0px;
}
.post_button_br_d {
	background: url('imgs/form_button/button_down_bottom_right.png') bottom right no-repeat;
	margin: 0px; padding: 0px;
}
.post_button_content {
	color: white;
	text-align: center;
	margin: 0px 0px;
	padding: 0px;
}

.lightblock_black {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 1001;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: .8;
}
.lightblock_white {
	display: none;
	position: absolute;
	top: 20%;
	left: 20%;
	width: 60%;
	height: 60%;
	padding: 16px;
	border: 16px solid #335051;
	background-color: white;
	z-index: 1002;
	overflow: auto;
}

#footer {
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px white solid;
	width: 961px;
	clear: both;
}
#footer .copyright {
	float: right;
	color: gray;
}
#footer a {
	color: gray;
}

#bottombar {
	position: fixed;
	width: 100%;
	height: 38px;
	bottom: 0px;
	left: 0;
	right: 0;
	z-index: 5000;
}
#bottomcontent {
	position: relative;
	width: 868px;
	height: 38px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('imgs/bottombar_longer.PNG');
}
#bottomitems {
	height: 38px;
	margin-left: 100px;
	margin-right: 10px;
}
#bottombarright {
	text-align: right;
	float: right;
	height: 38px;
}
#bottombarright img {
	margin-top: 5px;
}
#bottomclose {
	position: absolute;
	right: -6px;
	top: -6px;
	cursor: pointer;
}
