/* CSS Document */

body {
	font-family: Verdana, Helvetica, sans-serif;
	background-color: #8A7152;
	font-size: 11px;
	margin-top: 0px;
}


hr {
	border: 0;
	border-bottom: 1px solid #E3C87E;
	}
a { color: #000; }


h3 { border-bottom: 1px solid #EAC87E; color: #EAC87E; padding: 5px; font-size: 12px; }

.clear { clear: both; }
.greenbox { 
	color: #2D3A28;
	font-size: 10px;
	border: 1px solid #ccc;
	background-color: #788571;
	padding: 10px;
	}

#sitecontainer {
	border-left: 1px solid #3E473A;
	border-right: 1px solid #3E473A;
	width: 760px;
	margin-left: 14px;
}

.sitealign{
	width: 795px; 
	margin: 0 auto; 
	background: url('images/background.gif') repeat-y;
	}




#header {
	position: relative;
	color: #FFFFFF;
	width: 795px;
	background: url('images/header-top.gif') repeat-y;
	padding: 0;
	margin: 0 auto;
	}
#header .logo { 
	position: absolute;
	top: 7px;
	left: 20px;
	}
#header .weather { 
	position: absolute;
	right: 10px;
	top: 0px;
	font-size: 9px;
	padding: 5px;
	text-align: right;
	}
#header .weathertxt { padding-right: 10px;}
#header .deg { font-size: 14px; }


#oasis {}


/* Navigation */



/* NAV STYLES */

#navigation {
	background: #6B251D url('images/nav-bg.gif') repeat-x bottom;
	height: 33px;
	border: 1px solid #421914;
	border-left: 0px;
	border-right: 0px;
	padding: 0px 8px;
	}

/* PRIMARY NAV */
#navi li a {
	color: #fff;
	height: 33px;
	line-height:33px;
	padding: 0px 10px;
	display: block;
	text-decoration: none;
}

#navi li a:hover
{
	color: #fff;
	
	background-color: #AA2111;
	background-image: url('images/navlink-bg.gif');
	background-repeat: repeat-x;
	background-position:  bottom;
	
	border-left: 1px solid #A82010;
	border-right: 1px solid #A82010;
	
	padding: 0px 9px;
}

#navi #current
{
	color: #fff;
	
	background-color: #AA2111;
	background-image: url('images/navlink-bg.gif');
	background-repeat: repeat-x;
	background-position:  bottom;
	
	border-left: 1px solid #A82010;
	border-right: 1px solid #A82010;
	
	padding: 0px 9px;
}

/* SECONDARY NAV */
#navi li li a {
	background-color:#778571;
	
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	}
	
#navi li li a:hover {
	background-color: #566450;
	background-image: none;
	
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	
	padding: 0px 10px;
	}
#navi ul ul {
	border-top: 1px solid #fff;
	}

	
/* -- NAV DISPLAY AND HOVER OPTIONS --- */

#navi ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

#navi ul li {
	float: left;
	
	position: relative;
	}

#navi ul li a{
	list-style: none;
	float: left;
	display: block;
	}

#navi ul ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: none;
	
	position: absolute;
	top: 33px;
	left: 0px;
	
	display: none;
	
	}
#navi li li {
	padding: 0;
	margin: 0;
	list-style: none;
	float: none;
	}
#navi li li a {
	float: none;
	width: 150px;
	}

/* HOVER OPTIONS */

#navi li:hover ul {
	display: block;
	}
#navi li:hover  a.head {
	background-color: #AA2111;
	background-image: url('images/navlink-bg.gif');
	background-repeat: repeat-x;
	background-position:  bottom;
	
	border-left: 1px solid #A82010;
	border-right: 1px solid #A82010;
	
	padding: 0px 9px;
}
	
	
/* IE FIXES */
* html body { behavior: url(scripts/cssfix.htc);}


/*--- END NAVIGATION --- */
	
#content {
	padding: 10px;
	color: #fff;
	}
#content .content {
	width: 500px;
	float: left;
	}
#content .content p{
	margin-left: 8px;
	line-height: 15px;
	}
#content .content a {
	color: #EAC87E; font-weight: bold;
	}
#content .right {
	color: #2D3A28;
	font-size: 10px;
	width: 205px;
	border: 1px solid #ccc;
	background-color: #788571;
	padding: 10px;
	padding-top: 0px;
	float: right;
}
#content .right a {
	color: #2D3A28;
	}
#content .right p {
	padding: 5px;
	}
	
#content .subhead{
	color: #EAC87E; 
	font-weight: bold;
	}

#content .subnav{
	padding: 3px 3px 5px 3px;
	color: #788571;
	}
#content .subnav a {
	color: #788571;
	font-weight: normal;
	}
	
	

#footer {
	margin: 0 auto;
	width: 765px;
	color: #393125;
	background: url('images/footer-bg.gif') no-repeat top;
	height: 40px;
	font-size: 10px;
	
	padding: 8px 15px;
	}
#footer .links {
	float: left;
	}
#footer .copyright {
	float: right;
	text-align: right;
	}
#footer a {
	color: #393125;
	text-decoration: none;
	}
#footer a:hover {
	text-decoration: underline;
	}