/* updated 6/11/08 jreponte */

body {
background: #42776C url(../images/green/main/bg.gif) top left repeat-x;
}


.backgroundwrap {
}


/* ----------------- Links ----------------- */

a:link, a:visited, a:hover {	
	color: #CEE781;
}

a:visited {

}

a:hover {
	color: #FF731F;
}


/* ----------------- Navigation ----------------- */

#nav li {
	background: transparent url(../images/green/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: #CEE781;
	}

#nav li a:hover {
color: #FF731F;
}
	
#nav li.on {
background: transparent url(../images/green/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: #1E4D43;
	border: 1px solid #2A594F;
	}
		
.subnav ul li { /* all list items */
	border-bottom: 1px solid #2A594F; 
}

.subnav ul a:link, .subnav ul a:hover, .subnav ul a:visited  {
	color: #CEE781;
	}
	
.subnav ul li a:hover {
	background: #2A594F !important;
	color: #FF731F !important;
	}


/* ------------ Left Column ------------ */

.dotswrap {
	background: transparent url('../images/green/nav/dots.gif') top left no-repeat;
}

.tools {
	background: transparent url('../images/green/nav/tools.gif') top left no-repeat;
}

.search {
	background: transparent url('../images/green/nav/search.gif') top left no-repeat;
}

.contactus {
	background: transparent url('../images/green/nav/contactbook.gif') 0 0 no-repeat;
}

#leftcol dd {
	background: transparent url('../images/green/nav/dots.gif') bottom left no-repeat;
	color: #CEE781;
}

#leftcol dd a:link, #leftcol dd a:hover, #leftcol dd a:visited {
	color: #CEE781;
}

#leftcol dd a:hover {
	color: #FF731F;
}

#leftcol dd.plaintext {
	color: #fff;
}



/* ------------ Interior Page ------------ */


.interiorcontent {
	background: #2A594F;
}

/* ------------ Widgets ------------ */

.box {
	background: #2A594F;
}


/* ------------ Form Inputs ------------ */

.box input {
/*	background: #688B83; HP removing due to cursor not visible #477 */
/*	color: #fff; */
/*	border: 1px solid #40786C !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: #EDFAC4;	
}

label.highlight {
	color: #FF731F !important;
}

input.bright {
	background: #B2DAD1 !important;
	color: #2A594F;
	font-weight: bold;
}


/* ------------ Neighborhood Info ------------ */

.box h4 {
	color: #fff;
}



/* ----------------- Headlines ----------------- */

h3 {
	color: #FF731F;
	font-size: bold;
	text-transform: uppercase;
	font-size: 1.2em;
	margin-bottom: 1em;
}


/* ----------------- Typography ----------------- */

#rightcol p, #rightcol li, #rightcol dd {
	color: #fff;
}

.rates thead td {
	color: #EDFAC4;
}

.rates tbody td {
	color: #EDFAC4;
}

.rates td {
	border-bottom: 1px solid #4F8479;
}
