@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 18px;
}
/* Layout */
body {
	background-color: #f2f2f2;
	background-image: url(images/layout/bg_white.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#page {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 24px;
	padding-right: 45px;
}
#nav {
	height: 16px;
	background-color: black;
	background-repeat: no-repeat;
}
#section_image {
	margin-bottom: 15px;
}
#col1 {
	float: left;
	width: 475px;
	margin-left: 15px;
	padding-right: 42px;
	padding-top: 15px;
	padding-bottom: 30px;
	/* border-right: 1px solid #b4b4b4; */
	margin-bottom: 30px;
}
#col2 {
    float: left;
	margin-left: 11px;
	padding-top: 15px;
	width: 246px;
	margin-bottom: 30px;
}
#footer {
	/*text-align: right;*/
	vertical-align: top;
	clear: both;
	font-size: 9px;
	border-top: 1px solid #b4b4b4;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 12px;
}
#footer .menu_item {
	margin-left: 22px;
	margin-bottom: 5px;
}
#footer .menu_item  {
	color: black;
}
#footer p {
	margin-top: 0px;
	padding-top: 0px;
}
.float_120 {
	float: left;
	width: 120px;
	margin-bottom: 8px;
}
.float_355 {
	float: left;
	width: 355px;
	margin-bottom: 8px;
}
.clear_both {
	clear: both;
}
.br_logo, .br_text{
	float: left;
	height: 40px;
	
}
.br_logo {
	text-align: center;
	width: 66px;
}
.br_text {
	text-align: left;
	width: 171px;
	line-height: 40px;
}

/* Navigation */
#col2 .nav a.selected {
	color: #787878;
}
#col2 .nav a.selected:hover {
	background-color: white;
	color: #787878;
}
/*#col2 .nav a, #footer a {
	 color: black; 
}
#col2 .nav a:hover, #footer a:hover {
	color: #20730b;
}*/
#sddm {
	margin: 0;
	padding: 0;
	z-index: 30;
	line-height: normal;
}
#sddm li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: 11px arial;
}
#sddm li a {
	display: block;
	margin-right: 1px;
	padding-left: 15px;
	padding-top: 1px;
	padding-bottom: 1px;
	width: 92px;
	height: 14px;
	background-color: transparent;
	color: white;
	font-size: 11px;
	text-align: left;
	text-decoration: none
}
#sddm li a:hover, #sddm li a.selected {
	background: #e9f6e4;
	color: black;
}
#sddm div {
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background-color: #e9f6e4;
}
#sddm div a {
	position: relative;
	display: block;
	height: auto;
	margin: 0px;
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 92px;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background-color: #20730b;
	color: white;
	font: 9px arial
}
#sddm div a:hover {
	background: #c1f200;
	color: black;
}
/*  Formatting */
#col1 p {
	margin-bottom: 16px;
}
#col1 h1 {
	/* color: #20730b; */
	color: #ed2e35;
	font-size: 16px;
	margin-bottom: 25px;
	font-weight: normal;
}
#col1 h2 {
	color: #505050;
	font-size: 13px;
	margin-bottom: 16px;
	line-height: 18px;
	font-weight: normal;
}
#col1 h3 {
	margin-left: -15px;
	padding-left: 15px;
	border-bottom: 1px solid #b4b4b4;
	font-weight: bold;
	padding-bottom: 2px;
	margin-bottom: 12px;
}
#col1 h4 {
	font-weight: bold;
	padding-bottom: 2px;
	margin-bottom: 0px;
	font-size: 11px;
}
#col2 h1 {
	/*color: #20730b;*/
	color: black;
	font-size: 9px;
	margin-top: 33px;
	margin-bottom: 5px;
	font-weight: normal;
}
#col2 .nav {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999; 
	/* padding-left: 5px; */
	margin-bottom: 10px;
	padding-top: 2px;
	padding-bottom: 5px;
	line-height: 15px;
	
}
#col2 .nav p{
	margin: 0px;
	padding: 0px;
}
.table_div, .table_div_border_top, .table_div_transparent {
	background-color: #f0f0f0;
	border-bottom: 2px solid white;
	margin-left: -15px;
	padding-left: 15px;
	margin-top: 0px;
}
.table_div_border_top {
	border-top: 1px solid #b4b4b4;
}
.table_div_transparent {
	border-top: 1px solid #b4b4b4;
	background-color: white;
}
table {
	border-collapse: collapse;
	border: 0px;
	width: 475px;
}
table tr {
	border: 0px;
}
table td {
	border: 0px;
	vertical-align: top;
}
table.row_borders tr {
	border-bottom: 1px solid #b4b4b4;
}
table.row_borders tr tr {
	border-bottom: none;
}
table.row_borders {
	margin-bottom: 16px;
}
a {
	text-decoration: none;
	color: #227211;
}
a:hover {
	color: black;
	background-color: #f2f2f2;
}
#col1 .float_3_across {
	float: left;
	width: 150px;
	margin: 4px;
}
#col1 .float_3_across p {
	margin-bottom: 6px;
}
a img {
	border: 0px;
}
#col1 .tighter_p p{
    margin-bottom: 8px;
	line-height: 16px;
}
#col1 ul {
	list-style: url(images/layout/bullet.gif);
	margin-left: 15px;
	margin-bottom: 16px;
}
#col1 ul ul{
	list-style: none;
	margin-left: 0px;
	margin-bottom: 0px;
}
div.contact_content {
	width: 780px;
	background: url(images/layout/world_map.gif);
	background-repeat: no-repeat;
	background-position: top;
}
div.contact_content div.map_spacer {
	height: 180px;
}
div.contact_content div.left {
	float: left;
	width: 370px;
}
div.contact_content div.right {
	float: left;
	width: 370px;
	margin-left: 30px;
}
sup {
	line-height: 0px;
}

h1 sup, h2 sup {
	font-size: 0.8em;
}