@charset "utf-8";
/* CSS Document */
#body{
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
color: #58575c;
line-height: 16px;
background-color: #FEF5E4;
}
#wrapper{
background-color: #fef5e4;
border: solid 1px #231f20;
width: 935px;
margin-left: auto;
margin-right: auto;
overflow: auto;
}
#header{
background-image: url(images/header.gif);
background-repeat: no-repeat;
height: 152px;
}
#container{
padding-top: 15px;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 15px;
}
/* home page right col */
#rightcol_top{
background-image: url(images/rightCol_top.gif);
background-repeat: no-repeat;
height: 19px;
width: 287px;
}
#rightcol_middlerow{
background-image: url(images/rightCol_shim.gif);
background-repeat: repeat-x;
height: 374px;
width: 246px;
border-left: solid 1px #fff;
padding-left: 20px;
padding-right: 20px;
}
#rightcol_btm{
background-image: url(images/rightCol_btm.gif);
background-repeat: no-repeat;
height: 14px;
width: 287px;
}
/* home page right col END */

/* horizontal nav*/
#navcontainer{
height: 15px;
margin-top: 0px;
padding-top: 120px;
padding-right: 10px;
}
#navcontainer UL{
list-style: none;
margin: 0;
padding: 0;
border: none;
}
#navcontainer LI{
display: block;
margin: 0;
padding: 0;
float: right;
width: auto;
}
#navcontainer A {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #ffffff;
display: block;
width: auto;
text-decoration: none;
text-align: center;
margin: 0;
padding-left: 9px;
padding-right: 9px;
padding-bottom: 4px;
}
#navcontainer A:hover, #navcontainer A:active{
text-decoration: underline;
color: #ffffff;
}
#navcontainer A.active:link, #navcontainer A.active:visited{
color: #ffffff;
}
#navcontainer li a#current{
color: #ffffff;
}
.navdevide{
background-image: url(images/navDevide.gif);
background-position: right;
background-repeat: no-repeat;
}
/* sub pages */
#leftCol{
width: 591px;
text-align: justify;
}
#rightCol{
width: 287px;
}
#inner_rightCol_bg{
padding-top: 0px;
padding-bottom: 10px;
padding-right: 10px;
padding-left: 10px;
}
h1{

font-size: 18px;
color: #58575c;
font-weight: normal;
}
#contactTable{
background-color: #e7dfcf;
border: dotted 1px #999999;
padding: 5px;
}

/* vertical nav */
#vertical_navlist
{
width: 100%;
padding: 0 0 0 0;
margin-bottom: 0em;
color: #58575c;
}
#vertical_navlist ul {
list-style: none;
margin: 0;
padding: 0;
border: none;
}
#vertical_navlist li{
margin: 0;
}
#vertical_navlist li a { 
display: block;
padding: 5px 0px 5px 20px;
color: #58575c;
text-decoration: none;
width: 93%;
border-bottom: solid 1px #ffffff;
background-image: url(images/arrow.gif);
background-position: right;
background-repeat: no-repeat;
background-color: #CCCCCC;
}
#vertical_navlist li a:active{
color: #58575c;
background-image: url(images/arrow2.gif);
background-position: right;
background-repeat: no-repeat;
}	
#vertical_navlist li a:hover{
text-decoration: underline;
background-color: #231f20;
color: #ffffff;
background-image: url(images/arrow2.gif);
background-position: right;
background-repeat: no-repeat;
}	

/* form */
.formfield{
width: 96%;
padding: 2px;
}
.formbutton{
background-color: #CCCCCC;
border: solid 1px #999999;
color: #58575c;
width: 100%;
}

A.pagecontrollink:link {color: #ffffff;font-family: Verdana, Helvetica, san-serif; font-size: 14px;}
A.pagecontrollink:visited {color: #ffffff;font-family: Verdana, Helvetica, san-serif; font-size: 14px;}
A.pagecontrollink:active {color: #ffffff;font-family: Verdana, Helvetica, san-serif; font-size: 14px;}
A.pagecontrollink:hover {color: #ffffff;font-family: Verdana, Helvetica, san-serif; font-size: 14px;}


		.table-border2 {
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	}