/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #000;	
	background-color: #FFFFFF;
	background-image: url(../_img/bg.jpg);
	background-repeat: repeat-x;
}

.hide{display:none;}
.passwordRight{padding-right:200px}

a, a:active {
	text-decoration: none;
	outline: none;
}

a:hover, a:focus {
	text-decoration: underline;
}

img {
	border: 0px;
}

.clear {
	clear:both;
}

.pngFix {
	behavior: url(iepngfix.htc);
}

h1 {
	display: inline;
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	color: #3c8fc5;
}

.subTitle {
	display: inline;
	margin: 0px;
	padding:  10px 0px 20px;
	font-size: 18px;
	color: #3c8fc5;
}


h2 {
	display: inline;
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	color: #585859;
}

h3 {
	display: inline;
	margin: 0px;
	padding: 0px;
	color: #3c8fc5;
	font-size: 14px;
}

p {
	font-size: 14px;
	color: #666666;
}

#orange_button, .orange_button {
	margin: 0px;
	padding:0 10px 0 10px;
	float: left;
	background-image: url(../_img/btn/orange_btn.jpg);
	background: url(../_img/btn/orange_btn.jpg);
	border:none;
	background-repeat: repeat-x;
	/*-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;*/
	font-weight:bold;
}

#orange_button:hover, .orange_button:hover{
	margin: 0px;
	padding: 0 10px 0 10px;
	float: left;
	border:none;

	background-image: url(../_img/btn/orange_btn_over.jpg);
	background: url(../_img/btn/orange_btn_over.jpg);
	background-repeat: repeat-x;
	/*-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;*/
	font-weight:bold;
}

#orange_button, .orange_button a {
	font-weight: bold;
	/*line-height: 20px;*/
	color: #FFFFFF;
	
	text-decoration: none;
}

#orange_buttonWhite, .orange_buttonWhite {
	margin: 10px 10px 0px 0px;
	padding:1px 5px 5px 5px;
	float: left;
	background-image: url('../_img/btn/orange_btn.jpg');
	background: url('../_img/btn/orange_btn.jpg');
	background-repeat: repeat-x;
	/*-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;*/
	font-weight: bold;
	/*height:20px;*/
	font-size:12px;
	color: white;
	font-weight:bold;
	text-decoration: none;
	border:none;
	vertical-align : middle;
}

#orange_buttonWhite:hover, .orange_buttonWhite:hover{
	margin: 10px 10px 0px 0px;
	padding:1px 5px 5px 5px;
	float: left;
	background-image: url(../_img/btn/orange_btn_over.jpg);
	background-repeat: repeat-x;
	/*-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;*/
	font-weight: bolder;
	font-size:12px;
	/*line-height: 20px;*/
	color: white;
	text-decoration: none;
	border:none;
}

.myPop

{
    color: #FFFFFF;
    background: #0000FF;
    font-weight: bold;
    border-right-style: solid;
    border-bottom-style: solid;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-right-color: #CCCCCC;
    border-bottom-color: #CCCCCC;
}      


#orange_buttonWhite2, .orange_buttonWhite2{
	padding: 0 5px 0 5px;
	background-image: url('../_img/btn/orange_btn.jpg');
	background: url('../_img/btn/orange_btn.jpg');
	background-repeat: repeat-x;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	font-weight: bold;
	height:20px;
	font-size:12px;
	color: white;
	font-weight:bold;
	text-decoration: none;
	border:none;
}

#orange_buttonWhite2:hover, .orange_buttonWhite2:hover{
	padding: 0 5px 0 5px;
	background-image: url(../_img/btn/orange_btn_over.jpg);
	background-repeat: repeat-x;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	font-weight: bolder;
	font-size:12px;
	line-height: 20px;
	color: white;
	text-decoration: none;
	border:none;
}

