/* CSS Document */

body {
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #09203c;
}

p{padding: 0px;margin: 0px 0px 15px 0px;}
form{margin: 0px;padding: 0px;}
a:link, a:visited, a:active {color: #a11238; text-decoration: none;}
a:hover {color: #a11238; text-decoration: underline;}

/* ----------------- Top Bar -----------------*/

#topbar {background-image: url(images/topbar_bg.gif);height: 23px;width: 920px;margin-right: auto;margin-left: auto;
	text-align: right;padding: 0px;margin-top: 0px;margin-bottom: 10px;position: relative;}
#topbar h1 {display: none;}
#topbar_links {padding: 0px;margin:4px 25px 0px 0px;float: right;}
#topbar_search {margin-right: 20px;margin-left: 26px;display: inline;}
#topbar_form {margin: 0px;padding: 0px;}
#topbar_icon {padding: 0px;float: right;margin: 4px 8px 0px 0px}
.topbar_field {font-size: 10px;padding: 0px;font-weight: normal;float: right;margin: 3px 10px 0 0 ;}
#topbar_button {padding: 0px;float: right;margin:3px 20px 0px 0px;}

/* ------------------------------- Header -------------------------*/

#header_container_home {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	height: 180px;
	/*background-image: url(images/pic_header_home.jpg);*/
	background-position: right;
	background-repeat: no-repeat;
}

#header_container_news {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	height: 180px;
	background-image: url(images/headerpic_news.jpg);
	background-position: right;
	background-repeat: no-repeat;
}

#header_logo {
	background-image: url(images/logo.jpg);
	float: left;
	display: block;
}

#header_logo a{
	height: 180px;
	width: 175px;
	display: block;	
}

#header_dropdown {
	float: right;
	margin: 0px;
	height: 43px;
	width: 181px;
	padding-top: 70px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#header_flash {
	
	float: right;
	height: 170px;
	width: 276px;
	margin-top: 10px;
}

#header_selector {
	font-size: 11px;
	width: 138px;
	margin-bottom: 20px;
	margin-left: 20px;
}


#header_mailinglist {
	float: right;
	margin: 0px;
	height: 112px;
	width: 161px;
	padding-top: 38px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-weight: bold;
}

#header_selector {
	font-size: 11px;
	width: 138px;
}

#header_client {
	display: inline;
	clear: right;
	float: right;
	padding: 0px;
	margin: 0px;
}

#header_client_inside {
	display: block;
	clear: right;
	float: right;
	padding: 0px;
	margin: 0px;
	height: 30px;
	width: 181px;
	background-position: 30px 0px;
}

#header_client_inside a {
	display: block;
	padding: 0px;
	margin: 0px;
	height: 30px;
	width: 181px;
	background-image: url(images/nav_clientinside.jpg);
	background-repeat: no-repeat;
	background-position: 0px -30px;
}

#header_client_inside a:hover {
	display: block;
	padding: 0px;
	margin: 0px;
	height: 30px;
	width: 181px;
	background-image: url(images/nav_clientinside.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#header_client_inside span {
	display: none;
}

/* --------------------------- Body --------------------------------*/

#home_body_container {
	background-image: url(images/body_home_bg.gif);
	width: 920px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
}

#inside_body_container {
	background-image: url(images/body_inside_bg.gif);
	width: 920px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	padding: 0px;
}

#home_body_footer {
	background-image: url(images/home_body_footer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#insdie_body_footer {
	background-image: url(images/inside_body_footer.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}


#insdie_body_footer {
	background-image: url(images/inside_body_footer.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#home_right_container{
	float: left;
	position: relative;
	padding: 0px;
	width: 314px;
}



/* -------  Left Nav  --------- */

#leftcol_container {
	padding: 0px;
	width: 175px;
	float: left;
	margin: 0px;
}

#leftcol_container ul, #leftcol_container li {
	margin: 0px;
	padding: 0px;
	list-style: none;	
}

#leftcol_container li a {
	display: block;
	width: 134px;
	background: url(images/navbg.jpg) no-repeat center;
	font-size: 12px;
	color: #1c314b;
	padding: 8px 20px 8px 21px;
}

