@charset "UTF-8";
/* CSS Document */



/* CSS Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* End CSS Reset */




/* Start Typography */
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-top: 0px;
	line-height: 18px;
	letter-spacing: normal;
	text-align: left;
  }
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #BB1C8D;
	line-height: 150%;
	letter-spacing: normal;
	text-align: left;
  }
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #BE2C95;
	margin-top: 0px;
	line-height: 150%;
	text-align: left;
  }
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #00AEEF;
	margin-top: 0px;
	line-height: 120%;
	letter-spacing: normal;
	text-align: left;
  }

.googlesearchtext {
	color: #FFFFFF;
	text-align: right;
}

.white_body {
	color: #FFFFFF;
	text-align: center;
}

.updatetextheader {
	color: #2D3590;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.update_header {
	margin-top: 20px;
}

.news_header {
	margin-top: 15px;
}

.conact_sidetext {
	color: #333B94;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.home_text {
	color: #333333
}

.purple_h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #8B3F97;
	margin-top: 0px;
	line-height: 150%;
	text-align: left;
}

.blue_h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #2D3590;
	margin-top: 0px;
	line-height: 150%;
	text-align: left;
}

/* END LIST OF LISTS SEARCH TOOL CSS */
.cyan_h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #00ADEE;
	margin-top: 0px;
	line-height: 150%;
	text-align: left;
}

.topmarg15px {
	margin-top: 25px;
}


/* End Typography */





/* Start Navigation */

#nav {
	position: absolute;
	top: 124px;
	left: 40px;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 24px;
	display: inline;
	overflow: hidden;
	width: 625px;
	}
	
#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#nav a {
	float: left;
	padding: 24px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:24px; /* for IE5/Win */
	}

#nav a:hover {
	background-position: 0 -24px;
	}

#nav a:active, #nav a.selected {
background-position: 0 -48px;
}

#thome a  {
	width: 59px;
	background: url(images/nav_home.jpg) top left no-repeat;
	}

#tbusiness a  {
	width: 112px;
	background: url(images/nav_bus_data.jpg) top left no-repeat;
	}

#tconsumer a  {
	width: 119px;
	background: url(images/nav_consumer_data.jpg) top left no-repeat;
	}

#temail a  {
	width: 88px;
	background: url(images/nav_email_data.jpg) top left no-repeat;
	}
	
#tsms a  {
	width: 80px;
	background: url(images/nav_sms_data.jpg) top left no-repeat;
	}

#tservices a  {
	width: 110px;
	background: url(images/nav_data_services.jpg) top left no-repeat;
	}
	

#tcontact a  {
	width: 57px;
	background: url(images/nav_contact.jpg) top left no-repeat;
	}


/* End Navigation */


/* Start Panel Rollovers */


a.consumer_panel {
	background: url(images/consumer_data.jpg) repeat 0px 0px;
	width: 300px;
	height: 207px;
	display: block;
}

a.consumer_panel span { 
        display: none; 
}

a.consumer_panel:hover {
	background: url(images/consumer_data.jpg) repeat 0px -207px;
}



a.business_panel {
	background: url(images/business_data.jpg) repeat 0px 0px;
	width: 300px;
	height: 207px;
	display: block;
}

a.business_panel span { 
        display: none; 
}

a.business_panel:hover {
	background: url(images/business_data.jpg) repeat 0px -207px;
}




a.email_panel {
	background: url(images/email_data.jpg) repeat 0px 0px;
	width: 300px;
	height: 207px;
	display: block;
}

a.email_panel span { 
        display: none; 
}

a.email_panel:hover {
	background: url(images/email_data.jpg) repeat 0px -207px;
}



a.sms_panel {
	background: url(images/sms_data.jpg) repeat 0px 0px;
	width: 300px;
	height: 207px;
	display: block;
}

a.sms_panel span { 
        display: none; 
}

a.sms_panel:hover {
	background: url(images/sms_data.jpg) repeat 0px -207px;
}




/* End Panel Rollovers */






/* Start Main Layout */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #666666;
}

#main_wrap {
	margin-left: auto;
	margin-right: auto;
	width: 1020px;
	background-color: #FFFFFF;
}

#main_container {
	width: 1020px;
	text-align: left;
	position: relative;
	background-color: #FFFFFF;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 1020px;
}

#logo {
	position: absolute;
	left: 38px;
	top: 30px;
	visibility: visible;
	width: 248px;
	height: 47px;
}

#email {
	position: absolute;
	top: 125px;
	left: 840px;
}

a.home_email {
	background: url(images/email1.jpg) repeat 0px 0px;
	width: 141px;
	height: 21px;
	display: block;
	}
a.home_email span { 
	display: none; 
	}

a.home_email:hover {
	background: url(images/email2.jpg) repeat 0px 0px;
	}



#search {
	position: absolute;
	left: 692px;
	top: 410px;
}

#search_header {
	margin: 0 0 50px 0;
}

.googlesearchbox {
	width: 189px;
	height: 20px;
	border: solid #4b4b95 2px;
}


#main_content {
	width: 620px;
	margin-left: 40px;
	margin-top: 20px;
}

#main_copy {
	width: 620px;
}

.two_panel_container_top {
	width: 620px;
	margin-top: 20px;
}
.two_panel_container_top2 {
	width: 620px;
}

.two_panel_container_top3 {
	width: 620px;
	margin-top: 40px;
}

.two_panel_container {
	width: 620px;
	margin-top: 25px;
}

.one_panel_container_left {
	width: 300px;
}

.one_panel_container_right {
	width: 300px;
	float: right;
}

.panel_image {
}

.panel_text {
	margin-top: 15px;
}

#form_container {
	width: 620px;
	background-color: #2C2C2C;
	height: 600px;
}


