@charset "UTF-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
  background-color: #FFF;
  color: #000;
  font-family: Arial, Helvetica, Geneva, sans-serif;
  font-size: 12px;
  line-height: 14px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
}
.imageborder{
	border:  4px solid #FFF;
}
.footerphone{
	font-size: 18px;
	font-weight: bold;
}
hr {
	color: #e1ddd9;
}
h1 {
  color: #000;
  font-size: 24px;
  font-weight: bold;
  line-height: 14px;
}
h2 {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
a,  a:link {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
	border-color: #fbc814;
}
a:visited {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #fbc814;
  text-decoration: underline;
}
a:focus {
  color: #000;
}
a:active {
  color: #000;
}
#outerWrapper {
  background-color: #fff;
  margin: 0 auto 0 auto;
  text-align: left;
  width: 960px;
}
#outerWrapper #header {
  background: #000 url(images/headerbkgrnd.gif) repeat-x;
  border-bottom: solid 1px #000;
  font-size: 18px;
  font-weight: bold;
  line-height: 15px;
  padding: 0px 10px 0px 10px;
  height: 100px;
  color:  #FFF;
}
#outerWrapper #header #logo{
width: 150px;
text-align: center;
padding: 10px 0px 0px 0px;
float:  left;
}
#outerWrapper #header #logo h2{
color: yellow;
font-size: 14px;
padding-bottom:2px;
}

#searchmls{
	margin-top: 10px;
	padding: 5px;
	background-color: #dfe1b9;
    border: 1px solid #fff;
}

/* @group menu */

#menu {
	float: left;
	font-size: 14px;
	background: url(images/menuline.gif) no-repeat left top;
	padding-left: 5px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: none;
	border-left: 1px solid #FFF;
}

#menu li {
	float: left;
	padding-top: 20px;
	background: url(images/menuline.gif) no-repeat right top;
}

#menu a {
	display: block;
	color: #FFF;
	text-decoration: none;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom:28px;
}

#menu a:hover {
	color: #fcf816;
	background: transparent url(images/menuarrow.gif) no-repeat center bottom;
}

/* @end */

/* @group Submenu */

#submenu{
	position:absolute;
	top: 75px;
	margin-left: 150px;
	font-size: 14px;
	font-weight: normal;
	clear: left;
}

/* @end */
#outerWrapper #contentWrapper #leftColumn1 {
   border-left: solid 1px #000;
  float: left;
  padding: 10px 10px 10px 10px;
  width: 150px;
}

#outerWrapper #contentWrapper #leftColumn2 {
 width: 130px;
 background-color: #FFF;
 border: 1px solid #d9d9d9;
   padding: 10px 10px 10px 10px;
   margin-top: 10px;
}

#outerWrapper #contentWrapper #rightColumn1 {
  border-right: solid 1px #000;
  float: right;
  padding: 10px 10px 10px 10px;
  width: 150px;
}

#contentWrapper{
	background: #FFF url(images/pagebkrnd.gif) repeat-y left top
	}

#outerWrapper #contentWrapper #topcontent {
	position:relative;
  margin: 0 172px 0 172px;
	background: url(images/mainimage.jpg) no-repeat;
	height:  400px;
}
#outerWrapper #contentWrapper #topcontent h1{
	position:absolute;
	left: 10px;
	top: 10px;
	color: #FFF;
	font-size: 20px;
	font-weight: normal;
}
#outerWrapper #contentWrapper #topcontent hr{
	position:absolute;
	left: 0px;
	top: 24px;
	width:616px;
}
#outerWrapper #contentWrapper #topcontent #searchmap{
	position:absolute;
	top: 263px;
	left: 29px;
	width:180px;
}	
	
	
#outerWrapper #contentWrapper #content {
  margin: 0px 177px 0px 177px;
}
#outerWrapper #contentWrapper .clearFloat {
  clear: both;
  display: block;
}
#outerWrapper #footer {
  background-color: #000000;
  border-top: solid 1px #666;
  padding: 10px 10px 10px 10px;
  text-align: center;
  color:  #FFF;
}
#outerWrapper #footertoo {
  background-color: #FFF;
  padding: 10px 10px 10px 10px;
  text-align: center;
  color:  #000;
}
