@charset "utf-8";
/* CSS Document */

body { background-image:url(images/main_bg.gif);
       background-position:top left;
	   margin: 0px;}

.submit {
	color: #746045;
	font-size: 11px;
	border: 0;
	width: 82px;
	background-image: url(images/inputbg.gif);
	height: 22px;
}
.header_bg { background-image:url(images/header_bg.jpg);
             background-repeat:no-repeat;
			 height:174px;}
			 
/*----------------------------------Navigation--------------------------*/
			 
.navigation { background-image:url(images/nav_bg.jpg);
              background-repeat:no-repeat;
			  height:38px;
			  padding-left:22px;
			  font-family:Trebuchet MS;
			  font-size:12px;
			  color:#FFFFFF;}
			  
.navigation a{ 
			  height:38px;
			  padding-left:22px;
			  font-family:Trebuchet MS;
			  text-decoration:none;
			  font-size:12px;
			  color:#FFFFFF;}
			  
			  
.navigation a:hover{ 
			  height:38px;
			  padding-left:22px;
			  font-family:Trebuchet MS;
			  text-decoration:none;
			  font-size:12px;
			  color:#FFFFCC;}
			  
/*---------------------------------------Content-------------------------*/
			  
.maincontent { background-image:url(images/content_bg.jpg);
               background-repeat:repeat-y;
			   padding-top:20px;
			   height:680px;}
			   
			   .h1 { font-family:Trebuchet MS;
			         font-size:19px;
					 text-align:left;
					 color:#b5ac47;}
					 
			   .text_content { font-family:Trebuchet MS;
			                   font-size:12px;
					           text-align:left;
					           color:#666666;}	 
			
			a, a:hover, a:active { color: #92aa56; }
			
.newsletterbox { background-color:#FFFBBF;
                 border-style:dashed;
				 border-color:#839A45;
				 border-width:1px;
				 width:200px;
				 height:68px;
				 }

/*---------------------------------------Footer---------------------------*/
			   
.footer { background-image:url(images/footer_bg.jpg);
          background-repeat:no-repeat;
		  height:51px;
		  font-family:Trebuchet MS;
		  font-size:11px;
		  text-align:center;
		  color:#FFFFFF;}
		  
.footer a{ 
		  height:51px;
		  font-family:Trebuchet MS;
		  font-size:11px;
		  text-align:center;
		  text-decoration:none;
		  color:#FFFFFF;}
		  
.footer a:hover{ 
		  height:51px;
		  font-family:Trebuchet MS;
		  font-size:11px;
		  text-align:center;
		  text-decoration:none;
		  color:#FFFFCC;}