* {
	margin: 0 ;
	padding: 0;
}

body {
	background: #797878 url(images/page_bg.png) repeat-x  ;
	text-align: left;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 13px;
	color: #777676;
	margin:0 auto;
}

form {
}

input, textarea {
	padding: 2px 5px;
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 1.5em;
	line-height: 160%;
}

ul, ol {
	margin-left: 3em;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #3760BF;
}

a:hover {
	text-decoration: none;
	color: #CC6B47;
}

.clear {
	clear:both;
}

/* Header */

#header {
	width:869px;
	height: 156px;
	margin: 0 auto;
	background:  url(images/head_bg.png) no-repeat;
}
#logo {
	width:869px;
	height: 156px;
	position:relative;
	top:60px;
	left:60px;
}





/* Page */
#wrapper {
	width:869px;
	background: url(images/wrapper_bg.png) repeat;
	margin:0 auto;
}
#content {
	width:820px;
	margin:0 auto;
}
#mainbar {
	width:590px;
	float:left;
}
#contactbar {
	width:550px;
	float:left;
	padding:0 0 0 40px;
}
#fullpage {
	width:800px;
	margin:0 auto;
}
#sidebar {
	width:220px;
	float:right;
	text-align:center;
}  
#tagline {
	font: verdana;
	font-size:18px;
	color:#000;
	width:100%;
	text-align:center;
	padding:20px 0 0 0px;
}

#tagline span {
	color:#357eb4;
	font-style:none;
	
}

/* Footer */

#footer {
	clear: both;
	margin: 0 auto;
	padding: 20px 0;
	background: url(images/img11.gif) repeat-x;
	text-align: center;
}

#footer p {
	margin: 0;
	font-size: .8em;
	color: #ccc;
}

/* Menu */

#menu-wrap {
	width:869px;
	height:226px;
	background: url(images/menu_bg.png) no-repeat;
	margin:0 auto;
}
#menu{
width: 278px;
margin-left:58px;
padding-top:20px;
}

#menu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; 
}

#menu ul li{
padding-bottom: 2px; 
}

#menu a{
color: #357eb4;
background: url(images/arrowbullet.png) no-repeat center left; 
display: block;
padding: 2px 0;
padding-left: 27px; 
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 14px;
}

#menu a.base{
color: #357eb4;
background: url(images/arrowbullet.png) no-repeat center left; 
display: block;
padding: 2px 0;
padding-left: 27px; 
text-decoration: none;
border-bottom:0;
font-weight: bold;
font-size: 14px;
}

#menu ul li a:visited{
color: #357eb4;
}

#menu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
} 

/*HOMEPAGE*/
.distinction_1b{width:180px; font-family:verdana, arial; font-size:18px; font-weight:normal; color:#000000;  line-height:30px; margin:0 auto;} 
.distinction_2b{width:180px; text-align:justify; font-family:tahoma,  arial; font-size:14px; font-weight:normal; font-style:none; color:#666; line-height:20px; margin:0 auto; } 

/*Windows*/
#left470 {
	float:left; 
	width:480px;
	padding:0 10px 0 0
}
#right470{
	float:right; 
	width:470px; 
	text-align:left; 
}

/*Contact Page*/

.tel_numbers {
text-align:center;
width:490px;
font-size:160%;
color:#000
}  

.address {
text-align:center;
width:490px;
font-size:90%;
}

form {  
  font:100% verdana,arial,sans-serif;
  margin: 0;
  padding: 0;
  min-width: 400px;
  max-width: 490px;
  width: 490px; 
}

form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;        
  margin: 0;
}

form fieldset legend {
	font-size:1.1em; 
}

form label { 
	display: block;  
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; 
	text-align: right; 
}

form fieldset label:first-letter { 
	text-decoration:underline;    
}

form input, form textarea {
	
	width:auto;      
	margin:5px 0 0 10px;
	}

form input#reset {
	margin-left:0px; 
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 160px;
	padding: 1px 3px;
	font-size: 88%;
}

form .required{font-weight:bold;} 

form br {
	clear:left; 
}  
 


