body{
 background-image: url(/images/background-repeat.jpg);
	background-position: top;
	background-color: #cbeefe;
	margin: 0 0 0 0px;
	padding: 0 0 0 0px;
	background-repeat: repeat-x;
}

#main-container{
    position: relative;
    width: 977px;
    padding: 0px;
    margin-left: auto;
    margin-right: auto; 
    
}  

#container{
    float: left;
    width: 977px;
    background-color: #FFFFFF;
    background-image: url(/images/content-repeat.jpg);
	background-position: top;
	background-repeat: repeat-y;
}  
 
#content
{
    float: left;
    width: 940px;
 }

/* ********************************* NAV SECTION **************************** */	
#top-image
{
    background-image: url(/images/header-bar.jpg);
    background-repeat: no-repeat;
    
    width: 977px;
    height: 463px;
}

#nav
{
    float: left;
    margin: 0px;
    padding: 0px 0px 0px 5px;
    margin-top: 405px;
    margin-left: auto;
    margin-right: auto;
    z-index: 1000;
 }

#nav ul
{
    margin: 0 0 0 0px;
    padding: 0 0 0 0px;
    list-style: none;
 }

#nav ul li
{
    float: left;
    margin-top: 0px;
    padding-bottom: 15px;
    padding-left: 8px;
    padding-right: 0px;
    border-right: thin solid #2186b8;
    height: 16px;
}
		
#nav ul li a{
	float: left;
	color: white;  
	padding-right:10px;	
	padding-left:10px;
	text-decoration: none;
	margin-top: 6px;
	margin-right:10px;
	font: 1.0em Arial ;
	font-weight: normal;
	letter-spacing: 0px;
}
	
#nav ul li a:hover{
	color: yellow;
	text-decoration: none;
}

#nav .noborder{
	border: 0px;
}

#nav h4 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #660202;
	text-decoration: none;
	padding: 0px;
	margin:0px;
}


/* ************************ MAIN FOOTER *************************** */
#footer
{
    
    background-image: url(/images/footer.jpg);
    background-repeat: no-repeat;
    background-color: #cbeefe;
    width: 977px;
    height: 120px;
    float: left;
    
}
#footer p
{
    padding: 80px 30px 0px 30px;
    font-family: 'Trebuchet MS' , Verdana, Arial, Helvetica, sans-serif;
    font-size: 0.7em;
}	
#footer a {
	color: #333333;
	font-weight:bold;
    text-decoration: none;
}
		
#footer a:hover {
        color: orange;
	text-decoration: underline;
}
/* ************************ CONTACT FORM *************************** */



#contact 
{
float:left;

}
#contact input
{
    margin: 5px;
    background-color: #CCFFFF;
}

#contact span
{
    font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
    font-weight:normal;
    font-size: 14px;
}


/* ******************** END MAIN FOOTER ************************ */


/* ******************************** MAIN CMS AREA ************************************* */
#cmsarea
{
    float:left;
}

#cmsarea-header
{
    float:left;
    width: 800px;
    margin-top: 0px;
    margin-left: 35px;
    margin-right:10px;
    margin-bottom:0px;
    text-align: left;
    color: #7f0e0e;
}

#cmsarea-header h1
{
    font-family:arial;
    border-bottom: 1px solid #cbeefe;
    color: #006699;
    font-size: 24px;
    font-weight: bold;
}


#cms-gallery
{
float:right;
width:150px;
}
#cms-gallery img 
{
padding:5px;
padding-right:0px;
}

#cmsarea-text
{
    float: left;
    width: 700px;
    padding: 35px;
    padding-top: 5px;
    min-height: 500px;
    color: #333333;
}

#cmsarea-text p   {
    font-family: Arial, 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
    font-weight:normal;
    font-size: 14px;
    text-decoration: none;
    text-align: justify;
}


#cmsarea-text-home
{
    
    margin-top: 15px;
    min-height: 250px;
    color: #7A7995;
    border:1px solid #dfdfdf;
    width:980px;
    height:331px;
    position: relative;
    padding: 10px;
}

#cmsarea-text-home p   {
    font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-decoration: none;
    text-align: justify;
    
}

#cmsarea-text-home a   {
    font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
    color: #ff6000; 
    font-size: 1em;
    text-decoration: none;
    
  
}


/* *************** FRONT PAGE ADVERTS ********************* */     
 #master-box{
    float:right;   
    margin-bottom: 10px;
 }
 
  .advert1{
    float: left;
    display:inline;
    margin-left: 28px;
    margin-bottom:10px;
    padding: 0px;
    width:324px; 
    height:130px;  
}
  
  .advert2{
    float: left;
    display:inline;
    margin-left: 10px;
    padding: 0px;    
    width:324px; 
    height:130px;  
}
  
  .advert3{
    float: left;
    display:inline;
    margin-left: 10px;
    padding: 0px;    
    width:247px; 
    height:130px;
}
    
   .advert4{
    float: left;
    display:inline;
    margin-left: 28px;
    padding: 0px;
    width:324px; 
    height:130px;
}
  
  .advert5{
    float: left;
    display:inline;
    margin-left: 10px;
    padding: 0px;    
    width:324px; 
    height:130px;
}
  
  .advert6{
    float: left;
    display:inline;
    margin-left: 10px;
    padding: 0px;    
    width:247px; 
    height:130px;
 } 
 