#orange_buttonBLue, .orange_buttonBlue {
	margin: 10px 10px 0px 0px;
	padding: 0 10px 0 10px;
	float: left;
	background-image: url('../_img/btn/orange_btn.jpg');
	background: url('../_img/btn/orange_btn.jpg');
	background-repeat: repeat-x;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	font-weight: bold;
	height:20px;
	font-size:12px;
	color: blue;
	font-weight:bold;
	text-decoration: none;
	border:none;
}

#orange_buttonBlue:hover, .orange_buttonBlue:hover{
	margin: 10px 10px 0px 0px;
	padding: 0 10px 0 10px;
	float: left;
	background-image: url(../_img/btn/orange_btn_over.jpg);
	background-repeat: repeat-x;
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px;
	font-weight: bolder;
	font-size:12px;
	line-height: 20px;
	color: blue;
	text-decoration: none;
	border:none;
}

ul {
	margin: 0 0 0 15px;
	padding: 0px;
	line-height: 16px;
	list-style: none;
	list-style-image: url(../_img/education/list_icon.jpg);
}

ul .blue {
	font-size: 12px;
	font-weight: bold;
	color: #494948;
	text-decoration: none;
}

ul .blue a {
	color: #3c8fc5;
	text-decoration: none;
}

ul .blue a:hover {
	text-decoration: underline;
}

ul .grey a {
	font-size: 11px;
	color: #494948;
	text-decoration: none;
}

.table
{
	border-top-color:Black;
	border-left-color:Black;
	border-right-color:Black;
	border-bottom-color:Black;
	border:solid 1px black;
}

ul .grey a:hover {
	text-decoration: underline;
}

#blue_divider {
	padding: 0px;
	margin: 0px;
	float: left;
	width: 100%;
	height: 5px;
	background-color: #3c8fc5;
}

#OuterContainer {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 990px;
}

#InnerContainer {
	background-image: url(../_img/inner_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0px;
	padding: 0 35px 0 35px;
	width: 920px;
	height: 1000px;
}

#header {
	margin: 0px;
	padding: 10px 0 0 0;
	float: left;
	width: 920px;
	height: 108px;
}

#header .logo {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 480px;
	height: 98px;
}

#header .header_phone_number {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 370px;
	height: 43px;
	background-image: url(../_img/header/number_bg.jpg);
	background-repeat: no-repeat;
}

#header .header_phone_number .call_us {
	display: inline;
	margin: 0 10px 0 95px;
	padding: 0px;
	float: left;
	width: 85px;
	height: 43px;
	color: #494948;
	line-height: 39px;
	font-size: 24px;
	font-weight: bold;
}

#header .header_phone_number .number {
	display: inline;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 180px;
	height: 43px;
	color: #0090c7;
	line-height: 39px;
	font-size: 24px;
	font-weight: bold;
}

#header .header_slogan {
	margin: 20px 0 0 0;
	padding: 0px;
	float: right;
	width: 440px;
	color: #585859;
	font-size: 16px;
	font-weight: bold;
}

#top_nav {
	float: left;
	margin: 0 0 10px 0;
	padding: 0px;
	width: 100%;
	height: 26px;
}

#top_nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

#top_nav li.blueover, #top_nav li.blue, #top_nav li.orange, #top_nav li.orangeover {
	padding: 0px;
	margin: 0px;
	display: inline;
}

#top_nav li.blue a {
	padding: 0px;
	margin: 0 10px 0 0;
	width: 170px;
	height: 26px;
	float: left;
	background-image: url(../_img/_nav/bg.jpg);
	background-repeat: repeat-x;
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

#top_nav li.blueover a {
	padding: 0px;
	margin: 0 10px 0 0;
	width: 170px;
	height: 26px;
	float: left;
	background-image: url(../_img/_nav/bg_over.jpg);
	background-repeat: repeat-x;
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;

}

#top_nav li.blue a:hover {
	background-image: url(../_img/_nav/bg_over.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
}

#top_nav li.orange a {
	padding: 0px;
	margin: 0px;
	width: 200px;
	height: 26px;
	float: left;
	background-image: url(../_img/_nav/bg_orange.jpg);
	background-repeat: repeat-x;
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

