@import url('/css/reset.css');

body {
	background: #e2ebf3 url(../img/bg_pg.gif) repeat-x 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #616265;
}

p, ul, ol {
	margin: 0 0 20px 0;
}

h1 {
	font-size: 24px;
	margin: 20px 0;
	letter-spacing: -1px;
	color: #3c3d3f;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
}

a:link, a:visited {
	color: #456f94;
	text-decoration: underline;
}

a:hover, a:active {
	color: #ff0096;
}

blockquote {
	font-size: larger;
	width: 94%;
	margin: auto;
	font-weight: bold;
}

blockquote strong {
	color: #ff0096;	
}

table {
	border-collapse: collapse;
	border: 1px solid #666;	
	width: 100%;
	margin: 20px 0;
}

table th {
	background: #666;
	color: #fff;
	font-size: 16px;
	line-height: 40px;
}

table td, table th {
	border-collapse: collapse;
	border: 1px solid #666;	
	height: 40px;
	padding: 5px;
}

#container {
	width: 960px;
	margin: 0 auto;
	position: relative;
	padding: 30px 0;
}

form#NewsletterAddForm {
	position: absolute;
	top: 2px;
	right: 0;
	font-size: 11px;
	color: #fff;
}

form#NewsletterAddForm fieldset, form#NewsletterAddForm div {
	float: left;
	display: inline;
	margin: 0 1px;
}

form#NewsletterAddForm fieldset input {
	border: none;
	height: 13px;
	padding: 2px;
}

form#NewsletterAddForm label {
	margin: 0 5px 0 0;
	position: relative;
	top: -2px;
}

.submit input {
	background: url(../img/btn_go.gif) no-repeat 0 0;
	width: 37px;
	height: 17px;
	text-indent: -99999px;
	border: none;
}

#header {
	height: 90px;
	clear: both;
}

p#logo {
	float: left;
	width: 248px;
	height: 84px;
	text-indent: -99999px;
	background: url(../img/logo_tf.png) 0 0;
	position: relative;
	z-index: 2;
}

ul#main_nav {
	float: right;
	position: relative;
	top: 20px;
	background: url(../img/nav/bg_nav.gif) repeat-x bottom center;
	margin: 0;
}

ul#main_nav li {
	display: inline;
}

ul#main_nav li a {
	display: block;
	text-indent: -99999em;
	background-color: #fff;
	height: 24px;
	float: left;
	margin: 0 10px;
}

ul#main_nav li a.l_home {
	background: url(../img/nav/home.gif) 0 0 no-repeat;
	width: 55px;
	margin: 0 10px 0 0;
}

ul#main_nav li a:hover.l_home {
	background: url(../img/nav/home_over.gif) 0 0 no-repeat;
}

a.l_about {
	background: url(../img/nav/about.gif) 0 0 no-repeat;
	width: 82px;
}

a:hover.l_about {
	background: url(../img/nav/about_over.gif) 0 0 no-repeat;
}

a.l_services {
	background: url(../img/nav/services.gif) 0 0 no-repeat;
	width: 81px;
}

a:hover.l_services {
	background: url(../img/nav/services_over.gif) 0 0 no-repeat;
}

a.l_rates {
	background: url(../img/nav/rates.gif) 0 0 no-repeat;
	width: 60px;
}

a:hover.l_rates {
	background: url(../img/nav/rates_over.gif) 0 0 no-repeat;
}

a.l_help {
	background: url(../img/nav/help.gif) 0 0 no-repeat;
	width: 50px;
}

a:hover.l_help {
	background: url(../img/nav/help_over.gif) 0 0 no-repeat;
}

a.l_partners {
	background: url(../img/nav/partners.gif) 0 0 no-repeat;
	width: 83px;
}

a:hover.l_partners {
	background: url(../img/nav/partners_over.gif) 0 0 no-repeat;
}

ul#main_nav li a.l_contact {
	background: url(../img/nav/contact.gif) 0 0 no-repeat;
	width: 79px;
	margin: 0 0 0 10px;
}

ul#main_nav li a:hover.l_contact {
	background: url(../img/nav/contact_over.gif) 0 0 no-repeat;
}

ul#main_nav li.current a:link.l_home, ul#main_nav li.current a:visited.l_home, ul#main_nav li.current a:active.l_home {
	background: url(../img/nav/home_over.gif) 0 0 no-repeat;	
}

ul#main_nav li.current a:link.l_about, ul#main_nav li.current a:visited.l_about, ul#main_nav li.current a:active.l_about {
	background: url(../img/nav/about_over.gif) 0 0 no-repeat;	
}

ul#main_nav li.current a:link.l_services, ul#main_nav li.current a:visited.l_services, ul#main_nav li.current a:active.l_services {
	background: url(../img/nav/services_over.gif) 0 0 no-repeat;	
}

ul#main_nav li.current a:link.l_help, ul#main_nav li.current a:visited.l_help, ul#main_nav li.current a:active.l_help {
	background: url(../img/nav/help_over.gif) 0 0 no-repeat;	
}

