body {
	background-image: url(/images/layout50/background.jpg);
	background-position: top center;
	background-color: #000000;
	background-repeat: repeat-x;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	}
	
img {
	border: none;
	}
	
.clear {
	clear: both;
	height: 0px;
	}
	
h1, h2, h3, h4, h5 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	text-align: left;
	}
	
p {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: .8em;
	}
	
li {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	font-family: arial, helvetica, sans-serif;
	}
	
ul {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	list-style-type: none;
	}
	
a {
	color: #E74950;
	font-weight: bold;
	text-decoration: none;
	}
	
a:hover {
	color: #000000;
	}
	
/* Main Structure Styles 
---------------------------------------------------------------------*/

#leftColumn {
	width: 264px;
	float: left;
	text-align: left;
	margin: 0 0 0 40px;
	}
	
#rightColumn {
	width: 635px;
	float: left;
	text-align: left;
	}
	
#intWrapper {
	width: 975px;
	margin: auto;
	background-repeat: no-repeat;
	background-image: url(/images/layout50/buildings.png);
	background-position: bottom;
	padding: 0 0 350px 0;
	}
	
#mainWrapper {
	width: 975px;
	text-align: center;
	margin: auto;
	background-image: url(/images/layout50/paper.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	}
		
/* Navigation Styles
---------------------------------------------------------------------*/

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0 0 0 15px;
	list-style: none;
	float : left;
	width : 11em;	
	}
    
#socialIcons {
    
    margin: 0 0 0 15px;
}

#socialIcons a {
    margin: 5px 0;
}
	
#nav li { /* all list items */
	position : relative;
	float : left;
	line-height : 1.25em;
	margin-bottom : 5px;
	}

#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 231px;
	margin-top : -2em;
	background-image: url(/images/layout50/nav-bg.png);
	background-position: bottom;
	width: 191px;
	padding: 0px 15px 35px 0px;
	
	}


#nav li a {
	display : block;
	background-repeat: no-repeat;
	width: 232px;
	height: 46px;
	}
		
#nav li ul li a {
	background-image: none ! important;
	border-width: 2px 0 0 0;
	border-style: solid;
	border-color: #AD8049;
	width: 160px;
	height: 15px;
	padding: 4px 15px;
	font-family: arial, helvetica, sans-serif;
	color: #1C1711;
	text-decoration: none;
	font-size: .8em;
	}
	
#nav li ul li a:hover {
	color: #E2383F;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	}
	
.buying a {
	background-image: url(/images/layout50/buying-button.gif);
	}
	
.buying a:hover {
	background-image: url(/images/layout50/buying-button-on.gif);
	}
	
.selling a {
	background-image: url(/images/layout50/selling-button.gif);
	}
	
.selling a:hover {
	background-image: url(/images/layout50/selling-button-on.gif);
	}
	
.agents a {
	background-image: url(/images/layout50/agents-button.gif);
	}
	
.agents a:hover {
	background-image: url(/images/layout50/agents-button-on.gif);
	}
	
.services a {
	background-image: url(/images/layout50/services-button.gif);
	}
	
.services a:hover {
	background-image: url(/images/layout50/services-button-on.gif);
	}

.about a {
	background-image: url(/images/layout50/about-button.gif);
	}
	
.about a:hover {
	background-image: url(/images/layout50/about-button-on.gif);
	}
	
.kids a {
	background-image: url(/images/layout50/kids-button.gif);
	}
	
.kids a:hover {
	background-image: url(/images/layout50/kids-button-on.gif);
	}
	
.team a {
	background-image: url(/images/layout50/team-button.gif);
	}
	
.team a:hover {
	background-image: url(/images/layout50/team-button-on.gif);
	}
	
.townhomes a {
	background-image: url(/images/layout50/townhomes-button.gif);
	}
	
.townhomes a:hover {
	background-image: url(/images/layout50/townhomes-button-on.gif);
	}

	
/* Home Finder Section
----------------------------------------------------------------*/

#homeFinder {
	background-image: url(/images/layout50/vip-bg.png);
	width: 300px;
	margin: 10px 0px 0px -35px;
	background-repeat: no-repeat;
	}
	
#homeFinder form, #homeFinder ul {
	padding: 57px 15px 10px 68px;
	}
	
 #homeFinder li a {
 	color: #64420B;
 	font-size: .8em;
 	}
 	
 .homeFinderSub {
 	margin: 10px 0 20px 23px;
 
 	}
	
#homeFinder label {
	color: #57370A;
	font-style: italic;
	font-family: times, serif;
	font-size: 1em;
	padding: 2px 0px;
	}
	
#homeFinder input[name=password] {
	width: 139px;
	border: #57370A 1px solid;
	margin: 3px 0px;
	height: 20px;
	}
	
#homeFinder input[name=username] {
	width: 165px;
	border: #57370A 1px solid;
	margin: 3px 0px;
	height: 20px;
	}
	
#homeFinder input[type=image] {
	display: block;
	text-align: center;
	margin: 13px 0 0 38px;
	}
	
