/* LANDING PAGE */
body
{
	background-color: #E3E7F0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #444;
	font-size: small;
}

a { color: #0E437D; }

ul
{
	margin: 0 0 0 1em;
	padding: 2px 5px 6px 5px;
}

ul li
{
	list-style-image: url(../images/bullet.gif);
	margin: 0 0 8px 0;
	padding: 0 0 0 5px;
}

#container
{
	width: 57.8em;
	text-align: left;
	margin: 0 auto 0 auto;
	overflow: visible;
	height: 1%;
}

#logo { margin: 20px 0 20px 0; }

#topNav
{
	padding: 0;
	margin: 0;
	float: none;
	clear: both;
	height: 20px;
}

#topNav ul
{
	margin: 0px;
	padding: 0;
	list-style: none;
	float: left;
}

#topNav li
{
	float: left;
	background: url("../images/norm_left.gif") no-repeat left top;
	margin: 0;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 0 0 6px;
	font-size: 11px;
	margin-top: 0px;
	list-style-image: none;
}

#topNav ul li a
{
	float: left;
	display: block;
	background: url("../images/norm_right.gif") no-repeat right top;
	padding: 4px 8px 4px 2px;
	color: #055890;
	text-decoration: none;
	margin-right: 2px;
}

#topNav a:hover { text-decoration: underline; }
#topNav li.current { background-image: url("../images/norm_left_on.gif"); }

#topNav li.current a
{
	background-image: url("../images/norm_right_on.gif");
	color: #FFFFFF;
}

#mainContent
{
	width: 57.8em;
	background-color: white;
	border-color: #0E5890;
	border-width: 5px 1px 1px 1px;
	border-style: solid;
	float: none;
	clear: both;
	position: relative;
}

#header
{
	position: relative;
	width: 100%;
	float: none;
	clear: both;
}

#headerText
{
	width: 35em;
	height: 114px;
	padding: 20px 0 0 20px;
}

#headerImage img
{
	width: 249px;
	height: 114px;
	position: absolute;
	right: 0px !important;
	right: -1px;
	top: -0px;
	border-color: #0E5890;
	border-width: 0 0 1px 1px;
	border-style: solid;
}

#header h1
{
	color: #0E5890;
	font-size: 1.8em;
	font-weight: bold;
	margin: 0 0 5px 0;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
}

#header h2
{
	color: #666666;
	font-size: 1.3em;
	font-weight: bold;
	margin: 0;
	letter-spacing: .1em;
}

#header h3
{
	color: #999999;
	font-size: 1.3em;
	font-weight: bold;
	margin: 5px 0 0 0;
	letter-spacing: 1px;
}

#header p
{
	margin: 0;
	font-weight: bold;
	font-size: 1.1em;
}

#leftCol
{
	width: 35.5em;
	padding: 0px 20px 20px 20px;
	border-right: #999;
	border-width: 0 1px 0 0;
	border-style: none dashed none none;
	margin: 14px 0 0 0;
}

#oneCol
{
	width: 53em;
	padding: 0 20px 10px 20px;
	float: none;
	clear: both;
	margin: 14px 0 0 0;
}

#leftCol h1, #oneCol h1
{
	font-size: 1.1em;
	font-weight: bold;
	border-color: #7199B6;
	border-width: 1px 0 1px 0;
	border-style: solid;
	padding: 5px 0 5px 0;
	margin: 0;
}

div.bubble
{
	font-size: 1em;
	font-weight: bold;
	border-color: #7199B6;
	border-width: 1px 0 1px 0;
	border-style: solid;
	padding: 5px 0 5px 0;
	margin: 0;
}

hr
{
	color: #7199B6;
	background-color: #7199B6;
	height: 1px;
	border: none;
}

#leftCol h2, #oneCol h2
{
	font-size: 1.1em;
	margin: 0;
	padding: 0;
}

#leftCol h3, #oneCol h3 { font-size: 1em; }
#leftCol ul, #oneCol ul { padding-bottom: 0; }

#rightCol
{
	width: 15.5em;
	padding: 0 20px 20px 20px;
	text-align: center;
	margin: 14px 0 30px 0;
	position: absolute;
	top: 130px;
	right: 0;
}

#rightCol img { padding: 0 0 30px 0; }

#rightColText
{
	text-align: left;
	margin: 0px 0 0 0;
	font-size: .89em;
}

#rightColText img { padding: 0; }

#rightColText h5
{
	margin: 0 0 0 0;
	font-size: 1em;
}

#rightColText p { margin: 5px 0 0 0; }

#rightColText ul li
{
	list-style-image: url(../images/side_bullet.gif);
	margin: 0 0 12px -5px;
	padding: 0;
}

#footer
{
	margin: 10px 0 0 0;
	font-size: .8em;
	text-align: center;
}

.pipe
{
	color: #135890;
	padding: 0 5px 0 5px;
	font-weight: normal;
}

.sup
{
	font-size: 70%;
	vertical-align: text-top;
}

.small { font-size: 10px; }

.login
{
	color: #003399;
	font-family: Arial,Helvetica,sans-serif;
	font-size: .8em;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	text-align: left;
}

.login a { font-size: 1.6em; }

/* Clone of original topNav to get tabs on registration form */

#tabNav
{
	padding: 0;
	margin: 0;
	float: none;
	clear: both;
	height: 20px;
}

#tabNav ul
{
	margin: 0px;
	padding: 0;
	list-style: none;
	float: left;
}

#tabNav li
{
	float: left;
	background: url("../images/norm_left.gif") no-repeat left top;
	margin: 0;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 0 0 6px;
	font-size: 11px;
	margin-top: 0px;
	list-style-image: none;
}

#tabNav ul li a
{
	float: left;
	display: block;
	background: url("../images/norm_right.gif") no-repeat right top;
	padding: 4px 8px 4px 2px;
	color: #055890;
	text-decoration: none;
	margin-right: 2px;
}

#tabNav a:hover { text-decoration: underline; }
#tabNav li.current { background-image: url("../images/norm_left_on.gif"); }

#tabNav li.current a
{
	background-image: url("../images/norm_right_on.gif");
	color: #FFFFFF;
}

