@charset "utf-8";

/* CSS Document */



body { width: 100%;
       font-size: 12px;
	   margin: 0;
	   font-family: Tahoma, Geneva, sans-serif, arial;
	   padding: 0;
	   color:#FFF;
	   background-color:#084b75;
     }



a {color: #f7931d; font-weight: normal; text-decoration: none; font-weight:bold;}
a:hover {color: #f7931d; font-weight: normal; text-decoration: none; font-weight:bold;}



#main {width:100%;
      }



#header {width:990px;
         height:111px;
         background-image: url(/assets/images/header.jpg);
         margin:0 auto;
		 clear:both;
		}

#navigation {width:990px;
		     height:34px;
			 font-size: 18px;
			 background-color:#002b46;
			 margin:0 auto;
			 padding-top:5px;
			 overflow:hidden;
            }

#navigation ul {padding:0;
			    margin:0;
    		    list-style:none;
               }
			
#navigation li {float:left;
	            margin-left:64px;
    	       }	

#navigation li a {display: block;
                  padding: 2px 5px;
				  color:white;
				  font-weight:normal;
                }

#navigation li a:hover {display: block;
					    background-color:#0076aa;
						color:#F7931D;
                	   }

#content {width:990px;
		  height: auto;
		  margin:0 auto;
		  background: url(/assets/images/content-bg.jpg) repeat-x;
		  background-color:#5B87A2;
		  clear:both;
		 }

#content p { line-height: 16px; 
		font-family: Verdana, Arial, Helvetica, sans-serif; 
		font-size: 13px;
		}		

.clear {clear:both;

	   }

h2.home { color: #F7931D; font-size: 20px; }
	   

#footer {width:990px;
         height:auto;
		 background: url(/assets/images/footer.jpg) repeat-x;
		 font-size:11px;
		 margin:0 auto;
		 text-align:center;
		}		

#footer a{color:#F7931D;}