#form {
	width: 300px;
	position: relative;
}


#form_name {
}

/* End Main Layout */
#form_phone {
	margin-top: 25px;
}
#form_email {
	margin-top: 25px;
}
#form_time {
	margin-top: 25px;
}
#form_date {
	margin-top: 25px;
}

#form_company {
	margin-top: 25px;
}
#form_submit {
	margin-top: 15px;
}

.formtextbox {
	border-color:#8C3E97;
	border-width: 1px;
	border-style: solid;
	width: 300px;
	margin-top: 8px;
	vertical-align: bottom;
}

.formtextbox2 {
	border-color:#0099FF;
	border-width: 1px;
	border-style: solid;
	width: 300px;
	margin-top: 8px;
	vertical-align: bottom;
}


.formtext {
	color: #333333;
	font-weight: bold;
	text-align: left;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}


#sidebar {
	width: 300px;
	float: right;
	margin-top: 20px;
	margin-left: 0px;
	background-color: #FFFFFF;
	height: 800px;
	margin-right: 40px;
	display: inline;  /* work around IE double margin float bug */
}

#footer {
	width: 1020px;
	height: 75px;
	clear: both;
	bottom: 0px;
	background-image: url(images/footer.jpg);
}

#footer_text {
	padding-top: 10px;
}

.formmessagebox {
	border-color:#B91D8D;
	border-width: 1px;
	border-style: solid;
	width: 300px;
	margin-top: 8px;
	vertical-align: bottom;
	height: 100px;
}

.formmessagebox2 {
	border-color:#0099FF;
	border-width: 1px;
	border-style: solid;
	width: 300px;
	margin-top: 8px;
	vertical-align: bottom;
	height: 100px;
}

#form_message {
	margin-top: 25px;
}

#list_search {
	padding-bottom: 25px;
}

.margin_bottom {
	margin-bottom: 25px;
}



/* BEGIN LIST OF LISTS SEARCH TOOL CSS */

div.loldiv {
	font-family: font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

form.lolform {
	padding: 0px;
	margin: 0px;
	border: 0px;
	display: inline;
}

table.loltable {
	width: 620px
	margin: 0px auto auto auto;
	padding: 0px;
	border: none;
	border-collapse: collapse;
}

td.loltabletdleft {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	width: 300px;
	text-align: left;
}

td.loltabletdright {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	width: 320px;
	text-align: right;
}

table.lolsearchtable {
	width: 300px;
	margin: 0px 0px 20px 20px;
	padding: 0px;
	border-collapse: collapse;
	text-align: left;
}

td.lolsearchtdleft {
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	text-align: left;
	width: 60px;
}

td.lolsearchtdright {
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
	text-align: right;
	width: 240px;
}

input.lolinputbox {
	width: 235px;
	font-family: font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-style: solid;
	border-width: 1px;
}

div.lolbox {
	width: 298px;
	height: 180px;
	overflow-y: scroll;
	background-color: #ffffff;
	border-style: solid;
	border-width: 1px;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	text-align: left;
	font-family: font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div.lolboxoption {
	margin: 0px;
	padding: 1px 6px 1px 6px;
	cursor: pointer;
	background-color: #ffffff;
}

div.lolboxloading {
	margin: 0px;
	padding: 1px 6px 1px 6px;
	cursor: default;
	background-color: #ffffff;
	text-align: center;
	color: #808080;
	font-weight: bold;
}

div.lolboxempty {
	margin: 0px;
	padding: 1px 6px 1px 6px;
	cursor: default;
	background-color: #ffffff;
	text-align: center;
	color: #808080;
	font-weight: bold;
}

div.portfoliobox {
	text-align: center;
	display: none;
	width: 620px;
	margin: 0px auto auto 0px;
	padding: 0px;
	font-family: font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div.portfolioboxloading {
	margin: 0px;
	padding: 20px 6px 10px 6px;
	cursor: default;
	text-align: center;
	color: #808080;
	font-weight: bold;
}

div.portfolioboxinner {
	text-align: left;
	margin: 20px auto 0px auto;
	padding: 10px;
	border-style: solid;
	border-width: 1px;
	background-color: #ffffff;
}

div.portfoliotext { }

div.portfoliolabel {
	color: #666666;
}

div.portfolioheading {
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
}

div.portfolioheadingsp {
	color: #666666;
	font-weight: bold;
	text-decoration: underline;
	margin: 18px 0px 0px 0px;
}

div.portfolioname {
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	margin: 6px 0px 18px 0px;
}

table.portfoliotableouter {
	width: 100%;
	margin: 0px 0px 12px 0px;
	padding: 0px;
	border-collapse: collapse;
}

td.portfoliotableouterleft {
	width: 40%;
	text-align: left;
	vertical-align: top;
}

td.portfoliotableouterright {
	width: 30%;
	text-align: right;
	vertical-align: top;
}

table.portfoliotableinnerl {
	margin: 0px auto 0px 0px;
	padding: 0px;
	border-collapse: collapse;
}

table.portfoliotableinnerr {
	margin: 0px 0px 0px auto;
	padding: 0px;
	border-collapse: collapse;
}

td.portfoliotableinnerheading {
	text-align: center;
	padding: 0px 6px 0px 6px;
}

td.portfoliotableinnerleft {
	text-align: left;
	padding: 0px 6px 0px 6px;
}

td.portfoliotableinnerright {
	text-align: right;
	padding: 0px 6px 0px 6px;
}

div.printbuttoncontainer {
	margin: 20px auto 0px auto;
	text-align: center;
}

a.printbutton,a.printbutton:hover {
	margin: auto;
	padding: 5px 15px 5px 15px;
	background-color: #e0e0e0;
	text-align: center;
	cursor: pointer;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