ul#main_nav li.current a:link.l_partners, ul#main_nav li.current a:visited.l_partners, ul#main_nav li.current a:active.l_partners {
	background: url(../img/nav/partners_over.gif) 0 0 no-repeat;	
}

ul#main_nav li.current a:link.l_contact, ul#main_nav li.current a:visited.l_contact, ul#main_nav li.current a:active.l_contact {
	background: url(../img/nav/contact_over.gif) 0 0 no-repeat;	
}

#marquee {
	position: relative;
	top: -50px;
	z-index: 1;
	border-bottom: 7px solid #666;
	height: 365px;
}

ul#teasers {
	margin: -50px 0 0 0;
}

ul#teasers li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 320px;
	height: 250px;
	position: relative;
}

li.t_1 {
	background: url(../img/tease_01.png) 0 0 no-repeat;
}

li.t_2 {
	background: url(../img/tease_02.png) 0 0 no-repeat;
}

li.t_3 {
	background: url(../img/tease_03.png) 0 0 no-repeat;
}

ul#teasers a {
	position: absolute;
	bottom: 12px;
	right: 19px;
	width: 100px;
	height: 17px;
	text-indent: -99999em;
}

#ticker {
	clear: both;
	background: #616265;
	height: 25px;
	padding: 7px 10px 0 10px;
	margin: 260px 0 0 0;
}

#ticker a:link, #ticker a:visited {
	color: #fff;
	text-decoration: none;
}

#ticker a:active, #ticker a:hover {
	text-decoration: underline;
}

p.title, ul.items, p.more {
	display: inline;
	float: left;
}

p.title {
	text-indent: -99999em;
	background: url(../img/bg_current_news.gif) 0 0 no-repeat;
	width: 130px;
	height: 15px;
	position: relative;
	top: 5px;
}

ul.items {
	margin: -10px 0 0 20px;
	background: url(../img/sep_ticker.gif) 0 2px no-repeat;
}

ul.items li {
	width: 650px;
	padding: 10px 0 0 20px;
}

p.more {
	float: right;
}

#content {
	clear: both;
	position: relative;
	top: -13px;
}

#content_in {
	clear:both;
	float:none;
	margin: 0;
	border-top: #666 2px solid;
	position: relative;
}

#sub_content {
	width: 220px;
	background: #e2ebf3 url(../img/bg_side.png) 0 0 no-repeat;
	float: right;
	padding: 0 0 0 10px;
	font-size: 11px;
}

.module {
	background: url(../img/sep_module.gif) bottom center no-repeat;
	padding: 10px;
	margin: 10px 0 0 0;
}

.locations {
	background: none;
}

.module * {
	text-align: center;
}

.module h2 {
	text-indent: -99999em;
	height: 30px;
}

h2#ttl_cons_ntwk {
	background: url(../img/bg_ttl_cons_ntwk.gif) no-repeat 0 0;
	height: 40px
}

h2#ttl_more_support {
	background: url(../img/ttl_more_support.gif) center top no-repeat;
	height: 40px;	
}

h2#ttl_locations {
	background: url(../img/ttl_locations.gif) center top no-repeat;	
}

h2#ttl_contact_us {
	background: url(../img/ttl_contact_us.gif) center top no-repeat;
}

h2#ttl_services {
	background: url(../img/ttl_services.gif) center top no-repeat;	
	height: 40px;	
}

h2#ttl_newsletter {
	background: url(../img/ttl_newsletter.gif) center top no-repeat;	
	height: 40px;	
}

h2#ttl_get_quote {
	background: url(../img/ttl_get_quote.gif) center top no-repeat;	
}

.module h3 {
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 0 10px;
}

#sub_content ul, #sub_content h3, #sub_content h2 {
	clear: both;
	display: block;
}

#sub_content p, #sub_content ul, #sub_content ol {
	margin: 0 0 10px;
}

#sub_content ul li {
	width: 45%;
	display: inline-block;
}

#main_content {
	float: left;
	width: 710px;
	background: url(../img/bg_content.jpg) top right no-repeat;
	padding: 10px 20px 0 0;
}

#main_content.in {
	background: none;
}

#main_content ul {
	list-style-type: disc;
	margin: 20px 0 20px 40px;
}

#main_content h2 {
	color: #456f94;
	font-weight: normal;
	font-size: 18px;
	letter-spacing: -.5px;
}

#footer {
	clear: both;
	border-top: 7px solid #616265;
	text-align: center;
	padding: 20px 0 0 0;
}

#footer li {
	display: inline;
}

#footer p {
	margin: 0;
}

form input {
	font-size: 11px;
}

.example {
	color: #adc4da;
}

h1.starter {
	margin: 10px 0;
}

#sub_content ul.inline {
}

#sub_content ul.inline li {
	display: block;
	width: auto;
	text-align: left;
	margin: 10px 0;
	line-height: normal;
}

/* CONTACT FORM */

#c_form fieldset {
	border: 1px solid #92b1cd;
	padding: 20px;
	margin: 20px 0;
}

#c_form legend {
	font-size: 18px;
	letter-spacing: -.5px;
	margin: 0;
	padding: 0 10px;
	color: #666;
}

