/* HTML */
body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #003466;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* Left panel*/
.topblue {
	width: 244px;
	height: 24px;
	text-indent: 20px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 0px;
	background-color: #003466;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
}
.topblue a:link {
	color: #FFF;
}
.topblue a:visited {
	color: #FFF;
}
.topblue a:hover {
	text-decoration: underline;
	color: #FFF;
}
.container_logo {
	width: 244px;
	height: 174px;
	background-color: #D9E8EF;
}

/* INTERFACE BUTTONS*/
.container_interface {
	width: 244px;
	height: 191px;
	background-color: #415259;
}
.btn_interface {
	margin-left: 44;
	width: 200px;
	height: 34px;
	float: right;
	background-repeat: no-repeat;
	background-position: top;
}
#btn_about {
	width: 200px;
	height: 34px;
	background-image: url(../img/interface/aboutus.gif);
	background-repeat: no-repeat;
	background-position: right;
}
/*#btn_about a:hover,*/
#btn_about_over {
	width: 200px;
	height: 34px;
	background-image: url(../img/interface/aboutus_f2.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#btn_services {
	width: 200px;
	height: 34px;
	background-image: url(../img/interface/services.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#btn_services_over {
	width: 200px;
	height: 34px;
	background-image: url(../img/interface/services_f2.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#btn_faqs {
	width: 200px;
	height: 34px;
	background-image: url(../img/interface/faqs.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#btn_faqs_over {
	width: 200px;
	height: 34px;
	background-image: url(../img/interface/faqs_f2.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#btn_pricing {
	width: 200px;
	height: 34px;
	background-image: url(../img/interface/pricing.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#btn_pricing_over {
	width: 200px;
	height: 34px;
	background-image: url(../img/interface/pricing_f2.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#btn_contacts {
	width: 200px;
	height: 34px;
	background-image: url(../img/interface/contactus.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#btn_contacts_over {
	width: 200px;
	height: 34px;
	background-image: url(../img/interface/contactus_f2.gif);
	background-repeat: no-repeat;
	background-position: top;
}


.container_info {
	width: 244px;
	height: 100px;
	padding-top: 10px;
	background-color: #AABBCB;
}
.header_fontblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 800;
	text-indent: 28px;
	color: #013366;
}
.contact_fontblack {
	margin-top: 5px;
	margin-left: 35px;
	margin-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
.contact_fontblack a:link {
	text-decoration: underline;
}
.contact_fontblack a:visited {
	text-decoration: none;
	color: #333333;
}
.contact_fontblack a:hover {
	text-decoration: underline;
}

/* Main panel*/
.container_splash_image {
	margin-left: 3px;
}
.container_splash_text {
	margin-left: 3px;
	background-color: #1F1E26;
}
.container2_splash_text {
	height: 68px;
	margin-left: 3px;
	background-color: #1F1E26;
}
.header_fontwhite {
	text-indent: 20px;
	padding-top: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	/*font-weight: bold;*/
	color: #FFF;
}
.header_fontliteblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-indent: 28px;
	color: #DEE5FF;
}
.fontgray {
	margin-left: 35px;
	margin-right: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9D9D9D;
}
.container_blurb {
	margin-left: 3px;
	background-color: #DAD6D7;
}
.fontmaroon {
	margin-top: 10px;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 800;
	color: #990000;
}
.fontmaroon a:link {
	color: #990000;
}
.fontmaroon a:visited {
	color: #990000;
	text-decoration: none;
}
.fontmaroon a:hover {
	text-decoration: underline;
	color: #990000;
}
.fontgreen {
	margin-top: 10px;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 800;
	color: #006600;
}
.fontblack {
	margin-top: 5px;
	margin-left: 25px;
	margin-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.fontgrayish {
	margin-top: 10px;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 800;
	color: #003466;
}


/* FOOTER */
.footer_bluestrip {
	width: 100%;
	height: 16px;
	background-color: #04213F;
}
.footer_tealstrip {
	width: 100%;
	height: 57px;
	padding-top: 10px;
	background-color: #415259;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #FFF;
}
.footer_text {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #FFF;
}
.footer_text a:link {
	color: #FFF;
}
.footer_text a:visited {
	color: #FFF;
}
.footer_text a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #FFF;
}

/*crumbs*/
.telemarketing_crumbs a:link{
 font-family:Arial, Helvetica, sans-serif;
 font-size:10px;
 color:#FFFFFF;
 
 text-decoration:none;

		}
.telemarketing_crumbs a:visited{
 font-family:Arial, Helvetica, sans-serif;
 font-size:10px;
 color:#FFFFFF;
  text-decoration:none;

		}
.telemarketing_crumbs a:hover{
 font-family:Arial, Helvetica, sans-serif;
 font-size:10px;
 color:#FFFFFF;
 text-decoration:underline;

	}
	
.telemarketing_crumbs {
 font-family:Arial, Helvetica, sans-serif;
 font-size:10px;
 color:#FFFFFF;
 text-decoration:none;
padding:10px 0px 0px 20px;
	}

h1.telemarketing_headers{
padding:0px 10px 0px 20px;
color:#FFFFFF;
font-size:14px;
font-family:Arial, Helvetica, sans-serif;

	}

