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;
}
ol, ul {
	list-style: none;
}

ul, ol, dl, li {
	position: relative;  
}

blockquote, q {
	quotes: 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;
}

td {
	vertical-align: top;
}

.clear {
	clear: both;
}

strong {
	font-weight: bold;
}

/* ----------------- Main Structure ----------------- */

body {
	background: #464C53 url(../images/gray/main/bg.gif) top left repeat-x;
	font: 85% tahoma, trebuchet, "trebuchet ms", verdana, sans-serif;
	margin-bottom: 0;
}


.backgroundwrap {
	margin: 0 auto;
	width: 970px;
}


.bodywrap {
	display: block;

	width: 970px;
	margin: 0 auto;
	padding: 20px 0;
}


/* ----------------- Links ----------------- */

a:link, a:visited, a:hover {	
	color: #64B9E5;
}

a:visited {

}

a:hover {
	color: #A1EE35;
}


/* ----------------- Mast ----------------- */

#mast {

}

#mast h1 {
	color: #fff;
	font-weight: bold;
	font-size: 1.6em;
	display: block;
	position: relative;
	min-height: 1.6em;
}

#mast h2 {
	color: #fff;
	font-weight: normal;
	display: block;
	position: relative;
	font-size: 1em;
/*	margin-top: 10px; */
	float:none !important;
	padding-bottom: 5px !important;  
/*	padding: 50px 0 10px 0; */
	text-align: left; 
	min-height: 1.2em;
}


/* ----------------- Navigation ----------------- */
#nav {
    margin-top: 10px;
}

#nav ul {
	display: block;
	position: relative;
	list-style: none;
	margin: 0;
	width: 970px;
	height: 33px;
	}

#nav li {
	float: left;
	margin-right: 1px;
	width: 193px;
	height: 33px;
	background: transparent url(../images/gray/nav/bg.jpg) top left repeat-x;
}

#nav li, #nav li a, #nav li a:link, #nav li a:hover, #nav li a:visited {
	text-decoration: none;
	position: relative;
	height: 36px;
	text-align: center;
	display: block;
	color: #64B9E5;
	font-weight: bold;
	}
	
#nav li a {
	margin-top: 10px;
}

#nav li a:hover {
color: #A1EE35;
}
	
#nav li.on {
background: transparent url(../images/gray/nav/bg_on.jpg) top left repeat-x;
}

#nav li.on a, #nav li.on a:link, #nav li.on a:hover, #nav li.on a:visited {
color: #1D3B4A;
}

/* ---------- Subnav ---------- */

#showhide, #showhidetwo, #showhidethree {
	visibility: hidden;
}

.subnav {
       position: relative;
	   z-index: 1000;
}
	
.subnav ul {
	display: block;
	position: absolute;
	z-index: 300;
	margin: 0 auto 0 0;
	margin-left: 188px;
	width: 192px;
	text-align: left;
	background: #464C53;
	border: 1px solid #2A2C2F;
	}
	
.itemthree {	
	margin-left: 199px;
}

.itemfour {
	margin-left: 399px;	
}
	
.subnav ul li { /* all list items */
	text-indent: 0;
	white-space: nowrap;
	padding: 0;
	font-weight: bold;
	margin: 0 !important;
	line-height: 13px;
	font-size: 11px;
	border-bottom: 1px solid #2A2C2F;
	text-align: left;
	width: 192px !important; 
}

.subnav ul a:link, .subnav ul a:hover, .subnav ul a:visited  {
	background-color: transparent;
	color: #64B9E5;
	display: block;
	text-decoration: none;
	width: 183px;
	height: 20px;
	padding: 5px  0 1px 10px ;
	text-indent: 0;
	margin: 0 !important;
	}
	
.subnav ul li a:hover {
	background: #2A2C2F!important;
	text-decoration: none;
	color: #A1EE35 !important;
	}

	

/* ----------------- Footer ----------------- */

#footer {
	display: block;
	position: relative;
	padding-top: 20px;
	padding-left: 160px;

}


#footer p {
	font-size: .8em;
	color: #fff;
	text-align: right;
}

#footer a:link, #footer a:hover, #footer a:visited {
	color: #fff;
	text-decoration: underline;
}


#footer img {
	padding-left: 50px;
	float: left;
}
	
#customFooter {
	display: block;
	position: relative;
	padding-top: 20px;
	padding-left: 160px;

}


#customFooter p {
	font-size: .8em;
	color: #fff;
	text-align: center;
}

#customFooter a:link, #footer a:hover, #footer a:visited {
	color: #fff;
	text-decoration: underline;
}

/* ----------------- Content ----------------- */

.contentwrap {
	width: 970px;
}

.content {
	display: block;

}

