/* site-wide defaults */
html {
	height:100%;
	margin-bottom:1px;
}

body{ 
	margin:0; 
	padding:0; 
	text-align: center;
	background: #fff url(../imgs/site_bg.jpg) repeat-y fixed center;
} 

html, body, td {
	font: 13px verdana;
	color: black;
}

table, td, th {
	margin:0px;
	padding:0px;
	border-width:0px;
	border-collapse: collapse;
}

div, ol, ul, h1, h2, h3, h4, form{
	margin-top: 0px;
	margin-bottom: 0px;
	scrollbar-base-color:#E6EFF6;
	scrollbar-darkshadow-color:#E6EFF6;
}

ul.flush {
	margin-left: 8px;
	padding-left: 8px;
}

ol.flush {
	margin-left: 15px;
	padding-left: 9px;
}

a:link, a:active, a:visited, a:hover, .linkish{ 
	color: #31803F;
	text-decoration:underline;
}

a img {border:none;}
br.clear {clear: both;}

/* site-wide page layouts - header*/
div#hdr{ 
	width:774px; 
	height:84px;
	margin-left:auto;
	margin-right:auto;
	text-align:left; 
	background: #fff url(../imgs/hdr_bg.jpg) repeat-y fixed center;
}

div#hdr div#logo{ 
	width:176px;
	float:left;
	padding:21px 5px 0px 13px;
}

div#hdr h1{ 
	width:275px;
	float:left;
	padding:42px 0px 0px 0px;
	font: 16px arial;
}

div#hdr div#right{ 
	width:237px;
	text-align:right;
	float:right;
	padding:13px 13px 0px 0px;
}

div#hdr div#links{ 
	padding:23px 0px 0px 0px;
	color: #368E63;
	font: bold 12px arial;
}

div#hdr div#links a:link, div#hdr div#links a:active, div#hdr div#links a:visited{ 
	color: #053868;
	font: bold 12px arial;
}

div#hdr div#links a:hover{ 
	color: #368E63;
}

/* SITE-WIDE TOP NAV */
div#nav-container, ul#nav{
	width:776px; 
	height:35px;
	margin-left:auto;
	margin-right:auto;
	text-align:left; 
	background: url(../imgs/nav_bg.gif) repeat-x;
}

ul#nav{
	background: url(../imgs/nav_bgr2.gif) no-repeat right bottom;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#nav li {
	float: left;
	position: relative;
}

ul#nav li li {float: none;}

ul#nav li a:link,
ul#nav li a:active,
ul#nav li a:visited {
	font: bold 14px arial;
	display: block;
	text-decoration: none;
	color: #fff;
	height: 22px;
	margin-top: 1px;
	background: none; /* IE6 Bug */
	padding: 6px 15px 0px 15px;
	border-left: 1px solid #7DA4C3;
	border-right: 1px solid #053768;
}
* html ul#nav li a:link,* html ul#nav li a:active,* html ul#nav li a:visited,* html ul#nav li a:hover {float: left;}
* html ul#nav li li a:link,* html ul#nav li li a:active,* html ul#nav li li a:visited,* html ul#nav li li a:hover {float: none;}
* html ul#nav li {height: 1%;}
* html ul#nav li a {height: 1%;}

/* DROP MENUS */
ul#nav ul {
	position: absolute;
	left: 0;
	top: 29px;
	display: none;
	border: 1px solid #193D62;
	border-top: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	font: normal 11px arial;
}

ul#nav li a:hover, ul#nav .carat {color: #FECC5C;}

ul#nav li ul li a:link,
ul#nav li ul li a:active,
ul#nav li ul li a:visited {
	line-height: 1em;
	font: bold 13px arial;
	float: none;
	height: 20px;
	padding: 5px 0 0 14px;
	margin: 0;
	background: #1D599F;
	border: 0;
}

ul#nav li ul li a:hover {
	color: #fff;
	background-color: #2C6CB7;
}
ul#nav li ul li.new-section {border-top: 1px solid #4184D4;}
ul#nav li:hover ul, ul#nav li.over ul {display: block;}


/* 	        main area 
	--------- 774px ---------
	8px------ 751px -----15px
*/

div#main{ 
	width:751px; 
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	padding:10px 15px 0px 8px;
}

