
/* GENERAL SETTINGS
---------------------------------------------------------- */
body {
	text-align: center;
	font: 12px arial, verdana, sans-serif;
	line-height: 15px;
	background: #e4e6e9 url(../images/img_bkg_rpt.gif) left top repeat-x;
	color: #56595c
}
* {
	padding: 0;
	margin: 0;
}
img {border: 0;}
ul {list-style: none;}
ol {padding-left: 30px}
ol li {padding-bottom: 5px}
.clear {clear: both}
.left {float: left}
.right {float: right}
a, a:link, a:visited {color: #56595c}
a:hover {text-decoration: none} 
.print {
	position: absolute;
	right: 16px;
	top: 16px;
}
.logo {float: right}
.error {
	color: red;
	font-weight: bold;
}



/* TYPOGRAPHY
---------------------------------------------------------- */
h2, h3, p {margin-bottom: 15px}
h1 {
	color: #FFF;
	font-size: 18px;
}
h2 {font-size: 18px}
h4 {font-size: 12px}



/* CONTAINERS
---------------------------------------------------------- */
#container {
	width: 780px;
	margin: 50px auto;
	text-align: left;
}
#wrapper {
	clear: both;
	width: 748px;
	padding: 16px 16px 0 16px;
	background: #463945 url(../images/img_bkg_content.jpg) left top no-repeat;
}
#links {
	float: left;
	width: 148px;
}



/* NAVIGATION
---------------------------------------------------------- */
/*	LEVEL 1	*/
#nav {
	float: left;
	padding: 25px 0 1px 17px;
}
#nav li {
	float: left;
	width: 147px;
	height: 30px;
	margin-right: 3px;
	background: url(../images/img_nav_bkg.gif);
}
#nav li a {
	float: left;
	color: #FFF;
	text-decoration: none;
	padding-top: 8px;
	width: 147px;
	height: 22px;
	font-weight: bold;
	text-align: center;
}
#nav li a:hover, #nav li a.current {
	background: url(../images/img_nav_bkg_f2.gif);
}

/* SUB NAVIGATION */
.subnav li {
	float: left;
	width: 148px;
	height: 32px;
	background: url(../images/img_nav_sub_bkg.gif) left top no-repeat;
	margin-bottom: 7px;
}
.subnav li.current a {
	color: #FFF;
	background: url(../images/img_nav_sub_bkg_f2.gif) left top no-repeat;
}
.subnav li a {
	display: block;
	color: #4f414d;
	font-weight: bold;
	text-decoration: none;
	width: 136px;
	height: 23px;
	padding: 9px 0 0 12px;
}
.subnav li a:hover {color: #FFF;}

/* DOWNLOADS */
.downloads {
	clear: both;
	width: 128px;
	background: #9b979b;
	color: #FFF;
	margin: 10px 0 20px 0;
	padding: 10px;
	float: left
}
.downloads h4 {margin-bottom: 10px}
.downloads li a {
	width: 128px;
	display: block;
	color: #FFF;
	text-decoration: none;
}
.downloads li a:hover, .downloads li.current a {color: #2d282c}



/* FOOTER
---------------------------------------------------------- */
#footer {
	background: url(../images/img_footer_bkg.gif) left top no-repeat;
	width: 780px;
	height: 30px;
	margin-top: 10px;
}
#footer li {
	float: left;
	font-size: 11px;
	margin: 8px 0 0 0;
	padding: 0 8px;
	color: #6a9417;
	background: url(../images/img_footer_div.gif) 0 2px no-repeat;
}
#footer li.first {
	background: none;
	margin-left: 14px
}
#footer li a {
	float: left;
	color: #6a9417;
	text-decoration: none;
}
#footer li a:hover {text-decoration: underline}



