* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	background: #5bb42c url(../img/bg.gif);
}


/******************/
/* general styles */
/******************/

h1 {
	color: #55ab27;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
}

h2 {
	color: #666;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}

a, a:link, a:visited {
	color: #666;
	text-decoration: underline;
	outline: none;
}

a:hover {color: #55ab27; text-decoration: underline;}

a img {border: 0;}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}

input.button {color: #000; padding: 1px 5px;}

/* default list styles */
ol {margin: 15px 25px;}
ul {margin: 15px 20px;}
	

/*******************/
/* layout elements */
/*******************/

div#background {
	background: url(../img/bg_gradient.gif) repeat-x 0 0;
	min-height: 620px;
	padding-left: 16px;
	padding-right: 16px;
}

div#wrapper_right {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	min-width: 874px;
	background: url(../img/bg/right.png) repeat-y right top;
}

div#wrapper_left {
	margin-left: -9px;
	background: url(../img/bg/left.png) repeat-y left top;
	height: 100%;
}

body.homepage div#wrapper_right {
	width: 874px;
}


/**********/
/* header */
/**********/

div#header {padding-top: 16px;}

div#logo {
	float: left;
	display: inline;
	width: 250px;
	margin-left: 24px;
}

div#searchbox {
	float: right;
	display: inline;
	width: 250px;
	text-align: right;
	margin-right: 24px;
}

#searchbox input.textfield {font-size: 10px; color: #666; width: 175px;}

#searchbox p {margin-top: 7px;}

#searchbox a:link, #searchbox a:visited {text-decoration: none;}
#searchbox a:hover {text-decoration: underline;}


/***************/
/* maincontent */
/***************/

div#maincontent {
	clear: both;
	margin-left: 24px;
	margin-right: 24px;
}


/***************/
/* breadcrumbs */
/***************/

div#breadcrumbs {
	margin-bottom: 15px;
	font-size: 10px;
	height: 15px;
}

#breadcrumbs p {
	padding-top: 5px;
}

#breadcrumbs a, #breadcrumbs a:link, #breadcrumbs a:visited, #breadcrumbs a:hover {text-decoration: underline;}


/***********/
/* leftnav */
/***********/

div#leftnav {
	width: 155px;
	margin-top: 30px;
}

#leftnav ul {
	margin: 0;
	list-style: none;
}

#leftnav li.top {
	margin-bottom: 5px;
}

#leftnav li.top a {
	display: block;
	height: 15px;
	width: 135px;
	padding: 3px 10px;
	overflow: visible;
	background: url(../img/leftnav/bg.gif) no-repeat top left;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
}

#leftnav li.top a:link, #leftnav li.top a:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#leftnav li.top a:hover {
	text-decoration: none;
}
	
/* IE mac hide \*/
#leftnav li.top a {overflow:hidden;}
/**/

#leftnav li.top a:hover {background-position: 0 -21px;}

#leftnav li.top a.on, #leftnav li.top a.on:link, #leftnav li.top a.on:visited, #leftnav li.top a.on:hover {
	background: url(../img/leftnav/bg_on.gif) no-repeat 0 0;
}

#leftnav li.top a.on_nolist {
	background-position: 0 -42px;
}

#leftnav ul.sub {
	margin: 0;
	background: #5eb62f url(../img/leftnav/list_bottom.gif) no-repeat left bottom;
	padding-bottom: 8px;
}

#leftnav ul.sub li a, #leftnav ul.sub li a:link, #leftnav ul.sub li a:visited {
	display: block;
	height: 1%;
	font-size: 10px;
	background: url(../img/leftnav/bul_arrow.gif) no-repeat 20px 5px;
	font-weight: bold;
	padding-left: 32px;
	overflow: visible;
	width: 110px;
}

#leftnav ul.sub li a:hover {
	background-position: 20px -16px;
	color: #095406;
	text-decoration: underline;
}

#leftnav ul.sub li ul {
	margin: 0;
	margin-left: 10px;
}

#leftnav ul.sub li ul li a, #leftnav ul.sub li ul li a:link, #leftnav ul.sub li ul li a:visited {
	display: block;
	background: url(../img/leftnav/bul_disc.gif) no-repeat 25px 8px;
	height: 1%;
	width: 110px;
	padding-right: 0;
}

#leftnav ul.sub li ul li a:hover {
	background-position: 25px -19px;
}


/************/
/* mainbody */
/************/

div#mainbody {
	width: 100%;
}

#mainbody ul li a, #mainbody ul li a:link, #mainbody ul li a:visited {
	color: #666;
	text-decoration: none;
}

#mainbody ul li a:hover {
	color: #55ab27;
	text-decoration: underline;
}

