/* CSS Document */
body {
	background:url(../imagefolder/background.gif) top left repeat-x;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

td {
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #343434;
}

h1 {
	font-size: 20px;
	line-height: 24px;
	color: #5A5A5A;
	font-weight: bold;
	margin: 0;
}

h2 {
	font-size: 15px;
	color: #DF681B;
	font-weight: bold;
}

.body_copy {
	padding-left: 20px;
	padding-right: 24px;
}

a:link, a:visited, a:active, a:hover {
	color: #DF681B;
}

a:visited {
	color: #5A5A5A;
}

#navigation {
	position: absolute;	
	left:0px;
	top:170px
}

#nav a {
	display:block;
	width:165px;
	margin: .6em 1em; 
	padding: 7px 0 7px 10px;
	font: bold 12px/1 Helvetica, sans-serif;
	color:#FFF;
	background: url("../imagefolder/but_main_background.gif") 0 0 no-repeat;
	text-decoration: none;
}

#nav a:hover {	
	background-position: -175px 0;
}

#sub_nav ul {
	margin: 0;
	padding: 0;	
	list-style-type: none;
}

#sub_nav li a {
	margin: 0em 1em; 
	padding: 7px 0 5px 10px;
	width: 165px;	
	display: block;	
	border-bottom: 1px solid #FFF5E6;
}

#sub_nav a {
	font: 12px/1 Helvetica, sans-serif;
	color: #5A5A5A;
	text-decoration: none;
}

#sub_nav a:hover {
	background: #FFF5E6;
}

#bullet_list {
	list-style: none;
	margin: 0;
	padding-top: 0;
	padding-left: 16px;
}

#bullet_list li {
	padding-left: 13px;
	background-image: url(../imagefolder/img_orange_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}

.sidebar {
	font-size: 12px;
	line-height: 17px;
	color: #5A5A5A;
}

.sidebar_headline {
	font-size: 14px;
	font-weight: bold;
}

h2 .sidebar_headline {
	font-size: 14px;
	font-weight: bold;
}

.sidebar_legals {
	font-size: 10px;
	line-height: 11px;
}

.sidebar_photo {
	margin-bottom: 8px;
	border-style: solid;
	border-color: #5A5A5A;
	border-width: 1px;
}

.headline_sup {
    font-size: 11px;
    vertical-align: baseline;
    position: relative;
    bottom: 0.8em;
}

#sidebar_bullets {
	margin: 0;
	padding-top:10px;
	padding-left: 14px;
	padding-bottom:10px;
}

.legals {
	font-size: 10px;
	color: #5A5A5A;
	line-height: 14px;
	padding-top: 20px;
	padding-bottom: 20px;
}

#header_links {
	font-family: Arial, sans-serif;
	font-size: 11px;
	position:absolute;
	top:10px;
	right:10px;
}

a.header_links:link, a.header_links:visited, a.header_links:active, a.header_links:hover {
	color: #000000;
}

.footer{
	font-size: 11px;
	line-height: 16px;
}

a.footer:link, a.footer:visited, a.footer:active {
	color: #000000;
}

a.footer:hover {
	color: #000000;
}

.select {
	font-size: 8pt;
	width: 185px ;
	line-height: normal;
}

input.inputbutton {
	border: 1px solid;
	color: white;
	background: #043637;
	font-size: 9px;
	padding: 0;
	margin: 0;
	cursor: pointer;
}
		
input.inputbutton:hover {
	color: #fff;
	background: #0081BB;
}

.float_right {
	float: right;
	margin-right: 0px;
	margin-left: 20px;
	margin-top: 12px;
	margin-bottom: 12px;
}

.red_text {color: #FF0000}