﻿/* ----------------------------------------------------------general */

body {
	background-color: #000;
	scrollbar-base-color: #fff; 
	scrollbar-arrow-color:#990000;
	color: #fff;
}

img {
	border: none;
}

ul {
	list-style-type: square;
	margin-right: 20px;
}

input {
	font-size:10px; 
	font-family:verdana, arial, sans-serif;
}

textarea {
	font-size:10px; 
	font-family:verdana, arial, sans-serif;
}

select {
	font-size:10px; 
	font-family:verdana, arial, sans-serif;
}

p {
	padding: 10px;
}

iframe {
	width: 650px;
	height: 500px;
	border: 0;
	frameborder: 0;
}

/* -----------------------------------------------------header container and nav ids */

#wrap {
	background-color: #fff;
	color: #000;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	height: 95%;
}

#container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	font-family: arial, sans-serif;
	font-size: 12px;
	background-color: #fff;
	color: #000;
	background-image: url('images/cornerbig-right.gif');
	background-repeat: no-repeat;
	background-position: right top;
	border-bottom: 0;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	padding: 0px;
	overflow:hidden;
}

#logo {
	background-color: #fff;
	color: #000;
	float: left;
	width: 230px;
	height: 200px;
	padding: 0;
	margin: 0;
}

#topnav {
	float: right;
	text-align: right;
	font-size: 10px;
	color: #999;
	background-color: transparent;
	width: 690px;
	height: 145px;
	font-family: verdana, "century gothic", "avant garde", "avant garde gothic", arial, helvetica, sans-serif;
	margin: 0px;
	padding: 0px 30px 0px 0px;
}

#topnav img {
	padding-top: 65px;
}

#nav {
	width: 230px;
	height: 99%;
	float: left;
	font-size: 16px;
	text-transform: uppercase;
	text-align: right;
	font-family: "century gothic", "avant garde", "avant garde gothic", trebuchet ms, trebuchet, arial, helvetica, sans-serif;
	color: #990000;
	background-color: #fff;
}

#nav p{
	padding: 0px 15px 0px 10px;
}

#nav span {
	padding: 0px 10px 0px 10px;	
}

#nav hr {
	width: 200px;
}

/* ------------------------------------------------------------content */

#main {
	width: 650px;
	height: auto;
	margin: 0px 30px 0px 10px;
	float: right;
	border-right: 1px #fff solid;
	color: #666666;
	background-color: #fff;
}

#content {
	width: 600px;
	float: left;
}

#banner {
	width: 650px;
	height: 50px;
	float: right;
	padding-right: 30px;
	padding-bottom: 10px;
	background-color: #fff;
	color: #ccc;
}

#banner.sell {
	background-image: url('images/banner-sellyourhome.gif');
	background-position: left top;
	background-repeat: no-repeat;
}

#banner.search {
	background-image: url('images/banner-search.gif');
	background-position: left top;
	background-repeat: no-repeat;
}

#banner.contact {
	background-image: url('images/banner-contact.gif');
	background-position: left top;
	background-repeat: no-repeat;
}

#banner.featured {
	background-image: url('images/banner-featured.gif');
	background-position: left top;
	background-repeat: no-repeat;
}


/* ------------------------------------------------------------home */

#topnavhome {
	float: right;
	text-align: right;
	font-size: 10px;
	color: #999;
	background-color: transparent;
	width: 690px;
	height: 205px;
	font-family: verdana, "century gothic", "avant garde", "avant garde gothic", arial, helvetica, sans-serif;
	margin: 0px;
	padding: 0px 30px 0px 0px;
}

#topnavhome img {
	padding-top: 65px;
}

#preapproved {
	width: 300px;
	height: 200px;
	float: left;
	color: #fff;
	background-image: url('images/getpreapproved.gif');
	background-repeat: no-repeat;
	background-position: left top;
}

#preapproved p {
	padding: 50px 20px 5px 30px;
}

#featured {
	width: 300px;
	height: 200px;
	float: right;
	color: #fff;
	background-image: url('images/featured.gif');
	background-repeat: no-repeat;
	background-position: left top;
}

#featured p {
	padding: 50px 20px 5px 30px;
}

#find {
	width: 300px;
	height: 200px;
	float: left;
	color: #fff;
	background-image: url('images/findahome.gif');
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 30px;
}

#find p {
	padding: 50px 20px 5px 30px;
}

#sell {
	width: 300px;
	height: 200px;
	float: right;
	color: #fff;
	background-image: url('images/sellyourhome.gif');
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 30px;
}

#sell p {
	padding: 50px 20px 5px 30px;
}

/* ----------------------------------------------------------------footer */