div#main div#leftcol{ 
	float:left;
	margin-right:15px;
}

div#main div#lnav{
	width:149px;
	background: url(../imgs/lnav_bg2.gif) repeat-x;
	font: 12px arial;
	border: 1px solid #31803F;
	padding-left:5px;
	margin-bottom:15px;
}

div#main div#lnavhdr{
	width:149px;
	height: 17px;
	padding-top: 6px;
	color: white;
	font-weight: bold;
}

div#main div#lnavcnt{
	width:149px;
	padding: 10px 0px;
}

div#lnavcnt a:link, div#lnavcnt a:active, div#lnavcnt a:visited{
	padding-left:9px;
	color: #053868;
	font: 12px/1.8em arial;
	text-decoration: none;
}

div#lnavcnt a:hover{
	text-decoration: underline;
}

div#lnavcnt a#on{ 
	background: url(../imgs/lnav_ar.gif) no-repeat 0px 50%;
	font-weight: bold;
}

div#main div#copy{}

div#main div.copy2column{
	float:left;
	width:580px;
}

div#main div.copy1column{
	width: 744px;
	padding: 0px 0px 0px 7px;
}

div#copy a:link, div#copy a:active, div#copy a:visited, div#copy a:hover{
	padding: 0px 11px 0px 0px;
	background: url(../imgs/ar_gt.gif) no-repeat 100% 72%;
}

div#copy a.nobg:link, div#copy a.nobg:active, div#copy a.nobg:visited, div#copy a.nobg:hover{
	padding: 0px;
	background: none;
}

div#main div#ipcallouts{
	float:right;
	text-align:right;
	padding-left:10px;
}

div#main h1{ 
	font: bold 26px arial;
	color: #31803F;
}

div#main h2{
	font: italic bold 14px arial;
	color: #31803F;
	margin-bottom:10px;
}

div#main h3{
	font: bold 15px arial;
	color: #053868;
}

div#main h4{
	font: bold 13px arial;
}

div#inpagefooter {
	border-top:1px solid #82ADD2;
	padding-top:5px;
	margin-top:30px;
}

/* site-wide page layouts - footer */

div#ftrnav{
	width:774px; 
	margin:15px auto 5px auto;
	background-color: #DCE7F1;
	font: bold 12px arial;
	color: #368E63;
	padding: 6px 0px;
}

div#ftrnav a:link, div#ftrnav a:active, div#ftrnav a:visited{ 
	color: #053868;
}

div#ftr{
	width:774px; 
	margin:0px auto 7px auto;
	font: 11px arial;
	color: #808080;
}

div#ftr a:link, div#ftr a:active, div#ftr a:visited{ 
	color: #74A5CD;
}

/*-- buttons --*/
div#copy a.btn_x75:link, div#copy a.btn_x75:active, div#copy a.btn_x75:visited, div#copy a.btn_x75:hover{
	display: block;
	float: left;
	width:75px;
	height:31px;
	padding:0px;
	text-align:center;
	background: url(../imgs/btn/x75-bg.gif) no-repeat;
	font: bold 13px/27px arial;
	color: #053868;
	text-decoration:none;
}

div#copy a.btn_x120:link, div#copy a.btn_x120:active, div#copy a.btn_x120:visited, div#copy a.btn_x120:hover{
	display: block;
	float: left;
	width:120px;
	height:31px;
	padding:0px;
	text-align:center;
	background: url(../imgs/btn/x120-bg.gif) no-repeat;
	font: bold 13px/27px arial;
	color: #053868;
	text-decoration:none;
}

div#copy a.btn_x164:link, div#copy a.btn_x164:active, div#copy a.btn_x164:visited, div#copy a.btn_x164:hover{
	display: block;
	float: left;
	width:164px;
	height:31px;
	padding:0px;
	text-align:center;
	background: url(../imgs/btn/x164-bg.gif) no-repeat;
	font: bold 13px/27px arial;
	color: #053868;
	text-decoration:none;		
}

div#copy a.btn_x210:link, div#copy a.btn_x210:active, div#copy a.btn_x210:visited, div#copy a.btn_x210:hover{
	display: block;
	float: left;
	width:210px;
	height:31px;
	padding:0px;
	text-align:center;
	background: url(../imgs/btn/x210-bg.gif) no-repeat;
	font: bold 13px/27px arial;
	color: #053868;
	text-decoration:none;		
}

