/* CSS Document */


body{
background:#f6e9bd;
font:11px Arial, Helvetica, sans-serif;
color:#333;
margin:0;
padding:0;
height:100%;
}

p{
margin:0;
padding:7px 0;
font-size:11px;
}

HR{
border:1px dashed #ccc;
}

ul{
list-style-type:disc;
margin:0;
padding:0 0 0 25px;
}

ul li{
margin:0;
padding:0px 5px 0px 2px;
font-size:11px;
}

ul.list{
margin:0;
padding:0 0 0 25px;
}

ul.list li{
margin:0;
padding:0px 5px 0px 2px;
font-size:11px;
}

ul.list a{
font-family:Arial, Helvetica, sans-serif;
color:#996633;
text-decoration:none;
font-size:12px;
}

ul.list a:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#996633;
text-decoration:underline;
}

.body-bg{
background:url(../images/body_bg.jpg) center repeat-y;
}

#top{
background:#c89508;
width:100%;
height:10px;
text-align:left;
margin:0 0 2px 0;
}

/* HEADER */

#header{
background:#fff;
width:778px;
text-align:left;
padding:0px 0 0 0;
}

.header-container{
background:#fff;
float:left;
width:776px !important;
width:778px;
border:1px solid #969696;
border-bottom:0px solid #969696;
}

.logo{
float:left;
width:255px;
}

.top-flash{
float:right;
width:517px;
}

/* NAVIGATION */

.navigation{
background:url(../images/nav_bg.jpg) no-repeat;
float:left;
width:778px;
padding:2px 0 !important;
padding:5px 0 2px 0;
height:29px !important;
height:33px;
}

.navigation ul{
margin:0;
padding:3px 0 0 0px;
list-style-type:none;
}

.navigation ul li{
float:left;
padding:5px 8px;
font-weight:bold;
}

.navigation ul li a{
color:#fff;
text-decoration:none;
padding:5px 10px;
font-size:12px;
}

.navigation ul li a:hover{
background:url(../images/nav_over.jpg) repeat-x;
color:#000;
text-decoration:none;
padding:5px 10px;
}

.navigation ul li a.selected{
background:url(../images/nav_over.jpg) repeat-x;
color:#000;
text-decoration:none;
padding:5px 10px;
}

/* BODY */

#body{
background:#fff;
width:758px;
text-align:left;
padding:10px 6px 10px 6px;
}

.body-left{
float:left;
width:598px;
}

.body-inner{
float:left;
width:758px;
}

.welcome-img{
background:#e5e5e5;
float:left;
padding:3px;
}

.welcome-desc{
float:left;
width:440px;
padding:0 0 0 10px;
}

.body-inner div.welcome-desc{
width:610px;
}

h2{
font:17px Georgia, "Times New Roman", Times, serif;
color:#aa800e;
margin:0;
padding:0 0 0 0;
}

h3{
font:bold 14px Arial, Helvetica, sans-serif;
color:#333;
margin:0;
padding:0 0 0 0;
}

.box{
background:url(../images/box_bg.jpg) no-repeat;
float:left;
padding:10px 10px 0 10px;
min-height:150px;
height:auto !important;
height:150px;
text-align:center;
}

.box div{
width:271px;
text-align:left;
}

.box h2{
font:17px Georgia, "Times New Roman", Times, serif;
color:#aa800e;
margin:0;
padding:5px 0 0 0;
text-transform:capitalize;
}

.body-right{
float:right;
width:150px;
}

.details_table{
font:11px Arial, Helvetica, sans-serif;
color:#333;
}

.width{
width:200px;
}

/* FOOTER */

#footer{
background:#fff url(../images/footer_bg.jpg) top repeat-x;
width:100%;
height:56px;
font-size:12px;
line-height:56px;
text-align:center;
margin:0 0 0 0;
}