/* 
----------------------------------------------
global styles
----------------------------------------------
*/

body
{
	margin: 0;
	padding: 0;
	font: 80% arial, helvetica, sans-serif;
	background: #fff;
	color: #555;
}

img { border: none; }
a:link { color: #0b4e17; }
a:visited { color: #266e33; }
a:focus { color: red; }
a:hover { color: #748429; }
a:active { color: red; }
h1, h2, h3, h4, h5, h6, p { margin-top: 0; }

h2
{
	font-size: 150%;
	color: #adb56a;
	text-transform: uppercase;
}

h3
{
	font-size: 110%;
	color: #adb56a;
	text-transform: uppercase;
}

h4
{
	font-size: 100%;
	color: #adb56a;
}

h5 { font-size: 100%; }

table
{
	border-collapse: collapse;
	margin: 1em 0;
	width: 100%;
}

td, th
{
	text-align: left;
	vertical-align: top;
	padding: 5px;
	border: 1px solid #fff;
	background: #e8eece;
}

thead th { background: #a0b73c; color: #fff;}



/* 
----------------------------------------------
global class styles
----------------------------------------------
*/

.structural
{
	position: absolute;
	left: -500em;
}

/* 
----------------------------------------------
container styles
----------------------------------------------
*/

#container
{
	margin: 0 auto;
	width: 780px;
	padding: 0 10px;
	background: url(/images/bg-container.jpg) repeat-y;
}

#header
{
	float: left;
	width: 780px;
	border-top: 2px solid #0b4e17;
	border-bottom: 2px solid #0b4e17;
	background: url(../images/bg-header.jpg) no-repeat;
}

#header h1 { margin: 0; }
#header h1 img { display: block; }

#header ul
{
	margin: 0;
	padding: 16px 20px 0 0;
}

#header li
{
	display: inline;
	list-style-type: none;
}

#header li a
{
	display: block;
	float: right;
	width: 84px;
	margin: 0 0 0 1px;
	padding: 5px 3px 3px;
	text-align: center;
	color: #fff200;
	text-decoration: none;
	background: url(../images/bg-nav01.gif) no-repeat;
}

#header li.current a
{
	color: #0b4e17;
	background: url(../images/bg-nav02.gif) no-repeat;
}

#header li a:hover
{
	color: #0b4e17;
	background: url(../images/bg-nav02.gif) no-repeat;
}

/* 
----------------------------------------------
content-container styles
----------------------------------------------
*/

#content-container
{
	clear: left;
	float: left;
	width: 780px;
	margin: 25px 0;
	background: url(../images/bg-content-container.jpg) repeat-y;
}

#content-container2
{
	clear: left;
	float: left;
	width: 780px;
	background: url(../images/bg-content-container2.gif) no-repeat 100% 100%;
}

#full #content-container
{
	clear: left;
	float: left;
	width: 780px;
	margin: 25px 0;
	background: none;
}

#full #content-container2
{
	clear: left;
	float: left;
	width: 780px;
	background: none;
}


/* 
----------------------------------------------
image-column styles
----------------------------------------------
*/

#image-column
{
	float: left;
	width: 100px;
	margin: 0 0 0 30px;
}

#image-column img { margin: 0 0 50px; }

/* 
----------------------------------------------
content styles
----------------------------------------------
*/

#content
{
	float: left;
	width: 390px;
	margin: 0 0 0 30px;
}

#content ul
{
	line-height: 1.3em;
	margin: 1em 0 1em 20px;
	padding: 0;
	
}

#content ul li
{
	margin: 0;
	padding: 0 0 0 20px;
	list-style-type: none;
	background: url(../images/arrow.gif) no-repeat 0 .4em;
}

#content-wide
{
	float: left;
	width: 520px;
	margin: 0 0 0 30px;
}

#content-wide
{
	float: left;
	width: 520px;
	margin: 0 0 0 30px;
}

#content-wide ul 
{
	
	line-height: 1.3em;
}

#content-wide ul li
{
	
	margin: 0;
	padding: 0 0 0 20px;
	list-style-type: none;
	background: url(../images/arrow.gif) no-repeat 0 .4em;
}

#full #content-wide
{
	float: left;
	width: 720px;
	margin: 0 0 0 30px;
}

/* 
----------------------------------------------
sidebar styles
----------------------------------------------
*/

#sidebar
{
	float: left;
	width: 140px;
	margin: 0 0 0 45px;
	padding: 15px 0 50px;
}

#sidebar ul
{
	line-height: 1.2em;
	margin: 1em 0 1em 5px;
	padding: 0;
}
#sidebar ul li
{
	margin: 0;
	padding: 0 0 0 20px;
	list-style-type: none;
	background: url(../images/arrow.gif) no-repeat 0 .4em;
}

/* 
----------------------------------------------
footer styles
----------------------------------------------
*/

#footer
{
	border-top: 2px solid #0b4e17;
	clear: left;
	padding: 10px 30px 10px;
	color: #0b4e17;
	text-transform: uppercase;
	font-size: 80%;
	background: url(../images/bg-header.jpg) no-repeat 0 100%;
}