#leftcol_container li a:hover, #leftcol_container li a.current {
	background: url(images/navbg-o.jpg) no-repeat center;
	color: #de791e;
	text-decoration: none;
}

#leftcol_container li li a{
	background: url(images/navbg2.jpg) no-repeat center;
	width: 124px;
	padding: 8px 20px 8px 31px;
	border-bottom: 1px solid #d3d3d3;
}

#leftcol_container li li a:hover, #leftcol_container li li a.current {
	background: url(images/navbg2-o.jpg) no-repeat center;
}

#leftcol_container li li li a{
	background: url(images/navbg3.jpg) no-repeat center;
	width: 114px;
	padding: 8px 20px 8px 41px;
	border-bottom: 1px solid #d3d3d3;
}

#leftcol_container li li li a:hover, #leftcol_container li li li a.current {
	background: url(images/navbg3-o.jpg) no-repeat center;
}

#nav_container {width: 175px;float: left;padding: 0px;margin: 0px;}
#nav_container_inside {width: 175px;float: left;padding: 0px;margin:0px 0px 50px 0px;}
#nav_container span {display: none;}
#nav_container_inside span {display: none;}
#nav_home {float: left;}
#nav_home a{float: left;display: block;height: 30px;width: 175px;
	background-image: url(images/nav.jpg);background-repeat: no-repeat;background-position: 0px 0px;}

#nav_home a:hover{background-image: url(images/nav.jpg);background-repeat: no-repeat;background-position: -176px 0px;}
#nav_home_current{float: left;display: block;height: 30px;width: 175px;
	background-image: url(images/nav.jpg);background-repeat: no-repeat;background-position: -176px 0px;}
	
#nav_managed {float: left;}
#nav_managed a{float: left;display: block;height: 30px;width: 175px;background-image: url(images/nav.jpg);background-repeat: no-repeat;background-position: 0px -31px;}
#nav_managed a:hover{background-image: url(images/nav.jpg);background-repeat: no-repeat;background-position: -176px -31px;}
#nav_managed_current{float: left;display: block;height: 30px;width: 175px;background-image: url(images/nav.jpg);background-repeat: no-repeat;background-position: -176px -31px;}
#nav_managed_current a{float: left;display: block;height: 30px;width: 175px;
	background-image: url(images/nav.jpg);background-repeat: no-repeat;background-position: -176px -31px;}


#nav_prof {float: left;}
#nav_prof a{float: left;display: block;height: 30px;
	width: 175px;background-image: url(images/nav.jpg);background-repeat: no-repeat;background-position: 0px -61px;}
#nav_prof a:hover{background-image: url(images/nav.jpg);background-repeat: no-repeat;background-position: -176px -61px;}
#nav_prof_current{float: left;display: block;height: 30px;width: 175px;
	background-image: url(images/nav.jpg);background-repeat: no-repeat;background-position: -176px -61px;}
#nav_prof_current a{float: left;display: block;height: 30px;width: 175px;
	background-image: url(images/nav.jpg);background-repeat: no-repeat;background-position: -176px -61px;}

#nav_solution {float: left;}
#nav_solution a{float: left;display: block;height: 30px;width: 175px;background-image: url(images/nav.jpg);
	background-repeat: no-repeat;background-position: 0px -91px;}
#nav_solution a:hover{background-image: url(images/nav.jpg);background-repeat: no-repeat;background-position: -176px -91px;}

#nav_solution_current{float: left;display: block;height: 30px;width: 175px;background-image: url(images/nav.jpg);background-repeat: no-repeat;background-position: -176px -91px;}
#nav_solution_current a{float: left;display: block;height: 30px;width: 175px;
	background-image: url(images/nav.jpg);background-repeat: no-repeat;background-position: -176px -91px;}
                     
#nav_news {float: left;}
#nav_news a{float: left;display: block;height: 30px;width: 175px;background-image: url(images/nav.jpg);background-repeat: no-repeat;background-position: 0px -121px;}
#nav_news a:hover{background-image: url(images/nav.jpg);background-repeat: no-repeat;background-position: -176px -121px;}
#nav_news_current{float: left;display: block;height: 30px;width: 175px;background-image: url(images/nav.jpg);background-repeat: no-repeat;background-position: -176px -121px;}
#nav_news_current a{float: left;display: block;height: 30px;width: 175px;background-image: url(images/nav.jpg);background-repeat: no-repeat;background-position: -176px -121px;}
	
