/* @override 
	http://webdev.connections365.com/css/style.css
	http://www.connections365.com/css/style.css
	http://connections365.com/css/style.css
*/

/* @group Reset */

/* Eric Meyer CSS Reset
 v1.0 | 20080212 */

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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

/* @group Generic */

* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 62.5%;

/* Setting the font size to 62.5% means that 1em = 10px, 1.2em = 12px and so on. */
	background-color: #e4f3f8;
}

body {
	font: 100% Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-align: center;
}

#page {
	width: inherit;
}

h1, h2, h3, h4, h5, h6 {
	
}

p, ul, ol {
	font-size: 1.4em;
	line-height: 1.5em;
}

p {
	margin: 0 0 1.5em;
}

ul {
	margin: 0 0 1.5em;
}

a, a:link, a:visited {
	color: #0087c9;
	text-decoration: underline;
}

a:hover, a:active {
	color: #fc3;
	text-decoration: none;
}

img {
	border: none;
}

/* @group Headers */

h1 {
	
}

h2 {
	font: normal 2.8em/1.1 Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	color: #0188ca;
}

h2 span {
	display: none;
}

h3 {
	font: italic 2.2em/1.1 Georgia, "Times New Roman", Times, serif;
	color: #868686;
}

h4 {
	font: italic 1.7em/1.1 Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	color: #868686;
}

h5 {
	font: bold 1.6em/1.1 Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	color: #0188ca;
}

/* @end */

/* @end */

/* @group Universal Classes */

.outer {
	width: inherit;
	min-width: 950px;
	margin: 0;
	padding: 0;
}

.inner {
	position: relative;
	width: 950px;
	margin: 0 auto;
}

.left {
	float: left;
}

.right {
	float: right;
}

.left_img {
	float: left;
	margin: 0 10px 10px 0;
}

.right_img {
	float: right;
	margin: 0 0 10px 10px;
}

.clear {
	clear: both;
}

.cleared {
	zoom: 1;
}

.cleared:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.small {
	font-size: .9em;
}

.inline {
	display: inline;
}

.more {
	color: #0089c8;
}

.req-js {
	display: none;
}

/* @end */

/* @group Specific */

/* @group Font Size Controls */

#fnt-controls {
	width: 250px;
	margin: 20px 0 0 10px;
}

#fnt-controls p {
	margin: 0;
	font-weight: bold;
	font-size: 1.3em;
}

.fnt-larger, .fnt-reset, .fnt-smaller {
	font-weight: normal;
	color: #0188ca;
	cursor: pointer;
	padding-right: 20px;
}

.fnt-larger:hover, .fnt-reset:hover, .fnt-smaller:hover {
	text-decoration: underline;
}

.fnt-larger span {
	font-size: 1.2em;
	font-weight: bold;
}

.fnt-smaller span {
	font-size: .9em;
	font-weight: bold;
}

/* @end */

/* @group Header */

#header {
	position: relative;
	background: #fff url(../images/layout/bg_header.png) repeat-x left bottom;
	height: 121px;
}

#logo {
	float: left;
	margin: 10px 0 0 0;
}

/* @group Highlighted-links */

ul#highlighted-links {
	list-style-type: none;
	margin: 0;
	padding: 0 0px 0 0;
	float: right;
	zoom: 1;
}

ul#highlighted-links:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

ul#highlighted-links li {
	float: left;
	margin: 11px 0 0 15px;
}

ul#highlighted-links li a {
	color: #ff7e00;
	text-decoration: none;
	position: relative;
	text-align: center;
	overflow: hidden;
	display: block;
	height: 18px;
	background-position: left -34px;
	background-repeat: no-repeat;
}

ul#highlighted-links li a:hover {
	background-position: left 0;
}

ul#highlighted-links li a span {
	position: absolute;
	left: -999px;
}

#news a {
	background: url(../images/layout/icon_news.png);
	width: 54px;
}

#careers a {
	background: url(../images/layout/icon_careers.png);
	width: 74px;
}

#contact a {
	background: url(../images/layout/icon_contact.png);
	width: 102px;
}

/* @end */

/* @group Main Nav */

#top_nav {
	position: absolute;
	top: 92px;
	right: 0;
	margin: 0;
	padding: 0 0px 0 9px;
	height: 23px;
	clear: right;
	zoom: 1;
	float: right;
}

#top_nav:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.left_tip {
	background: url(../images/layout/bg_left_tip.png) no-repeat left top;
}

.right_tip {
	float: right;
	width: 9px;
	background: url(../images/layout/bg_right_tip.png) no-repeat right top;
}

#top_nav ul {
	float: right;
	list-style-type: none;
	background: url(../images/layout/bg_nav.png) repeat-x left top;
	height: 23px;
}

#top_nav ul li {
	float: left;
	padding: 4px 15px 5px 13px;
	background: url(../images/layout/bg_divider.png) no-repeat right center;
	position: relative;
}
#top_nav ul li:hover ul{
	display: block;
	_z-index: 9999 !important;
}
#top_nav ul ul{
	display:none;
	position: absolute;
	background: url(../images/layout/bg_sub_nav_right_tip.png) no-repeat right bottom;
	_background: #E4F1F4;
	margin: 0;
	padding: 0 10px 0 0;
	top: 29px;
	right: 2px;
	width: 500px;
	_width: 100%;
	height: inherit;
	border-top: 2px solid white;
	*border-top: 2px solid white;
	
}
#top_nav ul .nav_providers ul, #top_nav ul .nav_subscribers ul{
	left: -3px;
	background: url(../images/layout/bg_sub_nav_left_tip.png) no-repeat left bottom;
	_background: #E4F1F4;
	padding-left: 10px;
}
#top_nav ul .nav_providers ul li, #top_nav ul .nav_subscribers ul li{
	float: left;
}
#top_nav ul .nav_providers ul li.last, #top_nav ul .nav_subscribers ul li.last{
	background: url(../images/layout/bg_sub_nav_right_tip.png) no-repeat right bottom;
	_background: #E4F1F4;
	padding-right: 10px;
	padding-left: 0px;
}