/* ------------ Left Column ------------ */

#leftcol {
	width: 158px;
	display: block;
	position: relative;
	float: left;
	padding-top: 15px;
}

#leftcol dl {
	margin: 0;
	padding: 0;
	text-indent: 0;
	list-style: none;
}

#leftcol dt {
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	padding-left: 40px;
	height: 30px;
	padding-top: 5px;
	margin-bottom: 2px;
}

.dotswrap {
	clear: both;
	background: transparent url('../images/gray/nav/dots.gif') top left no-repeat;
	display: block;
	position: relative;
	height: 10px;
	width: 100%;
	z-index: 300 !important;
}

.tools {
	background: transparent url('../images/gray/nav/tools.gif') top left no-repeat;
	margin-top: 30px;
	display: block;
	position: relative;
	z-index: 10 !important;
}

.search {
	background: transparent url('../images/gray/nav/search.gif') top left no-repeat;
}

.contactus {
	background: transparent url('../images/gray/nav/contactbook.gif') 0 0 no-repeat;
	margin-top: 30px;
	height: 45px;
	padding-bottom: 5px;
	padding-top: 11px !important;
}

#leftcol dd {
	background: transparent url('../images/gray/nav/dots.gif') bottom left no-repeat;
	padding: 5px;
	font-weight: bold;
	color: #64B9E5;
}

#leftcol dd a:link, #leftcol dd a:hover, #leftcol dd a:visited {
	text-decoration: none;	
	color: #64B9E5;
}

#leftcol dd a:hover {
	color: #A1EE35;
}

#leftcol dd.plaintext {
	color: #fff;
	font-weight: normal;
	line-height: 1.4em !important;
	background: none !important;
}

/* ------------ Right Column ------------ */

#rightcol {
	width: 798px;
	display: block;
	position: relative;
	float: right;
}

/* ------------ Index Page ------------ */

.topphoto {
	display: block;
	position: relative;
	background: blue;
	width: 970px;
/*	height: 230px; */  
	margin-bottom: 10px;
	margin-top: 1px;
}

.blank 
{
	height: 0px !important; 
}
/* ------------ Interior Page ------------ */

.interiorpic 
{
    display: none;
/*	height: 95px; */
	
}

.interiorcontent {
	height: 700px;
	display: block;
	position: relative;
	background: #2A2B2F;
	padding: 10px;
}

/* ------------ Widgets ------------ */

.box {
	background: #2A2C2F;
	padding: 15px;
	margin-bottom: 10px;
	display: block;
	position: relative;
}

.full {
	width: 768px;
	float:left;
}

.half {
	
}

.third {
	width: 229.5px;
	float: left;
	min-height:220px; /* ie6 min-height hack */
	height:auto !important; /* ie6 min-height hack */
	height:220px; /* ie6 min-height hack */
	margin-right: 10px;
}

.nomargin {
	margin-right: -10px !important;
}

.boxcontent {
	
}

.full .boxcontent {
}

.full .boxcontent {
}

.half .boxcontent {
	
}

.third .boxcontent {
}

p.more {
	text-align: right;
	font-size: .8em;
	position: relative;
	display: block;
	margin-top: 8px;
	font-weight: normal;
	
}

p.more a {
padding-right: 18px;
background: transparent url('../images/gray/other/linkarrow.gif') right 3px no-repeat;
margin-top: 8px;
font-weight: normal;
text-decoration: none;	
}
	

/* ------------ Form Inputs ------------ */

.box input {
	width: 65px;
	height: 12px;
}

.box label, .box p {
	color: #C9C9C9;
	font-size: 1em;
	font-weight: bold;
	line-height: 1em;
}


.formtable {
	
}

.formtable tr {
	
}

.formtable td {
	padding: 5px 13px 5px 0;
	vertical-align: middle;
}

/* ------------ Welcome Widget ------------ */

.welcome {
	min-height: 200px;
}

.agentimage {
	float: left;
	margin-right: 10px;
}

.imageoverlay {
	display: block;
	position: relative;
	width: 164px;
	height: 196px;
	margin-top: -196px;
	/*background: transparent url('../images/gray/agentphoto/overlay.png') top left no-repeat;*/
}

/* IE6 Only */
* html .imageoverlay {
	/*background: transparent url('../images/gray/agentphoto/overlay.gif') top left no-repeat;*/
	margin-top: -199px;

}


/* ------------ Find a Home Widget ------------ */

.home {
	height: 181px;
}

.formwrap {
}

.smallimage {
	margin: -15px -15px -30px 0;
	display: block;
	position: relative;
	width: 256px;
	height: 211px;
	background: blue;
	float: right;
}

table.rightmargin {
	display: block;
	position: relative;
}

input.city {
	width: 97.5%;
}