#nav_strategic {float: left;}
#nav_strategic a{float: left;display: block;height: 30px;width: 175px;background-image: url(images/nav.jpg);background-repeat: no-repeat;background-position: 0px -151px;}
#nav_strategic a:hover{background-image: url(images/nav.jpg);background-repeat: no-repeat;background-position: -176px -151px;}
#nav_strategic_current{float: left;display: block;height: 30px;width: 175px;background-image: url(images/nav.jpg);background-repeat: no-repeat;background-position: -176px -151px;}
#nav_strategic_current a{float: left;display: block;height: 30px;width: 175px;background-image: url(images/nav.jpg);background-repeat: no-repeat;background-position: -176px -151px;}

#nav_company {float: left;}
#nav_company a{float: left;display: block;height: 30px;width: 175px;background-image: url(images/nav.jpg);background-repeat: no-repeat;background-position: 0px -181px;}
#nav_company a:hover{background-image: url(images/nav.jpg);background-repeat: no-repeat;background-position: -176px -181px;}
#nav_company_current{float: left;display: block;height: 30px;width: 175px;background-image: url(images/nav.jpg);background-repeat: no-repeat;background-position: -176px -181px;}
#nav_company_current a{float: left;display: block;height: 30px;width: 175px;background-image: url(images/nav.jpg);background-repeat: no-repeat;background-position: 176px -181px;}		

#nav_contact {float: left;}
#nav_contact a{float: left;display: block;height: 30px;width: 175px;background-image: url(images/nav.jpg);background-repeat: no-repeat;background-position: 0px -211px;}
#nav_contact a:hover{background-image: url(images/nav.jpg);background-repeat: no-repeat;background-position: -176px -211px;}
#nav_contact_current{float: left;display: block;height: 30px;width: 175px;background-image: url(images/nav.jpg);background-repeat: no-repeat;background-position: -176px -211px;}
#nav_contact_current a{float: left;display: block;height: 30px;width: 175px;background-image: url(images/nav.jpg);background-repeat: no-repeat;background-position: -176px -211px;}

.leftnav_2nd {background-image: url(images/leftnav_bg_2nd.gif);width: 175px;padding-top: 10px;padding-right: 0px;padding-bottom: 10px;padding-left: 0px;float: left;display: block;
	border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: #d3d3d3;}

.leftnav_2nd a{width: 144px;padding-right: 10px;padding-left: 21px;display: block;
	background-image: url(images/leftnav_arrow.gif);background-position: 4px center;background-repeat: no-repeat;}
.leftnav_2nd a:link, .leftnav_2nd a:visited, .leftnav_2nd a:active {color: #09203c;}
.leftnav_2nd a:hover {color: #de791e;text-decoration: none;}
.leftnav_2nd_current {background-image: url(images/leftnav_bg_2nd_current.gif);width: 175px;padding-top: 10px;padding-right: 0px;padding-bottom: 10px;padding-left: 0px;
	float: left;display: block;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: #d3d3d3;}
.leftnav_2nd_current a{width: 144px;padding-right: 10px;padding-left: 21px;display: block;
	background-image: url(images/leftnav_arrow_current.gif);background-position: 4px center;background-repeat: no-repeat;}
.leftnav_2nd_current a:link, .leftnav_2nd_current a:visited, .leftnav_2nd_current a:active {color: #de791e;}
.leftnav_2nd_current a:hover {color: #de791e;text-decoration: none;}

/* ------------- Left col ------------ */
#home_signup {background-image: url(images/title_home_subscribe.jpg);background-repeat: no-repeat;background-position: top;width: 175px;margin: 0px;padding: 0px;float: left;}
#home_signup span {padding: 64px 15px 50px 21px;display: block;}
.home_signup_field {font-size: 11px;margin:10px 0px 15px 0px;display: block;padding: 0px;width: 90%;}

.inside_signup_field {
	margin-bottom: 6px;
	font-size: 11px;
	margin-top: 6px;
	margin-right: 0px;
	margin-left: 0px;
	display: block;
	padding: 0px;
	width: 90%;
}

#home_logo_msp {
	background-image: url(images/logo_msp.gif);
	float: left;
	height: 80px;
	width: 175px;
	
}

#home_logo_msp span{
	display: none;
}

#leftcol_footer {
	background-image: url(images/leftcol_footer.gif);
	height: 8px;
	width: 175px;
	padding: 0px;
	margin-top: 100%;
	position: relative;
	margin-bottom: 0px;
}

/* ------------ Center Col - Home ------------- */

#home_center_container {
	padding: 0px;
	width: 745px;
	float: left;
	position: relative;
	background-image: url(images/home_center_bg.gif);
}

#home_about_container {
	padding: 0px;
	width: 745px;
	float: left;
	background-image: url(images/home_about_bg.gif);
	margin: 0px;
}

#home_about {
	background-image: url(images/title_home_about.gif);
	width: 424px;
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 68px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
}

