/* updated 6/11/08 jreponte */

body {
    background: #000;
}


.backgroundwrap {
}


/* ----------------- Links ----------------- */

a:link, a:visited, a:hover {	
	color: #EFCB3A;
}

a:visited {

}

a:hover {
	color: #EFCB3A;
}
#customFooter a, #customFooter a:link, #customFooter a:hover, #customFooter a:visited,
#footer a, #footer a:link, #footer a:hover, #footer a:visited{
	color: #fff;
}

/* ----------------- Navigation ----------------- */

#nav li {
	background: #595858;
}

#nav li, #nav li a, #nav li a:link, #nav li a:hover, #nav li a:visited {
	color: #ffffff;
	}

#nav li a:hover {
color: #EFCB3A;
}
	
#nav li.on {
background: #EFCB3A;
}

#nav li.on a, #nav li.on a:link, #nav li.on a:hover, #nav li.on a:visited {
color: #000;
}

#leftcol dt.LeftNavCat, #leftcol dt.LeftNavCatLink, #leftcol dt.LeftNavCatLinkPostCat{
	margin-top: 25px;
	display: block;
	position: relative;
	z-index: 10 !important;
	color: #EFCB3A;
	padding-left: 5px;
}

#leftcol dt.LeftNavCatLink {
	margin-top: 12px; 
	height: auto;
}

dt.LeftNavCatLink a, dt.LeftNavCatLinkPostCat a {
	color: #EFCB3A;
	text-decoration: none;	
}

/* ----------------- Mast ----------------- */


#mast h1 {
	color: #EFCB3A;
	font-weight: bold;
	font-size: 1.6em;
	display: block;
	position: relative;
}

#mast h2 {
	color: #EFCB3A;
	font-weight: normal;
	display: block;
	position: relative;
	font-size: 1em;
	float: right;
	padding-right: 1em;
}

/* ---------- Subnav ---------- */
	
.subnav ul {
	background: #595858;
	border: 1px solid #595858;
	}
		
.subnav ul li { /* all list items */
	border-bottom: 1px solid #595858; 
}

.subnav ul a:link, .subnav ul a:hover, .subnav ul a:visited  {
	color: #EFCB3A;
	}
	
.subnav ul li a:hover {
	background: #595858 !important;
	color: #EFCB3A !important;
	}


/* ------------ Left Column ------------ */

.dotswrap {
	background: transparent url('../images/blackgold/nav/dots.gif') top left no-repeat;
}

.tools {
	background: transparent url('../images/blackgold/nav/tools.gif') top left no-repeat;
}

.search {
	background: transparent url('../images/blackgold/nav/search.gif') top left no-repeat;
}

.contactus {
	background: transparent url('../images/blackgold/nav/contactbook.gif') 0 0 no-repeat;
}

#leftcol dd {
	background: transparent url('../images/blackgold/nav/dots.gif') bottom left no-repeat;
	color: #EFCB3A;
}

#leftcol dd a:link, #leftcol dd a:hover, #leftcol dd a:visited {
	color: #EFCB3A;
}

#leftcol dd a:hover {
	color: #EFCB3A;
}

#leftcol dd.plaintext {
	color: #fff;
}



/* ------------ Interior Page ------------ */


.interiorcontent {
	background: #595858;
}

/* ------------ Widgets ------------ */

.box {
	background: #595858;
}


/* ------------ Form Inputs ------------ */

.box input {
/*	background: #707D87; HP removing due to cursor not visible #477 */
/*	color: #fff; */
/*	border: 1px solid #455E77 !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: #EFCB3A !important;
}

input.bright {
	background: #B9BDC0 !important;
	color: #595858;
	font-weight: bold;
}


/* ------------ Neighborhood Info ------------ */

.box h4 {
	color: #fff;
}



/* ----------------- Headlines ----------------- */

h3 {
	color: #EFCB3A;
	font-size: bold;
	text-transform: uppercase;
	font-size: 1.2em;
	margin-bottom: 1em;
}


/* ----------------- Typography ----------------- */

#rightcol p, #rightcol li, #rightcol dd {
	color: #fff;
}

.freeform 
{
    color: #ffffff;
}