/*------------- GLOBAL SELECTORS --------------*/

body {
	margin: 0;
	padding: 0;
	color: #606060;
	text-align: center;
	font: 12px Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}
hr {
	color: #C0C0C0;
}

table {border:0;}

a img {border-width:0;border-style:none;}

h1, h2, h3, h4, h5, h6 {
	margin:0;
	font-weight:normal;
}

h1 {font-size:22px;padding-bottom:4px;line-height:1.1;}
h2 {font-size:20px;font-weight:bold;}
h3 {font-size:18px;font-weight:bold;color:#000000;}
/* page title */
h4  {font-size: 14px;font-weight: bold;color: #000000;}
h5 {font-size:12px;font-weight:bold;padding-bottom:4px;}
h6 {font-size:10px;font-weight:bold;padding-bottom:2px;}
	
p {
	margin:0 0 1em 0;
	font-size:12px;
}


ol {margin:0 0 1em 0;padding-left:20px;}

ul {font-size:12px;}


li {
	font-size: 12px;
	margin-bottom: 3px;
	margin-left: 0;
	padding-left: 0;
}
	
ol li {
	font-size: 12px;
	margin-bottom: 3px;
	margin-left: 0;
	padding-left: 0;
	list-style-image: url(../images/all_pages/arrow_bullet.gif);
}
/*------------- LINKS ---------------*/
/* general */
a:link {font-weight:normal;text-decoration:none;color:#ee8111;}
a:visited {font-weight:normal;text-decoration:none;color:#ee8111;}
a:active {font-weight:normal;text-decoration:none;color:#ee8111;}
a:hover {font-weight:normal;text-decoration:none;color:#8ab636;}

/* right */
#right a:link {font-weight:normal;text-decoration:none;color:#ee8111;}
#right a:visited  {font-weight:normal;text-decoration:none;color:#ee8111;}
#right a:active {font-weight:normal;text-decoration:none;color:#ee8111;}
#right a:hover {font-weight:normal;text-decoration:none;color:#8ab636;}

/* footer */
a.link_footer:link, a.link_footer:visited, a.link_footer:hover, a.link_footer:active {
	font-size: 9px;
	text-decoration: underline;
	color: #606060;
}a.link_footer:hover, a.link_footer:active {font-size:9px;color:#606060;text-decoration: none;}

/* top_nav */
a.link_top_nav:link, a.link_top_nav:visited, a.link_top_nav:hover, a.link_top_nav:active {
	font-size: 14px;
	text-decoration: none;
	color: #FFFFFF;
}a.link_top_nav:hover, a.link_top_nav:active {font-size:14px;color:#000000;text-decoration: none;}

#wrapper {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}
#logo {
	height: 90px;
}
#tagline {
	height: 30px;
}
#content {
}
#footer {
	clear: both;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #C0C0C0;
}
#nav {
}
#navigation {
	float: left;
	width: 200px;
	padding: 10px;
}
#banner {
	float: right;
	width: 340px;
	padding: 10px;
	text-align: center;
}
#main {
	float: left;
	width: 580px;
}
#right {
	float: right;
	width: 200px;
	padding: 10px;
}
#main_top {
}
#main_content {
	width: 545px;
	clear: both;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#newsletter {
	padding-top: 15px;
}
#subnavigation {
	line-height: 16px;
}
#faq a:link, a:visited, a:active {text-decoration:none;color:#606060;}
#faq a:hover {text-decoration:underline;color:#606060;}


/*------------- COPY: UNIQUE ---------------*/
/* bold */
.bold {font-weight:bold;color: Black;}
/* italics */
.italics {font-weight: normal;font: italic;}
/* footer text */
.footer_text {
	font-weight: normal;
	font-size: 9px;
	line-height: 22px;
}
/* Page title */
.page_title {
	font-weight: bold;
	font-size:18px;
	color: #8ab636;
	font-family: "Times New Roman", Times, serif;
}
.page_title_blue {
	font-weight: bold;
	font-size:18px;
	color: #7492C9;
	font-family: "Times New Roman", Times, serif;
}

.img_greenborder {
	color: #8ab636;
	border: 3px solid #8AB636;
}
.quote_green {
	font-size:18px;
	color: #8ab636;
	font-family: "Times New Roman", Times, serif;
}
.subnavigation_currentpage {
	color: #8ab636;
}


.right_header {
	font-weight: bold;
	font-size:14px;
	color: #8ab636;
	font-family: "Times New Roman", Times, serif;
}
.quote_blue {
	font-size:18px;
	color: #7492C9;
	font-family: "Times New Roman", Times, serif;
}
