/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background-color: #afb69f;
	background-image: url("/images/paleback.jpg");
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 400;
	font-style: normal;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	text-decoration: none;
	
	color: #d6d6d6;
	
}
#center1{
	position: relative;
	width: 50%;
	margin-left: 50%;
}
#center2{
	position: relative;
	margin-left: -480px;
	border: 1px solid black;
	width: 960px;
	padding-bottom: 15px;
	overflow: hidden;
	background-position: 0px 220px;
	background-image: url("/images/back.jpg");
	
}
.bkg{
	background: gray;
	background-image: url("/images/vertbar.jpg");
	width: 10px;
	height: 100%;
	position: absolute;
}
#back_left{
	margin-left: -490px;
}
#back_right{
	margin-left: 480px;
}
.bkg_left{
	background-repeat: no-repeat;
	background-position: center;
	background-image: none;
	width: 400px;
	height: 100%;
	margin-left: -680px;
	position: absolute;
	z-index: 50;
	
}
.bkg_right{
	
	background-image: none;
	width: 400px;
	height: 100%;
	position: absolute;
	margin-left: 680px;
	z-index: 12;
}
#top_head{
	
	background-image: url("/images/wilsonhdr.jpg");
	z-index: 55;
	height: 198px;
	width: 960px;
}
#header_bar{
	top: 0px;
	left: 0px;
	background: transparent;
	background-image: url("/images/horizbar2.jpg");
	height: 10px;
	width: 100%;
	position: absolute;
	z-index: 55;
	overflow: hidden;
}
.head_right{
	float: right;
	background-image: url("/images/nevasca_logo.png");
	background-repeat: no-repeat;
	padding-top: 126px;
	width: 220px;
	height: 50px;
	margin-right: 8px;
	margin-top: 4px;
	color: white;
	text-align: right;
	
}

.logo_coname{
	font-size: 18px;
	font-family:"Times New Roman", Times, serif;
	clear: both;
	padding-right: 18px;
}
.logo_address{
	font-size: 10px;
	clear: both;
	padding-right: 18px;
}
.logo_phone{
	font-size: 24px;
	clear: both;
	padding-right: 18px;
}
#nav{
	position: relative;
	top: -18px;
	background-image: url("/images/nav/homepage_Navbar.gif");
	overflow: visible;
	z-index: 55;
	
}
.main_nav {
	position: relative;
	margin-left: 53px;
	margin-right: 50px;
	margin-top: 16px;
	margin-bottom: 4px;
	padding-top: 6px;
	height: 78px;
}
.main_nav li{
	position: relative;
	float: left;
	width: 104px;
	color: #564b45;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	padding: 8px;
	cursor: pointer;
	
}
.main_nav li a{
	color: #564b45;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	font-family: "MS Sans Serif", Geneva, sans-serif;
}
.main_nav a:hover{
	font-style: oblique;
	color: red;
}

.body_content{
	clear: both;
	margin-top: 4px;
	position: relative;
	font-size: 14px;
	overflow: hidden;
	
}
.body_content a{
	
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#title_left{
	top: 8px;
	height: 18px;
	float: left;
	margin-left: 25px;
	width: 629px;
	position: relative;
	padding: 7px;
	color: #d6d6d6;
	font-size: 16px;
	border-top: 2px solid #564b45;
	border-left: 2px solid #564b45;
	border-right: 2px solid #888;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	background-image: url("/images/paleback.jpg");
	z-index: 55;
	opacity: .75;
	display: none;
}
#content_left{
	top: 8px;
	bottom: 4px;
	float: left;
	margin-left: 25px;
	width: 633px;
	height: 800px;
	position: relative;
	padding: 5px;
	background: #333333;
	background-image: url("/images/paleback.jpg");
	color: #d6d6d6;
	
	border-bottom: 2px solid #888;
	border-top: 2px solid #564b45;
	border-left: 2px solid #564b45;
	border-right: 2px solid #888;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	z-index: 55;

}
#title_right{
	top: 4px;
	float: right;
	width: 225px;
	height: 28px;
	margin-right: 32px;
	position: relative;
	color: #d6d6d6;
	font-size: 16px;
	opacity: .85;
	
}

.sidetabs{
	position: relative;
	float: left;
	margin-left: 2px;
	top: 4px;
	height: 28px;
	min-width: 100px;
	padding-left: 4px;
	padding-right: 2px;
	padding-top: 6px;
	color: #d6d6d6;
	font-size: 16px;
	border-top: 2px solid #564b45;
	border-left: 2px solid #564b45;
	border-right: 2px solid #564b45;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	background-image: url("/images/paleback.jpg");
	cursor: pointer;
}
.inactive{
	background-image: none;
	background-color: #564b45;
	border-top: 2px solid #888;
	border-left: 2px solid #888;
	border-right: 2px solid #888;
	border-bottom: 2px solid #564b45;
	}
