@charset "utf-8";

/* Page Layout */
body{
margin-top:15px;
text-align:center;
background-color:#FFFFCC;
}
div#pagecontainer{
width:908px;
margin-right:auto;
margin-left:auto;
}
div#pagetop, div#pagemiddle, div#pagebottom{
width:908px;
float:left;
}
div#pagetop{
background:url(../images/page-top.gif) top left no-repeat;
height:11px;
}
div#pagemiddle{
width:907px;
border-left:1px solid #333333;
float:left;
background:url(../images/page-right.gif) top right repeat-y;
background-color:#fff;
}
div#pagebottom{
background:url(../images/page-bottom.gif) top left no-repeat;
height:9px;
}
div#page{
padding: 10px 26px 24px 16px;
margin:0;
}
div.unit{
width:100%;
float:left;
}

/* Header */
div#headimg{
width:700px;
height:114px;
float:left;
}
div#compimg{
width:158px;
height:114px;
float:left;
}

/* Top Navigation Bar */
div#navbar{
width:718px;
height:22px;
float:right;
background:url(../images/dashed-line.gif) no-repeat bottom right;
}
ul#navbar {
margin:0;
list-style-type:none;
height:22px;
}
ul#navbar li{	
float:right;
padding-right:10px;
padding-left:10px;
}
ul#navbar a{
display:block;
text-decoration:none;
font:bolder 12px "Arial";
padding-top: 5px;
color:#660000;
}
ul#navbar a:hover{
background:url(../images/hover.gif) repeat-x top left;
}
body.ab ul#navbar #ab, body.ab ul#navbar #ab a,
body.se ul#navbar #se, body.se ul#navbar #se a,
body.va ul#navbar #va, body.va ul#navbar #va a,
body.gr ul#navbar #gr, body.gr ul#navbar #gr a,
body.la ul#navbar #la, body.la ul#navbar #la a,
body.re ul#navbar #re, body.re ul#navbar #re a,
body.co ul#navbar #co, body.co ul#navbar #co a,
body.ap ul#navbar #ap, body.ap ul#navbar #ap a{
background:url(../images/current.gif) repeat-x top left;
color:#666666;
}

/* Left Navigation Bar */
div#leftnav{
width:200px;
float:left;
text-align:right;
padding-top:50px;
margin-right:15px;
}
ul#leftnav {
margin:0;
list-style-type:none;
}
ul#leftnav li{
float:left;
width:100%;
}
ul#leftnav a{
display:block;
width:100%;
text-decoration:none;
font:bold 10px "Arial";
padding-top: 5px;
padding-right: 18px;
color:#660000;
line-height:27px;
text-transform: uppercase;
}
ul#leftnav a:hover{
background:url(../images/navicon-over.gif) no-repeat top right;
}
ul#leftnav ul.subnav{
display:none;
}
body.ja #ja, body.en #en, body.me #me,
body.wi #wi, body.ld #ld, body.mi #mi,
body.ex #ex, body.rp #rp, body.el #el,
body.calc1060 #calc1060, body.calc2810 #calc2810, body.sfla33c #sfla33c{
background:url(../images/navicon-over.gif) no-repeat top right;
color:#666666;
}

/* Main Text */
div#maincontentcontainer{
width:620px;
float:left;
margin-left:20px;
}
div#subhead{
font:bold 16px "Arial";
color:#660000;
text-align:center;
padding-top:15px;
padding-bottom:10px;
text-transform: capitalize;
width:50%;
}
div#maincontenttext p{
font-family:arial;
font-size:13px;
color:#333333;
text-align:justify;
}
img#maincontentpicture{
float:right;
margin-left:10px;
margin-bottom:10px;
border:1px solid black;
}
div#contactinfo{
font-family:arial;
font-size:13px;
color:#333333;
padding-bottom:10px;
}
div#contactinfo a{
font-family:arial;
font-size:14px;
font-weight:bold;
color:#333333;
text-decoration:none;
}
div#footer{
padding-top:10px;
padding-bottom:10px;
text-align:right;
font:bold 8px "Arial";
color:#999999;
}

/* Contact Us Page */
.errors{
width:95%;
border: 1px dashed #FF0000;
background-color: #FF9999;
float: left;
padding: 15px;
margin-left: auto;
}
.halfcolumn{
width:49%;
float:left;
text-align:left;
min-height:350px;
height:auto !important;
height: 350px;
padding-top:20px;
}
.rtborder{
border-right:1px dashed #666666;
}
form#contact{
width:100%;
text-align:left;
}
form#contact label{
font:11px "Arial";
padding-right:0.5em;
width:30%;
float:left;
clear:left;
line-height:20px;
}
form#contact input{
width:60%;
float:left;
height:20px;
font:11px "Arial";
line-height:20px;
}
form#contact em{
color:#f00;
font-weight:bold;
}
form#contact .spacer{
width:30%;
height:11px;
float:left;
clear:left;
font:9px "Arial";
}
form#contact .hint{
width:60%;
height:11px;
float:left;
font:9px "Arial";
color:#666666;
padding-left:1em;
}
form#contact #area, form#contact #prefix{
width:30px;
float:left;
line-height:20px;
margin-right:8px;
}
form#contact #digits{
width:35px;
float:left;
line-height:20px;
}
form#contact #zip{
width:50px;
float:left;
line-height:20px;
}
form#contact select{
width:60%;
height:auto !important;
height:90px;
float:left;
font:11px "Arial";
}
form#contact textarea{
width:60%;
height:80px;
float:left;
font:11px "Arial";
}
form#contact input[type="submit"], form#contact #submit{
width:auto;
float:right;
margin-right: 30px;
}
span.bold{
font-weight:bold;
}
body.co #info{
width:100%;
padding-left:2em;
font:11px "Arial";
}

