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

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

img {
	border: none;
}

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

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

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

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


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

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

#container {
	width: 1040px;
	margin-right: auto;
	margin-left: auto;
	font-family: arial, sans-serif;
	font-size: 13px;
	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;
	margin-top: 0px;
	overflow:hidden;
	font-family: verdana, arial, helvetica, sans-serif;
}

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

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

#topnav img.p {
	padding-top: 10px;
}

#navbar {
	width: 1040px;
	height: 25px;
	background-color: #000;
	background-image: url('images/grad-navbar.gif');
	background-position: left top;
	background-repeat: repeat-x; 
	float: left;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif; color:#fff; font-weight:bold; font-size:13px; padding: 10px 0px 0px 0px;
	border-top: 2px #ffcc00 solid;
}

#nav {
	width: 300px;
	height: 99%;
	float: left;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 25px;
	text-align: left;
	font-family: "century gothic", "avant garde", "avant garde gothic", arial, helvetica, sans-serif, "trebuchet ms", trebuchet ;
	color: #990000;
	background-color: #59862d;
	background-image: url('images/corner-grn.gif');
	background-position: right bottom;
	background-repeat: no-repeat;
	overflow: hidden;
}

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

#nav hr {
	width: 200px;
}

#nav p {
	padding: 3px 3px 3px 3px;
	margin: 0px 15px 3px 15px;
	line-height: 20px;
	border: 1px #333 dashed;
}

#nav p:hover {
	padding: 3px 3px 3px 3px;
	margin: 0px 15px 3px 15px;
	line-height: 20px;
	border: 1px #ff9933 dashed;
}


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

#main {
	width: 730px;
	height: auto;
	margin: 0px 0px 0px 0px;
	float: right;
	color: #000;
	background-color: #fff;
}

#main img.x {
	float: right;
	border: 1px #000 solid;
	margin-left: 10px;
	margin-bottom: 10px;
}

#main p {
	margin: 0px 10px 0px 10px;	
}

#content {
	width: 340px;
	float: left;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border: 0;
	text-align: justify;
}

#contentright {
	width: 345px;
	float: right;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-left: 1px #ccc solid;
	text-align: justify;
}

.box {
	width: 164px;
	float: right;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-left: 1px #ccc solid;
	font-size: 10px;
	font-family: verdana, arial, helvetica, sans-serif;
	height: inherit;
	overflow: hidden;
}

.boxnb {
	width: 164px;
	float: right;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border: 0;
	font-size: 10px;
	font-family: verdana, arial, helvetica, sans-serif;
	height: inherit;
	overflow: hidden;
}

.box a {
	font-weight: bold;
}

.boxnb a {
	font-weight: bold;
}

.box ul {
	list-style: none;
}

.box ul {
	list-style: none;
	padding-left: 0px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-top: 3px;
}

.boxnb ul {
	list-style: none;
	padding-left: 0px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-top: 3px;
}

.clear {
	clear: both;
}

.bold {
	font-weight: bold;
}

#mainlogo {
	float: right;
	text-align: right;
	font-size: 10px;
	color: #999;
	background-color: #fff;
	width: 1040px;
	height: 85px;
	font-family: verdana, "century gothic", "avant garde", "avant garde gothic", arial, helvetica, sans-serif;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	clear: both;
}


/* ------------------------------------------------------------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: 1040px; 
	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: 10px;
}

#footbar {
	width: 1040px;
	height: 25px;
	background-color: #000;
	background-image: url('images/grad-navbar.gif');
	background-position: left top;
	background-repeat: repeat-x; 
	float: left;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif; 
	color:#fff; 
	font-weight:bold; 
	font-size:13px; 
	padding: 10px 0px 0px 0px;
	border-bottom: 1px #333 solid;
}

#copyright {
	float: right;
	text-align: right;
	font-size: 10px;
	color: #999;
	background-color: #000;
	width: 1040px;
	font-family: verdana, "century gothic", "avant garde", "avant garde gothic", arial, helvetica, sans-serif;
	margin: 0px;
	padding: 10px 10px 0px 0px;
}

/* ----------------------------------------------------------------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;
}


.contactus {
	background-color: #000;
}

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

.smallfont {
	font-size: 10px;
}

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

/* ------------------------------------------------------------------------links */
/* -----------------------------------normal page link */
A:link {text-decoration: none; color: #336600;}
A:visited {text-decoration: none; color: #336600;}
A:hover {text-decoration: none; color: #FFCC00;}

/* -----------------------------------black-------------- */

A.black:link {text-decoration: none; color: #000000;}
A.black:visited {text-decoration: none; color: #003300;}
A.black:hover {text-decoration: none; color: #FFCC00;}

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

A.white:link {text-decoration: none; color: #FFFFFF; font-weight:bold;}
A.white:visited {text-decoration: none; color: #FFFFFF; font-weight:bold;}
A.white:hover {text-decoration: none; color: #FFCC00; font-weight:bold;}

/* -----------------------------------grey-------------- */

A.grey:link {text-decoration: none; color: #CCCCCC;}
A.grey:visited {text-decoration: none; color: #999999;}
A.grey:hover {text-decoration: none; color: #FFCC00;}

A.concord:link {text-decoration: none; color: #FFFFFF;}
A.concord:visited {text-decoration: none; color: #FFFFFF;}
A.concord:hover {text-decoration: none; color: #FFCC00;}

/* -----------------------------------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: #000;
	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: #336600;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

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;	
}

h5 {font-family:Arial, Helvetica, sans-serif; color:#fff; font-weight:bold; font-size:13px; padding: 5px 0px 0px 0px;}

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