#home_about span {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#home_quote {
	width: 264px;
	float: left;
	font-style: italic;
	font-weight: bold;
}
#quoter_indent {
	background-image: url(images/quoter_dash.gif);
	background-repeat: no-repeat;
	display: block;
	margin-left: 20px;
	background-position: 0px 7px;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	font-style: normal;
	font-weight: normal;
}
#home_services_container {
	width: 745px;
}
#home_services_title {
	background-image: url(images/title_home_services.gif);
	height: 53px;
	width: 745px;
}
.home_services_pic1 {
	margin: 0px;
	padding: 1px 0px 0px 3px;
	float: left; 
}

.home_services_pic2 {
	margin: 0px;
	padding: 1px 0px 0px 6px;
	float: left; 
}

.home_services_pic3 {
	margin: 0px;
	padding: 1px 0px 0px 6px;
	float: left; 
}

.home_featurebox_wrap {
	background-image: url(images/home_featurebox_bg.gif);
}

#home_services_Mtext {

	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 30px;
	padding-left: 15px;
	width: 215px;
	float: left;
	background-position: left;
}

#home_services_Ptext {

	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	width: 215px;
	float: left;
	background-position: 0px 0px;
}

#home_services_Wtext {

	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 30px;
	padding-left: 15px;
	width: 215px;
	float: left;
	background-position: 0px 0px;
}

#home_services_more {
	float: left;
	padding-right: 8px;
}
.home_services_more {
	float: left;
	padding-right: 8px;
}
#home_news {float: left;}
.home_news {float: left;}

#home_news_title {
	background-image: url(images/title_home_news.gif);
	float: left;
	height: 51px;
	width: 495px;
}

#home_news_text {
	padding: 20px;
	width: 391px;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
}

.home_news_text {
	padding: 20px 30px 20px 30px;
	width: 435px;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
}
#home_news_div {
	background-image: url(images/home_news_div.gif);
	height: 1px;
	width: 431px;
	margin: 0px;
	padding: 0px;
}

.news_date {
	color: #4d8033;
}

.news_title {
	font-weight: bold;
}
.home-news-container {
	float: left;
	width: 485px;
}

.home_featured_rightcol {
	float: right;
	width: 256px;
	background: url(images/home-rightcol-ds.gif) repeat-y 0 0;
}

/* ------------ Center Col - Inside ------------- */

.image_floatright {
	float: right;
	padding-bottom: 10px;
	padding-left: 10px;
	border: 0px;
}

#inside_center_col {
	background-image: url(images/inside_center_col_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px top;
	float: left;
	width: 391px;
	padding-top: 0px;
	padding-right: 24px;
	padding-bottom: 30px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
}

#contact_center_col {
	background-image: url(images/inside_center_col_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px top;
	float: left;
	width: 391px;
	padding-top: 0px;
	padding-right: 24px;
	padding-bottom: 30px;
	padding-left: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
}