#top_nav li.orangeover a {
	padding: 0px;
	margin: 0px;
	width: 200px;
	height: 26px;
	float: left;
	background-image: url(../_img/_nav/bg_orange_over.jpg);
	background-repeat: repeat-x;
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

#top_nav li.orange a:hover {
	background-image: url(../_img/_nav/bg_orange_over.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
}

#left_col {
	display: inline;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 656px;
	padding-left:0px;
}

#left_col #FlashHeader {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 656px;
	height: 294px;
	background-color: #000000;
}

#left_col .copy {
	display: inline;
	margin: 20px 0 0 10px;
	padding: 0px;
	float: left;
	height: 56px;
	font-size: 14px;
	color: #666666;
}

#left_col .content_box_1 {
	display: inline;
	margin: 20px 10px 0 10px;
	padding: 0px;
	float: left;
	width: 312px;
	height: 199px;
	background-image: url(../_img/content_box_1_bg.jpg);
	background-repeat: no-repeat;
}

#left_col .content_box_1 .header {
	margin: 0px;
	padding: 0 0 0 12px;
	float: left;
	width: 300px;
	line-height: 37px;
}

#left_col .content_box_1 .content_box_1_copy {
	margin: 10px 0 10px 0;
	padding: 0 12px 0 12px;
	float: left;
	width: 288px;
	font-size: 12px;
	font-weight: bold;
	color: #585859;
}

#left_col .content_box_1 .content_box_1_links_left {
	display: inline;
	margin: 0 0 0 12px;
	padding: 0px;
	float: left;
	width: 116px;
}

#left_col .content_box_1 .content_box_1_links_right {
	display: inline;
	margin: 0 0 0 22px;
	padding: 0px;
	float: left;
	width: 143px;
}

#left_col .content_box_2 {
	display: inline;
	margin: 20px 0 0 0;
	padding: 0px;
	float: left;
	width: 312px;
	height: 199px;
	background-image: url(../_img/content_box_2_bg.jpg);
	background-repeat: no-repeat;
}


#copy .content_box_2 {
	display: inline;
	margin: 20px 0 0 0;
	padding: 0px;
	float: left;
	width: 312px;
	height: 199px;
	background-image: url(../_img/content_box_2_bg.jpg);
	background-repeat: no-repeat;
}

.content_box_2 {
	display: inline;
	margin: 20px 0 0 0;
	padding: 0px;
	float: left;
	width: 312px;
	height: 199px;
	background-image: url(../_img/content_box_2_bg.jpg);
	background-repeat: no-repeat;
	font-size : smaller;
}


#left_col .content_box_2 .header {
	margin: 0 0 10px 0;
	padding: 0 0 0 12px;
	float: left;
	width: 300px;
	line-height: 37px;
}

.content_box_2 .header {
	margin: 0 0 10px 0;
	padding: 0 0 0 12px;
	float: left;
	width: 300px;
	line-height: 37px;
}

#left_col .content_box_2 .tool {
	display: inline;
	margin: 0 10px 0 10px;
	padding: 0 0 0 5px;
	float: left;
	width: 287px;
	border-bottom: dotted 1px #a1a1a1;
}

.content_box_2 .tool {
	display: inline;
	margin: 0 10px 0 10px;
	padding: 5px 0 0 5px;
	float: left;
	width: 287px;
	border-bottom: dotted 1px #a1a1a1;
}

.content_box_2 .tool .tool_icon {
	display: inline;
	margin: 0 5px 0 0;
	padding: 0px;
	float: left;
	width: 20px;
	height: 20px;
}

.content_box_2 .tool .tool_icon {
	display: inline;
	margin: 0 5px 0 0;
	padding: 0px;
	float: left;
	width: 20px;
	height: 20px;
}


#left_col .content_box_2 .tool a {
	font-size: 10px;
	color: #585859;
	line-height: 20px;
	text-decoration: none;
}

