/* CSS Document */
body{
margin:45px 0 45px 0;
background:url(images/bg_container.jpg) top left repeat-x #FFFFFF;
font:85% Georgia, "Times New Roman", Times, serif;
color:#6C6D6F;
}
#main-container{
width:980px;
margin:0 auto 0 auto;
}
.float-left{
float:left;
}
.float-right{
float:right;
}
.clear-both{
clear:both;
}
.banner-img{
height:312px;
overflow:hidden;
}

/* Top Menu Start */
.menu-container{
background:#4583C4;
padding:3px 0 3px 0;
height:30px;
text-align:center;
border-bottom:1px solid #A2C1E2;
border-left:1px solid #E3F3F5;
border-right:1px solid #E3F3F5;
}
.menu-container ul{
margin:0 0 0 0;
padding:0 0 0 0;
}
.menu-container ul li{
list-style-type:none;
}
.menu-container ul li span{
background:url(images/menu-splitter.jpg) right top no-repeat;
float:left;
height:30px;
width:2px;
}
.menu-container ul li a{
display:block;
font:12px Georgia, "Times New Roman", Times, serif;
color:#FFFFFF;
text-decoration:none;
padding:8px 33px 7px 33px;
float:left;
}
.menu-container ul li a:hover{
color:#FED540;
}
.menu-container ul li a.selected{
font:12px Georgia, "Times New Roman", Times, serif;
color:#FED540;
text-decoration:none;
padding:8px 33px 7px 33px;
float:left;
}
/* Top Menu End */

/** Body Section Start **/
#body-container{
border-left:1px solid #E3F3F5;
border-right:1px solid #E3F3F5;
background:#fff;
padding:10px 40px 10px 40px;
}
#body-bottom-bg{
background:url(images/white-bottom-bg.png) bottom left no-repeat;
height:25px;
overflow:hidden;
}
.left-body{
width:455px;
float:left;
}

.left-body a:link{
color:#F5821F;
}

.right-body{
width:380px;
float:right;
text-align:center;
}
.orange-color{
color:#F5821F;
}
h1{
font:24px Georgia, "Times New Roman", Times, serif;
color:#4583C4;
}
h2{
font:20px Georgia, "Times New Roman", Times, serif;
color:#4583C4;
}
ul.orange-bullet{
margin:0 0 0 0;
padding:0 0 0 13px;
}
ul.orange-bullet li{
list-style-image:url(images/orange-bullet.jpg);
padding:3px 0 3px 0;
}
.center{
text-align:center;
}
.orange-left{
background:url(images/orange-left.jpg) no-repeat top left;
}
.orange-right{
background:url(images/orange-right.jpg) no-repeat top right;
}
.orange-center{
background:#F5821F;
color:#FED540;
margin:0 15px 0 15px;
padding:12px 10px 10px 10px;
height:34px;
}

.orange-center:hover{
color: #fff;
}