@charset "utf-8";
/* CSS Document */

	
body {
  	text-align: center;
    margin: 0 auto;
}
	
#container{
	width:800px;
	margin:0 auto;
	background:#fff url(../img/contbg.gif) repeat-y;
	text-align:left;
}

/* container2 is used only on the home page */

#container2{
	width:800px;
	margin:0 auto;
	background:#fff url(../img/mainbg.gif) repeat-y;
}

#header{
	width:800px;
	margin:0 auto;
}

#photobox{
	width:800px;
	margin:0 auto;
	height:189px;
	background:#fff url(../img/housephoto.jpg) no-repeat;
}


/* ---------------------------------- navigation ---------------------------------- */
#navbox{
	display:block;
	width:225px;
	height:184px;
	margin-bottom:5px;
	margin-left:565px;
	margin-right:10px;
	background:#353535;
}

#navlist img{
	display: block;
	width:100%;
	height:2px;
	text-align:center;
	background-image: url(../img/menu_line.gif);
}

#navlist {
	background:#353535;
	padding:10px;
	padding-top:15px;
}

#navlist a {
	padding-right:50px;
	padding-top:8px;
	display: block;
	color:#FFF;
	height:19px;
	text-align:right;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	background:url(../img/menu_link.gif) no-repeat center left;
}

#navlist a:hover {
	padding-right:60px;
	font-weight: bold;
	background:url(../img/menu_hover.gif) no-repeat center right;
}

.main_nav_2 {
	vertical-align: top;
	border-left-width: 2px;
	border-color: #FFAE00 #FFAE00 #FFAE00 #FFF;
	border-style: solid;
	background:#FFAE00;
}

/* ---------------------------------- search bar ---------------------------------- */

#searchbar{	
	width:800px;
	margin:0 auto;
	height:82px;
	background:#fff url(../img/eralogobar.jpg) no-repeat;
}

#addressbox{
	width:300px;
	margin-left:125px;
	height:82px;
	font-size:9px;
}

#searchbox{
	width:235px;
	height:82px;
	margin-left:565px;
}

/* ---------------------------------- main ---------------------------------- */

#mainbox {
	width:770px;
	height:auto;
	margin-left:15px;
	margin-right:15px;
}

/* ---------------------------------- footer ---------------------------------- */
#footer{
	width:800px;
	height:100px;
	margin:0 auto;
	background:#fff url(../img/footer.jpg) no-repeat;
}
	
.subheading1 {
	font-family: Arial, Verdana, Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #D92D39;
	text-align: center;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
	background-image: url(../img/gradient1.png);
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000066;
	border-right-color: #000066;
	border-bottom-color: #000066;
	border-left-color: #000066;
}
