@charset "UTF-8";
* {
   padding:0px;
   margin:0px;
}

body {   
   font-family:Verdana, sans-serif;
   line-height:1.5em;
   font-size:12px;
   background:url(/images/background.jpg) repeat-x top;
}
div#mainBody {
   margin-left:auto;
   margin-right:auto;
   width:900px;
   z-index:20;
}
div#nav {
   width:900px;
   height:326px;
}
div#leftContent {
   width:332px;
   text-align:left;
   vertical-align:top;
   height:100%;
   background:url(/images/leftBack.gif) no-repeat top right;
}
div#mainContent {
   width:568px;
   background-color:#092680;
}
div#mainBL {
   float:right;
   width:100%;
   background:#092680 url(/images/mainBl.gif) no-repeat bottom right;
}
div#mainTR {
   float:right;
   width:100%;
   background:url(/images/mainTR.gif) no-repeat top right;
}
div#mainBR {
   width:100%;
   background:url(/images/mainBR.gif) no-repeat bottom right;
}
div#mainIN {
   text-align:left;
   padding:30px;
   color:#cccccc;
   line-height:18px;

}
div#mainIN a {
   color: #999;
   background:url(/images/snowOver.gif) no-repeat left;
   padding-left:25px;
   font-weight:bold;
   text-decoration:none;
}
div#mainIN a:hover {
   color: #fff;
   background:url(/images/snow.gif) no-repeat left;
}
div#mainIN ul {padding-left:40px;}
h1 {
   font-size:22px;
   color:#FF6600;
   letter-spacing:.1em;
}
h2 {
   color:#ccc;
   font-size:14px;
}
h3 {font-size:16px;}
h4 {
   color:#666;
   text-align:left;
   border-bottom:1px solid #999;
}
h5 {
   font-size:12px;
   font-style:italic;
   font-weight:lighter;
   letter-spacing:.1em
}
.subContent {padding-top:10px;}
div#footerd {
   position:relative;
   border-top:10px solid #FF9900;
   width:100%;
   text-align:center;
   background:url(/images/footerBack.gif) repeat top;
}
.conInfo a {
	color:#000000;
}
.conInfo a:hover {
	color: #FF6600;
	text-decoration: none;
}
div#contactPanel {
   width:900px;
   margin-left:auto;
   margin-right:auto;
   background-color:#999999;
}
div#contactInfo {
   padding:20px 30px 10px 30px;
   text-align:left;
}
div#contactInfoCabbs {
   padding:20px 5px 10px 5px;
   text-align:left;
}
div#contactInfo .contactLable {
   width:840px;
   padding-bottom:10px;
   font-size:18px;
   text-align:right;
   border-bottom:1px dotted #333;
}
div#contactInfo .conInfo {
   width:270px;
   padding-top:15px;
   padding-right:30px;
   text-align:right;
}
.conForm {
   padding-left:17px;
   padding-top:12px;
   text-align:left;
   line-height:1.5em;
   vertical-align:top;
}
.conForm li {
	padding-left:25px;
	pading-top:5px;
background:url(/images/ulSnow.gif) no-repeat left;}


div#contactInfo input {
   width:200px;
   padding:3px;
   border:1px solid #333;
}
div#contactInfoCabbs input{
   width:332px;
   color:#fff;
   padding:3px;
   border-left:1px solid #999;
   border-top:0px solid #333;
   border-bottom:1px dotted #999;
   border-right:0px dotted #999;
}
div#contactInfoCabbs textarea {
   border:1px solid #999;
   color:#FFFFFF;
   width:100%;
   height:70px;
}
div#contactInfoCabbs td{
}
div#contactInfoCabbs {
   color:#999;
}
.frm1 {
   background-color:#092680;
}
.frm1-on{
   background-color: #0D37B7;
}

.frm{
   background-color: #E2E2E2;
}
.frm-on{
   background-color: #FF9900;
}
 textarea {
   float:right;
   border:1px solid #000;
   background-color: #E2E2E2;
   width:300px;
   height:273px;
}
div#contactInfo .submit {
   float:right;
   border:0px;
   padding:0px;
   width:100px;
   height:40px;
}