@charset "UTF-8";
/*************************************
	Global
 *************************************/

html {
	height: 100%;			
}
body {
	background-color: #FFFFFF;
	height: 100%;
	margin: 0;
	text-align: center;
}
#container {
	position:relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	top:0px;
	width: 950px;
	height: 100%;
	min-height:100%;
	z-index:1;
}
html>body #container {
    height: auto;
}


/*************************************
	Absolute layers
 *************************************/
#intro {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 950px;
	height: 500px;
	margin: -250px 0 0 -475px;
	padding: 0 0 0 0;
	z-index: 100;
}
#intro_footer {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 630px;
	/*height: 500px;*/
	margin: 265px 0 0 -155px;
	padding: 0 0 0 0;
	z-index: 110;
}
#top {
	position:absolute;
	width: 950px;
	height: 190px;
	padding: 20px 0 20px 0;
	z-index:200;
}
#leftCol_img {
	position: absolute;
	bottom:60px;
	width: 950px;
}
#centerCol_leftBorder {
	position: absolute;
	left: 230px;
	width: 1px;
	height: 100%;
	min-height:100%;
	padding: 0;
	background-image: url(../images/bckg_center_left.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#centerCol_leftBorderBTM {
	position: absolute;
	left: 230px;
	width: 1px;
	bottom: 0px;
}
#footer_bckg {
	position: absolute;
	bottom:55px;
	width: 950px;
	height: 5px;
	background-image: url(../images/img_bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#footer_text {
	position: absolute;
	bottom:15px;
	width: 720px;
	right: 0;
	text-align: center;
}


/*************************************
	Left column
 *************************************/
#leftCol {
	position: relative;
	width: 210px;
	padding: 0;
	/*bottom padding = 60px (bottom) + 255px (picture height) + 20px (picture top margin)*/
	/*margin: 240px 0 335px 0;*/
	float: left;
	/*z-index:5;*/
}
.left_list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #26394d;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.left_list li {
	list-style-image: url(../images/img_arrow.gif);
	/*background-image: url(../images/img_arrow.gif);
	background-repeat: no-repeat;
	background-position: left 5px;*/
	padding: 0 10px 16px 0;
	margin: 0 0 0 10px;
}

/*************************************
	Center column
 *************************************/
#centerCol {
	position:relative;
	width: 580px;
	margin: 240px 0 90px 20px;
	padding: 0 0 30px 0;
	float: left;
	/*background-image: url(../images/bckg_center_left.gif);
	background-repeat: repeat-y;
	background-position: left top;*/
	/*z-index:6;*/
}
.file_list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #26394d;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.file_list li {
	list-style-image: url(../images/img_arrow.gif);
	padding: 0 10px 20px 0;
	margin: 0 0 20px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #26394D;
}
.file_title {
	font-size: 14px;
	text-transform: uppercase;
	/*font-weight: bold;*/
}
.link_list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #26394d;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.link_list li {
	padding: 0 0 16px 0;
}
.link_list li ul li {
	list-style-image:url(../images/img_arrow.gif);
	padding: 0;
}
.sitemap_list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #26394d;
	padding: 0;
	margin: 0;
	list-style-image:url(../images/img_arrow.gif);
}
.sitemap_list li {
	padding: 0 0 16px 0;
}
.sitemap_list li ul {
	padding: 0 0 0 16px;
}
.sitemap_list li ul li {
	padding: 0;
}
.sitemap_list a:link {
	color: #26394d;
}
.sitemap_list a:visited {
	color: #403939;
}
.sitemap_list a:hover, sitemap_list a:active {
	color: #9ccc3d;
}


/*************************************
	Right column
 *************************************/
#rightCol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #26394d;
	position:relative;
	width: 140px;
	float: left;
	margin: 240 0 50px 0;
	padding: 0;
	background-image: url(../images/bckg_center_left.gif);
	background-repeat: repeat-y;
	background-position: right top;
	/*top: 0;*/
	/*z-index:7;*/
}
.right_top {
	background-image: url(../images/bckg_right_top.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: 140px;
	height: 39px;
	text-align: center;
	line-height: 39px;
	vertical-align: middle;
	padding: 12px 0 0 0;
}
.right_list {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.right_list li {
	padding: 12px 0 6px 19px;
	margin: 0;
}

/*************************************
	Text format
 *************************************/
/*
h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	line-height: 1em;
}
h2 {
	font-size:14px;
	color:#26394d;
	font-weight: normal;
	display: inline;
}
h3 {
	font-size:12px;
	color:#808080;
	font-weight: normal;
	display:inline;
}
h4 {
	font-size:14px;
	color:#FFFFFF;
	font-weight: normal;
	display: inline;
}
h5 {
	font-size:14px;
	color:#FFFFFF;
	font-weight: normal;
	display: inline;
}
*/
p {
	margin: 0;
	padding: 0 0 16px 0;
}
a:link, a:visited {
	color: #9ccc3d;
}
a:hover, a:active {
	color: #403939;
}
.text_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: #403939;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #26394d;
}
.text_alt_color {
	color: #336699;
}
.text_footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #26394d;
}
.link_footer, a.link_footer:link, a.link_footer:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #afb6bd;
	text-decoration: none;
}
a.link_footer:hover, a.link_footer:active {
	color: #26394d;
}
.link_footer2, a.link_footer2:link, a.link_footer2:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #26394d;
	text-decoration: none;
}
a.link_footer2:hover, a.link_footer2:active {
	text-decoration: underline;
}

/*************************************
	Form format
 *************************************/
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #26394d;
	background-color: #FAFAFA;
	border: 1px solid #e1e3e6;
	margin: 0;
	padding: 2px;
	/*width: 300px;*/
	height: 18px;
}
.input_fixedsize {
	width: 300px;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #26394d;
	background-color: #FAFAFA;
	border: 1px solid #e1e3e6;
	margin: 0;
	padding: 2px;
	width: 300px;
	height: 138px;
}
form {
	margin: 0;
	padding: 0;
}
.form_list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #26394d;
	margin: 0;
	padding: 0 10px 0 0;
	list-style:none;
	float: left;
}
.form_list li {
	min-height: 20px;
	padding: 0 0 4px 0;
}
.form_submit {
	background-image: url(../images/bt_submit_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	width: inherit;
	height: 27px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	border: none;
	margin: 0 0 0 10px;
	padding: 0 10px 3px 0;
}
.form_submit_container {
	background-image: url(../images/bt_submit_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 27px;
}