﻿html {
	background: #282828;
}
html, body {
	width: 100%;
	height: 100%;
	background: url('images/bg.png');
}
ul li {
	list-style: none;
}
#wrapper {
	width: 950px;
	margin: 0 auto 10px auto;
	background-color: #fff;
	border: 1px solid #fff;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
}
#top_block {
	width: 100%;
	display: block;
}
#logo {
	height: 80px;
	width: 400px;
	float: left;
	background: transparent url('images/logo.png') no-repeat top center;
}
#logo a {
	height: 80px;
	width: 400px;
	display: block;
}
#micro_nav {
	font-size: 10px;
	/*height: 30px;*/
	float: right;
	width: 550px;
	display: block;
	text-align: right;
	padding-top: 10px;
}
#micro_nav ul li {
	display: inline;
}
#micro_nav ul li a {
	text-decoration: none;
	color: #000;
	border-bottom: 5px solid #213F81;
	border-top: 3px solid #cb545a;
	padding: 5px;
	/*font-weight: bold;*/
	line-height: 33px;
}
#micro_nav ul li a:hover {
	color: #fff;
	background-color: #213F81;
}
#micro_navc {
	/*font-size: 14px;*/
	height: 30px;
	float: right;
	width: 550px;
	display: block;
	text-align: right;
	padding-top: 20px;
}
#micro_navc ul li {
	display: inline;
}
#micro_navc ul li a {
	text-decoration: none;
	color: #000;
	border-bottom: 5px solid #213F81;
	border-top: 3px solid #cb545a;
	padding: 5px;
	font-weight: bold;
}
#micro_navc ul li a:hover {
	color: #fff;
	background-color: #213F81;
}
#slogan {
	width: 500px;
	height: 100%;
	float: right;
	text-align: center;
	top: 0;
	font-size: 20px;
	font-weight: normal;
	margin-top: 7px;
}
#slogan strong {
	color: #b81f25;
	font-style: italic;
}
#navigation {
	padding: 0px 10px 15px 0px;
	height: 40px;
	float: left;
	width: 100%;
	display: block;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
}
#navigation ul {
	padding-left: 5px;
	text-align: center;
}
#navigation ul li {
	display: inline;
}
#navigation ul li a {
	display: inline-block;
	text-decoration: none;
	background-color: #b81f25;
	color: #fff;
	padding: 10px;
	border: 1px solid #b81f25;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	font-weight: bold;
}
#navigation ul li a:hover {
	background-color: #f15c62;
	border: 1px solid #f15c62;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
}
.sub_nav li {
	margin-right: 10px;
	vertical-align: middle;
}
#sub_nav_bar {
	width: 100%;
	height: 20px;
	background-color: #213F81;
	display: block;
}
.sub_nav_bar2 {
	width: 100%;
	height: 20px;
	color: #fff;
	background-color: #213F81;
	display: none;
	width: 900px;
	position: absolute;
}
#sub_nav_bar ul li a {
	padding: 0;
	margin: 0;
	border: 0;
	-moz-border-radius: 0;
	-webkit-border-top: 0;
	padding-top: 2px;
	background: #213F81;
	font-weight: normal;
}
#sub_nav_bar ul li a:hover {
	padding: 0;
	margin: 0;
	border: 0;
	-moz-border-radius: 0;
	-webkit-border-top: 0;
	background-color: #5175c4;
}
#main_content {
	width: 930px;
	margin: 10px;
	float: left;
}
#homecontent {
	float: right; 
	margin-top: 35px; 
	width: 450px; 
	padding-right: 15px;
}
#upper_content {
	width: 100%;
	float: left;
	display: block;
}
#slides {
	float: left;
	display: inline-block;
	width: 550px;
	height: 199px;
}
#slides img {
	border: 1px solid black;
	max-width: 550px;
}
#login {
	float: right;
	display: inline-block;
	width: 300px;
	border: 2px solid #213f81;
	height: 199px;
	margin-right: 5px;
}
legend {
	width: 100%;
}
#login h3 {
	text-align: center;
	font-weight: normal;
	font-size: 150%;
	color: #962525;
}
#awrapper {
	height: 30px;
	font-size: 16px;
	width: 270px;
	margin-left: auto;
	margin-right: auto;
}
#AccessIDVisible {
	border: 1px solid #000;
	padding: 5px;
	width: 150px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#submitButton {
	font-size: 16px;
	background-color: #b92329;
	color: #fff;
	border: 0;
	margin: 0px 10px 0px 0px;
	padding: 3px;
	float: right;
	font-weight:bold;
}
#submitButton:hover {
	background-color: #ea6e73;
	cursor: pointer;
}
#toolButton {
	font-size: 15px;
	background: url('images/gradient.png');
	color: #fff;
	border: 0;
	margin: 5px 10px;
	padding: 5px;
	float: right;
	font-weight: bold;
}
#toolButton:hover {
	background: url('images/gradienth.png');
	cursor: pointer;
}
#login p {
	margin: 10px;
	font-size: 100%;
}
#enroll {
	text-align: right;
	font-size: 20px;
	font-weight: bold;
}
#enroll a {
	background-color: #b92329;
	border: 1px solid #b92329;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #fff;
	padding: 5px;
	text-decoration: none;
}
#enroll a:hover {
	background-color: #f15c62;
	border: 1px solid #f15c62;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#lower_content {
	margin-top: 10px;
	display: block;
	float: left;
	width: 100%;
}
#slider2 {
	width: 414px;
	height: 250px;
	display: block;
	float: left;
}
#lower_content p {
	width: 456px;
	padding-left: 10px;
	text-indent: 30px;
	float: right;
			/* letter-spacing:1px */
}
#footer {
	margin-top: 10px;
	float: left;
	display: block;
	width: 100%;
	border-top: 3px solid #bd1c21;
}
#style1 {
	font-size: 25px;
	color: #b81f25;
	font-weight: bold;
	border-bottom: 1px solid #000000;
}
#style2 {
	font-size: 15px;
	color: #213f81;
	font-weight: bold;
}
#style1c {
	font-size: 30px;
	color: #b81f25;
	font-weight: bold;
	border-bottom: 1px solid #000000;
}
#style2c {
	font-size: 20px;
	color: #213f81;
	font-weight: bold;
}
#style3 {
	font-size: 20px;
	color: #213f81;
	font-weight: bold;
	text-decoration: underline;
}
/*#upper_content ul {
	list-style: square inside url('images/ul.png');
	padding-left: 10px;
}*/
#upper_content ul li {
	list-style: square outside url('images/ul.png');
	margin-left: 25px;
}
.left_foot {
	float: left;
	display: inline-block;
	padding-top: 5px;
}
.left_foot a {
	text-decoration: none;
	color: #b22525;
}
.left_foot a:hover {
	text-decoration: underline;
}
.right_foot {
	float: right;
	display: inline-block;
	padding-top: 5px;
}
table tr td {
	border: 0px;
}
#button {
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
}
tr.red border {
	border-bottom: 5px solid #213F81;
}
/*RATES TABLES*/
.ratesTable {
	margin: 8px 0;
	border-collapse: collapse;
	border-bottom: 5px solid #103480;
}
.ratesTable th {
	font-size: 15px;
	font-weight: bold;
	padding: 2px 3px 12px 5px;
	text-align: left;
	border: none;
	color: #213f81;
}
.ratesTable td {
	font-size: 11px;
	padding: 2px 3px;
	border-left: 1px solid #AAAAAA;
	border-bottom: 1px solid #CCCCCC;
}
.ratesTable td.leftSide {
	border-left: 0;
}
ol li {
	margin-left: 25px;
	list-style: decimal outside none;
}
#privacyCLM {
float:left;
width:700px;
padding:0 0 20px 0;
font-size:12px;
}
#privacyCLM h1 {
font-weight:normal;
text-transform:uppercase;
color:#007DC3;
font-size:20px;
margin:0 0 10px 15px;
}