.content_box_2 .tool a:hover {
	text-decoration: underline;
}

#right_col {
	display: inline;
	margin: 10px 10px 0 10px;
	padding: 0px;
	float: right;
	width: 244px;
	padding: 0px 0px 10px 0px;
}

#right_col #toolbox {
	display: inline;
	margin: 0 0 10px 0;
	padding: 0px;
	float: left;
}

#right_col #toolbox .toolbox_top {
	display: inline;
	margin: 0 0 1px 0;
	padding: 0px;
	float: left;
	width: 244px;
	height: 23px;
	background-image: url(../_img/right_col/search_top.jpg);
}

#right_col #toolbox .search_field {
	display: inline;
	margin: 0 0 1px 0;
	padding: 0 0 0 10px;
	float: left;
	width: 234px;
	height: 27px;
	background-image: url(../_img/right_col/search_bar_bg.jpg);
	background-repeat: repeat-x;
}

#right_col #toolbox .search_field .search_field_text {
	display: inline;
	margin: 0 10px 0 0;
	padding: 0px;
	float: left;
	line-height: 27px;
	color: #FFFFFF;
	font-weight: bold;
}

#right_col #toolbox .search_field .search_box {
	display: inline;
	margin: 0 10px 0 0;
	padding: 5px 0 0 0;
	float: left;
	height: 17px;
}

#right_col #toolbox .search_field .search_box input {
	display: inline;
	margin: 0px;
	padding: 2px 0 0 2px;
	height: 14px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 18px;
	background-color: #585858;
	border-top: 1px #161b1e solid;
	border-left: 1px #161b1e solid;
	border-right: 1px #666666 solid;
	border-bottom: 1px #666666 solid;
}

#right_col #toolbox .search_field .btn_go {
	display: inline;
	margin: 0px;
	padding: 7px 0 0 0;
	float: left;
	height: 17px;
}

#right_col #toolbox .client_login {
	display: inline;
	margin: 0 0 1px 0;
	padding: 0 0 0 10px;
	float: left;
	width: 234px;
	/*height: 107px;*/
	height: 135px;
	background-color: #353535;
}

#right_col #toolbox .client_lead_generator {
	display: inline;
	margin: 0 0 1px 0;
	padding: 0 0 0 10px;
	float: left;
	width: 234px;
	/*height: 107px;*/
	height: 270px;
	background-color: #353535;
}

#right_col #toolbox .client_login2 {
	display: inline;
	margin: 0 0 1px 0;
	padding: 0 0 0 10px;
	float: left;
	width: 234px;
	/*height: 107px;*/
	height: 135px;
	background-color: #353535;
}
#right_col #toolbox .client_login2 {
	display: inline;
	margin: 0 0 1px 0;
	padding: 0 0 0 10px;
	float: left;
	width: 234px;
	/*height: 107px;*/
	height: 70px;
	background-color: #353535;
}

#right_col #toolbox .client_login .client_login_header {
	margin: 0px;
	padding: 0px;
	
	float: left;
	width: 234px;
	height: 38px;
	font-size: 16px;
	line-height: 34px;
	color: #FFFFFF;
	font-weight: bold;
}

#right_col #toolbox .client_lead_generator .client_login_header {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 234px;
	height: 78px;
	font-size: 16px;
	line-height: 34px;
	color: #FFFFFF;
	font-weight: bold;
}

#right_col #toolbox .client_login2 .client_login_header {
	margin: 0px;
	padding: 0px;
	
	float: left;
	width: 234px;
	height: 18px;
	font-size: 16px;
	line-height: 34px;
	color: #FFFFFF;
	font-weight: bold;
}

#right_col #toolbox .client_login .client_login_header a{
	margin: 0px;
	padding: 0px;
	float: left;
	font-size: 10px;
	line-height: 12px;
	color: #FFFFFF;
	text-decoration:underline;

}

