/*
font-family: Georgia, "Times New Roman", Times, serif;
font-family: Arial, Helvetica, sans-serif;
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
*/
body {
	margin: 35px 0px 10px 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/bg_main.jpg);
	color: #000000;
}
img, a img {
	border: none;
}
.handcursor {
	cursor: hand;
	cursor: pointer;
}
form {
	margin: 0;
	padding: 0;
}
a {
	color: #389345;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #ff8447;
}	
a.doubleul {
	border-bottom: 3px double #389345;
}
a.doubleul:hover {
	border-bottom: none;
	text-decoration: none;
}
p {
	margin: 0;
	color: #000000;
	line-height: 17px;
	padding: 0px 0px 10px 0px;
}
ul {
	list-style-type: none;
	list-style-image: url(images/bullet.gif);
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	padding-left: 25px;
	margin-left: 0px;
}
ul ul {
	margin-top: 0;
	padding-top: 4px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
ul ul ul {
	margin-top: 0;
	padding-top: 4px;
	padding-left: 5px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
li {
	line-height: 13px;
}
td {
	vertical-align: top;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 14px;
}
.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}
.error {
	color: #ed2724;
}
.ext {
	color: #666666;
	text-transform: uppercase;
	font-size: 10px;
}
#main {
	margin: 0 auto;
	width: 775px;
}
/* these were moved to ddmenu
#tab_container {
	display: inline;
	font-weight: bold;
	margin: 0px;
}
#tab_container ul {
	margin: 0px; 
	padding: 0px;
}
#tab_container li {
	display: inline;
}
*/
a#services {
	background-image: url(images/tab_services.jpg);
	background-repeat: no-repeat;
	color: #ffffff;
	text-align: center;
	width: 135px;
	height: 29px;
	line-height: 29px;
	font-size: 13px;
	float: left;
	padding-right: 1px;
	margin-left: 7px;
	display: block;
}
a#services:hover {
	background-image: url(images/tab_services_on.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
}
li.on a#services {
	background-image: url(images/tab_services_on.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
}
a#cur_members {
	background-image: url(images/tab_current.jpg);
	background-repeat: no-repeat;
	color: #ffffff;
	text-align: center;
	height: 29px;
	line-height: 29px;
	width: 135px;
	font-size: 13px;
	float: left;
	padding-right: 1px;
}
a#cur_members:hover {
	background-image: url(images/tab_current_on.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
}
li.on a#cur_members {
	background-image: url(images/tab_current_on.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
}
a#company {
	background-image: url(images/tab_company.jpg);
	background-repeat: no-repeat;
	color: #ffffff;
	text-align: center;
	height: 29px;
	line-height: 29px;
	width: 86px;
	font-size: 13px;
	float: left;
	padding-right: 1px;
}
a#company:hover{
	background-image: url(images/tab_company_on.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
}
li.on a#company{
	background-image: url(images/tab_company_on.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
}
a#careers {
	background-image: url(images/tab_careers.jpg);
	background-repeat: no-repeat;
	color: #ffffff;
	text-align: center;
	height: 29px;
	line-height: 29px;
	width: 78px;
	font-size: 13px;
	float: left;
	padding-right: 1px;
}
a#careers:hover{
	background-image: url(images/tab_careers_on.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
}
li.on a#careers{
	background-image: url(images/tab_careers_on.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
}
a#contact {
	background-image: url(images/tab_contact.jpg);
	background-repeat: no-repeat;
	color: #ffffff;
	text-align: center;
	height: 29px;
	line-height: 29px;
	width: 96px;
	font-size: 13px;
	float: left;
	padding-right: 1px;
}
a#contact:hover {
	background-image: url(images/tab_contact_on.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
}
li.on a#contact{
	background-image: url(images/tab_contact_on.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
}
a#visitor {
	background-image: url(images/btn_visitor.jpg);
	background-repeat: no-repeat;
	color: #ffffff;
	text-align: center;
	height: 20px;
	line-height: 20px;
	width: 127px;
	font-size: 11px;
	float: left;
	padding-right: 1px;
	margin-top: 7px;
}
a#visitor:hover {
	background-image: url(images/btn_visitor_on.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
}
li.on a#visitor {
	background-image: url(images/btn_visitor_on.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
}
a#news {
	background-image: url(images/btn_news.jpg);
	background-repeat: no-repeat;
	color: #ffffff;
	text-align: center;
	height: 20px;
	line-height: 20px;
	width: 100px;
	font-size: 11px;
	float: left;
	padding-right: 1px;
	margin-top: 7px;
}
a#news:hover {
	background-image: url(images/btn_news_on.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
}
li.on a#news {
	background-image: url(images/btn_news_on.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
}
/*
#tab_services a{
	background-image: url(images/tab_services.jpg);
	background-repeat: no-repeat;
	color: #ffffff;
	text-align: center;
	width: 135px;
	height: 29px;
	line-height: 29px;
	font-size: 13px;
	float: left;
	padding-right: 1px;
	margin-left: 7px;
}
#tab_services a:hover{
	background-image: url(images/tab_services_on.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
}
#tab_services a.on{
	background-image: url(images/tab_services_on.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
}
#tab_members a{
	background-image: url(images/tab_current.jpg);
	background-repeat: no-repeat;
	color: #ffffff;
	text-align: center;
	height: 29px;
	line-height: 29px;
	width: 135px;
	font-size: 13px;
	float: left;
	padding-right: 1px;
}
#tab_members a:hover{
	background-image: url(images/tab_current_on.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
}
#tab_members a.on{
	background-image: url(images/tab_current_on.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
}
#tab_company a{
	background-image: url(images/tab_company.jpg);
	background-repeat: no-repeat;
	color: #ffffff;
	text-align: center;
	height: 29px;
	line-height: 29px;
	width: 86px;
	font-size: 13px;
	float: left;
	padding-right: 1px;
}
#tab_company a:hover{
	background-image: url(images/tab_company_on.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
}
#tab_company a.on{
	background-image: url(images/tab_company_on.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
}
#tab_careers a{
	background-image: url(images/tab_careers.jpg);
	background-repeat: no-repeat;
	color: #ffffff;
	text-align: center;
	height: 29px;
	line-height: 29px;
	width: 78px;
	font-size: 13px;
	float: left;
	padding-right: 1px;
}
#tab_careers a:hover{
	background-image: url(images/tab_careers_on.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
}
#tab_careers a.on{
	background-image: url(images/tab_careers_on.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
}
#tab_contact a {
	background-image: url(images/tab_contact.jpg);
	background-repeat: no-repeat;
	color: #ffffff;
	text-align: center;
	height: 29px;
	line-height: 29px;
	width: 96px;
	font-size: 13px;
	float: left;
	padding-right: 1px;
}
#tab_contact a:hover{
	background-image: url(images/tab_contact_on.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
}
#tab_contact a.on{
	background-image: url(images/tab_contact_on.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
}
#btn_visitor a{
	background-image: url(images/btn_visitor.jpg);
	background-repeat: no-repeat;
	color: #ffffff;
	text-align: center;
	height: 20px;
	line-height: 20px;
	width: 127px;
	font-size: 11px;
	float: left;
	padding-right: 1px;
	margin-top: 7px;
}
#btn_visitor a:hover {
	background-image: url(images/btn_visitor_on.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
}
#btn_visitor a.on {
	background-image: url(images/btn_visitor_on.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
}
#btn_news a{
	background-image: url(images/btn_news.jpg);
	background-repeat: no-repeat;
	color: #ffffff;
	text-align: center;
	height: 20px;
	line-height: 20px;
	width: 100px;
	font-size: 11px;
	float: left;
	padding-right: 1px;
	margin-top: 7px;
}
#btn_news a:hover {
	background-image: url(images/btn_news_on.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
}
#btn_news a.on {
	background-image: url(images/btn_news_on.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
}
*/
#header {
	background-image: url(images/bg_top.jpg);
	background-repeat: no-repeat;
	min-height: 273px;
}
#header h1 {
	padding-left: 440px;
	padding-top: 70px;
	width: 302px;
	padding-bottom: 0px;
	margin: 0px;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#header p {
	padding-left: 440px;
	width: 297px;
}
#logo {
	float: left;
}
#search {
	float: right;
	color: #6185c5;
}
#search a {
	color: #6185c5;
	text-decoration: none;
	font-weight: normal;
}
#search a:hover {
	color: #ff8447;
}
#copy {
	background-image: url(images/bg_rpt.jpg);
	background-repeat: repeat-y;
	min-height: 175px;
	padding-top: 30px;
}
#left_column {
	float: left;
	width: 465px;
	padding-left: 32px;
	padding-right: 25px;
}
#left_column ul {
	list-style-image: none;
	list-style-type: none;
}
#left_column li {
	padding-bottom: 7px;
}
#right_column {
	float: left;
	width: 185px;
	padding-left: 25px;
}
#contact_us a{
	margin-left: 65px;
	background-image: url(images/btn_contact.jpg);
	background-repeat: no-repeat;
	width: 84px;
	height: 21px;
	line-height: 21px;
	color: #ffffff;
	display: block;
	text-align: center;
}
#contact_us a:hover{
	background-image: url(images/btn_contact_on.jpg);
	text-decoration: none;
}
#btm {
	background-image: url(images/bg_footer.jpg);
	background-repeat: no-repeat;
	min-height: 144px;
	padding-top: 20px;
	padding-left: 30px;
}
#btm_left_column {
	float: left;
	width: 485px;
}
#members {
	background-image: url(images/bg_members.jpg);
	background-repeat: no-repeat;
	min-height: 88px;
	text-align: center;
	width: 703px;
	padding-top: 7px;
}
#members img {
	padding-left: 20px;
}
#btm_right_column {
	float: left;
	padding-left: 49px;
	width: 155px;
}
#footer {
	color: #666666;
	font-size: 11px;
	padding-left: 8px;
	margin: 0px;
}
#footer p {
	padding: 0px;
	margin: 0px;
}
#footer a {
	color: #000000;
	text-decoration: underline;
}
#footer a:hover {
	color: #ff8447;
	text-decoration: none;
}
#sub_header {
	background-image: url(images/bg_services.jpg);
	background-repeat: no-repeat;
	min-height: 163px;
	padding: 0px;
	margin: 0px;
}
#sub_header h1 {
	color: #ffffff;
	font-size: 17px;
	padding-top: 140px;
	padding-left: 25px;
	margin: 0px;
}
#sub_main {
	background-image: url(images/bg_sub_rpt.jpg);
	background-repeat: repeat-y;
	margin-left: 6px;
}
#sub_btm {
	background-image: url(images/bg_sub_btm.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	min-height: 280px;
	padding-bottom: 15px;
}
#nonav_container {
	margin-left: 6px;
}
#sub_main_nonav {
	background-image: url(images/sub_rpt_nonav.jpg);
	background-repeat: repeat-y;
}
#sub_btm_nonav {
	background-image: url(images/sub_btm_nonav.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	min-height: 280px;
	padding-bottom: 15px;
}
#sub_copy_nonav {
	float: left;
	padding-left: 40px;
	width: 700px;
	padding-top: 10px;
}
#sub_copy_nonav h1{
	font-size: 14px;
}
#sub_nav {
	margin-left: 15px;
	margin-top: 10px;
	padding-top: 5px;
	min-height: 180px;
	float: left;
	width: 176px;
}
#sub_nav_top {
	background-image: url(images/bg_nav_top.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	min-height: 13px;
}
#sub_nav_rpt {
	background-image: url(images/bg_nav_rpt.jpg);
	background-repeat: repeat-y;
}
#sub_nav_btm {
	background-image: url(images/bg_nav_btm.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	min-height: 14px;
}
#sub_nav ul{
	padding: 0px;
	margin: 0px;
}
#sub_nav li{
	padding-bottom: 14px;
	padding-top: 0px;
	margin: 0px;
}
#sub_nav a {
	color: #3a67b6;
	font-size: 12px;	
}
#sub_nav a:hover {
	color: #fb702c;
	text-decoration: none;
}
#sub_nav a.on {
	color: #fb702c;
	text-decoration: none;
}
#nav_padd {
	padding-left: 16px;
	padding-top: 13px;
}
#nav_padd ul {
	list-style-image: none;
	list-style-type: none;
}
#nav_padd ul ul {
	padding-left: 10px;
	padding-top: 5px;
}
#nav_padd li.active a{
	color: #fb702c;
	text-decoration: none;
}
#nav_padd ul li ul {
	display: none;
}
#nav_padd ul li.active ul {
	display: block;
}
#nav_padd li.active li a{
	color: #3a67b6;
	text-decoration: none;
	font-size: 11px;
}
#nav_padd li.active li.active a{
	color: #fb702c;
	text-decoration: none;
}
#sub_copy {
	float: left;
	padding-left: 40px;
	width: 500px;
	padding-top: 10px;
}
#sub_copy ul {
	padding-bottom: 10px;
}
#sub_copy h1{
	font-size: 14px;
}
#sub_copy h2{
	font-size: 13px;
}
#sub_copy h3{
	font-size: 12px;
}
#sub_left_column {
	float: left;
}
#sub_right_column {
	float: left;
} 
.icon_item {
	color: #666666;
	font-size: 11px;
	width: 225px;
	float: left;
	padding-right: 26px;
}