#homeFinder p {
	margin: 6px 0px 6px 57px;
	color: #ffffff;
	font-size: .7em;
	font-family: arial, sans-serif;
	}
	
#homeFinder a {
	color: #000000;
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: none;
	text-transform: uppercase;
	}
	
#homeFinder a:hover {
	color: #ffffff;
	}
	
/* Homepage Content Styles 
---------------------------------------------------------------------*/

#homepageContent {
	background-image: url(/images/layout50/homepage-bg.png);
	width: 631px;
	background-repeat: no-repeat;
	padding: 65px 30px 0px 20px;
	margin: 15px 0px 0px 0px;
	color: #44382E;
	font-size: .75em;
	line-height: 1.5em;
	font-family: arial, helvetica, sans-serif;
	}	
	
#homepageLeftcol {
	width: 345px;
	float: left;
	margin: 0 15px 0 0;
	padding-right: 10px;
	}
	
#homepageRightcol {
	float: left;
	width: 224px;
	margin: 0;
	}
	
.head b i {
display: none;
	}
	
/* Interior Content Styles 
---------------------------------------------------------------------*/

#intFrame {
	margin: 40px 10px 20px 0px;
	}
	
#intHeader {
	text-align: center;
	}
	
#intContent {
	background-image: url(/images/layout50/int-content-bg.png);
		border: transparent 1px;
		overflow: hidden;

	}
	
#intContentHeader {
	background-image: url(/images/layout50/int-content-top.png);
	background-repeat: no-repeat;
	padding: 60px 25px 0px 25px;
	}
	
.column_data_comments {
	width: 200px ! important;
	}
	
td h5 img {
	width: 110px ! important;
	}
	
.ImgBox {
	width: 100px ! important;
	height: 70px ! important;
	}
	
#intContentFooter {
	background-image: url(/images/layout50/content-grad.png);
	background-repeat: no-repeat;
	height: 104px;
	}
	
#intContentHeader h1 {
	margin-left: 37px;
	margin-right: 37px;
	color: #57370A;
	border-color: #57370A;
	border-style: solid;
	border-width: 0 0 1px 0;
	font-style: italic;
	font-weight: normal;
	font-size: 1.8em;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	}
	
#intContentHeader h2 {
	color: #E74950;
	border-color: #E74950;
	border-style: solid;
	border-width: 0 0 1px 0;
	font-style: italic;
	font-weight: normal;
	font-size: 1.1em;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	}
	
#intContentHeader h3 {
	color: #57370A;
	font-weight: bold;
	font-size: .8em;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	}
	
#intContentHeader li {
	font-size: .8em;
	padding: 0px 0px 5px 0px;
	margin: 0px;
	font-family: arial, helvetica, sans-serif;
	} 
	
.contentOffices h3 {	
	font-size: 1.5em ! important;
	margin: 0px ! important;
	padding: 0px ! important;
	}
	
.contentOffices li {
	float: left;
	text-align: center;
	padding: 10px 20px;
	width: 130px;
	}
	
.search_types {
	color: #000000 ! important;
	}
	
#intContentHeader  ul {
	padding: 0px 0px 10px 30px;
	margin: 0px;
	list-style-type: none;
	}
	
/* News Styles 
---------------------------------------------------------------------*/
	
#news {height: 207px;}

#news h2 {
	color: #E2373F;
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 0px;
	float:left;
	}
	
#news .date {
	margin: 0px;
	padding: 0px;
	float: right;
	}
	
#news p {
	margin: 0px;
	padding: 0px;
	line-height: 1.5em;
	margin-bottom: 12px;
	float: none; clear: both;
	}
	
#news a {
	color: #E2373F;
	font-weight: bold;
	}
	
#news a:hover {
	text-decoration: none;
	}
	
/* Quick Search Styles 
---------------------------------------------------------------------*/

#quickSearch {
	background-image: url(/images/layout50/qs-bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 50px;
	
	}
	
#qsBanner {
	background-image: url(/images/layout50/qs-banner.png);
	background-repeat: no-repeat;
	width: 288px;
	height: 111px;
	margin: -25px 0 0 -11px;
	}
	
#quickSearch form {
	padding: 0px 8px 10px 8px;
	margin: 0px;
	}
	
#quickSearch label {
	font-weight: bold;
	font-size: .8em;
	}
	
#quickSearch input {
	width: 210px;
	}
		
.longField {
	width: 205px ! important;
	border: #57370A 1px solid;
	}
	
.medField {
	width: 122px;
	float: right;
	}
	
.medLabel {
	width: 85px;
	display: block;
	float: left;
	padding: 2px 0px 0px 0px;
	}
	
.shortLabel {
	width: 35px;
	display: block;
	float: left;
	margin: 2px 0px 0px 5px;
	}
	
.shortLabel2 {
	width: 32px;
	display: block;
	float: left;
	margin: 2px 0px 0px 10px;
	}
	
.shortField {
	width: 55px;
	float: right;
	}
	
	
