/*
 * CSS-Reset v1.0 | 20080212
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
input, select, textarea,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
}
ol, ul {
	list-style:none;
}
blockquote, q {
	quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
}

/* remember to define focus styles! */
a:focus, label:focus, input:focus, select:focus, textarea:focus {
	outline:1px dotted #666;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration:none;
}
del {
	text-decoration:line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse:collapse;
	border-spacing:0;
}

/*
 * HTML
 */
html {
	font-size:100.01%;
}

/*
 * Body
 */
body {
	background:#FFF url(../img/bg.png);
	color:#000;
	font-size:1em;
	text-align:center;
}

/*
 * General styles
 */
a {
	color:#C76200;
}

label:hover, input.submit:hover {
	cursor:pointer;
}

/*
 * General classes
 */
.centered {
	text-align:center;
}

/*
 * Outer Wrapper
 */
#outerWrapper {
	background:transparent url(../img/top_bg.png) left top repeat-x;
	float:left;
	width:100%;
}

/*
 * Main Wrapper
 */
#mainWrapper {
	font-size:0.75em;	/* 12px */
	line-height:1.5em;
	margin:0.5em auto 0 auto;
	text-align:left;
	width:83.333em;
}

/*
 * Inner Wrapper
 */
#innerWrapper {
	background:#FFF url(../img/header_bg.png) left top repeat-x;
	float:left;
	width:100%;
}

/*
 * Header
 */
#header {
	float:left;
	margin:0 1em 0 0.833em;
	width:81.5em;
}

/*
 * Logo
 */
#logo {
	float:left;
	margin:3.083em 0 0.667em 1.667em;
}

/*
 * Search Form
 */
#searchForm {
	float:right;
	margin-top:2.917em;
	white-space:nowrap;	/* prevents IE7 from inserting a linebreak */
	width:16.917em;
}

#searchForm .text {
	background:#FFF url(../img/header_textfield.png) left top no-repeat;
	float:left;
	height:2.333em;
	width:14.25em;	
}

#searchForm .text input {
	color:#000;
	margin-top:0.083em;
	padding:0.417em 0.5em 0.583em 0.417em;
	width:13.333em;
}

/*
 * Top Menu
 */
#topmenu {
	clear:both;
	float:left;
	line-height:1.25em;
	text-transform:uppercase;
	width:100%;
}

#topmenu ul {
	float:right;
	margin:0 0.25em 0.5em 0;
}

#topmenu li {
	background:transparent url(../img/header_icon.png) left center no-repeat;
	display:block;
	float:left;
	margin-left:0.833em;
	padding-left:1.25em;
}

#topmenu a {
	color:#000;
	font-size:0.917em;
	text-decoration:none;
}

/*
 * Main Menu
 */

#mainmenu {
	background:#A1BC30 url(../img/nev_bg.png) left top repeat-x;
	font-size:1.167em;	/* 14px */
	line-height:1.5em;
	margin-bottom:0.571em;
	text-transform:uppercase;
}

#mainmenu, #mainmenu .inner, #mainmenu ul {
	float:left;
	height:4.143em;
	width:100%;
}

#mainmenu .inner {
	background:transparent url(../img/nev_left_cor.png) left top no-repeat;
}

#mainmenu ul {
	background:transparent url(../img/nev_right_cor.png) right top no-repeat;
}

#mainmenu li {
	background:transparent url(../img/separator.png) right top no-repeat;
	display:block;
	float:left;
	text-align:center;
}

#mainmenu li.first {
	margin-left:0.786em;
}

#mainmenu a {
	color:#fff;
	display:block;
	padding:1.143em 0.786em 1.429em 1em;
	text-decoration:none;
}

#mainmenu li.first a {
	padding-left:1.786em;
}

#mainmenu a:hover, #mainmenu li.current a {
	color:#4C7D31;
}

#mainmenu li ul {
	clear:both;
	background:#BFD782;
	border:1px solid #437627;
	border-top-color:#577632;
	height:auto;
	left:-999em;
	line-height:1.929em;
	margin-left:0.256em;
	position:absolute;
	text-transform:none;
	width:15em;
}

#mainmenu li.first ul {
	margin-left:1em;
}

#mainmenu li:hover ul, #mainmenu li.sfhover ul {
	left:auto;
}

#mainmenu li li {
	background:transparent;
	text-align:left;
	width:100%;
}

#mainmenu li li a, #mainmenu li.first li a {
	color:#437627;
	padding:0 0 0 0.357em;
}

#mainmenu li li a:hover {
	background:#A7C851;
}

/*
 * Main
 */
#main {
	clear:left;
	float:left;
	margin:0 0.75em 0 0.833em;
	width:81.917em;
}

/*
 * Sidebar Left
 */