#footer {
	width: 950px; 
	float: right;
	font-size: 9px;
	color: #666;
	text-align: right;
	padding-bottom: 20px;	
	background-image: url('images/cornerbig-bottom.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #fff;
}

#footer img {
	padding-right: 30px;
}

/* ----------------------------------------------------------------classes */

p.justify {
	text-align: justify;
	text-justify: distribute-all-lines;
	text-align-last: justify;
}

/* p.justify:after {
	content: " _________________________________";
	line-height: 0;
	color: #000;
} */

.border {
	border: 1px;
	border-color: #fff;
	border-style: solid;
}

.blackborder {
	border: 1px;
	border-color: #000;
	border-style: solid;
}

img.frab {
	float: right;
	margin: 0px 10px 10px 10px;
	border: 1px #000 solid;
}

.contact {
	border: 0px;
	float: right;
}

.home {
	font-size: 14px;
	color: #CCCCCC;
	text-align: justify;
	text-justify: distribute-all-lines;
	text-align-last: justify;
	font-family: "century gothic", "avant garde", "avant garde gothic", verdana, trebuchet ms, trebuchet, arial, helvetica, sans-serif;
	padding-top: 25px;
}

.home2 {
	font-size: 14px;
	color: #999999;
	text-align: justify;
	text-justify: distribute-all-lines;
	text-align-last: justify;
	font-family: "century gothic", "avant garde", "avant garde gothic", verdana, trebuchet ms, trebuchet, arial, helvetica, sans-serif;
	padding-top: 25px;
}

.contactus {
	background-color: #000;
}

.contactus:hover {
	background-color: #666666;
}

.smallfont {
	font-size: 10px;
}

.nobullet {
		list-style-type: none;
}

/* ------------------------------------------------------------------------links */
/* -----------------------------------red-normal page link */

a:link {
	text-decoration: none;
	color: #990000;
}

a:visited {
	text-decoration: none;
	color: #990000;
}

a:hover {
	text-decoration: none;
	color: #ff9933;
}

a:active {
	text-decoration: none;
	color: #99cc00;
}

/* -----------------------------------light blue-------------- */
	
a.light:link {
	text-decoration: none;
	color: #99CCFF;
}

a.light:visited {
	text-decoration: none;
	color: #CCCCCC;
}

a.light:hover {
	text-decoration: none;
	color: #FF9933;
}

a.light:active {
	text-decoration: none;
	color: #FFCC66;
}
	
/* -----------------------------------gray----------------- */
	
a.top:link {
	text-decoration: none;
	color: #999;
}

a.top:visited {
	text-decoration: none;
	color: #808080;
}

a.top:hover {
	text-decoration: none;
	color: #6699ff;
}

a.top:active {
	text-decoration: none;
	color: #FFCC66;
}

/* -------------------------------white------------------ */

a.w:link {
	text-decoration: none; 
	color: #fff;
	}

a.w:visited {
	text-decoration: none;
	color: #fff;
}

a.w:hover {
	text-decoration: none;
	color: #ff0000;
}

a.aw:link {
	text-decoration: none; 
	color: #fff;
	}

a.aw:visited {
	text-decoration: none;
	color: #fff;
}

a.aw:hover {
	text-decoration: none;
	color: #fff;
}

/* ----------------------------------------------------------headings */

h1 {
	font-family: "century gothic", "avant garde", "avant garde gothic", trebuchet ms, trebuchet, arial, helvetica, sans-serif;
	margin: 10px 5px 5px 10px;
	color: #666;
	text-align: left;
	font-size: 24px;
	font-weight: normal;
}

h2 {
	font-family: "century gothic", "avant garde", "avant garde gothic", arial, helvetica, sans-serif;
	margin: 10px 5px 5px 10px;
	color: #666;
	text-align: right;
	font-size: 24px;
	font-weight: normal;
}

h3 {
	font-family: "century gothic", "avant garde", "avant garde gothic", trebuchet ms, trebuchet, arial, helvetica, sans-serif;
	margin: 10px 5px 5px 10px;
	color: #fff;
	text-align: left;
	font-size: 20px;
	font-weight: normal;	
}

h4 {
	font-family: "century gothic", "avant garde", "avant garde gothic", trebuchet ms, trebuchet, arial, helvetica, sans-serif;
	margin: 10px 5px 5px 10px;
	color: #fff;
	text-align: left;
	font-size: 14px;
	font-weight: bold;	
}

h6 {
	font-family: "century gothic", "avant garde", "avant garde gothic", verdana, arial, helvetica, sans-serif;
	color: #999999;
	font-weight: normal;
	font-size: 9px;
	margin-left: 10px;
	margin-right: 10px;
}