#contact_center_col span {
	display: block;
	width: 391px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	float: left;
}
.asterisk {
	padding-left: 10px;
	background-image: url(images/asterisk.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
}
.contact_center_text {
	font-weight: bold;
	width: 90px;
	display: block;
	float: left;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 0px;
}

.contact_center_text2 {
	font-weight: bold;
	display: block;
	float: left;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 12px;
	padding-left: 0px;
}

.contact_center_text_zip {
	font-weight: bold;
	display: block;
	float: left;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 30px;
}

.contact_center_text_required {
	font-weight: bold;
	width: 90px;
	display: block;
	float: left;
	background-image: url(images/asterisk.gif);
	background-repeat: no-repeat;
	background-position: 91px 9px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 0px;
}

.contact_center_fields {
	display: block;
	float: left;
	padding-bottom: 12px;
}
.field {
	font-size: 11px;
}

.field_long 
{
	float: left;
	font-size: 11px;
	width: 150px;
}

.field_medium {
	font-size: 11px;
	width: 90px;
}

.field_short {
	font-size: 11px;
	width: 50px;
}

.messagebox {
	font-size: 11px;
	width: 250px;
}

#inside_center_title {
	display: block;
	padding-top: 23px;
	padding-right: 0px;
	padding-bottom: 32px;
	padding-left: 0px;
	width: 391px;
}

#inside_center_content {
	width: 391px;
}

#button_30daytrial {
	display: inline;
	float: right;
}

#button_30daytrial a{
	background-image: url(images/button_30daytrial.jpg);
	background-position: 0px 0px;
	height: 66px;
	width: 198px;
	display: block;
}

#button_30daytrial a:hover{
	background-image: url(images/button_30daytrial.jpg);
	background-position: 0px -66px;
}

.title_green {
	font-size: 14px;
	color: #4d8033;
}

.inside_news_container {
	padding:0 0 20px 0;
	width: 391px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #e5e5e5;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}


/* ----------------- Right Col ----------------- */

.home_solutions_container {
	background-image: url(images/home_solutions_bg.jpg);
	width: 314px;
}

#home_solutions_title {
	background-image: url(images/title_home_solutions.jpg);
	height: 51px;
	width: 314px;
}

#home_solutions_standard {
	background-image: url(images/home_solutions_standardText.gif);
	background-position: 22px 8px;
	width: 269px;
	padding-top: 29px;
	padding-right: 22px;
	padding-left: 22px;
	background-repeat: no-repeat;
	padding-bottom: 8px;
}

#home_solutions_advanced {
	background-image: url(images/home_solutions_advancedText.gif);
	background-position: 22px 8px;
	width: 269px;
	padding-top: 29px;
	padding-right: 22px;
	padding-left: 22px;
	background-repeat: no-repeat;
	padding-bottom: 8px;
}

#home_solutions_premium {
	background-image: url(images/home_solutions_premiumText.gif);
	background-position: 22px 8px;
	width: 269px;
	padding-top: 29px;
	padding-right: 22px;
	padding-left: 22px;
	background-repeat: no-repeat;
	padding-bottom: 8px;
}

#home_solutions_data {
	background-image: url(images/home_solutions_dataBG.jpg);
	width: 217px;
	padding-top: 29px;
	padding-right: 75px;
	padding-bottom: 0px;
	padding-left: 22px;
	height: 50px;
}

#home_featured_title {
	background-image: url(images/title_home_featured.jpg);
	height: 51px;
	width: 314px;
}


/* ----------------- Right Col - Inside ----------------- */

#inside_right_col {
	float: left;
	width: 310px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	display: block;
}

#inside_right_pic {
	/*background-image: url(images/pic_temp_right.jpg);
	background-repeat: no-repeat;
	height: 209px;*/
	width: 300px;
	background-position: left;
	float: left;
}

#inside_right_title {
	background-image: url(images/title_inside_related.gif);
	height: 33px;
	width: 280px;
	float: left;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#inside_right_content {
	width: 260px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 20px;
	float: left;
}

.resource_document {
	background-image: url(images/icon_doc.gif);
	background-repeat: no-repeat;
	background-position: left 10px;
	display: block;
	width: 240px;
	padding-left: 17px;
	margin: 0px;
	float: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.resource_link {
	background-image: url(images/icon_link.gif);
	background-repeat: no-repeat;
	background-position: left 10px;
	display: block;
	width: 240px;
	padding-left: 17px;
	float: left;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
}



/* ----------------- Footer ----------------- */
#footer {
	background-image: url(images/footer.gif);
	height: 92px;
	width: 920px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	line-height: 16px;
}

