@charset "UTF-8";
/* CSS Document */
body{
 padding:0px;
 margin:0px;
 font:12px/18px Arial, Helvetica, sans-serif;
 color:#686868;
 background:#87811D url(/images/bg.gif) 0 0 fixed repeat-x;
 overflow:hidden;
 width:100%;
 height:100%;
 position:absolute;
 top:0;
 left:0;
 }
html{
 overflow:hidden;
 width:100%;
 height:100%;
 top:0;
 left:0;
 position:absolute;
 }
td{
 font:12px/18px Arial, Helvetica, sans-serif;
 color:#686868;
 font-weight:normal;
 }

div, h1, h2, h3, h4, p, img, ul, ol, li, form, input, textarea{
 padding : 0;
 margin : 0;
 }
p{
 padding : 0 0 10px 0;
 margin : 0;
 }
ul {
 list-style : none;
 }
img {
 outline : none;
 border : none;
 }
a {
 outline : none;
 text-decoration : none;
 }

/*------------------- General --------------*/
.fontSize14{ font-size:14px; line-height:18px;}
.fontSize16{ font-size:16px; line-height:20px;}
.fontSize18{ font-size:18px; line-height:24px;}
.fontSize24{ font-size:24px; line-height:36px;}
.blueText{ color:#118CD1;}
.whiteText{ color:#fff;}
.grayText{ color:#DAD9D9;}
.blueLink{ color:#26A7C7; text-decoration:underline; font-weight:bold;}
.blueLink:hover{ color:#000; text-decoration:none; font-weight:bold;} 
.yellowText{ color:#D17B00;}

.whiteLink{ color:#fff; font-size:18px; font-style:italic; line-height:22px; text-decoration:underline; font-family:Georgia, "Times New Roman", Times, serif;}
.whiteLink:hover{ color:#41212C; text-decoration:none; }
.yellowLink{ color:#999432; font:bold italic 12px/22px Georgia, "Times New Roman", Times, serif;}
.yellowLink:hover{ color:#41212C; text-decoration:none; }
 
.heading_1{
 font-size:24px;
 font-weight:normal;
 color:#F6F0F6; 
 line-height:30px;
 padding:0 0 20px 0px;
 display:block;
 font-family:Georgia, "Times New Roman", Times, serif;
 }

.heading_2{
 font-size:24px;
 font-weight:normal;
 color:#525252;
 line-height:30px;
 padding:0 0 10px 0px;
 display:block;
 font-family:Georgia, "Times New Roman", Times, serif;
 }

.heading_3{
 font-size:18px;
 color:#D17B00;
 line-height:18px;
 display:block;
 padding:10px 0 10px 0;
 font-weight:normal;
 }
 
.heading_4{
 font-size:16px;
 font-weight:bold;
 color:#34362E;
 line-height:18px;
 padding:3px 0 20px 35px;
 display:block;
 background:url(/images/heading_arrow3.gif) left top no-repeat;
 }


.whiteBg{ background:#fff;}

/*------------------- Layout --------------*/
#main{
 width:100%;
 background:url(/images/main_bg.jpg) center top fixed no-repeat;
 overflow:scroll;
 overflow-x:hidden;
 height:100%;
 position:absolute;
 }

#header{ 
 width:950px;
 height:330px;
 }
 
#topMenu{padding:9px 0 0 0; }
#topMenu td{padding:0 1px 0 1px; }
#topMenu a{
 display:block;
 color:#B6BADA;
 line-height:32px;
 height:1%;
 text-transform:uppercase;
 padding-left:12px;
 }
#topMenu a span{
 display:block;
 padding-right:10px; 
 }
#topMenu a:hover, #topMenu a.active{
 display:block;
 color:#B6BADA;
 line-height:32px;
 height:1%;
 text-transform:uppercase;
 background:url(/images/menu_bg.gif) 0 0 no-repeat;
 }
#topMenu a:hover span, #topMenu a.active span{
 display:block;
 color:#010729;
 background:url(/images/menu_bg.gif) right bottom no-repeat;
 }
 
#logo{
 text-align:center;
 padding-top:46px;
 }
 
 
#leftPanel {
 width:220px;
 }
.leftBox{padding-bottom:10px;}
.leftBoxInner{ 
 border:#FFFFFF 1px solid;
 background:#EEEEEE url(/images/leftu_bg.gif) 0 0 repeat-x;
 }
.leftHeading{
 font:bold 14px/40px Georgia, "Times New Roman", Times, serif;
 display:block;
 padding:0 0 0 14px;
 color:#fff;
 text-transform:uppercase;
 background:#81668C url(/images/left_heading_bg.gif) left bottom repeat-x;
 }
.leftContent{
 padding:14px;
 color:#686868;
}

 
#login table{ margin-bottom:10px;}
#login td{ padding:0 0 1px 0;}
#login a{ color:#0479B6;}
#login a:hover{ color:#999;}

#welcome{
 border:#000 3px solid;
 background:#000 url(/images/welcome_bg1.gif) right top repeat-y;
 margin-bottom:10px;
 }
#welcomeImg{
 color:#9B9195;
 padding:20px 20px 20px 330px;
 border:#41212C 1px solid;
 background:url(/images/welcome_img.jpg) 0 0 no-repeat;
 }

.greenBox{
 padding:20px 30px 30px 30px;
 margin-bottom:10px;
 background:#958F2F url(/images/green_bg.gif) 0 top repeat-x;
 }

.greenBox td{ line-height:16px;}

.whiteBox{
 padding:20px 20px 20px 30px;
 margin-bottom:10px;
 background:#EEEEEE;
 }


.imageHolder{
 padding:0 10px 0 0;
 }

 
/*-------------------- footer ------------------------------*/
#footer{
 color:#796A6A;
 font-size:11px;
 background:#7A741A;
 padding:20px 0 10px 30px;
 border-top:#4B4A43 2px solid;
 font-size:11px;
 color:#010729;
 text-transform:uppercase;
 }
#footer a{
 color:#FCF9C7;
 padding:0 4px 0 4px;
 font-size:12px;
 }
#footer a:hover{ color:#4B4A43; text-decoration:underline;}
.copyright{ padding:3px 0 3px 30px; background:#4B4A43; color:#FFFFFF; margin-top:10px;}