/*Color Settings*/

body {background-color: #B4AF92; color:#000;}

#content p {color:#fff;}

#content a {color:#fff;}

#sidebar a {color: #e8b827;}

h1 {color: #E8B827;}
h2 {color: #E8B827;}
h3 {color: #E8B827;}

#nav {background-color:#E8B827;}
#nav a {background-color:#E8B827; color:#000;}
#nav a:hover {background-color:#000; color:#E8B827;}

#main {background-color:#000; color:#fff;}
#content {background-color:#000}
#sidebar {background-color:#000;}

#footer {background-color: #000; color:#E8B827;}
#disclaimer a {color:#E8B827}



/* ****************Common*************** */
/* These attributes are also in Reset CSS - To return to reset just delete values */

body {
	font-family: arial, helvetica, sans-serif;
	font-size: .875em;
	line-height: 1.5;
}

p, blockquote, address, hr, ol, ul{
	margin-bottom: 1.5em;
}


h1 {
	font-size: 2em;
	line-height: 1.1;
	margin-bottom: .238em;
}

h2 {
	font-size: 1.5em;
	line-height: 1.15;
	margin-bottom: .357em;
}

h3 {
	font-size: 1.2em;
	line-height: 1.2;
	margin-bottom: .476em;
}

h4, h5, h6 {
	font-size: 1em;
	margin-bottom: .715em;
}
/*Common*/


#container {
	width:1000px;
	margin:10px auto;
}


#banner {
	min-height:150px;
        background-color:#000;
}

#banner p {
margin:0px;
}


/*Breadcrumbs*/
#breadcrumbs {
margin:0px 0px 10px 0px;
}

#breadcrumbs a, #breadcrumbs span {
font-size:12px;
}

.home #breadcrumbs {
display:none;
}

/*Nav*/





/*Sidebar*/

#content {
	float: right;
        padding:15px;
	width: 770px;
	min-height: 500px;
}

#sidebar {
	float: right;
        padding:15px 10px;
	width: 180px;
       text-align:center;
}

#sidebar p {
color:#E8B827;
}

#search input[type="text"] {
width:100px;
}

#search input[type="submit"] {
background:#E8B827;
color:#000;
border:1px solid #666;
margin-left:4px;
padding:2px;
}

#search input[type="submit"]:hover {
background:#E8B827;
color:#666;
border:1px solid #666;
}

#search input[type="submit"]:active {
position:relative;
top:1px;
} 

#contactinfo {
text-align:center;
background: #666;
border:1px solid #666;
padding: 0px 0px 5px 0px;
margin-top:15px;
color:#E8B827;
font-variant: small-caps;
margin-bottom:15px;
}

#contactinfo img {
padding-bottom:8px;
}

#contactinfo h3 {
background:#E8B827;
color:#000;
margin-bottom:15px;
}

#contactinfo {
color:#E8B827;
}

#contactinfo a{
color:#E8B827;
}



/*Footer*/
#footer {
	margin-bottom:15px;
        padding:15px 15px 5px 15px;
        text-align:center;
        letter-spacing:0px;
}

#footer a {
color:#E8B827;
}


#disclaimer p{
text-align:center;
padding-bottom:0px;
font-size:10px;
}

#footernav {
padding:3px 0px;
border-top:1px solid black;
border-bottom:1px solid black;
margin-bottom:10px;
position:relative;
overflow:hidden;
width:100%;
}

#footernav ul {
margin:0px;
float:left;
position:relative;
left:50%;
}

#footernav li {
margin:0px;
float:left;
position:relative;
right:50%;
list-style-type:none;
}

#footernav a {
float:left;
padding:0px 10px;
border-right:2px solid black;
}

#footernav li:last-child a {
border-right:none;
}

#footernav ul ul {
display:none;
}