/* CSS Document */

/* REGULAR COMMANDS */
body{ margin:0px; padding:0px; color:#602c20; font-size:0.8em; font-family:Tahoma, Arial, Verdana, Helvetica, sans-serif; text-decoration:none; background:url(../images/bg.jpg) repeat #FFF;}
body a{ text-decoration:none; color:#a62205; font-weight:bold;}
body a:hover{ text-decoration:underline; color:#a62205; font-weight:bold;}

.clear{clear:both;}
.clear2{clear:both; height:0px;}
ul, li, form, fieldset{margin:0px; padding:0px;}

/* HOMEPAGE */

#top{width:100%; background:url(../images/bg_gradient.png) repeat-x; font-size:0.85em; text-align:center;}

#container{width:938px; margin:0px auto; font-size:0.85em;}

#container #menu { width:938px; height:48px; background:url(../images/bg_menu.jpg) no-repeat;} 
#container #menu ul { font-size:1.1em; padding:0px 0px 0px 21px; height:37px;} 
#container #menu ul li { display:block; float:left; text-align:center; height:37px;}
#container #menu ul li a{ float:left; display:block; cursor: pointer; cursor: hand; font-weight:bold; color:#FFF; display:block; height:37px; background:url(../images/bg_liright.gif) no-repeat right; padding-right:5px;}
#container #menu ul li a.last{ background:none;}
#container #menu ul li a:hover{ font-weight:bold; text-decoration:none; color:#f9e4b3; }
#container #menu ul li a span{ float:left; display:block; cursor: pointer; cursor: hand; padding:12px 16px 0px 16px; display:block; height:25px; }
#container #menu ul li a:hover span{ background:url(../images/bg_li.jpg) no-repeat bottom; }
#container #menu ul li a span.selected{ color:#f9e4b3; background:url(../images/bg_li.jpg) no-repeat bottom;}
#container #menu ul li.selected a{ color:#000; background:url(../images/bg_menurightover.jpg) no-repeat right;}
#container #menu ul li.selected a span{ background:url(../images/bg_menuleftover.jpg) no-repeat left;}

#container #content { width:894px; padding:0px 22px 10px 22px;background:url(../images/bg_content.jpg) no-repeat #FFF; line-height:18px; overflow:hidden;} 
#container #content h2{ font-size:1.5em; font-weight:bold; color:#602c20; margin:0px; padding:15px 0px;} 
#container #content p{margin:0px; padding:0px 0px 15px 0px;} 
#container #content ul{ list-style:none; padding:0px 0px 15px 20px;} 
#container #content ul li{ font-weight:bold; color:#a62205; background:url(../images/li.jpg) no-repeat left; padding-left:22px;} 

#container #header { width:938px; height:236px; background:#FFF; overflow:hidden;} 

#bottom { font-size:0.85em; width:896px; margin:0px auto; padding:14px 21px 10px 21px; background:url(../images/bg_bottom.jpg) no-repeat; line-height:18px; overflow:hidden; } 
#bottom p{ margin:0px; padding:0px; line-height:24px;} 
#bottom .left{width:500px; float:left; height:94px; font-weight:bold;}
#bottom .right{width:360px; float:right;  height:94px; text-align:right;  font-weight:bold;}
#bottom p.copy{ float:left; width:350px; color:#f9e4b3;} 
#bottom ul{ float:right; color:#f9e4b3;} 
#bottom ul li{ float:left; list-style:none; background:url(../images/bg_libottom.gif) no-repeat right; padding:0px 17px 0px 14px;} 
#bottom ul li.last{ background:none; padding:0px 0px 0px 14px;} 
#bottom ul li a{ color:#f9e4b3; font-weight:normal;} 