#c_form p {
	margin: 10px 0;
}

#c_form input, #c_form select {
	width: 200px;
	background: #92b1cd;
	color: #fff;
	border: none;
	height: 18px;
	padding: 3px;
}

#c_form select {
	height: auto;
	width: 208px;
}

#c_form input#subject {
	width: 400px;
}

#c_form input#submit {
	height: 24px;
	margin: 0 auto 10px auto;
	float: right;
	padding: 5px;
}

#c_form textarea {
	background: #92b1cd;
	color: #fff;
	border: none;
	width: 400px;
	padding: 3px;
}

#c_form label {
	width: 200px;
	float: left;
	text-align: right;
	margin: 3px 10px 0 0;
}

#c_form .form_error {
	background: #FFEBE8;
	border: 1px solid #900;
	color: #900;
	padding: 5px;
}
#c_form .form_error.textarea {
	margin: 5px 0 0 210px;
	width: 394px;
}
#c_form .form_error.input {
	margin: 5px 0 0 210px;
	width: 194px;
}

#response {
	width: 500px;
	float: left;
}

#success {
	display: none;
}

#loading {
	display: block;
	text-align: right;
}

.error {
	background: #900;
	color: #fff;
	padding: 10px;
	margin: 0 0 10px 0;
}

.success {
	background: #060;
	color: #fff;
	padding: 10px;
	margin: 0 0 10px 0;
}

/* SERVICES */

#marquee_inner {
	position: relative;
	top: -50px;
	z-index: 1;
	height: 181px;
	margin-bottom:-50px;
}

h2.tease_h2 {
	background:#666 none repeat scroll 0 0;
	color:#fff;
	font-size:15px;
	font-weight:bold;
	padding:4px;
	text-transform:uppercase;
}

ul#teasers_in {	
	margin:0;
	float:left;
	width:100%;
}

ul#teasers_in li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 320px;
	height: 138px;
	position: relative;
}

ul#teasers_in a {
	bottom:24px;
	height:17px;
	left:14px;
	position:absolute;
	text-indent:-99999em;
	width:100px;
}

li.t_in_1 {
	background: url(../img/tease_in_01.png) 0 0 no-repeat;
}

li.t_in_2 {
	background: url(../img/tease_in_02.png) 0 0 no-repeat;
}

li.t_in_3 {
	background: url(../img/tease_in_03.png) 0 0 no-repeat;
}

#sub_content ul.normal li {	
	width: auto;
	display: block;
}

/* SITEWIDE MISC. */

#main_content.one_column {
	width: 100%;
}

.emphasis {
	color: #ff0096;
	font-weight: bold;
}

.small {
	font-size: 11px;
	margin: 20px 0;
	line-height: normal;
}

ul.faq li {
	margin: 10px 0;
}

/* START LIST COLUMNS */

.cols_two, .cols_three {
	clear: both;
	float: left;
	width: 100%;
	}

.cols_two li {
	width: 35%;
	float: left;
	}

.cols_three li {
	width: 30%;
	float: left;
	}

/* END LIST COLUMNS */

/* NEWS ARTICLES */

.article {
	margin: 20px 0;
}

.article h2 a {
	text-decoration: none;
}

.date {
	color: #ff0096;
	font-size: 14px;
	}

.pagination  {
	margin: 20px 0;
	width: 100%;
	float: left;
	}

.pagination div, .pagination span  {
	float: left;
	clear: none;
	margin: 0 2px;
	}

.pagination a:link, .pagination a:visited {
	padding: 3px 6px;
	background: #92b1cd;
	color: #fff;
	text-decoration: none;
	}

.pagination a:hover, .pagination a:active {
	background: #7d99b2;
	}

sup {
	font-size: .6em;
	position: relative;
	top: -5px;
	}
	
.newsletter_form {
	margin: 20px 0;
	}
	
/*** PARTNERS ***/
.partners li {
	list-style-type: none;
	clear: both;
	margin: 10px 0;
	float: left;
	width: 100%;
	}

.partners img {
	float: left;
	background: #fff;
	padding: 2px;
	border: 1px solid #92b1cd;
	margin: 0 20px 20px 0;
	}

.partner_logo {
	float: left;
	width: 140px;
	text-align: center;
	height: 150px;
}

.partner_copy {
	float: right;
	width: 530px;
}

#main_content.partners ul {
	margin: 20px  0 0 0;
}

.partner_copy ul, .partner_copy ul li {
	list-style: inside;
	list-style-type: disc;
	margin: 0;
}


/*** KERIO ***/

.quote {
	font-size: 18px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, Georgia, "Times New Roman", serif;
	font-style: italic;
	line-height: 1.4em;
	}


/* CALCULATOR */
#quotes {
	padding: 5px 0; 
}	
	#amounts p {
		background: none; 
		padding: 3px; 
	}
	#totals {
		display: none;
		font-weight: bold; 
		padding: 3px 0; 
	}	
		#totals span {
			color: #ff0096; 
			display:block;
			font-size: 18px;
		}