#right_col #toolbox .client_login2 .client_login_header a{
	margin: 0px;
	padding: 0px;
	float: left;
	font-size: 10px;
	line-height: 12px;
	color: #FFFFFF;
	text-decoration:underline;

}

#right_col #toolbox .client_login .client_login_header .client_login_icon {
	display: inline;
	margin: 0 10px 0 0;
	padding: 0px;
	float: left;
	widows: 27px;
}

#right_col #toolbox .client_lead_generator .client_login_header .client_login_icon {
	display: inline;
	margin: 0 0px 0 -10px;
	padding: 0px;
	float: left;
	widows: 27px;
}

#right_col #toolbox .client_login #client_info,#right_col #toolbox .client_login .client_info {
	display: inline;
	margin: 0 10px 9px 0;
	padding: 0px;
	float: left;
	width: 107px;
}

#right_col #toolbox .client_lead_generator #client_info,#right_col #toolbox .client_lead_generator .client_info {
	display: inline;
	margin: 0 5px 9px 0;
	padding: 0px;
	float: left;
	width: 107px;
}

#right_col #toolbox .client_login #client_info,#right_col #toolbox .client_login .client_info2 {
	display: inline;
	margin: 0 10px 9px 0;
	padding: 0px;
	float: left;
	width: 107px;
}

#right_col #toolbox .client_lead_generator #client_info,#right_col #toolbox .client_lead_generator .client_info2 {
	display: inline;
	margin: 0 10px 9px 0;
	padding: 0px;
	float: left;
	width: 107px;
}

#right_col #toolbox .client_login #client_info #client_text,
#right_col #toolbox .client_login .client_info .client_text {
	margin: 0px;
	padding: 0px;
	width: 107px;
	height: 15px;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 12px;
}

#right_col #toolbox .client_login #client_info #client_text2,
#right_col #toolbox .client_login .client_info .client_text2 {
	margin: 0px;
	padding: 0px;
	width: 90px;
	height: 15px;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 12px;
}


#right_col #toolbox .client_lead_generator #client_info #client_text,
#right_col #toolbox .client_lead_generator .client_info .client_text {
	margin: 0px;
	padding: 0px;
	width: 107px;
	height: 15px;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 12px;
}

#right_col #toolbox .client_lead_generator #client_info #client_text2,
#right_col #toolbox .client_lead_generator .client_info .client_text2 {
	margin: 0px;
	padding: 0px;
	width: 90px;
	height: 15px;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 12px;
}

#right_col #toolbox .client_login #client_info #login_field input,
#right_col #toolbox .client_login .client_info .login_field input {
	display: inline;
	margin: 0px;
	padding: 2px 0 0 2px;
	height: 16px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 18px;
	background-color: #585858;
	border-top: 1px #161b1e solid;
	border-left: 1px #161b1e solid;
	border-right: 1px #666666 solid;
	border-bottom: 1px #666666 solid;
}

#right_col #toolbox .client_lead_generator #client_info #login_field input,
#right_col #toolbox .client_lead_generator .client_info .login_field input {
	display: inline;
	margin: 0px;
	padding: 2px 0 0 0px;
	height: 16px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 18px;
	background-color: #585858;
	border-top: 1px #161b1e solid;
	border-left: 1px #161b1e solid;
	border-right: 1px #666666 solid;
	border-bottom: 1px #666666 solid;
}

.login_field{
	display: inline;
	margin: 0px;
	padding: 2px 0 0 2px;
	height: 20px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 18px;
	border-color: #585858;
	background-color: #585858;
	border-top: 1px #161b1e solid;
	border-left: 1px #161b1e solid;
	border-right: 1px #666666 solid;
	border-bottom: 1px #666666 solid;
}


#right_col #toolbox .client_login .listpassword_text {
	margin: 0 0 0 10px;
	padding: 0px;
	float: left;
	height: 20px;
}

#right_col #toolbox .client_login .listpassword_text a {
	color: #ff7c00;
	line-height: 20px;
	text-decoration: none;
}

