/* CSS Document */

body{
margin:0px;
font-family:arial;
background:#efefef;
}

#main{
width:720px;
border: 1px solid #ccc;
margin:10px auto;
background:#fff;
padding:10px;
}

#header{
/*width:530px;*/
height:13px;
padding:85px 10px 7px 15px;
background:#355086 url(images/logo.gif) top left no-repeat;
}

#menu{
/*width:530px;*/
text-align:right;
}

#menu ul{
/*width:530px;*/
height:13px;
padding:0px;
margin:0px;
list-style-type:none;
}

#menu ul li{
/*display:inline;*/
float: left;
position: relative;
font-weight:bold;
font-size:11px;
margin:0px;
height:13px;
padding:0px 8px;
/*width: 75px;*/
float: left;
}

#menu a{
text-decoration:none;
color:#eee;
}

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

#menu li ul {	
  display: none;
  position: absolute; 
  top: 1em;
  left: 0;
}

/*#menu li>ul {
	top: auto;
	left: auto;
}*/

#menu li.over ul {
	display: block;
}

#menu ul#nav ul li {
	text-align: left;
	clear: both;
	z-index: 10;
	left: 10px;
	background: #444;
	width: 125px;
}

#menu ul#nav ul li{
	height: 15px;
}

#mainpic{
width:198px;
height:54px;
padding:10px 10px 10px 510px;
background:url(images/bghouse.jpg) top left no-repeat;
border-top:4px solid #213356;
border-bottom:4px solid #213356;
border-left:1px solid #213356;
border-right:1px solid #213356;
}

#quote{
width:300px;
height:140px;
font-size:11px;
color:#333;
}

#content{
width:700px;
padding:10px;
font-size:12px;
font-weight:normal;
}

#content img{
padding:7px;
border:1px solid #ccc;
margin:7px;
}

#footer{
width:700px;
padding:5px 10px;
text-align:center;
font-size:10px;
color:#355086;
}

#footer a{
color:#355086;
}

#lines{
height:6px;
width:720px;
background:url(images/lines.gif) repeat-x;
}

.heading{
font-size:16px;
font-weight:bold;
color:#335086;
}

.quote{
font-size:14px;
font-weight:bold;
color:#335086;
font-style:italic;
}

.quotename{
font-size:12px;
font-weight:bold;
color:#666;
font-style:italic;
}

#content .headingimg{
border:0px;
padding:0px;
margin:0px;
}

.gallerythumb{
width:170px;
height:170px;
margin:5px 18px;
padding:10px;
border:1px solid #ccc;
float:left;
}

#content .gallerythumb img{
padding:0px;
margin:0px;
border:0px;
}

#content #sidelogos img{
padding:0px;
margin:0px;
border:0px;
}

.ast {
	font-weight: bold;
	color: #000;
	font-size: 14px;
	margin-right: 3px;
}

#contactinfo{
float:left; 
margin:20px 0px 25px 0px;
padding:20px;
border:1px solid #ccc;
font-size:14px;
background:#efefef;
}

#benefits{
float:right;
width:250px;
margin:10px 0px 10px 10px;
padding:5px 0px 5px 5px;
font-size:14px;
background-color:	#355086;
color: #FFF;
clear:right;
border:1px solid #000;
font-weight:bold;
}
#benefits ul.nomargin{
margin:0px;	
padding:15px;
}
/*
#menu li ul li a {	
	display: block;
	text-decoration: none;
	text-align: left;
	background: #355086;
	color: #EEE;
}*/
/*
#menu li ul li a:hover {	
	background: #355086
}
*/