body {
	font-size: 12px;
	font-family: Century Gothic, Lucida Sans, Arial,Verdana, SunSans-Regular, Sans-Serif;
	background: #98abe6 ; 
	margin:0; 
	border:0; 
	color:#574a34;
	
	text-align: center; 
}

.clear {clear:both;background:#00CC33}

a:link {  	text-decoration: none; color: #000066;}
a:visited { text-decoration: none; color: #000066;}
a:hover { 	text-decoration: none; color: #cc0000;}
a:active {  text-decoration: none; color: #cc0000;}

a img {
border:none;	
}

h1{
 padding:0;
 margin:0 0 0 10px;
 font-style: normal;
 font-size: 1.4em;
 color: #2D414A;
 font-weight: bold; 
}

h2{
 padding:10px 0 0 0;
 margin:0 0 0 10px;
 font-style: normal;
 font-size: 1.4em;
 color: #cc0000;
 font-weight: bold; 
}

h3{
 padding:0;
 margin:0 0 0 10px;
font-size: 1.2em;
color: #333333;
}

p {
margin:0 0 0 20px;
padding:0;
}

#container {
	
	background:#FFFFFF;
	width: 774px;
	margin: 0 auto;
	padding: 0 ;
	text-align: left; 
}

#header {
	margin: 0 0 0 0;
	padding: 5px 0 0 0;
	background: #98abe6 ;
	text-align:right;
}


#nav {
border-left: solid #000000 2px;
border-right: solid #000000 2px;
	background: #ee3f06  url(images/menubackground.jpg) repeat-x;
	height: 38px;
	line-height: 38px;
	text-align: center;
	white-space: nowrap;
}

#nav ul {
	margin:0;
	padding:0;
}
 
#nav ul li {
	display: inline;
}
  
#nav ul li a {
	/*
	 color: 000066;
	 */
	 color: #FFFFFF;

	 font-weight:bold;
	 text-decoration: none;
	 text-align: center;
	 
	 padding-right: 1.5em;
	 padding-left: 1.5em;
	 margin:0 0;
	 
}
 
#nav ul li a:hover, #nav ul li a:focus {
	/*background-image:url(images/menubackground2.jpg);
	color: #cc0000;*/
	text-decoration:underline;
	color: #FFFFFF;

}

#ad {
border-top: solid #000000 2px;
border-left: solid #000000 2px;
border-right: solid #000000 2px;
	margin:0;
	padding:0;
}

#content {
/*border-left: solid #000000 2px;
border-right: solid #000000 2px;*/
	margin:0;
	padding:0 0 10px 0 ;
}

#services {
float:right;
margin:0 20px 0 0 ;
}

#contactInfo {
float:right;
margin:0 10px 0 0 ;
}

form {
margin:0;
padding:0;
}

#footer {

	color:#595a5c;
	background: #98abe6 ; 
	padding: 0 0 0 0;
	margin: 0;
	font-size:0.9em;
	width:774px; /* 565*/
	height:50px;
	text-align:center;
	float:left;
}

#footer #footerTop {
border-left: solid #000000 2px;
border-right: solid #000000 2px;
border-bottom: solid #000000 2px;
	text-align:center; 
	font-size:1.2em;
	background: #ee3f06 url(images/menubackgroundbottom.jpg);
	height:38px;
	line-height:38px;
	width: 774px;
}

#footer #footerTop a:link {  	text-decoration: none; color: #fff;}
#footer #footerTop a:visited { 	text-decoration: none; color: #fff;}
#footer #footerTop a:hover { 	text-decoration: underline; color: #f9fbff;}
#footer #footerTop a:active {  	text-decoration: none; color: #f9fbff;}

#footer #footerLeft {
	float:left; 
	margin:0 0 0 40px;
	padding:0;
}

#footer #footerRight {
	float:right; 
	margin:0 40px 0 0;
	padding:0;
}