#top_nav ul .nav_customers ul{
	right: -6px;
	_left: 0px;
}
#top_nav ul ul li {
	height: 24px;
	font-size: 12px;
	padding: 0 0;
	float: right;
	_float: none;
	_display:block;
	_width: 100%;
	background: none;
	}
#top_nav ul ul li.last{
	background: url(../images/layout/bg_sub_nav_left_tip.png) no-repeat left ;
	padding-left: 10px;
	_padding-left: 0;
	padding-right: 0;
}

#top_nav ul ul li a{
	
	color: #999 !important;
	font-weight: normal;
	line-height: 2;
	display: block;
	height: 24px;
	background: #E4F1F4;
	padding: 0 10px;
	_text-align: left;
	_white-space: nowrap;
}
#top_nav ul ul li a:hover{
	color: #666 !important;
}
#top_nav li.last {
	background: none;
	padding-right: 7px;
}

#top_nav li a {
	font-weight: bold;
	color: white;
	text-decoration: none;
	letter-spacing: 1px;
}

#top_nav li a:hover {
	color: #f37700;
}

#top_nav li.active a {
	background: url(../images/layout/white_arrow.png) no-repeat center bottom;
	padding-bottom: 6px;
}
#top_nav li.active li a {
	background: #E4F1F4;
	padding-bottom: 0px;
}

/* @end */

/* @end */

/* @group Main */

#main {
	margin: 0;
	padding: 36px 0 0px 0;
	background: white url(../images/layout/bg_main.png) repeat-x left 3px;
	text-align: left;
}

.content {
	float: right;
	padding: 17px 23px 0px;
	width: 626px;
	background: white url(../images/layout/bg_content_long.png) repeat-x left bottom;
	min-height: 314px;
}

.content h4 {
	margin-bottom: 14px;
}

.content p {
	line-height: 1.6;
}
.content ul{
	list-style-type: disc;	
	padding-left: 10px;
	margin-left: 5px;
}
.content ol {
	list-style-type: decimal;
	padding-left: 10px;
	margin-left: 5px;

}

.banner {
	width: 250px;
}

.banner div {
	background: #f4e0ad;
	padding: 12px 16px 10px 10px;
}

.banner div h2, .banner div h3,
.banner div h4, .banner div h5, .banner div h6 {
	margin-bottom: 3px;
}

.banner div p {
	color: #525250;
	margin-bottom: 3px;
	line-height: 1.3;
}
.banner div ul{
	list-style-type: disc;	
	padding-left: 10px;
	margin-left: 5px;
}
.banner div ol {
	list-style-type: decimal;
	padding-left: 10px;
	margin-left: 5px;

}

#bottom_cup {
	float: right;
	width: 671px;
	height: 12px;
	background: url(../images/layout/bg_bottom_cap.png)no-repeat left top;
	margin-bottom: 20px;
}

/* @group Home Page */

.home .main {
	padding-bottom: 0;
}

.home .content {
	width: 487px;
	background: url(../images/layout/bg_content.png) repeat-x left top;
}

.home .content h4 span {
	font-size: 1.647em;
	color: #0188ca;
	font-style: normal;
}

.home .banner {
	width: 386px;
	position: relative;
	height: 338px;
}

.home .banner div {
	padding: 0;
}

.home .banner .slide {
	position: absolute;
	top: 0px;
	left: 0px;
}

.home .banner .caption {
	padding: 0 0 10px 7px;
}

.home .banner .slide_nav {
	position: absolute;
	right: 0px;
	bottom: 5px;
	z-index: 1000;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.home .banner .slide_nav li {
	margin: 0 5px 0 0;
	float: left;
	font-size: 1.8em;
}

.home .banner .play {
	display: none;
}

.home .banner .frame-link {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0 3px;
}

.home .banner .active {
	color: #fb9e15;
	font-weight: bold;
}

/* @end */

/* @end */

/* @group feature_footer */

#feature_footer {
	margin: 30px 0 31px;
	padding: 18px 0 18px 18px;
	border: 1px solid #d4dfe1;
	background: #fcf9f0;
}

#feature_footer .item {
	float: left;
	width: 275px;
	padding: 0 35px 0 0;
}

#feature_footer .item h2 {
	margin-bottom: 10px;
}

#feature_footer .item p {
	margin-bottom: 0;
	line-height: 1.4em;
}

#feature_footer .item p a {
	color: #0089c8;
	font-weight: bold;
	text-decoration: none;
}

#feature_footer .item p a.more {
	font-weight: normal;
	text-decoration: underline;
}

/* @end */

/* @group Footer */

#footer p {
	padding: 24px 0 0 0;
	text-align: left;
	font-size: 1em;
	color: #878787;
}

/* @end */

/* @group News */

.news h3 {
	margin-bottom: 30px;
}

.news h5 {
	margin: 5px 0 15px 0;
}

.news p {
	margin-bottom: 15px;
}

.news .read-more {
	font-size: 1.2em;
	margin: -5px 0 35px;
}

.news .read-more a {
	color: #0188ca;
	font-weight: bold;
	text-decoration: none;
}

/* @end */

/* @end */
