


/*general */
body { background: #f5a82e url(images/bgtest.png) ;  
	padding: 0px; margin: 0px ;
	font-family: "Trebuchet MS", "lucida sans unicode", Verdana, Arial, sans-serif;
	font-size:0.75em; 
	color:#221f62;
	}

a  { text-decoration: none;font-weight: bold; color: #2434cc }
a:hover  { text-decoration: none; font-style: normal;font-weight: bold; color: #7d1c95;}
a:visited  { text-decoration: underline;font-weight: bold; color: #f08513 }

.menu_main a, .menu_main a:visited  {color: #5b3a1d; font-style: normal; font-weight: bold; font-size: 1em; text-decoration: none}
.menu_main a.selected{ text-decoration: underline}
.menu_main a:hover  {color: #effd7c; font-style: normal;text-decoration: underline; }


h1, h2, h3, p, li, img, div  { padding:0px; margin: 0px; }
ul  { padding:0px; margin: 0px; list-style-type: none; }

 


#page { width:800px; margin: 10px auto;
		border: solid #735439 10px;
		}
		
#top {	width: 100%;

		}
		
	#top_top {height: 32px; background: #735439; }	
	#top_left h1 {font-size: 0.95em; color: #f0e3ab; font-weight: normal; padding-top: 5px;margin-left: 8px; }
	#top_right {float: right; height:29px }
		#top_right li {display: inline; height: 29px}
		#top_right li img {border: solid #333 2px;vertical-align: bottom; margin: 1px 8px 0px 0px;}
	
	#banner {background: #735439; border-bottom: solid #735439 10px; height: 163px; }
	#menu {background: #f4a72f; height: 20px; border-bottom: solid #735439 10px; text-transform: uppercase; text-align: center; padding-top: 10px; padding-bottom: 10px ;  }
		#menu span { padding-left: 13px; padding-right: 13px; 					}	

#content { background: #f4fabe}
	#content_box { padding: 15px ; float: left; 	background: #f4fabe;}		
	#content_right {background: #f4fabe;width:280px; float:right; }
		#content_right h2 {font-size: 1.3em; padding: 5px 0px 8px 10px;  }
		#content_right h3 {font-size:1.1em; color: #221f62; padding: 8px 0px 5px 10px; background: url(images/dashed.png) top left repeat-x  }
		#content_right h3 a {color: #221f62; font-weight: bold; }
		#content_right p {padding: 0px 0px 7px 10px; }
		#content_right form {padding: 0px 0px 7px 10px; }
		
		

	#content_left {background: #f4fabe;width:480px; padding-right:10px; 
			float:left;}
			
		#content_left h1 { font-size: 1.3em; padding-bottom: 5px }		
		#content_left div {padding: 25px 0px 0px 0px; margin:0px; width: 95% }		
		#content_left div h3,#content_left div p, #content_left div form {padding: 0px 0px 0px 75px; margin:0px; }	
		#content_left div img.service_illustration { padding: 0px; margin:0px; float: left;  }
		#content_left div#content_description, #content_left div#content_description p{width: 99%; padding: 5px 0px 8px 0px;   }



#foot {height: 60px; width: 100%; background:#735439 ; clear: both }
	#foot_top {text-align: center; background: #f4a72f;  padding: 8px ; border-top: solid #735439 8px;  }
	#foot_top .menu_main a { font-weight:normal}
	#foot_top span {padding: 0px 10px; color: #f0e3ab; }

	#foot_bottom {font-size: 0.95em; color: #f0e3ab; padding-top: 5px;margin-left: 8px; }


