/* General Styles -----------------------------------> */
body           {background: #C7B08A; margin: 0; padding:0; font: 13px/18px  "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif; color: #444;}
h1, h2, h3, h4, h5, h6 {margin: 18px 0 18px 0; color: #000; font-family: "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;}

strong      {font-weight: bold;}
em          {font-style: italic;}
p           {margin: 18px 0 18px 0;}
ul, ol      {margin: 18px 0 18px 0; padding: 0 0 0 15px; list-style-type:disc;}
li          {line-height:18px;}
ol          {list-style-type: decimal;}
dl          {margin: 18px 0;}
dl dt       {}
hr          {display: none;}
blockquote  {margin: 18px 0 18px 0; padding: 0 5px 0 30px; color: #777; background: url(../images/layout/block-quote.gif) no-repeat 0 5px;}
.amp        {font-family: "Warnock Pro", "Goudy Old Style","Palatino","Book Antiqua", serif; font-size: 1.1em; line-height:10%; /* Fix to maintain correct baseline */font-style: italic;}
.center     {text-align:center;}
.text-right {text-align: right;}
.text-left  {text-align: left;}
.large      {font-size: 16px;}
.small      {font-size: 11px;}

/*Links==============================*/
a:link, a:visited, a:active {color: #006633; text-decoration: none;}
a:hover {color: #006633; text-decoration: underline;}

/*CONTENT==========================*/
#page_surround {width: 920px; margin: 0 auto; background: url(../images/contentbg.jpg) repeat-y top center;}
#body          {width: 900px; margin: 0 auto; background: url(../images/bodybg.jpg) no-repeat top center; min-height: 600px;}
#content       {width: 880px; margin: 0 auto; padding: 20px 0;}

/* HACK IT \*/
* html #body { height: 600px; }
/* End */


#logo          {float: left; width: 239px; padding: 0; margin: 0; height: 124px; text-indent: -9999px; background: url(../images/logo.gif) no-repeat center center;}
#header_right  {float: left; width: 630px; margin: 0; padding: 0;  text-align: center; color: #006633; font-size: 16px;}
#header_right span {font-size: 20px; font-weight: bold; display: block; margin: 0;}

#bottom        {width: 920px; height: 23px; margin: 0 auto; background: url(../images/btcontentbg.jpg) no-repeat top center;}

#menu_col       {float: left; width: 170px; margin: 0; padding: 0;} 
#body_content   {float: left; width: 690px; margin-left: 20px; padding: 0;}
.content_surround {margin-top: 20px;}

ul#nav {margin: 0; padding: 0;}
ul#nav li {margin: 0; padding: 0; list-style: none;}
ul#nav li a {display: block; padding: 3px; margin: 0; color: #006633;}
ul#nav li a:hover {display: block; padding: 3px; margin: 0; color: #fff; background: #006633; text-decoration: none;}

a.pdf:link, a.pdf:visited, a.pdf:active {color: #006633; text-decoration: none; background: url(../images/pdf_icon.gif) no-repeat left center; padding-left: 18px;}
a.pdf:hover {color: #006633; text-decoration: underline;}

#footer {font-size: 11px; text-align: center; color: #000; padding-bottom: 30px;}
/* =Clear Floated Elements
--------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */

html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear
{
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://www.positioniseverything.net/easyclearing.html */

.clearfix:after
{
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.clearfix
{
	display: inline-block;
}

* html .clearfix
{
	height: 1%;
}

.clearfix
{
	display: block;
}

