/********************************************************/
/* GENERAL */
/********************************************************/

body{
	margin:0px;
	padding:0px;
	margin:auto;
	text-align:center;
	background:url(../../images/bkgd_paper.gif);
	font:10pt Tahoma, Verdana, sans-serif;
	color:#3b2f21;
}

ul,li,h1,h2,h3,h4,h5,h6{ /* Get rid of line break after elements */
	margin:0;
	padding:0;
}

p{
	margin-top:1em;
	margin-bottom:1em;
}

img{
	border:0;
}

.clearfloat{
	clear:both;
}

a{
	outline:none;
}

.left{
	float:left;
}

.right{
	float:right;
}

.center_text{
	text-align:center;
}

.dashed_line{
	width:100%;
	height:1px;
	border-bottom:1px dashed #35200d;
	margin:5px 0px 5px 0px;
}

h1{
	font: bold 22pt Tahoma, Verdana, sans-serif;
	color:#472b0d;
}

h2{
	font: bold 20pt Tahoma, Verdana, sans-serif;
	color:#472b0d;
}

h3{
	font: bold 18pt Tahoma, Verdana, sans-serif;
	color:#472b0d;
}

h4{
	font: bold 14pt Tahoma, Verdana, sans-serif;
	color:#472b0d;
	
}

h5{
	font: bold 10pt Tahoma, Verdana, sans-serif;
	color:#472b0d;
}

h6{
	font: bold 9pt Tahoma, Verdana, sans-serif;
	color:#472b0d;
}

/********************************************************/
/* CONTAINER */
/********************************************************/
#container{
	width:960px;
	text-align:left;
	margin:auto;
}

/********************************************************/
/* CONTENT */
/********************************************************/
#content{
	width:960px;
}

/********************************************************/
/* HEADER */
/********************************************************/
#header{
	width:960px;
}

#logo{
	width:339px;
	height:85px;
	float:left;
	margin-top:0px;
	margin-left:4px;
}

#contact_info{
	float:right;
	margin-top:20px;
}

/********************************************************/
/* NAVIGATION */
/********************************************************/
#navigation{
	margin-top:20px;
	padding-left:9px;
}

#navigation a{
	color:#FFF;
	text-decoration:none;
}

#navigation a:link,a:visited,a:active{
	text-decoration:none;
}

#navigation a:hover{
	color:#ffda0e;
	text-decoration:none;
}

#navigation ul li{
	display:inline;
}

#navigation li a.current{
	color:#ffda0e;
	text-decoration:none;
}

.navigation_divider{
	color:#ffc20e;
}



/********************************************************/
/* FOOTER */
/********************************************************/
#footer{
	width:960px;
	margin:auto;
	text-align:center;
	color:#FFF;
	font-size:8pt;
}

/********************************************************/
/* NON-BULLETED LIST CLASS */
/********************************************************/
.nob_list{
	font-weight:bold;
	font-size:9pt;
}

.nob_list li{
	list-style:none;
	padding-bottom:4px;
}

.nob_list a{
	text-decoration:underline;
}

.nob_list a:link,a:visited,a:hover,a:active{
	color:#003d79;
	text-decoration:underline;
}

/* BODY COPY LINK STYLING */
a.body_link:link{
	color:#2b780f;
	font-weight:bold;
	text-decoration:none;
}

a.body_link:visited{
	color:#2b780f;
	text-decoration:none;
	font-weight:bold;
}

a.body_link:hover{
	color:#2b780f;
	text-decoration: underline;
}

a.body_link:active{
	color:#2b780f;
}

/* BODY COPY 2 LINK STYLING */
a.body_link2:link{
	color:#755D42;
	font-weight:bold;
	text-decoration:none;
}

a.body_link2:visited{
	color:#755D42;
	text-decoration:none;
}

a.body_link2:hover{
	color:#000;
}

a.body_link2:active{
	color:#755D42;
}

#grass{
	width:100%;
	height:39px;
	background:url(../../images/grass.png) repeat-x;
}

.caption{
	font-size:8pt;
	font-style:italic;
}

#secondary_content_column1 li a.current{
	color:#2B780F;
	text-decoration:none;
}

#sub_nav ul li{
	display:inline;
}