input.zip {
	width: 100px;
}

input.state {
	width: 22px;
}

input.mls {
	width: 38.7%;
}

label.center {
	margin-left: 10px;
}

input.searchnow {
	width: 137px !important;
	height: 33px !important;
	margin: 5px 0 0 0;
	position: relative;
	text-align: center;

}


/* ------------ Featured Home ------------ */

.featuredwrap {
	margin-top: -10px;
	margin-bottom: 10px;
	display: block;
	position: relative;
}

.leftarrow {
	float:left;
	display: block;
	position: relative;
	width: 29px;
	height: 69px;
	margin-top: 10px;
}

.rightarrow {
	display: block;
	position: relative;
	float: left;
	margin-left: 210px;
	margin-top: -80px;
	width: 29px;
	height: 69px;
}

.homeimage img {
	display: block;
	position: relative;
	margin: 0 10px;
}

p.hometext {	
	text-align: center;
}

/* ------------ Neighborhood Info ------------ */

.box h4 {
	font-size: .9em;
	font-weight: bold;
	color: #fff;
	display: block;
	position: relative;
	margin: -.8em 0 1em 0 !important;
}

table.neighbor {
	
}

.neighbor tr {
	
}

.neighbor td {
	
}

input.ncity {
	width: 97.5%;
}

input.nstate {
	width: 21px;
}

input.nzip {
	width: 80px;
}


input.gobutton {
	width: 137px !important;
	height: 33px !important;
	margin: 5px auto;
	display: block;
	position: relative;
}

input.signinbutton {
	width: 137px !important;
	height: 33px !important;
	margin: 5px auto;
	display: block;
	position: relative;
	border: 0;

}

/* ------------ Mortgage Calculator ------------ */

table.calculator {
	padding: 0;
	width: 240px;
}

table.calculator td {
	padding: 3px 2px;
}

.calculator input {
	width: 29px;
	margin: 0 2px;
	display: inline;
}

.calculator label {
	font-size: .9em;
	margin-right: 0;
	padding-right: 0;
	line-height: 1.3em;
}

label.highlight {
	color: #A1EE35 !important;
}

input.bright {
	background: #AAABAC !important;
	width: 60px;
}

.calculator p {
	padding: 0 0;
	font-size: .9em;
	display: inline;
	margin-right: 2px;
}

.calculator input.long {
	width: 90% !important;
}

/* ------------ Real Estate Headlines ------------ */

ul.headlines {
	list-style-type: circle;
	list-style-image: url(../images/gray/other/linkarrow.gif) !important;
}

ul.headlines li {
	margin: 0 0 1em 1em !important;
}

ul.headlines a {
	text-decoration: none;
	display: block;
	position: relative;
	top: -3px;
}

/* ------------ Mortgage Rates ------------ */

table.rates {
	width: 100%;
}

.rates td {
	border-bottom: 1px solid #484D54;
	font-weight: bold;
	padding: 5px;
	font-size: .9em;
}

.rates thead td {
	color: #AEAEAE;
}

.rates tbody tr {
	
}

.rates tbody td {
	color: #C7C7C9;
}

/* ------------ Business Card ------------ */

.buscard p {
	font-weight: normal;
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.buscard h3 {
	margin-bottom: .3em;
	line-height: 1.3em;
}

p.tagline {
	font-weight: bold;
}

img.agent {
	float: left;
	border: 3px solid #fff;
	margin: 0 7px 7px 0;
}
/*------------- Member Center ------------*/

input.nusername {
	width: 97.5%;
}

input.npassword {
	width: 97.5%;
}

table.membercenter {
	
}

.membercenter tr
{
}
.logout 
{
    text-align:center;
}

tr.signin
{
    height: 15px;
    padding: 0 0 0 0;
}

td.searchlinks
{
    vertical-align: middle;
    height: 30px;
    padding-left: 5px;
}

ul.searchlinks {
	list-style-type: circle;
	list-style-image: url(../images/gray/other/linkarrow.gif) !important;
	overflow:hidden;
}

ul.searchlinks li {
	margin: 0 0 1em 1em !important;
}

ul.searchlinks a {
	text-decoration: none;
	display: block;
	position: relative;
	top: -3px;
}


/* ------------ Contact Box ------------ */

.contact img {
	margin-bottom: 10px;
}

/* ----------------- Headlines ----------------- */

h2 {

}

h3 {
	color: #A1EE35;
	font-size: bold;
	text-transform: uppercase;
	font-size: 1.2em;
	margin-bottom: 1em;
}

/* ----------------- Typography ----------------- */

#rightcol p, #rightcol li, #rightcol dd {
	color: #fff;
	line-height: 1.3em !important;
	margin-bottom: 1.4em;
}


