/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body,td,th {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #6F6754;
}
body {
	background-color: #E5E5E5;
	margin: 0 0 0 0;
	padding: 0 0 0 0;

}

h2 {
	
	font-size:	16px;
	color:		#8F2B00;
	
}

a:link {
	
	color: #6F6754;
	
}

a:hover {
	
	color: #8F2B00;
	
}

a:active {
	
	color: #6F6754;
	
}

a:visited {
	
	color: #6F6754;
	
}



div#main-container {
	
	background:			#ffffff;
	width:				990px;
	margin-left:		auto;
	margin-right:		auto;
	position:			relative;

}


#outerWrapper {
	background-color: #fff; 
	text-align: left;
	width: 990px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#outerWrapper #header {
	font-size: 18px;
	font-weight: bold;
	line-height: 15px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	
	
}
#outerWrapper #topNavigation {
	height: 53px;
	background-image: url(/images/navBar2a.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	padding-left: 25px;
	color: #FFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

#innerWrapper {
	padding-top: 20px;
	padding-right: 20px;
	padding-right: 20px;
	padding-left: 20px;
}

#bottomBar {
	
	background: #6F6754;
	width: 990px;
	height: 15px;
	margin-left: auto;
	margin-right: auto;
	
}

#footer {
	
	color: #626262;
	text-align: center;
	width: 990px;
	height: 15px;
	margin-left: auto;
	margin-right: auto;	
	
}


.rightShadow {
	background-image: url(/images/rightShadow.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.leftShadow {
	background-image: url(/images/leftShadow.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

.propertyHeader {
	
	font-size: 		16px;
	font-weight:	bold;
		
}

.propertyLink {
	
	text-decoration:	none;
	color:				#6F6754;
		
}

.propertyLink:hover {
	
	text-decoration:	underline;
	color:				#8F2B00;
		
}

.propertyIcon {
	
	border-style:	solid;
	border-color:	#000000;
	border:			1px;
	
}

/* NAV BUTTONS */
.navItem {
	color: #FFF;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}

.navItem a:hover {
	color: #FFF;
	background-image: url(/images/navHover2a.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.navItem a:link {
	color: #FFF;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.navItem a:active {
	color: #FFF;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.navItem a:visited {
	color: #FFF;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
}

.navItemSel {
	color: #FFF;
	background-image: url(/images/navHover2a.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
}

.noLine {
	
	text-decoration: none;
	color: #626262;
	
}

.noLine a:link {
	
	text-decoration: none;
	color: #626262;
	
}

.noLine a:hover {
	
	text-decoration: none;
	color: #626262;
	
}

.noLine a:active {
	
	text-decoration: none;
	color: #626262;
	
}

.noLine a:visited {
	
	text-decoration: none;
	color: #626262;
	
}

.hostLink {
	
	text-decoration: underline;
	color: #626262;
	
}

.hostLink a:hover {
	
	text-decoration: underline;
	color: #008000;
	
}

.hostLink a:link {
	
	text-decoration: underline;
	color: #626262;
	
}




.hostLink a:active {
	
	text-decoration: underline;
	color: #008000;
	
}

.hostLink a:visited {
	
	text-decoration: underline;
	color: #626262;
	
}

