@charset "utf-8";
* { margin:0; padding:0; }
body { font: 12px Georgia, Times, serif; line-height: 1.5em; color: #747474; background: #F7FBEA url(../images/bg.jpg) repeat-x; }
/***********************The main divs for the website******************************/
#container { position: relative; width: 1000px; margin: 0 auto; text-align: left; }
#btn-bg { float: left; position: relative; background: url(../images/btn-bg.png) no-repeat; width:1000px; height:150px; }
#header-bg { float: left; position: relative; background:transparent; width:1000px; height:300px; }
#body-top { float: left; position: relative; background: url(../images/body-top.jpg) no-repeat; width:1000px; height:6px; }
#body-bg { float: left; position: relative; background: url(../images/body-bg.jpg) repeat; padding:0 25px 0 25px; width:950px; height:auto; }
#footer-top { float: left; position: relative; background: url(../images/footer-top.jpg) no-repeat; width:1000px; height:7px; }
#footer-bg { float: left; position: relative; background: url(../images/footer-bg.jpg) repeat-y; padding:0 25px 0 25px; width:950px; height:auto; }
#footer-bottom { float: left; position: relative; background: url(../images/footer-bottom.jpg) no-repeat; width:1000px; height:6px; /*change here*/ }
/*************************************header divs*****************************/
#left-header-text { float:left; width:290px; height:290px; border: 5px solid #fff; }
#right-header-text { float:right; width:700px; height:300px; }
/***************************************body  divs***************************/
#body-left { float:left; position:relative; width:275px; text-align:left; background-color: #EFF7FC; }
#body-right { float:right; position:relative; width:672px; text-align:left; padding:0 0 0 3px;  }
/***********************************top-navigation*******************************/
ul#top-nav { float:right; position:relative; list-style:none; width:600px; height:60px; padding:71px 20px 0 5px; font-weight:bold; }
ul#top-nav li { float:left; }
ul#top-nav li a { background:transparent url("../images/sep.gif") bottom right no-repeat; color:#fff; display:block; line-height:60px; padding:0px 41px 0 40px; text-align:center; }
ul#top-nav li#home-btn { background:transparent url("../images/sep.gif") bottom left no-repeat; margin: 0 0 0 2px; }
ul#top-nav li:hover a { background: #E1F1FB url("../images/hover.jpg") bottom center no-repeat; color:#FD3917; }
/***********************the begining of side nav*********************/
ul#side-nav { float:left; position: relative; padding:0; margin: 0; list-style: none; }
ul#side-nav li a { display:block; text-align: left; text-decoration: none; padding:2px 0; color:#1E7AC4; background-color:#DBEDB6}
ul#side-nav li a:hover { color:#DBEDB6; background:url("../images/sep.gif") repeat;}
/***************************the begining of footer nav*****************/
ul#footer-nav { float:left; position:relative; list-style:none; width:500px; margin: 0 0 0 300px; }
ul#footer-nav li { display: inline; }
ul#footer-nav li a { text-align: left; font-size:11px; font-weight:normal; text-decoration: none; list-style: none; color: #056585; padding:0 0 0 45px; }
ul#footer-nav li a:hover { color: #98B933; }
#copy { font-size:11px; text-align:center; line-height:1.4em; }