#centerCLM {
float:left;
width:448px;
padding:20px 0;
font-size:12px;
}

#centerCLM p {
margin:0 15px 10px 15px;
line-height:16px;
}

#centerCLM h1 {
font-weight:normal;
text-transform:uppercase;
color:#007DC3;
font-size:20px;
margin:0 0 10px 15px;
}

#centerCLM h2 {
font-weight:bold;
font-size:12px;
margin:0 0 10px 15px;
line-height:16px;
}

#centerCLM h3 {
font-weight:bold;
font-size:12px;
margin:0 0 10px 15px;
line-height:16px;
}

#centerCLM h4 {
font-weight:bold;
font-size:12px;
line-height:16px;
color:#893101;
margin:0;
padding:0;
}


#centerCLM ul {
padding:0 0 0 50px;
list-style:disc;
}

#centerCLM li {
padding: 0 0 5px 0;
line-height:16px;

}

#centerCLM a:link, #centerCLM a:active, #centerCLM a:visited {
color:#007DC3;
}

#centerCLM a:hover {
color:#893101;
}
.privacy {
	border-color:#999999; border-style:solid; border-width: 0 0 1px 1px;
}

.privacy td {
	border-color:#999999; border-style:solid; border-width: 1px 1px 0 0;
	padding-left:10px;
	font-family:Arial, Helvetica, sans-serif;
}
	
.blackBG {
	background-color: #000000;
	font-size: 16px;
	color: #FFFFFF;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}
.grayBG {
	background-color: #999999;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}
.grayBG2 {
	background-color: #999999;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
}
.tab {
	/*border-bottom: 1px #999999 solid; */
	height:20px;
	margin-left:15px;
}
.med {
	font-size: 13px;
	vertical-align:top;
}

#rightCLM {
float:left;
width:150px;
padding:20px 10px 0 15px;
line-height:16px;
}

#rightCLM a:link, #rightCLM a:active, #rightCLM a:visited {
color:#007DC3;
}

#rightCLM a:hover {
color:#893101;
}