/* CONTENT
---------------------------------------------------------- */
/* TITLES */
.title {
	background: url(../images/img_h1_bkg_rpt.gif) left top repeat-x;
	height: 33px;
	text-align: right;
	margin-bottom: 10px;
}
.title h1 {height: 24px; background: url(../images/img_h1_bkg_lt.gif) top left no-repeat; padding: 8px 15px 0 0 }
.title div {height: 32px; background: url(../images/img_h1_bkg_rt.gif) top right no-repeat;}
.title.green {background: url(../images/img_h1_g_bkg_rpt.gif) left top repeat-x;}
.title.green h1 {background: url(../images/img_h1_g_bkg_lt.gif) top left no-repeat;}
.title.green div {background: url(../images/img_h1_g_bkg_rt.gif) top right no-repeat;}

/* PANEL */
.panel {
	float: right;
	width: 585px;
	background: #FFF url(../images/img_cnt_cnr_tl.gif) top left no-repeat;
	margin-bottom: 16px;
}

.panel.extend {width: 100%}
.panel.extend .content {min-height: 0}
*html .panel.extend .content {height: 0}
.panel.sub {
	width: 100%;
	background: #e6f3ca url(../images/img_cnt_sub_cnr_tl.gif) top left no-repeat;
	float: none;
	position: relative;
}
.content {
	padding: 16px 0 16px 16px;
	background: url(../images/img_cnt_cnr_tr.gif) top right no-repeat;
	position: relative;
	min-height: 300px;
}
*html .content {height: 300px}
.panel.sub .content {
	background: url(../images/img_cnt_sub_cnr_tr.gif) top right no-repeat;
	min-height: 0;
}
*html .panel.sub .content {height: auto}

/* PANEL CORNERS */
.cnr {width: 100%; height: 5px; position: relative}
.cnr.bl {background: url(../images/img_cnr_bl.gif) bottom left no-repeat; left: -16px;}
.cnr.br {background: url(../images/img_cnr_br.gif) bottom right no-repeat; right: -32px;}
.panel .cnr {position: static}
.panel .cnr.bl {background: url(../images/img_cnt_cnr_bl.gif) bottom left no-repeat;}
.panel .cnr.br {background: url(../images/img_cnt_cnr_br.gif) bottom right no-repeat;}
.panel.sub .cnr.bl {background: url(../images/img_cnt_sub_cnr_bl.gif) bottom left no-repeat;}
.panel.sub .cnr.br {background: url(../images/img_cnt_sub_cnr_br.gif) bottom right no-repeat;}



/* FORMS
---------------------------------------------------------- */
form .col {
	float: left;
	width: 50%;
	margin-bottom: 5px;
}
form input, form select, form textarea {
	font: 12px arial, verdana, sans-serif;
	color: #4f414d;
}
form .text, form .textarea {
	width: 220px;
	margin: 2px 5px 5px 0;
	background: #FFF;
	border-top: 1px solid #8f8f8f;
	border-left: 1px solid #b9b9b9;
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
	padding: 3px 5px
}
form select {
	width: 232px;
	margin: 2px 0 2px 0;
	padding: 1px;
}
form select option {padding: 0 20px 0 0}
form .check {margin-right: 5px}
form .btn {
	padding: 2px 8px;
	font-weight: bold;
	cursor: pointer;
}
form h4 {
	float: left;
	margin-bottom: 10px
}
form .btnsubmit {	
	float: right;
	width: 152px;
	height: 36px;
	padding: 0;
	text-align: center;
	background: url(../images/img_btn_bkg.gif) left top no-repeat;
	display: block;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	text-transform: uppercase;
	border: 0;
	margin: 15px 20px 0 0 ;
}
*html form .btnsubmit {margin: 15px 10px 0 0 ;}
form .browse {
	padding: 3px 5px; 
	margin-top: 3px; 
	width: 235px
}
form .btnsubmit:hover {color: #FFF}
form .required {
	float: right;
	font-style: italic;
}


/* SITEMAP
---------------------------------------------------------- */
.sitemap li {
	float: left;
	font-weight: bold;
	margin-right: 26px;
}
.sitemap li ul {margin-top: 5px}
.sitemap li li {
	font-weight: normal;
	width: auto;
	margin-bottom: 2px;
	float: none;
}

iframe {
	border: none;
	width: 570px;
	/*height: 810px;*/
	height: 1110px;
	scrolling: auto;
	overflow: auto;
}