@charset "UTF-8";

* {
	margin:0;
	padding:0;
	border:0px;
}

ul {
	margin:8px 23px;
}

ul li {
	padding-bottom:8px;
}

body {
	font: 80% "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #a2bf6d;
	margin: 0;
	padding: 30px 0 0 0;
	text-align: center;
	color: #000000;
	background-image:url(images/bg_grad.jpg);
	background-repeat:repeat-x;
	line-height:1.4;
}

#container {
	width: 797px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}

#header {
	position: relative;
	background: #FFFFFF url(images/bg_hdr.png) no-repeat top;
	padding: 0px;
	height:195px;
}

#header #logo {
	display: block;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	width: 93px;
	height: 94px;
	position:absolute;
	top: 30px;
	left:25px;
}

#header h1 {
	margin: 0;
	padding: 52px 0 0 130px;
	font-size: 2em;
	line-height:1;
	color:#000000;
	font-weight:bold;
}

#navigation {
	position: absolute;
	bottom:0px;
	height:35px;
	width:797px;
	background:url(images/nav-tab-bg2.png);
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform:capitalize;
	font-weight: bold;
	font-size:13px;
	background-repeat:repeat;
	line-height: normal;
}


#hdrad {
	position: absolute;
	top:0px;
	right:0px;
	height:160px;
	width:379px;
	background:url(images/bg_hdr2.jpg);
}

#navigation a {
	padding:9px 15px;
	float:left;
	color:#000;
	text-decoration:none;
	border-right:1px solid #999900;
}

#navigation a:hover {
	background-color: #996600;
	background-color: #000000;
	color:#FFFFFF;
	padding:9px 15px;
}

#sidebar1 {
	float: right;
	width: 173px;
	background: #f3ecd3;
	line-height:1.2;
	padding: 15px;
}

#sidebar1 a {
	color:#21536A;
}

#sidebar1 a:hover {
	color:#000000;
}

#sidebar1 ul {
	list-style: none;
	font-size:1em;
	margin: 0px;
}

#sidebar1 ul li {
	margin-bottom: 4px;
	padding-bottom:0px;
}

#sidebar1 h3 {
	margin:15px 0 5px 0;
	color:#454545;
}

.arrowlistmenu ul {
	list-style-type: none;
	margin: 0;
}

.arrowlistmenu ul li {
	padding-bottom: 0px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a {
	color: #21536A;
	background: url(images/arrow.png) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #dadada;
	font-size: 105%;
}

.arrowlistmenu ul li a:hover { /*hover state CSS*/
	color:#000;
}

#sidebar1 #sidebox {
	padding-top: 20px;
}

#mainContent {
	margin: 0 205px 0 0;
	padding: 20px 20px 20px 21px;
}

#mainContentFULL {
	margin: 0;
	padding: 20px 30px;
}

#footer {
	padding: 0 10px 0 20px;
	background:#FFFFFF;
	border-top: 1px solid #999999;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 15px 0;
	color:#999999;
}

#footer a {
	color: #006600;
	text-decoration:none;
}

#footer a:hover {
	color: #CC9900;
}

h1, h2, h3, h4, h5, h6 {
	margin:.5em 0 0 0;
	line-height:1;
}

h1 {
	color:#006600;
	font-weight:normal;
	font-size:2.4em;
	margin: 1em 0 .5em;
}

h2 {
	color:#454545;
	font-weight:bold;
	font-size:1.6em;
	margin: 1em 0 .5em;
}

h3 {
	color:#006600;
	font-weight:normal;
	font-size:1.5em;
	margin:.7em 0 0 0;
}

h4 {
	color:#454545;
	font-weight:bold;
	font-size:1.2em;
}

a {
	color: #CC9900;
}

a:hover {
	color: #006600;
}

p {
	margin:.6em 0;
	font-size:1.1em;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

hr {
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
}

.halfbox {
	width:250px;
	padding-right:20px;
	float:left;
}

.tinytext {
	color:#454545;
	font-size: 11px;
}

.warning {
	color:#990000;
}

.featuredbox {
	width:auto;
	border-bottom:1px solid #999999;
}

.featuredboxTEMP {
	width:auto;
	border-bottom:1px solid #999999;
	padding: 10px 25px 20px;
}

