/* updated 6/11/08 jreponte */

body {
background: #464C53 url(../images/gray/main/bg.gif) top left repeat-x;
}


.backgroundwrap {
}


/* ----------------- Links ----------------- */

a:link, a:visited, a:hover {	
	color: #64B9E5;
}

a:visited {

}

a:hover {
	color: #A1EE35;
}


/* ----------------- Navigation ----------------- */

#nav li {
	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 {
	color: #64B9E5;
	}

#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 ---------- */
	
.subnav ul {
	background: #2A2C2F;
	border: 1px solid #2A2C2F;
	}
		
.subnav ul li { /* all list items */
	border-bottom: 1px solid #464C53; 
}

.subnav ul a:link, .subnav ul a:hover, .subnav ul a:visited  {
	color: #64B9E5;
	}
	
.subnav ul li a:hover {
	background: #464C53!important;
	color: #A1EE35 !important;
	}


/* ------------ Left Column ------------ */

.dotswrap {
	background: transparent url('../images/gray/nav/dots.gif') top left no-repeat;
}

.tools {
	background: transparent url('../images/gray/nav/tools.gif') top left no-repeat;
}

.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;
}

#leftcol dd {
	background: transparent url('../images/gray/nav/dots.gif') bottom left no-repeat;
	color: #64B9E5;
}

#leftcol dd a:link, #leftcol dd a:hover, #leftcol dd a:visited {
	color: #64B9E5;
}

#leftcol dd a:hover {
	color: #A1EE35;
}

#leftcol dd.plaintext {
	color: #fff;
}



/* ------------ Interior Page ------------ */


.interiorcontent {
	background: #2A2C2F;
}

/* ------------ Widgets ------------ */

.box {
	background: #2A2C2F;
}


/* ------------ Form Inputs ------------ */

.box input {
/*	background: #68686A; HP removing due to cursor not visible #477 */
/*	color: #fff; */
/*	border: 1px solid #464C53 !important; */
	height: 16px;
	padding: 0 0 2px 2px;
}

input.searchnow, input.gobutton, input.rememberBox, input.signinbutton {
	background: transparent;
	border: none !important;
	height: auto;
}

.box label {
	color: #C9C9C9;	
}

label.highlight {
	color: #A1EE35;
}

input.bright {
	background: #d1d1d1 !important;
	color: #666666;
	font-weight: bold;
}


/* ------------ Neighborhood Info ------------ */

.box h4 {
	color: #fff;
}



/* ----------------- Headlines ----------------- */

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;
}