#footer_inside {
	background-image: url(images/footer_inside.gif);
	height: 89px;
	width: 920px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	line-height: 16px;
}


/*  New  */
.do_not_display{display:none}
.red_border{border:dashed 1px red;}
.green_border{border:dashed 1px green;}
.detailsTitle{margin:0px 10px 10px 0px; font-weight:bold;}
.modalBackground {background-color:black;}
.just_bold {font-weight:bold;}

.modalPopupConfirm {background-image:url(images/sidebar_header.gif); background-position:top; background-repeat:no-repeat;	
	border-bottom-width:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;color: #09203c;overflow:hidden; background-color:White;
	border-width:1px;border-style:solid;border-color:Gray;padding:0px; text-align:center;}

.modalPopupWait{background-color:white;
	border-width:3px;border-style:solid;border-color:Gray;padding:3px;width:500px;color:Black;overflow:hidden;}
	
.buttonsmall{
    background: url(images/button_bg.gif);
    background-repeat:no-repeat; 
    background-color:white;
    font-size:10px; color:White;    
    cursor: pointer;font-family: Verdana, Arial, Helvetica, sans-serif;
}	

.clear_row {
	clear: both;
	line-height: 0;
	height: 0px;
	margin: 0px;
	padding: 0px;
}

a.featured1 {
	float: right;
	background: url(images/feat-r_datasure.jpg) no-repeat top left;
	width: 250px;
	height: 121px;
}
a.featured1:hover { background: url(images/feat-r_datasure.jpg) no-repeat bottom left; }

a.featured2 {
	float: right;
	background: url(images/feat-r_clientref.jpg) no-repeat top left;
	width: 250px;
	height: 114px;
}
a.featured2:hover { background: url(images/feat-r_clientref.jpg) no-repeat bottom left; }

a.featured3 {
	float: right;
	background: url(images/feat-r_network.jpg) no-repeat top left;
	width: 250px;
	height: 115px;
}
a.featured3:hover { background: url(images/feat-r_network.jpg) no-repeat bottom left; }

a.featured4 {
	float: right;
	background: url(images/feat-r_employment.jpg) no-repeat top left;
	width: 250px;
	height: 118px;
}
a.featured4:hover { background: url(images/feat-r_employment.jpg) no-repeat bottom left; }

a.home-client-login {
	float: right;
	width: 181px;
	height: 30px;
	background: url(images/nav_client.jpg) no-repeat top left;
}
a.home-client-login:hover {background: url(images/nav_client.jpg) no-repeat bottom left;}

a.services-managed-btn {
	float: left;
	width: 242px;
	height: 153px;
	background: url(images/home_managed_feat.jpg) no-repeat top left;
}
a.services-managed-btn:hover { background: url(images/home_managed_feat.jpg) no-repeat bottom left; }

a.services-professional-btn {
	float: left;
	width: 242px;
	height: 153px;
	background: url(images/home_pro_feat.jpg) no-repeat top left;
}
a.services-professional-btn:hover { background: url(images/home_pro_feat.jpg) no-repeat bottom left; }

a.services-web-btn {
	float: left;
	width: 242px;
	height: 153px;
	background: url(images/home_web_feat.jpg) no-repeat top left;
}
a.services-web-btn:hover { background: url(images/home_web_feat.jpg) no-repeat bottom left; }

a.featured-read-left {
	float: left;
	width: 245px;
	height: 23px;
	padding-right: 6px;
	background: url(images/home_services_moreleft.gif) no-repeat top left;
}
a.featured-read-left:hover {background: url(images/home_services_moreleft.gif) no-repeat bottom left;}

a.featured-read-center {
	float: left;
	width: 242px;
	height: 23px;
	padding-right: 6px;
	background: url(images/home_services_morecenter.gif) no-repeat top left;
}
a.featured-read-center:hover {background: url(images/home_services_morecenter.gif) no-repeat bottom left;}

a.featured-read-right {
	float: left;
	width: 245px;
	height: 23px;
	
	background: url(images/home_services_moreright.gif) no-repeat top left;
}
a.featured-read-right:hover {background: url(images/home_services_moreright.gif) no-repeat bottom left;}