@charset "utf-8";
/* CSS Document */

@import url("panel.css");
@import url("home.css");
@import url("sub_page.css");
@import url("colors.css");

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, label, select, hr
{
	font-family: Tahoma, arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	margin: 0;
	padding: 0;
	text-shadow: #000000 0 0 0px; /* Fix Safari Fat Fonts */
}
h1
{
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}

h2
{
	font-size: 1.4em;
	font-weight: bold;
	color: #000000;
}

h3
{
	font-size: 1.3em;
	font-weight: bold;
	color: #000000;
}

hr {
	border: none;
}

body
{
	text-align: center;
	height: 100%;
}

select, input
{
	/* color border */
}

img
{
	border: 0 #000000 none;
}

label
{
	font-weight: bold;
	/*margin: 0 1em 0 1em;*/
}



a:link
{
	color: #3F7A8E;
	text-decoration: underline;
}

a:visited
{
	color: #3F7A8E;
	text-decoration: underline;
}

a:active
{
	color: #3F7A8E;
	text-decoration: underline;
}

a:hover
{
	color: #3F7A8E;
	text-decoration: underline;
}

a
{
	color: #3F7A8E;
	 cursor: pointer;
	 outline-style: none;
}

a.nostyle
{
	 /*color: default;*/
	 text-decoration: none;
}

.seo_bgone {
	text-indent: -4000px;
}

.clear
{
	clear: both;
}

p.nomargin_noident {
	margin-top:0;
	text-indent:0;
}

/**************END DEFAULTS**************************/


#main_wrapper {
	margin: 0 auto;
	text-align: left;
}

#sub_left_column {
	display: none !important;
}

#sub_right_column {
	width: 100%;
	position: relative;
	float:left;
	background: #FFFFFF;
}

#sub_right_column_content {
	width: 650px;
	position: relative;
	margin: 48px 0 100px 40px;
	position: relative;
}

/* Header */

#header_wrapper {
	display: none !important;
}

/* Content */

#main_content {

	
}

/* Footer */
#footer_wrapper {
	display: none !important;
}

#footer_subpage_wrapper {
	display: none !important;
}

#footer_subpage_wrapper_solo {
	display: none !important;
}

#footer_subpage_wrapper_solo #footer_left {
	margin: 4px 0 0 20px;
	padding-top: 0px;
	float: left;
}

#footer_subpage_wrapper_solo #footer_left p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 13px;
}

#footer_left {
	margin: 0;
	padding-top: 0px;
	float: left;
}

#footer_left p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #284b57;
}



#footer_subpage_wrapper_solo #footer_menu  {
	margin: 0 5px 0 0;
	float: right;
}

#footer_wrapper #copy_right {
	font-size: 10px;
	color: #284b57;
	float: right;
}

#footer_subpage_wrapper_solo #copy_right {
	font-size: 10px;
	color: #FFFFFF;
	float: left;
	line-height: 14px;
	margin-left: 40px;
}

#footer_menu {
	margin: 0 0 0 0;
	float: right;
}

#footer_menu ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#footer_menu ul li {
	float: left;
	color: #FFFFFF;
	margin-left: 20px;
}

#footer_menu ul li a {
	font-size: 9px;
	text-decoration: none;
	color: #284b57;
	/*padding: 0 6px;*/
}

#footer_subpage_wrapper_solo #footer_menu ul li a {
	font-size: 9px;
	height: 15px;
	margin: 0;
	padding: 0;
	line-height: 15px;
	text-decoration: none;
	color: #FFFFFF;
}

/* Text Headers as Images */

#home_txt_unobstructed {
	/*background: url(../images/header_txt/HT_home_Unobstructed.png) top left no-repeat;
	width: 428px;
	height: 35px;
	margin-bottom: 18px;*/
}

#home_txt_inarapidly {
/*	background: url(../images/header_txt/HT_home_Inarapidly.png) top left no-repeat;
	width: 320px;
	height: 40px;*/
}

/* subpage footer */
#footer_menu_subpage {
	width: 170px;
	float: right;
	margin-left: 10px;
}

#footer_menu_subpage ul {
	width: 170px;
	height: 30px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

#footer_menu_subpage ul li {
	float: right;
}


#footer_menu_subpage ul li a {
	color: #FFFFFF;
	background: url(../images/HT_foot_menu_bg.png) top left no-repeat;
	display: block;
	text-decoration: none;
	outline-style: none;
	height: 15px;
}

#footer_menu_subpage ul li a.fm_sitemap {
	background-position: 0 0;
	width: 61px;
}

#footer_menu_subpage ul li a.fm_sitemap:hover {
	background-position: 0 -15px;
}

#footer_menu_subpage ul li a.fm_privacy {
	background-position: -61px 0;
	width: 59px;
}

#footer_menu_subpage ul li a.fm_privacy:hover {
	background-position: -61px -15px;
}

#footer_menu_subpage ul li a.fm_legal {
	background-position: -120px 0;
	width: 49px;
}

#footer_menu_subpage ul li a.fm_legal:hover {
	background-position: -120px -15px;
}

#footer_subpage_wrapper #copy_right {
	font-size: 10px;
	line-height: 14px;
	color: #FFFFFF;
	float: left;
	margin-left: 40px;
}

/* legal footer */

#footer_subpage_wrapper_legal {
	display: none !important;
}

#footer_subpage_wrapper_legal #footer_left {
	margin: 4px 0 0 20px;
	padding-top: 0px;
	float: left;
}

#footer_subpage_wrapper_legal #footer_left p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 13px;
}
#footer_subpage_wrapper_legal #footer_left a {
	color: #62bedd;
}

#footer_subpage_wrapper_legal #copy_right {
	font-size: 10px;
	color: #FFFFFF;
	float: right;
	line-height: 14px;
	margin-left: 40px;
}