table#layout {
	width: 100%;
}

#layout td {
	vertical-align: top;
	padding: 0;
}

#layout td.leftcol {
	width: 171px;
}


/*************/
/* home page */
/*************/

div#home_banner {
	position: relative;
	width: 653px;
	height: 341px;
	background: url(../img/banners/home.jpg) no-repeat 0 0;
}

#home_banner div#quote {
	position: absolute;
	width: 275px;
	top: 15px;
	left: 372px;
}

#home_banner blockquote {
	font-size: 18px;
	line-height: 20px;
	color: #fff;
	background: url(../img/home/quote_open.png) no-repeat 0 0;
	padding-left: 15px;
	padding-top: 5px;
}

#home_banner p.source {
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #777;
	font-style: italic;
	font-weight: bold;
	margin-top: -14px;
	padding-top: 25px;
	text-align: right;
	background: url(../img/home/quote_close.png) no-repeat right 0;
}

div#home_buttons {
	float: left;
	display: inline;
	width: 400px;
}

#home_buttons ul {
	list-style: none;
	margin: 0;
	margin-top: 5px;
}

#home_buttons li {
	float: left;
	display: inline;
	margin-right: 15px;
	width: 104px;
	height: 92px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0;
	padding-right: 16px;
}

#home_buttons li.last {margin-right: 0;}

* html #home_buttons li {padding-right: 0;}

#home_buttons div.text {
	margin-top: -95px;
	margin-left: 5px;
	color: #fff;
}

#home_buttons div.text a, #home_buttons div.text a:link, #home_buttons div.text a:visited {
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}

#home_buttons div.text a:hover {text-decoration: underline;}

div#home_news {
	float: right;
	display: inline;
	position: relative;
	width: 190px;
	margin-top: -90px;
	margin-right: 12px;
}

#home_news h2 {
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #bbb;
}

#home_news h2 a {text-decoration: none;}
#home_news h2 a:hover {text-decoration: underline;}

#home_news p {
	margin-bottom: 8px;
}


/**************/
/* banner_top */
/**************/

div#banner_top {
	margin-bottom: 15px;
}


/*************/
/* page_copy */
/*************/

div#page_copy {
	float: left;
	display: inline;
	width: 70%;
}

#page_copy p {
	margin-bottom: 15px;
	text-align: justify;
}


/*************/
/* quote_col */
/*************/

div#quote_col {
	float: right;
	display: inline;
	width: 25%;
	margin-top: 5px;
	margin-right: 8px;
}

#quote_col p {
	margin-bottom: 15px;
}

#quote_col blockquote {
	font-size: 18px;
	line-height: 22px;
	color: #666;
	background: url(../img/page_body/quote_open.gif) no-repeat 0 0;
	padding-left: 15px;
	padding-top: 5px;
}

#quote_col blockquote.noquote {background-image: none;}

#quote_col p.source {
	font-size: 10px;
	color: #666;
	font-style: italic;
	font-weight: bold;
	margin-top: -14px;
	padding-top: 25px;
	text-align: right;
	background: url(../img/page_body/quote_close.gif) no-repeat right 0;
}


/***********************/
/* search results page */
/***********************/

#cse-search-results {
	margin-left: 20px;
	margin-top: 0px;
}


/***********/
/* sitemap */
/***********/

#sitemap div.left {
	float: left;
	display: inline;
	width: 200px;
	margin-right: 30px;
}

#sitemap div.right {
	float: left;
	display: inline;
	width: 200px;
}


/**********/
/* footer */
/**********/

div#footer {
	margin-top: 25px;
	margin-left: 8px;
	margin-right: 8px;
	font-size: 10px;
}

#footer div#footer_bg {
	width: 100%;
	background: url(../img/footer/bg.gif) repeat-x;
}

#footer div#footer_end {
	float: right;
	display: inline;
	width: 204px;
	height: 49px;
}

#footer a:link, #footer a:visited {text-decoration: none;}
#footer a:hover {text-decoration: underline;}

#footer p.links {
	clear: both;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-left: 16px;
}

#footer span.sep {
	padding-left: 5px;
	padding-right: 5px;
}

#footer span.copyright {
	padding-left: 100px;
}

/******************/
/* global classes */
/******************/

.clear {clear: both;}

.alignpicleft {float: left; margin-right: 15px; margin-bottom: 15px;}
.alignpicright {float: right; margin-left: 15px; margin-bottom: 15px;}

img.frame {border: 1px solid #666;}

.footnote {font-size: 9px;}
.highlight {color: #55ab27;}

#maincontent p.goto_top {text-align: right;}

#header table.filler, #footer table.filler {width: 100%;}