#right_col #toolbox .client_login .listpassword_text a:hover {
	text-decoration: underline;
}

#right_col #toolbox #toolbox_btn_left,
#right_col #toolbox .toolbox_btn_left {
	margin: 0px;
	padding: 0 0 0 25px;
	float: left;
	width: 97px;
	height: 20px;
	background-image: url(../_img/right_col/btn_left.jpg);
}

#right_col #toolbox #toolbox_btn_left a,
#right_col #toolbox .toolbox_btn_left a {
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
}

#right_col #toolbox #toolbox_btn_left a:hover,
#right_col #toolbox .toolbox_btn_left a:hover {
	text-decoration: underline;
}

#right_col #toolbox #toolbox_btn_right,
#right_col #toolbox .toolbox_btn_right {
	margin: 0px;
	padding: 0 0 0 25px;
	float: right;
	width: 97px;
	height: 20px;
	background-image: url(../_img/right_col/btn_right.jpg);
}

#right_col #toolbox #toolbox_btn_right a,
#right_col #toolbox .toolbox_btn_right a {
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 20px;
	text-decoration: none;
}

#right_col #toolbox #toolbox_btn_right a:hover,
#right_col #toolbox .toolbox_btn_right a:hover {
	text-decoration: underline;
}

#right_col #toolbox .toolbox_bottom {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 244px;
	height: 28px;
	background-image: url(../_img/right_col/search_bottom.jpg);
}

#right_col #right_ad {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 244px;
	height: 341px;
	background-image: url(../_img/right_col/expert_ad.jpg);
	background-repeat: no-repeat;
}

#right_col #right_ad .ad_btn {
	margin: 0px;
	padding: 300px 0 0 140px;
	float: left;
}

#callouts {
	display: inline;
	margin: 20px 10px 20px 10px;
	padding: 0px;
	float: left;
	width: 900px;
}

#callouts .callout_1 {
	margin: 0 18px 0 0;
	padding: 0px;
	float: left;
	width: 288px;
	height: 123px;
	background-image: url(../_img/callouts/callout_1.jpg);
	background-repeat: no-repeat;
}

#callouts .callout_2 {
	margin: 0 18px 0 0;
	padding: 0px;
	float: left;
	width: 288px;
	height: 123px;
	background-image: url(../_img/callouts/callout_2.jpg);
	background-repeat: no-repeat;
}

#callouts .callout_3 {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 288px;
	height: 123px;
	background-image: url(../_img/callouts/callout_3.jpg);
	background-repeat: no-repeat;
}

#callout_header, .callout_header {
	margin: 0px;
	padding: 0 0 0 10px;
	float: left;
	width: 225px;
	height: 28px;
	line-height: 28px;
}

#callout_text, .callout_text {
	margin: 0px;
	padding: 10px 0 0 10px;
	float: left;
	width: 200px;
	height: 60px;
	color: #585859;
	font-weight: bold;
}

#callout_link, .callout_link {
	margin: 0px;
	padding: 0 0 0 10px;
	float: left;
	width: 200px;
	height: 16px;
}

#callout_link a, .callout_link a {
	color: #4ba6dc;
	line-height: 16px;
	font-weight: bold;
	text-decoration: none;
}

#callout_link a:hover, .callout_link a:hover {
	text-decoration: underline;
}

#footer {
	display: inline;
	margin: 0px;
}

#footer .footer_body {
	padding: 10px;
	margin: 0px;
	float: left;
	width: 900px;
	height: 115px;
	background-color: #EEEEEE;
}

#footer .footer_body .left_col {
	padding: 0px;
	margin: 0px;
	float: left;
	width: 240px;
}

#footer .footer_body .left_col .left_col_header {
	padding: 0px;
	margin: 0px;
	float: left;
	width: 240px;
	height: 20px;
	color: #494948;
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
}

