/* --------------------------------------------------

-------------------------------------------------- */

/* CONTAINER */

body {
	background: #000000 url(../images/header_img.jpg) top center no-repeat
}
#container {
	width: 974px;
	margin: 0 auto;
	font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
	font-size: small;
	line-height: 1.6em;
	color: #333333;
}
/* GENERAL MOJO AND MULA */
		
		h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 32px;
	color: #CC6633;
	margin-bottom: 30px;
}
h2 {
	color: #0A4F67;
	font-size: 24px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
a {
	color:#004153;
	text-decoration: none;
}
a:hover {
	color:#CC6714;
}
/*
form {
	float:right;
	margin-top: -45px;
	font-size: 9px;
}
*/
input {
	background-color: #0A4F67;
	color: #fff;
	border: 1px solid #CCC;
	font-size: 11px;
	padding: 3px;
}
.button {
	padding: 2px;
}
/* HEADER ELEMENTS */

		#header {
	padding-top: 10px;
	clear: both;
	margin-bottom: 10px;
	height: 120px;
}
/* the slogan */
		#header p {
	margin-top: -20px;
	margin-left: 30px;
	color: #999999;
}
/* NAVIGATION ELEMENTS */


 #menu_left {
	width:230px;
	float: left;
	padding: 0px 10px;
}
/* CONTENT ELEMENTS */

		#content {
	width: 700px;
	margin-left: 260px;
	margin-right: 10px;
}
#content p {
	padding-bottom: 10px;
	/*border-bottom: 1px solid #DDDDDD;  A faint grey line below the text */
}
/* SIDEBAR ELEMENTS */

		#sidebar {
	float: right;
	width: 175px;
}
#sidebar p {
	padding-bottom: 10px;
	border-bottom: 1px solid #DDDDDD;
}
/* FOOTER ELEMENTS */

		#footer {
	margin-top: 20px;
	clear: both;
	padding: 5px 10px;
	background-color: #FFFFFF;
	height: 20px;
}
#footer p {
	color:#666666;
	padding: 5px;
	background-color: #FFFFFF;
}
#footer p a {
	color: #89817f;
	border-bottom: 1px dotted #89817f;
}
#footer p a:hover {
	color: #FFFFFF;
	background-color:#575352;
}
.nugget_top {
	width:210px;
	float: left;
	margin:0px auto;
	background: #000000 url(../images/nugget_t.gif) no-repeat top center;
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	padding:8px 10px;
	color: #FFFFFF;
	font-weight: normal;
}
.nugget_middle {
	width:210px;
	float: left;
	background: #000000 url(../images/nugget_m.gif) repeat-y bottom center;
	clear: both;
	margin: 0px auto;
	padding: 0px 10px;
}
/* NAVIGATION ELEMENTS */
	
		 .nugget_middle ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	float: left;
	width: 200px;
}
.nugget_middle a {
	display: block;
	padding: 5px;
	width: 180px;
	padding-left:20px;
	border-bottom: 1px solid #0A4F67;
	background: #E0EFFD url(../images/arrow.gif) 0% 50% no-repeat;
}
.nugget_middle a:link, #navlist a:visited {
	color:#0A4F67;
	text-decoration: none;
}
.nugget_middle a:hover {
	/*background: #000000 url(../images/arrow.gif) 0% 50% no-repeat;*/
			/*background-color: #C2DAEF;*/
			color:#990000;
}
/* NAVIGATION ELEMENTS */

.nugget_bottom {
	width:230px;
	float: left;
	background: #000000 url(../images/nugget_b.gif) no-repeat top center;
	clear: both;
	height: 12px;
	margin-bottom: 20px;
}
.smallbanner {
	width:230px;
	float: left;
	clear: both;
	margin-bottom: 20px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
}

#topmenu {
	height:40px;
}
#nav {
	float:left;
	width: 550px;
}
#address {
	float:right;
	color: #FFFFFF;
	padding-right: 15px;
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
}
#address a{
	color: #FFFFFF;
}

#bottomnav {
	float:right;
}
#copy {
	float:left;
}
.bl {
	background: #E0EFFD url(../images/bl.gif) 0 100% no-repeat
}
.br {
	background: url(../images/br.gif) 100% 100% no-repeat
}
.tl {
	background: url(../images/tl.gif) 0 0 no-repeat
}
.tr {
	background: url(../images/tr.gif) 100% 0 no-repeat;
	padding:10px
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#nav ul li {
	display: inline;
	float: left;
	padding:5px 20px;
	font-size:12px;
	line-height:19px;
}
#nav ul li a {
	color:#E0EFFD;
}
#nav ul li a:hover {
	color: #FFFF00;
}
.current a {
	display:block;
	color: #000;
	background:  url("../images/left-tab.gif") left top no-repeat;
	text-decoration: none;
	padding-left: 10px;
	height:22px;
	float: left; 
}
.current a span {
	display:block;
	background: url("../images/right-tab.gif") right top no-repeat;
	padding-right: 10px;
	height:22px;
	float: left; 
}