/*-- RECENTLY VIEWED BOX --*/
div.rv_nav {
	width:134px;
	margin-bottom:15px;
	text-align:left;
	background-color: #F6F9FC;
	border: 1px solid #6993C0;
	font: normal 12px arial;
	padding: 7px 10px 10px 10px;
}

div.rv_nav_hdr {
	color:#1D5A9D;
	font-weight:bold;
	margin-bottom:3px;
}

/*-- CALLOUTS --*/
div.cll_y, div.cll_b {
	width:173px;
	margin-bottom:15px;
	text-align:left;
	cursor:pointer;
}

div.cll_b {
	background: url(../imgs/cll/blu_bg.gif) repeat-x top;
	border: 1px solid #6993C0;
}

div.cll_b div.hdr {
	color:#1D5A9D;
	font: bold 14px arial;
	padding:6px 0px 5px 10px;
}

div.cll_b div.imgcontent {
	text-align:center;
	padding:10px;
}

div.cll_b div.txtcontent {
	font: normal 12px arial;
	padding:10px;
}

div.cll_y {
	background: url(../imgs/cll/yel_bg3.gif) repeat-x top;
	border: 1px solid #BEAD77;
	padding-bottom: 5px;
}

div.cll_y div.lquoted {
	background: url(../imgs/cll/yel_lqt.gif) no-repeat 2px top;
}

div.cll_y div.rquoted {
	background: url(../imgs/cll/yel_rqt.gif) no-repeat 140px bottom;
	padding: 10px;
	font: 17px Georgia, Times, Times New Roman, serif;
}

div.cll_y div.quothe {
	margin-top:-5px;
	padding: 0px 0px 10px 30px;
	font: bold 12px arial;
}

div.cll_y div.comp {
	padding: 0px 0px 0px 10px;
	font: 11px arial;
}

div.cll_y div.comp IMG{
	float:left;
	margin-right:5px;
}

div.short div.cll_y div.comp {
	display:none;	
}

/* FORMS */
INPUT, SELECT, TEXTAREA {font: 12px arial;}
.stInput {width: 348px;}
.stHalfInput {width: 169px;}
SELECT.stHalfInput {width:172px;}

.copy1column .stInput {width: 298px;}
.copy1column .stHalfInput {width: 145px;}
.copy1column SELECT.stHalfInput {width:147px;}

.tblForm TD {
	vertical-align:top;
	font: 12px arial;
	padding: 4px 0px;
}

.nopad TD {padding: 1px 0px;}

.tblForm LABEL {
	font: bold 13px arial;
	color: #404040;
}

.tblForm LABEL.plain {
	font-weight: normal;
	color: black;
}

.tblForm td.label {
	width: 196px;
	padding: 4px 5px 0px 0px;
	text-align:right;
}
.tblForm td.stinput {width: 358px;}
.tblForm td.halfinput {width: 179px;}
.tblForm td.note {width: 220px;}

.copy1column .tblForm td.stinput {width: 318px;}
.copy1column .tblForm td.halfinput {width: 154px;}

.tblForm DIV.followup {
	padding:8px 20px 0px 0px;
	text-align:right;
	display:none;
}

/* FORM ERRORS */
DIV.highlight {
	color: #AA0000;
}

td.highlight INPUT, td.highlight SELECT, td.highlight TEXTAREA,
tr.highlight INPUT, tr.highlight SELECT, tr.highlight TEXTAREA,
DIV.highlight INPUT, DIV.highlight SELECT, DIV.highlight TEXTAREA {
	border: 1px solid #AA0000;
}

/* help caption box styles */
div.caption220w, div.caption220b {
	background: url(../imgs/cap_mid_white_bg.gif) repeat-y;
	padding:7px 15px 15px 9px;
	width:196px;
	text-align: left;
	display:none;
}

div.caption220b {
	background: url(../imgs/cap_mid_blu_bg.gif) repeat-y;
}

div.caption220w DIV.cap_header, div.caption220b DIV.cap_header {
	font-weight: bold;
	margin-bottom:4px;
}

/*MISC*/
IMG.tmb {
	border: 2px solid black;
}