#footer .footer_body .left_col .left_col_number {
	padding: 0px;
	margin: 0px;
	float: left;
	width: 65px;
	height: 30px;
	color: #494948;
	line-height: 30px;
	font-size: 18px;
}

#footer .footer_body .left_col .left_col_blue {
	padding: 0px;
	margin: 0px;
	float: left;
	height: 30px;
	color: #0090c7;
	line-height: 30px;
	font-size: 18px;
}

#footer .footer_body .left_col .left_col_reps {
	padding: 0px;
	margin: 0px;
	float: left;
	width: 240px;
	height: 20px;
	color: #494948;
	line-height: 20px;
}

#footer .footer_body .mid_col {
	padding: 0px;
	margin: 0px;
	float: left;
	width: 270px;
}

#footer .footer_body .mid_col .footer_links_left {
	display: inline;
	margin: 0 0 0 12px;
	padding: 0px;
	float: left;
	width: 116px;
}

#footer .footer_body .mid_col .footer_links_right {
	display: inline;
	margin: 0 0 0 22px;
	padding: 0px;
	float: left;
	width: 110px;
}

#footer .footer_body .right_col {
	padding:  10px 10px 10px 8px;
	margin: 0px;
	float: left;
	width: 370px;
	height: 95px;
	background-image: url(../_img/footer/right_col_bg.jpg);
	background-repeat: no-repeat;
}


#footer .footer_body .right_col .right_col_logo {
	padding: 0px;
	margin: 0px;
	float: left;
}

#right_col .right_col_logo {
	padding: 0px;
	margin: 0px;
	float: left;
	display : inline ;
}

#footer #footer_bottom_bar {
	padding: 0px;
	margin: 0px;
	float: left;
	width: 920px;
	height: 23px;
	background-color: #03346c;
	border-bottom: 4px #EEEEEE solid;
}

#footer #footer_bottom_bar .copyright {
	padding: 0 0 0 10px;
	margin: 0px;
	float: left;
	color: #C1C1C1;
	line-height: 23px;
	font-size: 10px;
	font-weight: bold;
}

#footer_link {
	float: right;
	margin: 1px 0 1px 0;
	padding: 0px;
	width: 408px;
	height: 21px;
}

#footer_link ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}

#footer_link li.blue {
	padding: 0px;
	margin: 0px;
	display: inline;
}

#footer_link li.blue a {
	padding: 0px;
	margin: 0 1px 0 1px;
	width: 134px;
	height: 21px;
	float: left;
	background-image: url(../_img/footer/link_bg.jpg);
	background-repeat: repeat-x;
	font-size: 12px;
	line-height: 21px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}

#footer_link li.blue a:hover {
	background-image: url(../_img/footer/link_bg_over.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
}



/********* SUB PAGE TEMPLATE *********/

#InnerContainer_sub {
	background-image: url(../_img/inner_bg_sub.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0px;
	padding: 0 35px 0 35px;
	width: 920px;
	height: 1000px;
}

#left_col_sub {
	display: inline;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 656px;
}

#left_col_sub .main_header {
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
	float: left;
	width: 636px;
	height: 55px;
	font-size: 26px;
	line-height: 55px;
	font-weight: bold;
	color: #FFFFFF;
}

#left_col_sub .sub_header {
	margin: 20px 0 0 0;
	padding: 0 0 0 20px;
	float: left;
	width: 636px;
}

#left_col_sub .copy_toppad {
	margin: 20px 0 0 0;
	padding: 0 0 0 20px;
	float: left;
	width: 636px;
	font-size: 14px;
	color: #666666;
}

#left_col_sub .copy_toppad a {
	color: #3c8fc5;
	text-decoration: none;
}

#left_col_sub .copy_toppad a:hover {
	text-decoration: underline;
}

#left_col_sub .copy {
	margin: 10px 0 0 0;
	padding: 0 0 0 20px;
	float: left;
	width: 636px;
	font-size: 14px;
	color: #666666;
}

#left_col_sub .copy a {
	color: #3c8fc5;
	text-decoration: none;
}

