﻿*
{
	margin: 0;
	padding: 0;
}

body
{
	padding: 0;
	background: #ffffff;
	margin: 0 auto;
	font-size: 9pt;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000;
	width: 100%;
}

#header_container
{
	top: 0;
	left: 0;
	border: 0;
	padding: 0;
	margin: 0 auto;
	width: 100%;
	border-bottom: #d8e7fe 1px solid;
	background-position: left top;
	background-repeat: repeat-x;
}

#header
{
	top: 0;
	left: 0;
	border: 0;
	padding: 0;
	margin: 0;
	width: 100%;
}

form
{
	margin: 0;
	padding: 0;
}

A,
A:visited,
A:active
{
	color: #cc0000;
	text-decoration: none;
}

A:hover
{
	text-decoration: underline;
}

A IMG
{
	border: 0px;
}

H1
{
	padding: 0px;
	margin: 0px;
	background: url(../images/h1_bg.jpg) no-repeat left bottom;
	color: #000000;
	height: 25px;
	margin: 0px 0px 20px 65px;
	border: 0;
	text-align: left;
	padding: 75px 0px 20px 45px;
	font-style: normal;
	vertical-align: bottom;
	font-size: 14pt;
	font-weight: normal;
	letter-spacing: 1pt;
}

.hiddenfromview
{
	display: none;
}

#top_logo
{
	position: relative;
	left: 0;
	top: 0;
	border: 0;
	padding: 0;
	margin: 0;
	float: left;
	width: 90px;
	z-index: 500;
}

#top_logo_text
{
	position: relative;
	top: 60px;
	border: 0;
	padding: 0;
	padding-left: 10px;
	margin: 0;
	float: left;
	width: 300px;
	z-index: 500;
}

#top_links
{
	position: absolute;
	width: 100px;
	top: 0;
	border: 0;
	padding: 0;
	margin: 0px 20px 0px 0px;
	right: 0;
	float: right;
	z-index: 500;
}

A.toplink_ContactUs,
A.toplink_ContactUs:active,
A.toplink_ContactUs:visited
{
	background: url(../images/toplink_contactus.jpg) 0 0 no-repeat;
	display: block;
	width: 40px;
	height: 40px;
	padding: 0px;
}

A.toplink_FAQ,
A.toplink_FAQ:active,
A.toplink_FAQ:visited
{
	background: url(../images/toplink_FAQ.jpg) 0 0 no-repeat;
	display: block;
	width: 40px;
	height: 40px;
	padding: 0px;
}

A.toplink_ContactUs:hover
{
	background-position: 0 -40px;
}

A.toplink_FAQ:hover
{
	background-position: 0 -40px;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

#content_container
{
	position: relative;
	border: 0px;
	padding: 0px;
	margin: 0px;
	background: url(../images/content_top_fade.jpg) #ffffff repeat-x left top;
	border-top: solid 1px #ffffff;
	text-align: center;
	width: 100%;
}

#content_body
{
	position: relative;
	border: 0px;
	padding: 0px;
	margin: 0px;
	background-position: center top;
	background-image: url(../images/content_top_bg.jpg);
	background-repeat: no-repeat;
	text-align: center;
	width: 100%;
}

#content
{
	position: relative;
	border: 0px;
	padding: 0px;
	margin: 0px auto;
	padding-bottom: 75px;
	text-align: center;
	background: url(../images/content_bottom_fade.jpg) repeat-x left bottom;
	width: 100%;
}

#content_text
{
	margin: 0 auto;
	text-align: center;
	width: 996px;
	padding: 0px;
}

.clear
{
	clear: both;
}

.clearfix:after
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}

.clearfix {display: block;}
/* End hide from IE-mac */

/* ------------------------------
   Footer Styles
   ------------------------------ */
#footer
{
	position: relative;
	border-top: solid 1px #fe0000;
	background-color: #000000;
	color: #ffffff;
	text-align: center;
	margin: 0px;
	padding: 15px 0px 35px 0px;
	font-size: 8pt;
	width: 100%;
	white-space: nowrap;
	clear: both;
}

/* ------------------------------
   Coming Soon Styles
   ------------------------------ */
#coming_soon
{
	margin: 0px auto;
	width: 850px;
	text-align:  center;
	vertical-align: top;
	padding: 20px;
}

#coming_soon IMG
{
	float: left;
}

#coming_soon H2
{
	margin: 0px;
	float: right;
	padding: 0px;
	padding-top: 120px;
	font-family: Helvetica, Arial, Verdana, san-serif;
	font-size: 36pt;
	font-weight: bold;
	font-style: italic;
	width: 425px;
	color: #000;
	text-align: left;
	vertical-align: middle;
}