/* updated 6/11/08 jreponte */

body {
background: #7C5F3C url(../images/brown/main/bg.gif) top left repeat-x;
}


.backgroundwrap {
	background: #7C5F3C url(../images/brown/main/bg.gif) top left repeat-x;
}


/* ----------------- Links ----------------- */

a:link, a:visited, a:hover {	
	color: #E5E6A7;
}

a:visited {

}

a:hover {
	color: #4CE8E6;
	
}


/* ----------------- Navigation ----------------- */

#nav li {
	background: transparent url(../images/brown/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: #E5E6A7;
	}

#nav li a:hover {
color: #4CE8E6;
}
	
#nav li.on {
background: transparent url(../images/brown/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: #5C492C;
	border: 1px solid #5C492C;
	}
		
.subnav ul li { /* all list items */
	border-bottom: 1px solid #7C5F3C; 
}

.subnav ul a:link, .subnav ul a:hover, .subnav ul a:visited  {
	color: #E5E6A7;
	}
	
.subnav ul li a:hover {
	background: #7C5F3C!important;
	color: #4CE8E6 !important;
	}


/* ------------ Left Column ------------ */

.dotswrap {
	background: transparent url('../images/brown/nav/dots.gif') top left no-repeat;
}

.tools {
	background: transparent url('../images/brown/nav/tools.gif') top left no-repeat;
}

.search {
	background: transparent url('../images/brown/nav/search.gif') top left no-repeat;
}

.contactus {
	background: transparent url('../images/brown/nav/contactbook.gif') 0 0 no-repeat;
}

#leftcol dd {
	background: transparent url('../images/brown/nav/dots.gif') bottom left no-repeat;
	color: #E5E6A7;
}

#leftcol dd a:link, #leftcol dd a:hover, #leftcol dd a:visited {
	color: #E5E6A7;
}

#leftcol dd a:hover {
	color: #4CE8E6;
}

#leftcol dd.plaintext {
	color: #fff;
}



/* ------------ Interior Page ------------ */


.interiorcontent {
	background: #574529;
}

/* ------------ Widgets ------------ */

.box {
	background: #5C492C;
}


/* ------------ Form Inputs ------------ */

.box input {
/*	background: #8B806D; HP removing due to cursor not visible #477 */
/*	color: #ffffff; */
/*	border: 1px solid #7B6040 !important; */
	height: 16px;
	padding: 0 0 2px 2px;
/*	cursor: text; */
}

input.searchnow, input.gobutton, input.rememberBox, input.signinbutton {
	background: transparent;
	border: none !important;
	height: auto;
}

.box label {
	color: #FDFDED;	
}


label.highlight {
	/*color: #4CE8E6 !important;*/
}

input.bright {
	background: #BDB19D !important;
	color: #3F321E;
	font-weight: bold;
}


/* ------------ Neighborhood Info ------------ */

.box h4 {
	color: #fff;
}



/* ----------------- Headlines ----------------- */

h3 {
	color: #4CE8E6;
	font-size: bold;
	text-transform: uppercase;
	font-size: 1.2em;
	margin-bottom: 1em;
}


/* ----------------- Typography ----------------- */

#rightcol p, #rightcol li, #rightcol dd {
	color: #fff;
}

.rates tbody td {
	color: #FDFDED;
}

.rates thead td {
	color: #FDFDED;
}

.rates td {
	border-bottom: 1px solid #8F7650;
}