#sidebarLeft {
	float:left;
	margin:0.417em 1.583em 0 0;
	width:18.833em;
}

/*
 * Sidebar Right
 */
#sidebarRight {
	float:right;
	margin:0;
	width:18.833em;
}

/*
 * Sidebar Boxes
 */
.sidebar .box {
	background:url(../img/gra_mid_bg.png) left top repeat-y;
	margin-bottom:0.417em;
}

.sidebar .box .inner {
	background:url(../img/gra_bot_cor.png) left bottom no-repeat;
	padding-bottom:0.5em;
}

.sidebar .box .inner .inner {
	background:url(../img/gra_bg.png) left 25px no-repeat;
	min-height:10.75em;
	padding-bottom:0;
}

/* box without heading */
.sidebar .box .outer {
	background:url(../img/gra_top_cor.png) left top no-repeat;
	padding-top:0.5em;
}

.sidebar .box .outer .inner .inner {
	background-position:left top;
	min-height:0;
}

.sidebar .box h2 {
	background:url(../img/heading_mid_cor.gif) left top repeat-x;
	color:#FFF;
	font-size:1.167em;	/* 14px */
	font-weight:normal;
	height:2.357em;
	line-height:1.786em;
	text-transform:uppercase;
}

.sidebar .box h2 span {
	background:transparent url(../img/heading_le_cor.gif) left top no-repeat;
	display:block;
}

.sidebar .box h2 span span {
	background:transparent url(../img/heading_ri_cor.gif) right top no-repeat;
	padding:0.5em 0 0 0.5em;
}

.sidebar .box ul {
	font-size:0.917em;	/* 11px */
	margin-top:0.182em;
}

.sidebar .box ul li {
	display:inline;
}	

.sidebar .box ul a {
	background:transparent url(../img/bullate.gif) 0.909em 0.455em no-repeat;
	color:#666;
	display:block;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	line-height:1.818em;
	padding:0 0 0.182em 2.273em;
	text-decoration:none;
	text-transform:uppercase;
}

.sidebar .box ul a:hover {
	color:#4C7D31
}

/* box categories */
#boxCategories ul {
	font-size:1em;	/* 12px */
	margin-top:0;
}

#boxCategories a {
	background-position:0.833em 1em;
	font-family:Arial,Helvetica,sans-serif;
	line-height:2.5em;
	padding:0 0 0 2.083em;
}

/*
 * Sidebar Parapgraphs
 */
.sidebar p {
	margin-bottom:0.833em;
}

.sidebar p.last {
	margin-bottom:1.5em;
}

.sidebar .box p {
	margin-bottom:0;
}

/*
 * Content
 */
#content {
	color:#666;
	float:left;
	width:40.333em;
	line-height:1.5em;
	margin:1.667em 0 0.417em 0;
}

/*
 * Breadcrumb Navigation
 */
#content p#breadcrumbs {
	float:left;
	margin-bottom:1.167em;
	text-transform:uppercase;
	width:100%;
}

#breadcrumbs a {
	color:#666;
	text-decoration:none;
}

#breadcrumbs span, #breadcrumbs a {
	background:transparent url(../img/bullate.gif) left 6px no-repeat;
	display:block;
	float:left;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	margin-right:0.333em;
	padding-left:1em;
}

#breadcrumbs span.first, #breadcrumbs a.first {
	background:none;
	padding-left:0;
}

/*
 * Page Title
 */
#pagetitle {
	font-size:1.5em;	/* 18px */
	font-weight:normal;
	line-height:1.167em;
	margin-bottom:0.833em;
}

/*
 * Content Block Level Elements
 */
#content p, #content ul, #content ol, #content table, #content h3 {
	margin-bottom:1.083em;
} 

#content ul li {
	background:transparent url(../img/bullate.gif) left center no-repeat;
	padding-left:1.25em;
}

#content ol {
	list-style:decimal;
	margin-left:2em;
}

#content p.last {
	margin-top:3.833em;
}

/*
 * Footer
 */
#footer {
	background:transparent url(../img/footer_bg.png) left top repeat-x;
	clear:both;
	color:#545454;
	float:left;
	font-size:0.917em;	/* 11px */
	height:10.545em;
	width:100%;	
}

#footer h3 {
	margin:2.727em 0 0.818em 43.818em;
}

#footer .inner {
	float:left;
	width:100%;
}

#footer ul {
	text-align:center;
	height:1.364em;
	line-height:1.364em;
	margin:0 0 0.909em 22.727em;
	width:63.636em;
}

#footer li {
	display:block;
	float:left;
}

#footer a {
	color:#545454;
	text-decoration:none;
	margin:0 1.363em;
}

#copyright {
	margin-left:40.909em;
	width:18.182em;
}