#content_right{
	top: 8px;
	background: #7f7f7f;
	background-image: url("/images/paleback.jpg");
	float: left;
	width: 225px;
	position: relative;
	padding: 4px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-left: 2px solid #564b45;
	border-right: 2px solid #98a9a9;
	border-bottom: 2px solid #888;
	margin-bottom: 25px;
	margin-left: 25px;
	
}
#watchfeed{
	top: 6px;
}
.agent_thumbs{
	margin-left: 16px;
}
.agent_thumbs li{
	margin-left: 4px;
	float: left;
}
.img_left{
	float: left;
	margin: 2px;
}
.links_right{
	float: right;
	width: 165px;
	margin: 30px 0;
	padding: 2px;
	font-size: 16px;
	line-height: 120%;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
}
.links_right li{
	background-color: #7f7f7f;
	margin: 1px;
}
.links_right a{
	text-decoration: none;
	font-style: oblique;
	color: #d6d6d6;
	padding-left: 4px;
	padding-right: 4px;
	border: none;
}
.emph{
	font-weight: bold;
	color: #f0e3ce;
}
.inner_title_left{
	
	top: 8px;
	height: 18px;
	float: left;
	margin-left: 15px;
	margin-bottom: -32px;
	width: 160px;
	position: relative;
	padding: 7px;
	color: #d6d6d6;
	font-size: 16px;
	border-bottom: 2px solid #564b45;
	border-left: 2px solid #564b45;
	border-right: 2px solid #564b45;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	background-image: url("/images/back.jpg");
	z-index: 65;
}
.back_tab{
	opacity: .75;
	width: 120px;
	font-size: 12px;
	
}
#body_wrapper{
	width: 633px;
	min-height: 800px;
	margin-left: 25px;
	float: left;
	
}
#inner_content_left{
	top: 6px;
	bottom: 4px;
	float: left;
	min-height: 600px;
	width: 590px;
	position: relative;
	padding-top: 36px;
	padding-left: 35px;
	padding-right: 5px;
	padding-bottom: 5px;
	background: #333333;
	background-image: url("/images/paleback.jpg");
	color: #d6d6d6;	
	border-bottom: 2px solid #888;
	border-top: 2px solid #564b45;
	border-left: 2px solid #564b45;
	border-right: 2px solid #888;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	z-index: 55;
	
	
}
#inner_content_right{
	top: 42px;
	background: #7f7f7f;
	background-image: url("/images/paleback.jpg");
	float: left;
	width: 235px;
	position: relative;
	padding: 4px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-top: 2px solid #564b45;
	border-left: 2px solid #564b45;
	border-right: 2px solid #98a9a9;
	border-bottom: 2px solid #888;
	margin-bottom: 15px;
	margin-left: 28px;
	min-height: 600px;
	
}
.search_prop{
	background-color: #6d6f6f;
	padding: 4px;
	margin: 4px;
}
.feat_prop{
	margin-top: 15px;
	color: white;
	text-align: justify;
	background-color: #6d6f6f;
	
}
.feat_prop img{
	padding-right: 10px;
	padding-bottom: 6px;
	width: 120px;
	float: left;
	position: relative;
}
.feat_prop .emph{
	font-size: 18px;
	font-family:"MS Serif", "New York", serif;	
}
#inner_content_left iframe{
	margin-left: -32px;
	width: 625px;
	height: 800px;
	overflow: auto;
	background-color: #6d6f6f;
}
.broker{
	clear: both;
	margin-top: 10px;
	min-width: 590px;
}

.broker img{
	width: 120px;
	float: left;
	padding: 4px;
}
.broker a{
	position: relative;
	margin-top: 15px;
	margin-left: 130px;
	margin-right: 130px;
	display: block;
}
.broker_name{
	font-size: 20px;
}
.feat_price{
	float: right;
	padding-left: 4px;
	padding-top: 4px;
	text-align: right;
	color: #f0e3ce;
	position: relative;
	
}
.feat{
	font-size: 16px;
	color: white;
}
#broker_feature{
	font-size: 14px;
	color: white;
	text-align: center;
	padding: 6px;
}
#broker_feature span{
	display: block;
	padding-top: 6px;
	padding-bottom: 12px;
}
#broker_feature img{
	width: 120px;
	margin-top: 12px;
}
#broker_feature p{
	text-align: left;
	font-size: 14px;
	padding-top: 6px;
}
#broker_feature .broker_contact{
	text-align: right;
	margin-top: 15px;
}
#inner_content_left .side_broker{
	font-size: 14px;
	color: white;
	text-align: left;
	clear: both;
	margin-bottom: 15px;
	padding-top: 15px;
}
#inner_content_left .side_broker span{
	color: #d2d3b4;
}
#inner_content_left .side_broker img{
	width: 150px;
	float: left;
	padding-right: 6px;
	padding-bottom: 4px;
}
#inner_content_left .side_broker p{
	text-align: left;
	font-size: 14px;
	padding: 8px;
	
}
#inner_content_left .side_broker .broker_contact{
	text-align: right;
	
}
.info_links{
	clear: both;
	font-size: 16px;
	padding: 8px;
}
.info_links a{
	color: #FFF;
	font-weight: bold;
}
.info_links img{
	float: left;
	padding-right: 6px;
	padding-bottom: 6px;
}
.map_info{
	font-family: Arial, Helvetica, sans-serif;
	
}
.map_info img{
	padding: 12px;
}
.map_info a{
	border: none;
}
.map_name{
	font-size: 18px;
	background-color: #564b45;
	padding: 4px 6px;
}