#left_col_sub .copy a:hover {
	text-decoration: underline;
}

#left_col_sub .short_col {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 334px;
}

#left_col_sub .sub_header_short {
	margin: 20px 0 10px 0;
	padding: 0 0 0 20px;
	float: left;
	width: 314px;
}

#left_col_sub .copy_short {
	margin: 0px;
	padding: 0 0 0 20px;
	float: left;
	width: 314px;
	font-size: 14px;
	color: #666666;
}

#left_col_sub .copy_short a {
	color: #3c8fc5;
	text-decoration: none;
}

#left_col_sub .copy_short a:hover {
	text-decoration: underline;
}

#right_col .content_box_3 {
	display: inline;
	margin: 0 0 10px 0;
	padding: 0px;
	float: left;
	width: 244px;
	height: 199px;
	background-image: url(../_img/content_box_3_bg.jpg);
	background-repeat: no-repeat;
}

#right_col .content_box_3 .header {
	margin: 0 0 10px 0;
	padding: 0 0 0 12px;
	float: left;
	width: 232px;
	line-height: 37px;
}

#right_col .content_box_3 .tool {
	display: inline;
	margin: 0 10px 0 10px;
	padding: 0 0 0 5px;
	float: left;
	width: 219px;
	border-bottom: dotted 1px #a1a1a1;
}

#right_col .content_box_3 .tool .tool_icon {
	display: inline;
	margin: 0 5px 0 0;
	padding: 0px;
	float: left;
	width: 20px;
	height: 20px;
}

#right_col .content_box_3 .tool a {
	font-size: 10px;
	color: #585859;
	line-height: 20px;
	text-decoration: none;
}

#right_col .content_box_3 .tool a:hover {
	text-decoration: underline;
}

#left_col_sub .content_box_4 {
	display: inline;
	margin: 20px 0 10px 10px;
	padding: 0px;
	float: left;
	width: 312px;
	height: 199px;
	background-image: url(../_img/content_box_1_bg.jpg);
	background-repeat: no-repeat;
}

#left_col_sub .content_box_4 .header {
	margin: 0px;
	padding: 0 0 0 12px;
	float: left;
	width: 300px;
	line-height: 37px;
}

#left_col_sub .content_box_4 .content_box_4_copy {
	margin: 10px 0 10px 0;
	padding: 0 12px 0 12px;
	float: left;
	width: 288px;
	font-size: 12px;
	font-weight: bold;
	color: #585859;
}

#left_col_sub .content_box_4 .content_box_4_links_left {
	display: inline;
	margin: 0 0 0 12px;
	padding: 0px;
	float: left;
	width: 116px;
}

#left_col_sub .content_box_4 .content_box_4_links_right {
	display: inline;
	margin: 0 0 0 22px;
	padding: 0px;
	float: left;
	width: 143px;
}

#left_col_sub .content_box_4 .content_box_4_links_full {
	display: inline;
	margin: 10px 0 0 12px;
	padding: 0px;
	float: left;
	width: 281px;
}



/********* MASTER TEMPLATE *********/

#MasterTemplate {
	margin: 0px;
	padding: 20px 10px 0 10px;
	float: left;
	width: 900px;
	height: 800px;
	background-color: #FFFFFF;
}



/********* POPUP TEMPLATE *********/

#InnerContainer_popup {
	background-image: url(../_img/inner_bg_popup.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	margin: 0px;
	padding: 0 35px 0 35px;
	width: 920px;
	height: 1000px;
}
.formInput_TD
{
    text-align: left;
}
.formLabel
{
    text-align: left;
    font-weight:bold;
}
 .ContentCenter
{
    margin-left: 30px;
}
        
 .loginTextBox
 {
	margin:4px 0px 4px 2px;
 }
 
 
.errorLabel
{
	text-align: left;
	font-weight: lighter;
	color: #FF0000;
	font-size: 10pt;
	font-family: Garamond;
}
        