.shortField2 {
	width: 55px;
	float: right;
	}
	
fieldset {
	border: none;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	}
	
.qsfloatLeft {
	float: left;
	width: 98px;
	}
	
/* Home Page Photos
---------------------------------------------------------------------*/
	
#homePhotos {
	margin: 15px 0px;
	padding: 0px;
	}
	

#homePhotos li {
	display: inline;
	}

#homePhotos li a {
	display : block;
	background-repeat: no-repeat;
	width: 144px;
	height: 85px;
	float: left;
	margin: 0px 2px;
	}
	
#intPhotos {
	margin: 15px 0px;
	}
	
#intPhotos li {
	display: inline;
	}

#intPhotos li a {
	display : block;
	background-repeat: no-repeat;
	width: 144px;
	height: 85px;
	float: left;
	margin: 0px 6px;
	}
	
.community a {
	background-image: url(/images/layout50/community.jpg);
	}
	
.community a:hover {
	background-image: url(/images/layout50/community-on.jpg);
	}
	
.open a {
	background-image: url(/images/layout50/open-houses.jpg);
	}
	
.open a:hover {
	background-image: url(/images/layout50/open-houses-on.jpg);
	}
	
.testimonials a {
	background-image: url(/images/layout50/testimonials.jpg);
	}
	
.testimonials a:hover {
	background-image: url(/images/layout50/testimonials-on.jpg);
	}
	
.school a {
	background-image: url(/images/layout50/school-reports.jpg);
	}
	
.school a:hover {
	background-image: url(/images/layout50/school-reports-on.jpg);
	}

/* Home Page Navigation
---------------------------------------------------------------------*/	
		
#navHome, #navHome ul { /* all lists */
	padding: 0;
	margin: 0;
	}
	
#navHome li {
	float: left;
	margin: 10px 3px;
	}

#navHome li a {
	display : block;
	background-repeat: no-repeat;
	width: 289px;
	height: 57px;
	}

.kidsHome a {
	background-image: url(/images/layout50/kids-button-home.gif);
	}
	
.kidsHome a:hover {
	background-image: url(/images/layout50/kids-button-home-on.gif);
	}
	
.teamHome a {
	background-image: url(/images/layout50/team-button-home.gif);
	}
	
.teamHome a:hover {
	background-image: url(/images/layout50/team-button-home-on.gif);
	}
	
/* Footer Section
---------------------------------------------------------------------*/	

#footerSection {
	padding: 10px 40px;
	color: #ffffff;
	font-family: arial, helvetica, sans-serif;
	font-size: .8em;
	background-color: #000000;
	}
	
#footerSection a {
	color: #E2373F;
	margin: 0px 2px;
	padding: 0px;
	text-decoration: none;
	}
	
#footerSection li {
	display: inline;
	border-width: 0px 2px 0px 0px;
	border-style: solid;
	border-color: #FFFFFF;
	padding: 0px 2px;
	}
	
.noborder {
	border: none ! important;
	}
	
#footerSection ul {
	margin: 0px;
	padding: 0px;
	}
	
#bottomNav {
	padding: 0px 0px 20px 0px;
	}
	
#bottomNav li {
	border-width: 0px 2px 0px 0px;
	border-style: solid;
	border-color: #E2373F;
	padding: 0px 2px;
	}
	
#bottomNav a {
	color: #ffffff;
	
	}
	
/* Office Map Styles 
---------------------------------------------------------------------*/

#officeMap {
	background-image: url(/getagent/images/office-map-bg.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 580px;
	height: 450px;
	}
	
#officeMap a {
	width: 172px;
	height: 83px;
	display: block;
	background-repeat: no-repeat;
	}
	
#officeMap .MtNeboOffice a {
	background-image: url(/getagent/images/mtnebo-flag.png);
	position: absolute;
	margin: 49px 0 0 332px;
	}
	

#officeMap .MtNeboOffice a:hover {
	background-image: url(/getagent/images/mtnebo-flag-on.png);
	}
	
#officeMap .BeckleyOffice a {
	background-image: url(/getagent/images/beckley-flag.png);
	position: absolute;
	margin: 159px 0 0 135px;
	}

#officeMap .BeckleyOffice a:hover {
	background-image: url(/getagent/images/beckley-flag-on.png);
	}
		
#officeMap .BluefieldOffice a {
	background-image: url(/getagent/images/bluefield-flag.png);
	position: absolute;
	margin: 328px 0 0 110px;
	display: none;
	}
	
#officeMap .BluefieldOffice a:hover {
	background-image: url(/getagent/images/bluefield-flag-on.png);
	display: none;
	}
	
#officeMap .PrincetonOffice a {
	background-image: url(/getagent/images/princeton-flag.png);
	position: absolute;
	margin: 300px 0 0 295px;
	width: 200px;
	}
	
#officeMap .PrincetonOffice a:hover {
	background-image: url(/getagent/images/princeton-flag-on.png);
	}

#vip_text_club img {
	border: 7px solid #ac9065;
	margin: 10px;
	}
