html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, select {
	vertical-align: middle;
}
body {
	font:12px/1.5 sans-serif;
	font-size:small;
}
select, input, textarea, button {
	font:99% sans-serif;
}
pre, code, kbd, samp {
	font-family: monospace, sans-serif;
}
html {
	overflow-y: scroll;
}
ol {
	list-style-type: decimal;
}
li {
	list-style-type: none;
}
nav ul, nav li {
	list-style:none;
	list-style-image: none;
}
small {
	font-size: 85%;
}
strong, th {
	font-weight: bold;
}
td {
	vertical-align: top;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
	padding: 15px;
}
textarea {
	overflow: auto;
}
.ie6 legend, .ie7 legend {
	margin-left: -7px;
}
input[type="radio"] {
	vertical-align: text-bottom;
}
input[type="checkbox"] {
	vertical-align: bottom;
}
.ie7 input[type="checkbox"] {
	vertical-align: baseline;
}
.ie6 input {
	vertical-align: text-bottom;
}
label, input[type="button"], input[type="submit"], input[type="image"], button {
	cursor: pointer;
}
button, input, select, textarea {
	margin: 0;
}
 input:invalid, textarea:invalid {
 border-radius: 1px;
-moz-box-shadow: 0px 0px 5px red;
-webkit-box-shadow: 0px 0px 5px red;
box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid {
background-color: #f0dddd;
}

::-moz-selection {
background: #FF5E99;
color:#fff;
text-shadow: none;
}
::selection {
background:#FF5E99;
color:#fff;
text-shadow: none;
}
a:link {
	-webkit-tap-highlight-color: #FF5E99;
}
button {
	width: auto;
	overflow: visible;
}
.ie7 img {
	-ms-interpolation-mode: bicubic;
}
input[type=search] {
	-webkit-appearance: none;
}
 input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
 display: none;
}
.group:before, .group:after, .clearfix:before, .clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}
.group:after, .clearfix:after {
	clear: both;
}
group, .clearfix {
	zoom: 1;
}



/*---------------- DEFAULTS ----------------*/
body {
	width: 100%;
	color: #666;
	background: url("img/bg-main.jpg") repeat-x #dfdfdf;
}

p {
	margin-bottom:16px;
}

#wrapper {
	position: relative;
	/*top: 124px;
	left: 0;*/
	margin-top: -9px;
	z-index: 10 !important;
}

#wrapper .pageDisclaimer {
	clear: both; 
	width: 900px; 
	font-size: 10px; 
	line-height: 1.3em; 
	margin: 50px 0 -100px 30px !important; 
}

.wrap {
	margin: 0 auto;
	padding: 0 10px;
	width: 980px;
}

#main {
	position: relative;
	padding-bottom: 100px;
	background: #FFF;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	width: 980px;
}

.btn-open-now {
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 99px;
	height: 32px;
	display: block;
	text-indent:  -9999px;
	background: url("img/button-open-now.png") no-repeat;
}

a.arrow {
	padding-left: 10px;
	text-decoration: none;
	background: url(img/sprite-base.png) no-repeat 0 -460px;
}

a.arrow:hover {
	text-decoration: underline;
}

a.more {
	margin-top: 6px;
	padding-left: 11px;
	display: block;
	color: #007a84;
	text-decoration: none;
	background: url("img/bullets-sprite.png") no-repeat -95px 6px;
}

a.btn {
	float: left;
	padding: 5px 15px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

a.btn.rounded {
	background: url("img/btn-sprite.png") repeat-x 0 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 2px 5px #9fa1a3 !important;
	-webkit-box-shadow: 0px 2px 5px #9fa1a3 !important;
	box-shadow: 0px 2px 5px #9fa1a3 !important;
}

/* Headings */
h1 {
	margin:18px 0 14px 0;
	display:block;
	color:#ee2a24;
	font-size:42px;
	line-height:48px;
	font-weight:normal;
}

h1 .tagline {
	margin: 0 0 0 22px;
	display: inline;
	color: #007a84;
	font-size: 14px;
}

h2 {
	clear:both;
	margin:0 0 6px 0;
	color:#409ba3;
	font-size:18px;
	line-height:22px;
	font-weight:normal;
}

h2 a {
	margin-top:32px;
	display:block;
	color:#409ba3;
	text-decoration:none;
}

h3 {
	margin-bottom:6px;
	color:#666;
	font-size:14px;
	text-align:left;
	display:block;
	line-height:24px;
	font-weight:bold;
}


/*---------------- HEADER ----------------*/
header {
	width: 100%;
	min-width: 1000px;
	height: 135px;
	position: relative;
	z-index: 100;
	background: url("img/header-wrapper-bg.png") repeat-x;
}

#headerWrap {
	width: 1000px;
	height: 126px;
	margin: auto;
}



/* Main Menu Wrapper */
nav.primaryNav {
	float: left;
	width: 753px;
	height: 42px;
	margin: 0 0 0 10px;
	z-index: 400;
	display: none;
}

ul.megamenu  {
	height: 42px;
	list-style: none;
	z-index: 5000;
}

ul.megamenu table td {
	border-left: 1px solid #FFF;	
}

ul.megamenu table td.first {
	border-left: 0px solid #FFF !important;	
}

ul.megamenu li.mm-item  {
	text-align: center;
	overflow: hidden;
	width: auto;
	border: none !important;
}
 
ul.megamenu li.clear-fix {
	float: none;
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}

ul.megamenu a.mm-item-link {
	position: relative;
	display: inline-block;
	padding: 8px 15px 8px 15px;
	color: #FFF !important;
	height: 25px;
	text-decoration: none;
	z-index: 100;
	font-size: 17px;
	font-weight: bold;
}

/*Menu Hover*/
ul.megamenu a.mm-item-link-hover {
	color: #007a84 !important;
	background: #FFF !important;
	height: 25px;
	
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	
	-webkit-box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.2);
}

/*Dropdown Wrapper*/
ul.megamenu div.mm-item-content { margin: 0; position: absolute; z-index: 9; background: url("img/bg-dropdown.gif") repeat-x top #f1f1f1; padding: 20px; text-align: left !important; }

/* Dropdown menu content holder */
.mm-content-base 	{ position: relative; z-index: 11; margin: 0px 0 0 5px; float: left; }
.mm-js-shadow 		{ /*background: url("img/bg-dropdown-shadow2.png") no-repeat;*/ height: 17px !important; clear: both; z-index: 10; margin-left: 3px; }

/* Dropdown Menu - SubMenu */
.dropmenu	{
	float: left !important;
	overflow: hidden;
	margin: 0;
	width: auto;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.dropmenu.personal {
	width: 820px !important;	
}

.dropmenu.business {
	width: 820px !important;	
}

.dropmenu.advice {
	width: 680px !important;	
}

.dropmenu.community {
	width: 680px !important;	
}


.dropmenu table td.first ul {
	padding-left: 0 !important;
}

.dropmenu ul			{ width: 150px; text-align: left; padding: 0 10px 0 10px; list-style: none; float: left; }
.dropmenu ul li			{ background: none; width: 150px; display: block; padding: 0; margin: 0 0 6px 0; }
.dropmenu ul li a		{ display: block; background: url("img/bullets-sprite.png") no-repeat -95px 7px; padding-left: 10px; text-decoration: none; font-size: 13px !important;  }
.dropmenu ul li a.title { font-weight: bold; color: #666; background: none; padding-lefT: 0; }
.dropmenu ul li a:hover	{ text-decoration: underline; }

/*Do not display the "X" button in browsers*/
.dropmenu a.xclose	{ display: none; }

/*Only show the "X" button on the iPad*/
@media only screen and (device-width: 768px) {
	.dropmenu a.xclose	{ display: block; margin-top: 10px; position: absolute; bottom: -30px; right: 20px; }
}

/*---------------- QUICK LINKS ----------------*/
#quickLinks {
	float: left;
	width: 735px;
	height: 50px;
	margin: 0 0 28px 25px;
	overflow: hidden;
}

#quickLinks ul {
	float: left;
	width: auto;
	height: 36px;
	padding: 15px 15px 0 10px;
	border-left: 1px solid #34a4ad;	
}

#quickLinks ul li {
	font-size: 12px;
	color: #FFF;
}

#quickLinks ul li a {
	color: #FFF;
	font-size: 12px;
	padding-left: 10px;
	background: url("img/bullets-sprite.png") no-repeat -95px 5px !important;	
}

#quickLinks ul li a:hover {
	text-decoration: underline;	
}

#number {
	float: left;
	margin-left: 796px;
	margin-top: -104px;
	color: #FFF;
}

/*---------------- HOME SLIDERS ----------------*/
.masthead {
	clear: both;
	position: relative;
	width: 100%;
	height: 298px;
}
.slides {
	position: relative;
	width: 980px;
	height: 298px;
	overflow: hidden;
}
.slides li {
	position: relative;
	width: 100%;
	height: 298px;
}
.slides-text {
	position: absolute;
	top: 0;
	left: 0;
	padding: 66px 0 0 30px;
	width: 980px;
	height: 298px;
	z-index: 5;
}
.ie8 .slides-text {
	opacity:inherit;
	filter:inherit;
}
.slides-text h1 {
	margin-bottom: 4px;
	width: 420px;
	color: #007a84;
	font-size: 44px;
	text-transform: capitalize;
}
.slides-text p {
	width: 420px;
	color: #666;
	font-size: 18px;
}
.arrow-banner {
	margin-left: 6px;
	padding-left: 12px;
	background: url(/images/arrow-banner.png) no-repeat 0 6px;
}
.slides p a, .announcement a, .question-link a {
	color: #007a84;
	text-decoration: none;
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}
.slides p a:hover, .announcement a:hover, .question-link a:hover {
	color: #f99d1c;
}
.slides .learn-more {
	color: #007a84;
}

.announcement { 
clear: both; 
float: left; 
position: relative; 
width: 980px; 
min-height: 36px; 
z-index: 10; 
margin-bottom: 22px; 
*margin-bottom: 0 !important; 
background: #f6f5f6; 
border: 1px solid #c8c8c8; 
-webkit-border-radius: 4px; 
-moz-border-radius: 4px; 
border-radius: 4px; 

background: url("img/bg-special.gif") no-repeat; 
} 

/* 
.announcement strong { 
position: absolute; 
top: -2px; 
left: 0; 
width: 201px; 
height: 40px; 
z-index: 2; 
text-indent: -9999px; 
background: url("/images/special-announcement.png") no-repeat; 
border-right: 1px solid red; 
} 
*/ 

.announcement .specialArrow { 
position: absolute; 
top: -1px; 
left: -1px; 
width: 184px; 
min-height: 30px; 
z-index: 2; 
font-weight: bold; 
color: #FFF; 
font-size: 14px; 
padding: 10px 0 0 17px; 

background: url("img/bg-special-arrow.png") no-repeat right top; 
} 

.announcement p { 
padding: 9px 0 0px 210px; 
font-size: 14px; 
width: 760px; 
margin-bottom: 9px; 
} 
.arrow-gray { 
margin-left: 5px; 
padding-left: 10px; 
background: url("/images/arrow-gray.png") no-repeat 0 5px; 
} 

.home-featured {
	clear: both;
	position: relative;
	margin: 22px 0 0 0;
}
.home-question {
	float: left;
	position: relative;
	width: 335px;
	height: 270px;

}
.home-question h4 {
	margin: 18px 0 0 92px;
	color: #007a84;
	font-size: 18px;
	font-weight: bold;
}
.home-question p {
	margin: 4px 0 4px 92px;
	width: 186px;
	color: #666;
	font-size: 20px;
	line-height: 28px;
}
.home-question-form {
	margin: 6px 0 0 92px;
}
.home-question label {
	position: relative;
	top: 4px;
	left: 0;
	margin-right: 10px;
	color: #007a84;
	font-size: 18px;
}
.question-link {
	position: absolute;
	bottom: 30px;
	left: 92px;
	padding-left: 10px;
	font-size: 14px;
	display: block;
	background: url(../../images/arrow-yellow.png) no-repeat left center;
}
.login {
	float: right;
	position: relative;
	width: 465px;
	width: 270px;
}

/*---------------- HOME PAGE TABS ----------------*/
.home-tabs {
	position: absolute;
	top: 0;
	right: 435px;
	width: 210px;
	list-style: none;
	margin-right: 1px;
	z-index: 20;
}
.home-tabs li {
	position: relative;
	margin-bottom: 2px;
	height: 50px;
	overflow: hidden;
	line-height: 50px;
	background: #fff;
	border: 1px solid #c8c8c8;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-topleft-radius: 4px;
	-moz-border-bottomleft-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.home-tabs li a {
	padding: 0 20px;
	height: 50px;
	display: block;
	color: #007a84;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}
.home-tabs li.active {
	border-right: 1px solid #e8e8e8;
}
.home-tabs li.active a {
	color: #ee2a24;
	background: #e8e8e8;
}
.home-tabs li a:hover {
	color: #ee2a24;
}
.home-tab-container {
	position: absolute;
	top: 0;
	right: 0;
	width: 435px;
	min-height: 266px;
	background: #e8e8e8;
	border: 1px solid #c8c8c8;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-topright-radius: 4px;
	-moz-border-bottomright-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	
}
.home-tab-container p, a{
	font-size:14px;
}

.home-tab-container a.yelarrow {
	margin-left:0;
}

.home-tab-container .tab-content{
	padding:20px 20px 5px 20px;
}
.tab-content {
	display: none;
}

.tab-first {
	display: block;
}
/* Default Tabs */
.default-tabs {
	list-style: none;
	z-index: 20;
	width: 100%;
	clear: both;
	float: left;
	margin: 20px 0 0px 0 !important;
	position: relative;
	z-index: 10;
}

.default-tabs li {
	width: 125px;
	height: 65px;
	padding-left: 0 !important;
	margin-bottom: 0 !important;
	float: left;	
	background: url("img/bg-tabs-normal.gif") repeat-x #CCC !important;
	margin-right: 2px !important;
}

.default-tabs li.rounded {
	border: 1px solid transparent;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;			
}

.default-tabs li a {
	display: block;
	padding: 14px 12px;	
	text-decoration: none;
	font-weight: bold;
	height: 37px;
	font-size: 14px;
	line-height: 1.2em;
}

.default-tabs li.active {
	background: #f5f5f5;
	height: 70px;
}

.default-tabs li.active a {
	color:#ee2a26;
}

.default-tabs li.active.rounded {
	border: 1px solid #e5e5e5;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	border-width: 1px 1px 0 1px;
}

.default-tab-container {
	float: left;
	width:98%;
	background: #f5f5f5;
	border: 1px solid #e5e5e5;
	position: relative;
	z-index: 5;
	padding: 20px 10px;
	margin-top: -1px;
	margin-bottom: 20px;
	min-height:310px;
}

.default-tab-container.rounded {
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}

.default-tab-container h3 {
	font-weight: bold;
	color: #666;
	font-size: 12px;	
}

.default-tab-container .even2col {
	width: 216px;
	padding: 0 20px 0 10px;
	float: left;
	font-size: 12px;	
}

.default-tab-container li {
	list-style-type: none;
	padding: 0 0 7px 11px;
	background: url("img/bullets-sprite.png") no-repeat -93px 7px;
	font-size: 12px;
}

.default-tab-container li a {
	text-decoration: none !important;	
}

.default-tab-container .compare-table {
	border: 0px;	
	margin: 0 !important;
	padding: 0;
	
}

.default-tab-container .compare-table .first {
	width: 175px;	
}

.disclaimer {
	clear: both;
	margin-top: 20px;	
}

/*Tab Calulator Wrap*/
.tab-content-box{
	position:absolute; 
	top:0; 
	right:0;
	padding:0 17px;
	background:#e6e6e6; 
	width:278px;
	height:100%;
}

.tab-content-box h2{
	margin:15px 0 20px 0;
	color:#666;
}

/*Tab Calculator*/
.tab-content-long{
	width:950px;
}

.tab-content-long h2{
	float:left; 
	margin-right:10px;
}

.tab-content-long h3{
	display:block;
	font-weight:normal;
}

.tab-content-long .redarrow{
	float:left;
	margin:2px 0 0 0;
	font-size:14px;
}

.tab-content-long .compare-table td, .compare-table th {
	padding: 3px 10px;
}

/*for calculator lists on rates-calculators */
.calculators h3{
	margin-bottom:6px;
	color:#666;
	font-size:14px;
	text-align:left;
	display:block;
	line-height:24px;
	font-weight:bold;
}


/* Form Styles */

.login label {
	color: #666;
	font-size: 14px;
}
.login-input {
	padding: 0 6px;
	width: 172px;
	height: 34px;
	background: url(../../images/login-input-bg.png) no-repeat;
	border: none;
}
#label_personal {
	position: absolute;
	top: 13px;
	left: 46px;
	cursor: default;
}
#label_business {
	position: absolute;
	top: 13px;
	left: 150px;
	cursor: default;
}
#label_username {
	position: absolute;
	top: 67px;
	left: 22px;
}
#login_username {
	position: absolute;
	top: 59px;
	left: 126px;
}
#label_password {
	position: absolute;
	top: 106px;
	left: 22px;
}
#login_password {
	position: absolute;
	top: 99px;
	left: 126px;
}
#login_button {
	position: absolute;
	top: 140px;
	left: 125px;
}
.login-options {
	position: absolute;
	top: 194px;
	left: 126px;
}
.login-options li {
	margin-bottom: 1px;
	padding-left: 12px;
	list-style: none;
	background: url(../../images/arrow-yellow.png) no-repeat 0 6px;
}
.login-options a {
	color: #007a84;
	text-decoration: none;
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}
.login-options a:hover {
	color: #f99d1c;
}

/*Newsletter Signup*/
#newsletter-signup {
	margin-top:35px;
}
#newsletter-signup #signup_button{
	display:block;
	margin-top:13px;
}

/*Newsletter Thanks*/
#newsletter-thanks {
	text-align:center;
}
#newsletter-thanks img{
	margin-bottom:10px;
}

/*Compare Table*/
.home-tab-container .compare-table {
	clear:both;
	margin-bottom:10px;
	padding:0;
	display:block;
	overflow:auto;
	background: transparent;
	border:0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-khtml-border-radius: 0;
}
.home-tab-container .compare-table table {
	width:100%;
	border-top:solid 1px #e5e5e5;
	border-bottom:solid 1px #cbcbcb;
}
.home-tab-container .compare-table td {
	padding: 6px 10px;
	text-align: left;
	border: 1px solid #cbcbcb;
}
.home-tab-container .compare-table thead th {
	background: #e8e8e8;
	padding:5px 0;
	border:solid 1px transparent;
	border-bottom:solid 1px #cbcbcb;
	text-align:center;
}

.home-tab-container .compare-table th a {
	color: #007a84;
	text-decoration: none;
	font-size:12px;
	font-weight:normal;
}
.home-tab-container .compare-table th a:hover {
	text-decoration: none;
}
.home-tab-container .compare-table th a.active {
	color:#ee2a24;	
}
.home-tab-container .compare-table td.last, .compare-table td.first  {
	border: solid 1px #cbcbcb;
}
.home-tab-container .compare-table .even {
	background: #fff;
}

.home-tab-container .compare-table a.arrow {
	font-size:12px;

	margin-right:12px;
	background: url("img/bullets-sprite.png") no-repeat -95px 4px;
}

/*Online Billpay*/
#online-billpay ol{
	margin:14px 0 0 17px;
}

#online-billpay li{
	margin-bottom:16px;
}

#online-billpay img.background{
	position:absolute; 
	right:0; 
	bottom:0;
}

#online-billpay .content{
	width:205px;
}




/*---------------- BREADCRUMB ----------------*/
#breadcrumb {
	position: relative;
	top: 10px;
	left: 0;
	margin: 0 0 10px 0px;
	padding-bottom: 4px;
	width: 967px;
	display: block;
	color: #666;
	border-bottom: solid 1px #e0e0e0;
}
#breadcrumb li {
	margin-left:1px;
	padding-right: 10px;
	display:inline;
	font-size:11px;
	background: url("img/arrow-breadcrumb.png") no-repeat right center;
}
#breadcrumb li.last {
	background: none;
}
#breadcrumb a {
	padding:0 2px 0 0;
	color:#007a84;
	font-size:11px;
	text-decoration:none;
}
#breadcrumb a:hover {
	color: #f99d1c;
}
/* Search */
.search {
	position: relative;
	float: left;
	margin-left: 793px;
	margin-top: -38px;
	width: 188px;
	height: 31px;
}
#input_search {
	position: absolute;
	top: 0;
	left: 0;
	width: 188px;
	height: 31px;
	color: #666;
	font-size: 13px;
	line-height: 13px;
	text-indent: 6px;
	background: url(/images/search-bg.png) no-repeat;
	border: none;
}
.ie8 #input_search {
	line-height: 30px;
}
.ie7 #input_search {
	padding-left: 6px;
	width: 182px;
	line-height: 30px;
	text-indent: 0;
}
#button_search {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 32px;
	z-index: 2;
}


/* Locate */

.locate {
	position: absolute;
	top: 103px;
	left: 112px;
	width: 184px;
	height: 31px;
}

#input_locate {
	position: absolute;
	top: 0;
	left: 0;
	width: 184px;
	height: 34px;
	color: #666;
	font-size: 13px;
	line-height: 13px;
	text-indent: 6px;
	background:url(img/locate-bg.png) no-repeat;
	border: none;
}
.ie8 #input_locate {
	line-height: 30px;
}
.ie7 #input_locate {
	padding-left: 6px;
	width: 178px;
	line-height: 30px;
	text-indent: 0;
}
#button_locate {
	position: absolute;
	top: 0;
	right: 0;
	width: 35px;
	height: 34px;
	z-index: 2;
}

#input_newsletter {
	width: 188px;
	height: 32px;
	color: #666;
	font-size: 13px;
	line-height: 13px;
	text-indent: 6px;
	background: url(../../images/newsletter-bg.png) no-repeat;
	border: none;
}

/*Sidecol Left*/
.sidecolLft {
	width: 192px;
	background: url("img/bg-sidecol.png") right top no-repeat;
	padding: 10px 0 0 0px;
	float: left;
	margin-right: 19px;
	min-height: 260px; /* min-height added for shadow */
}
.sidecolLft h1 {
	font-size: 14px;
	color: #666;
	margin: 19px 0 6px 0;
	font-weight: bold;
	padding: 0;
	line-height: 20px;
}

.sidecolLft p {
	font-size: 14px;
	color: #666;
	margin: 19px 0 6px 0;
	font-weight: bold;
	padding: 0;
	line-height: 20px;
}

a {
	color:#007a84;
	text-decoration:none;
}

#input_answer_center {
	width: 185px;
}

input.rounded, textarea.rounded {
	height:27px;
	border:solid 2px #dcdcdc;
	background: url("img/bg-input.png") repeat-x;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	margin-bottom:10px;	
	padding:0 9px;
}

textarea.rounded {
	height:124px;
	width:430px;
}

/*Sidecol Left*/
.sidecolLft {
	width: 187px;
	background: url("img/bg-sidecol.png") right top no-repeat;
	padding: 10px 5px 0 0px;
	float: left;
	margin-right: 19px;
	min-height: 260px; /* min-height added for shadow */
}
.sidecolLft h1 {
	font-size: 14px;
	color: #666;
	margin: 19px 0 6px 0;
	font-weight: bold;
	padding: 0;
	line-height: 20px;
}

/*---------------- SIDENAV ----------------*/
ul.sideNav{
	margin: 0 0 22px 0;
}

.sideNav li {
	list-style-type:none;
	padding:0 0 7px 11px;
	background: url("img/bullets-sprite.png") no-repeat -95px 8px;	
	font-size:14px;
}

.sideNav a:hover {
	color: #f99d1c;
}

.sideNav li a.active {
	color: #ee2a24;
}


.sideNav a {
	color:#007a84;
	text-decoration:none;
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

ul.sideNav ul {
	margin: 5px 0 -7px 0px !important;
}

ul.sideNav ul li {
	background: url("img/bullets-sprite.png") no-repeat -95px 8px;	
}

/*---------------- RIGHT COLUMN ----------------*/
aside {
	float: right;
	margin-right: 10px;
	padding: 10px 0 0 28px;
	display: inline;
	width: 205px;
	background:url(img/bg-sidecol.png) no-repeat;
}
.advert {
	clear: both;

	margin: 10px 0;
	padding: 16px 12px;
	background: #e4e4e4;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.advert h3 {
	color: #007a84;
	font-size: 22px;
}
.newsletter h3 {
	color: #666;
	font-size: 14px;
	font-weight: bold;
}

aside p {
	line-height:20px;
	margin-bottom:10px;;
}

aside .divi {
	margin-top:-18px;
}

aside .photoModule { 
float: left; 
width: 222px; 
margin-bottom: 10px; 
} 

aside .photoModule ul { 
float: left; 
margin: 0 0 5px 0; 
padding: 0; 
list-style: none; 
} 

aside .photoModule li { 
float: left; 
width: 101px; 
height: 63px; 
margin: 0 10px 10px 0; 
overflow: hidden; 
} 

aside .photoModule a.arrow { 
background: url("img/bullets-sprite.png") no-repeat -37px -114px; 
padding-left: 10px; 
} 

/*---------------- 1-COL LAYOUT STYLES ----------------*/
.body1col {
	float:left;
	width:970px;
	padding:10px 5px 0 0;
}
.body1col h1 {
	border-bottom:solid 1px #e0e0e0;
	margin-bottom:0;
	padding-bottom:28px;
}
.body1col .grayModule {
	width:280px;
}
.body1col .module {
	width:225px;
}
.body1col .tabbody {
	width:926px;
}

/*---------------- 2-COL LAYOUT STYLES ----------------*/
.body2col {
	float: left;
	padding: 35px 0 0 0;
	width: 727px;
	position:relative;
}

/*
.body2col .module {
	width:226px;
}
*/
/*
.body2col .tabbody {
	width:668px;
}
*/

/*---------------- 3-COL LAYOUT STYLES ----------------*/
.body3col {
	float: left;
	width: 526px;
	padding: 8px 0 0 0px;
	line-height: 1.5em;
	color: #666;
}

.body3col .intro {
	float: left;
	font-weight: normal;
	margin-bottom: 20px;
	/*font-size: 12px;*/
}

.body3col .intro a {
	font-size: 12px;	
}

.body3col .intro ul {
	margin: 7px 0 0 0;
	padding: 0;
	list-style: none;
}

.body3col .intro ul li {
	background: url("img/bullets-sprite.png") no-repeat -85px -22px;
	padding-left: 15px;
	margin-bottom: 5px;	
	line-height: 1.5em;
}

.body3col .intro ul li a {
	padding-left: 1px;
	margin-bottom: 5px;	
	line-height: 1.5em;
}

.body3col .intro ol {
	padding: 0;
	list-style: decimal;
	background: none;
	margin-top: 7px;
	margin-left: 0px;
	*margin-left: 10px;
}

.body3col .intro ol li {
	list-style: decimal;
	padding-left: 5px;
	margin-bottom: 5px;	
	line-height: 1.5em;
	background: none;
}

.body3col .image {
	margin: 30px 0 20px 0;	
}

.body3col .video {
	margin: 30px 0 20px 0;	
}

.body3col a {
	font-size: 12px;		
}

.body3col ul, .body3col ol {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
	font-size: 12px !important;
}

.body3col ul li {
	padding-left: 10px;
	line-height: 1.5em;
	background: url("img/bullets-sprite.png") no-repeat -90px -5px;	
	margin-bottom: 4px;	
}

.body3col ol {
	margin: 0 0 20px;
	padding: 0;
	list-style: decimal;
}

.body3col ol li {
	margin-left: 15px;	
	list-style: decimal;
}



.body2col .moduleWrap {
	width: 757px;
	padding-bottom: 40px !important;
	clear: both;
}

.body2col h1 {
	margin-top: 0;	
}

.body2col .moduleWrap .module {
	float: left;
	width: 233px;	
}

.moduleWrap {
	position: relative;
	top: 0;
	left: -18px;
	margin: 0 0 10px 0;
}
.moduleWrap article ul {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
}

.moduleWrap article li {
	padding-left: 10px;
	background: url("img/bullets-sprite.png") no-repeat -90px -6px;	
	margin-bottom: 4px;
}

.module {
	float: left;
	position: relative;
	margin-left: 18px;
	padding: 8px 0 0 0;
	border-top: solid 1px #e0e0e0;
	font-size:12px;
}
.ie6 .module {
	display: inline;
	height: 164px;
}
.module h1 {
	margin:0 0 5px 0;
	padding:0;
	font-size: 18px;
	line-height: 22px;
}
.module h1 a {
	display: block;
	color:#409ba3;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}
.module h1 a:hover {
	color: #f99d1c;
}

/*---------------- ADVICE ----------------*/
.advice-hero img {float:left; clear:both; margin-right:12px;}

.advice-hero .content {
	float:left; width:235px;
	font-size:14px;
	margin-top:-4px;
}

/*---------------- ICON MODULES ----------------*/
.iconModule {
	/*width:185px; */
	width: 225px;
	padding-left: 5px;
	float:left;
	margin-right:9px;
	margin-bottom:30px;
}

.iconModule h2 {
	margin-top:5px;
	color:#00626a;
}

.iconModule .car {
	width:185px;
	height:193px; 
	background:url(img/sprite-icons.png) 0 0;
}

.iconModule .home {
	width:185px;
	height:193px;
	background:url(img/sprite-icons.png) -196px 0;
}

.iconModule .youth {
	width:185px;
	height:193px;
	background:url(img/sprite-icons.png) -390px 0;
}

.iconModule .money {
	width:185px;
	height:193px;
	background:url(img/sprite-icons.png) -588px 0;
}

.iconModule .savings {
	width:185px;
	height:193px;
	background:url(img/sprite-icons.png) -787px 0;
}


/*---------------- FOOTER ----------------*/
footer {
	position: relative;
	margin-top: 10px;
	width: 100%;
	clear: both !important;
	background: url("img/footer-bg.png") no-repeat top center;
}
.footer-top {
	position: relative;
	padding: 12px 0 16px 22px;
	color: #fff;
	font-size: 12px !important;
}
.footer-top a {
	color: #fff;
	text-decoration: none;
}
.footer-top a:hover {
	color: #f99d1c;
}
.footer-copyright {
	float: left;
	width: 475px;
}
.footer-copyright li {
	float: left;
	margin-right: 8px;
	margin-bottom: 5px;
	padding-right: 8px;
	background: url("img/divider-footer-copyright.png") no-repeat center right;
}
.footer-copyright li.last {
	background: none;
}
.footer-copyright li a {
	color: #fff;
	font-size: 12px !important;
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}
.footer-copyright li a:hover {
	color: #f99d1c;
}
.footer-copyright p {
	clear: both;
	display: block;
}
.footer-address {
	float: left;
	width: 344px;
	font-size: 12px;
}
.footer-social {
	float: right;
	position: relative;
	width: 150px;
}

.footerDisclaimer { 
	width: 980px; 
	margin: auto; 
	padding-bottom: 30px; 
} 

a.facebook {
	position: absolute;
	top: 24px;
	left: 0;
	width: 29px;
	height: 29px;
	text-indent: -9999px;
	background: url("img/sprite-base.png") no-repeat -61px -319px;
}
a.twitter {
	position: absolute;
	top: 24px;
	left: 32px;
	width: 29px;
	height: 29px;
	text-indent: -9999px;
	background: url("img/sprite-base.png") no-repeat -97px -319px;
}
a.linkedin {
	position: absolute;
	top: 24px;
	left: 64px;
	width: 29px;
	height: 29px;
	text-indent: -9999px;
	background: url("img/sprite-base.png") no-repeat -133px -319px;
}
a.youtube {
	position: absolute;
	top: 24px;
	left: 96px;
	width: 29px;
	height: 29px;
	text-indent: -9999px;
	background: url("img/sprite-base.png") no-repeat -168px -319px;
}
.sitemap {
	position: relative;
	padding: 12px 0 45px 22px;
}
.sitemap h5 {
	margin-bottom: 6px;
	color: #666;
	font-size: 12px;
	font-weight: bold;
}
#sitemap ul {
	float: left;
	list-style: none;
	width: 150px;
}
#sitemap li {
	margin-bottom: 4px;
	font-size: 12px;
}
#sitemap li a {
	color: #008a96;
	padding-left: 10px;
	font-size: 12px;
	background: url("img/sprite-base.png") no-repeat 0 -154px;
	text-decoration: none;
}
#sitemap li a.event {
	background: none !important;
	padding-left: 0;
}
#sitemap li a:hover {
	text-decoration: underline;
}
.logos {
	float: left;
	width: 198px;
}
a.ncua {
	position: absolute;
	top: 15px;
	right: 143px;
	width: 95px;
	height: 44px;
	display: block;
	text-indent: -9999px;
	background: url("img/sprite-base.png") no-repeat -61px -364px;
}
a.housing {
	position: absolute;
	top: 10px;
	right: 57px;
	width: 70px;
	height: 63px;
	display: block;
	text-indent: -9999px;
	background: url("img/sprite-base.png") no-repeat -162px -357px;
}
/*---------------- LIST TABLE-------------*/
.list-table {
	clear:both;
	margin-bottom:10px;
	padding: 13px 5px 17px 5px;
	display:block;
	overflow:auto;
	background: #fff;
	border-top:solid 1px #e5e5e5;

}
.list-table h3, .list-table h3 a {
	margin-bottom:0px;
	color:#007a84;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}
.list-table table {
	width:100%;
	border-top:solid 1px #e5e5e5;
	background:#f5f5f5;
}
.list-table td, .list-table th {
	padding: 10px;
	text-align: left;
}
.list-table thead th {
	background: #fff;
	font-size:16px;
}
.list-table th {
	color: #666;
	font-weight: bold;
}
.list-table th a {
	font-weight: bold;
	color: #007a84;
	text-decoration: none;
}
.list-table th a:hover {
	text-decoration: underline;
}
.list-table th a.more {
	font-weight: normal;	
}
.list-table td.last, .list-table th.last {
	border: none;
}
.list-table .even {
	background: #fff;
}

/*---------------- COMPARE TABLE (Generic) ----------------*/
.compare-table {
	clear:both;
	margin-bottom:10px;
	padding: 13px 5px 17px 5px;
	display:block;
	overflow:auto;
	background: #f5f5f5;
	border:solid 1px #e5e5e5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
}
.compare-table h2 {
	margin-bottom:10px;
	color:#666;
	font-size:16px;
	font-weight:normal;
}
.compare-table table {
	width:100%;
	border-top:solid 1px #e5e5e5;
	border-bottom:solid 1px #e5e5e5;
}
.compare-table td, .compare-table th {
	padding: 10px;
	text-align: left;
	border-right: 2px solid #e5e5e5;
}
.compare-table thead th {
	background: #fff;
	line-height: 1.4em;
}
.compare-table th {
	color: #666;
	font-weight: bold;
}
.compare-table th a {
	font-weight: bold;
	color: #007a84;
	text-decoration: none;
}
.compare-table th a:hover {
	text-decoration: underline;
}
.compare-table th a.more {
	font-weight: normal;	
}
.compare-table td.last, .compare-table th.last {
	border: none;
}
.compare-table .even {
	background: #fff;
}

.compare-table td.highlight, .compare-table th.highlight {
	background: url("img/bg-table-orange.png") repeat;
}	

/*---------------- CALCULATOR TABLE ----------------*/
.calculator-table {
	font-size:14px;
}

.calculator-table h2{
	font-size:15px;
	font-weight:bold;
	margin-bottom:12px;
	color:#666;
}

.calculator-table td{
	height:40px;
	vertical-align:top;
	text-align:right;
}

.calculator-table label {
	font-size:14px;
	padding:0 10px 0 0px;
	text-align:right;
}

.calculator-table input {
	width:130px;
}

/*---------------- E-MAIL RATE TABLE ----------------*/
.email-rate-table {
	font-size:14px;
}

.email-rate-table h2{
	font-size:15px;
	font-weight:bold;
	margin-bottom:12px;
	color:#666;
}

.email-rate-table td{
	height:40px;
	vertical-align:top;
	text-align:left;
}

.email-rate-table label {
	font-size:14px;
	padding:0 10px 0 0;
}

.email-rate-table input {
	width:130px;
}

/*
Uniform Theme: Uniform Default
Version: 1.6
License: MIT License
http://pixelmatrixdesign.com/uniform/

*/

/* Global Declaration */

div.selector, div.selector span, div.checker span, div.radio span, div.uploader, div.uploader span.action, div.button, div.button span {
	-webkit-font-smoothing: antialiased;
}
.selector, .radio, .checker, .uploader, .button, .selector *, .radio *, .checker *, .uploader *, .button * {
	margin: 0;
	padding: 0;
}

/* INPUT & TEXTAREA */
input.text, input.email, input.password, textarea.uniform {
	font-size: 12px;
	font-weight: normal;
	padding: 3px;
	color: #777;
	background: url('../images/bg-input-focus.png') repeat-x 0px 0px;
	background: url('../images/bg-input.png') repeat-x 0px 0px;
	border-top: solid 1px #aaa;
	border-left: solid 1px #aaa;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	outline: 0;
}

/* Select */

div.selector 
{
	background: url(img/sprite.png) -483px -130px;
	margin: 5px 0 10px 0;
	line-height: 26px;
	height: 26px;
}
div.selector span {
	background: url(img/sprite.png) right 0px;
	height: 26px;
	line-height: 26px;
}
div.selector select {
	top: 0px;
	left: 0px;
}
div.selector:active, div.selector.active {
	background-position: -483px -156px;
}
div.selector:active span, div.selector.active span {
	background-position: right -26px;
}
div.selector.focus, div.selector.hover, div.selector:hover {
	background-position: -483px -182px;
}
div.selector.focus span, div.selector.hover span, div.selector:hover span {
	background-position: right -52px;
}
div.selector.focus:active, div.selector.focus.active, div.selector:hover:active, div.selector.active:hover {
	background-position: -483px -208px;
}
div.selector.focus:active span, div.selector:hover:active span, div.selector.active:hover span, div.selector.focus.active span {
	background-position: right -78px;
}
div.selector.disabled {
	background-position: -483px -234px;
}
div.selector.disabled span {
	background-position: right -104px;
}
/* Checkbox */

div.checker {
	width: 19px;
	height: 19px;
}
div.checker input {
	width: 19px;
	height: 19px;
}
div.checker span {
	background-position: 0px -260px;
	height: 19px;
	width: 19px;
}
div.checker:active span, div.checker.active span {
	background-position: -19px -260px;
}
div.checker.focus span, div.checker:hover span {
	background-position: -38px -260px;
}
div.checker.focus:active span, div.checker:active:hover span, div.checker.active:hover span, div.checker.focus.active span {
	background-position: -57px -260px;
}
div.checker span.checked {
	background-position: -76px -260px;
}
div.checker:active span.checked, div.checker.active span.checked {
	background-position: -95px -260px;
}
div.checker.focus span.checked, div.checker:hover span.checked {
	background-position: -114px -260px;
}
div.checker.focus:active span.checked, div.checker:hover:active span.checked, div.checker.active:hover span.checked, div.checker.active.focus span.checked {
	background-position: -133px -260px;
}
div.checker.disabled span, div.checker.disabled:active span, div.checker.disabled.active span {
	background-position: -152px -260px;
}
div.checker.disabled span.checked, div.checker.disabled:active span.checked, div.checker.disabled.active span.checked {
	background-position: -171px -260px;
}
/* Radio */

div.radio {
	width: 22px;
	height: 22px;
	cursor: pointer;
}
div.radio input {
	width: 22px;
	height: 22px;
	cursor: pointer;
}
div.radio span {
	height: 22px;
	width: 22px;
	cursor: pointer;
	background: url("img/radio-not-selected.png") no-repeat;
}
#uniform-login_personal {
	position: absolute;
	top: 13px;
	left: 20px;
}
#uniform-login_business {
	position: absolute;
	top: 13px;
	left: 124px;
}
div.radio:active span, div.radio.active span {
}
div.radio.focus span, div.radio:hover span {
}
div.radio.focus:active span, div.radio:active:hover span, div.radio.active:hover span, div.radio.active.focus span {
}
div.radio span.checked {
	background: url("img/radio-selected.png") no-repeat;
}
div.radio:active span.checked, div.radio.active span.checked {
	background: url("img/radio-selected.png") no-repeat;
}
div.radio.focus span.checked, div.radio:hover span.checked {
	background: url("img/radio-selected.png") no-repeat;
}
div.radio.focus:active span.checked, div.radio:hover:active span.checked, div.radio.focus.active span.checked, div.radio.active:hover span.checked {
	background: url("img/radio-selected.png") no-repeat;
}
div.radio.disabled span, div.radio.disabled:active span, div.radio.disabled.active span {
	background: url("img/radio-not-selected.png") no-repeat;
}
div.radio.disabled span.checked, div.radio.disabled:active span.checked, div.radio.disabled.active span.checked {
	background: url("imgradio-not-selected.png") no-repeat;
}

/* Button */

div.button {
	height: 30px;
}
div.button span {
	margin-left: 13px;
	height: 22px;
	padding-top: 8px;
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding-left: 2px;
	padding-right: 15px;
}
/* Select */
div.selector {
	width: 190px;
	font-size: 12px;
}
div.selector select {
	min-width: 70px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	border: solid 1px #fff;
}
div.selector span {
	padding: 0px 25px 0px 2px;
	cursor: pointer;
}
div.selector span {
	color: #666;
	width: 158px;
	text-shadow: 0 1px 0 #fff;
}
div.selector.disabled span {
	color: #bbb;
}
/* Checker */
div.checker {
	margin-right: 5px;
}
.selector, .checker, .button, .radio, .uploader {
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: middle;
	zoom: 1;
 *display: inline;
}

/* Button */

div.button a, div.button button, div.button input {
	position: absolute;
}
div.button {
	cursor: pointer;
	position: relative;
}
div.button span {
	display: -moz-inline-box;
	display: inline-block;
	line-height: 1;
	text-align: center;
}
/* Select */

div.selector {
	position: relative;
	padding-left: 10px;
	overflow: hidden;
}
div.selector span {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
div.selector select {
	position: absolute;
	opacity: 0;
 filter: alpha(opacity:0);
	height: 25px;
	border: none;
	background: none;
}
/* Checker */

div.checker {
	position: relative;
}
div.checker span {
	display: -moz-inline-box;
	display: inline-block;
	text-align: center;
}
div.checker input {
	opacity: 0;
 filter: alpha(opacity:0);
	display: inline-block;
	background: none;
}
/* Radio */

div.radio {
	position: relative;
}
div.radio span {
	display: -moz-inline-box;
	display: inline-block;
	text-align: center;
}
div.radio input {
	opacity: 0;
 filter: alpha(opacity:0);
	text-align: center;
	display: inline-block;
	background: none;
}

/*
 * jQuery FlexSlider v1.7
 * http://flex.madebymufffin.com
 * Copyright 2011, Tyler Smith
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* Browser Resets */
.slides, .flex-control-nav, .flex-direction-nav {
	list-style: none;
}
/* FlexSlider Necessary Styles
*********************************/ 
.flexslider .slides > li {
	display: none;
}
.flexslider .slides img {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 100%;
	height: 298px;
	display: block;
	z-index: 1;
}
.no-js .slides > li:first-child {
	display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
	position: relative;
	background: #fff;
	zoom: 1;
}
.flexslider .slides {
	zoom: 1;
}
/* Control Nav */
.flex-control-nav {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 100%;
	z-index: 10;
}
.flex-control-nav li {
	margin: 0 0 0 5px;
	display: inline-block;
	zoom: 1;
 *display: inline;
}
.flex-control-nav li:first-child {
	margin: 0;
}
.flex-control-nav li a {
	width: 13px;
	height: 13px;
	display: block;
	background: url("img/bg_control_nav.png") no-repeat 0 0;
	cursor: pointer;
	text-indent: -9999px;
}
.flex-control-nav li a:hover {
	background-position: 0 -13px;
}
.flex-control-nav li a.active {
	background-position: 0 -26px;
	cursor: default;
}
.flex-direction-nav { display: none; }

/*---------------- TOUT BOX (BLUE) ----------------*/
aside .promo {
	clear: both;
	float: left;

	width: 209px;
	margin-bottom: 20px;
	position: relative;
	
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	line-height: 21px;
}

aside .promo .img {
	position: relative;
	margin-bottom: -40px;	
}

aside .promo .desc {

	float: left;
	width: 185px;
	padding: 28px 12px 10px 12px;
	background: url("img/bg-tout.gif") repeat-x #00626a;
}

aside .promo .desc.rounded {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;	
}

aside .promo .desc h2 {
	margin-bottom:8px;
	color:#fff;
	font-size:23px;
	font-weight:normal;
	line-height:25px;
}

aside .promo .desc p {
	color:#fff;
	font-size:14px;
	font-weight:normal;
	line-height:21px;	
}

aside .promo .desc a {
	color: #FFF;	
}

aside .promo .desc a.arrow {
	background: url("img/bullets-sprite.png") no-repeat -26px -127px;
	margin-left: 4px;
}

/* Old Code - Keeping this in here for now */
.toutWithImg {
	position:relative;
	clear:both; overflow:auto;
	display:block;
	margin:0 0 10px 0; 
}

.toutBoxBlue {
	background-image:url(img/bg-tout.gif);
	background-repeat:repeat-x;
	background-color:#00626a;
	padding:10px 7px 24px 10px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px; 
	-khtml-border-radius: 6px;
	clear:both; 
	overflow:auto;
	display:block;
	width:178px;
}

.toutBoxBlue h1 {
	margin-bottom:8px;
	color:#fff;
	font-size:23px;
	font-weight:normal;
	line-height:25px;
}

.toutBoxBlue p {
	color:#fff;
	font-size:14px;
	font-weight:normal;
	line-height:21px;
}

.toutBoxBlue a {
	font-size:14px;
	text-decoration:none;
	color:#fff; 
	margin-left:0px;
}

.toutBoxBlue a.yelarrow {
	display:block;	
	color:#fff;
	background-position:-37px -114px;
	margin-left:0;
}

.toutBoxBlue a.grayarrow {
	background-position: -44px -104px;
	margin-left:6px;
}

/*Tout Images*/
	/* 
	To add new tout images:
	Add new img to sprite-tout.png, 
	Create new class/selector (.toutimgNewName),
	Set height and width,
	Position it accordingly with bottom and left values, 
	Set top margin to equal bottom value
	*/
	
.toutimgBasket	{
	position:relative;
	background: url("img/sprite-tout.png") no-repeat 0 0;
	height:161px; width:145px;
	margin-top:-59px; /*top margin and bottom positioning should equal the same*/
	bottom:-59px;
	left:6px;
}

.toutimgFishbowl {
	position:relative;
	background: url("img/sprite-tout.png") no-repeat -150px 0;
	height:161px; width:169px;
	margin-top:-44px; /*top margin and bottom positioning should equal the same*/
	bottom:-44px;
	left:14px;
}

.toutimgWoman {
	position:relative;
	background: url("img/sprite-tout.png") no-repeat -324px 0;
	height:130px; width:169px;
	margin-top:0px; /*top margin and bottom positioning should equal the same*/
	bottom:0px;
	left:14px;
}

.toutimgHappyface {
	position:relative;
	background: url("img/sprite-tout.png") no-repeat -492px 0;
	height:133px; width:106px;
	margin-top:0px; /*top margin and bottom positioning should equal the same*/
	bottom:0px;
	left:44px;
}

.toutimgNest {
	position:relative;
	background: url("img/sprite-tout.png") no-repeat -597px 0;
	height:155px; width:141px;
	margin-top:-46px; /*top margin and bottom positioning should equal the same*/
	bottom:-46px;
	left:12px;
}

/*---------------- TOUT BOX (GRAY) ----------------*/
.toutBoxGry {
	margin:0 0 10px 0;
	background-color:#e4e3e4;
	padding:18px 10px 18px 12px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px; 
	-khtml-border-radius: 6px;
	float:left;
	clear:both; 
	overflow:auto;
	display:block;
	width:182px;	
}

.toutBoxGry h1 {
	margin-bottom:8px;
	color:#007a84;
	font-size:23px;
	font-weight:normal;
	line-height:25px;
}

.toutBoxGry p {tout
	color:#666;
	font-size:14px;
	font-weight:normal;
	line-height:21px;
}

.toutBoxGry a {
	margin-left:5px;
	color:#007a84; 
}

/*---------------- SEARCH ----------------*/
.searchFieldWrap {
	display:block;
	position:relative;
	float:left;
	width:100%;
	margin:18px 0 22px 0;
}

.searchFieldWrap input {
	float:left;
	margin-right:9px;
}

.searchFieldWrap input.button_search  {
	position:relative; 
	top:-3px;
}

/*---------------- CONTACT ----------------*/
.formContact {
	margin:20px 0 0 70px;
}

.formContact table td{
	vertical-align:top;
}
.formContact label {
	float:right;
	font-size:14px;
	margin-right:12px;
}

.formContact input {
	width:200px;
}

.formContact table p {
	font-size:14px;
	margin:15px 0 0 0;
}

.formContact input#button-submit {
 height:39px;
 width:103px;
}


/*---------------- COMMUNITY ----------------*/
.event-feature img {
	float: left;
	clear: both;
	margin-right: 20px;
}

.event-feature .content {
	float: left;
	/*width: 417px;*/
	width: 278px;
	font-size: 14px;
}

.event-feature .photoModule { 
float: left; 
width: 222px;
margin-left: 20px; 
margin-bottom: 10px; 
} 

.event-feature .photoModule ul { 
float: left; 
margin: 0 0 5px 0; 
padding: 0; 
list-style: none; 
} 

.event-feature .photoModule li { 
float: left; 
width: 101px; 
height: 63px; 
margin: 0 10px 10px 0; 
overflow: hidden; 
} 

.event-feature .photoModule a.arrow { 
background: url("img/bullets-sprite.png") no-repeat -37px -114px; 
padding-left: 10px; 
} 

/*---------------- ACCORDIAN (DEFAULT) ----------------*/
/*---------------- ACCORDIAN ----------------*/
.accordian-wrap {
	clear: both;
	float: left;
	background:#f4f3f4;	
	border:solid 1px #c8c8c8;
	padding:12px 10px 8px 10px;
	width: 187px;
	font-size:14px;
}


.accordian-wrap.rounded {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.accordian-inner-wrap{
	border:solid 1px #dcdcdc;
	background:#fff;
	padding:0;
	margin-bottom:8px;
}

.accordian-inner-wrap.rounded{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.accordian-wrap h2 {
	margin-bottom:6px;
	color:#666;
	font-size:15px;
	text-align:left;
	display:block;
	line-height:24px;
	font-weight:bold;
}

.accordian-wrap h3 {
	margin-top:0px;
	display:block;
	color:#00626a;
	text-decoration:none;
	padding:8px 10px 0 10px;
	border-top:solid 1px #c8c8c8;
	cursor:pointer;
}

.accordian-wrap h3.first {
	border-top:none;
}

.accordian-wrap p {
	font-size:14px;
	padding:0 10px;
	margin:0 0 6px 0;
}

#accordion .ui-state-default {
	background:url(img/button-plus.png) no-repeat 161px 4px;
}

#accordion .ui-state-active {
	background:url(img/button-minus.png) no-repeat 161px 4px;
}

.ui-accordian-content {
	border:solid 1px red;
}


/*---------------- GRAY MODULE ----------------*/
.grayModule {
	float:left;
	padding:14px;	
	border:solid 1px #c8c8c8;
	background:#e8e8e8;
	margin:0 20px 0 0;
	overflow:auto;
	min-height:320px;
}

.grayModule.rounded {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}


.grayModule h1{
	font-size:18px;
	margin:0 0 12px 0;
	color:#409ba3;
	line-height:25px;
	border:0;
	padding:0;
}

.grayModule p {
	font-size:15px;
	line-height:18px;
	margin:2px 0 10px 0;
}

.grayModule p a {
	display:inline;
}

.grayModule a {
	display:block;
	font-size:15px;
}


/*Accordian*/
.grayModule .accordian-wrap{
	border:solid 1px #dcdcdc;
	background:#fff;
	padding:0;
	margin-bottom:8px;
}

.grayModule .accordian-wrap.rounded{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.grayModule #accordion .ui-state-default {
	background:url(img/button-plus.png) no-repeat 268px 4px;
}

.grayModule #accordion .ui-state-active {
	background:url(img/button-minus.png) no-repeat 268px 4px;
}

/*---------------- PAGINATION ----------------*/
.pagination {
	display:block;
	overflow:auto;
	clear:both;
	width:100%;
	border-bottom:solid 1px #e0e0e0;
	color:#ccc;	
	text-align:right;
	padding-bottom:14px;
	margin:0 0 12px 0;
	position:relative;
}

.pagination p {
	text-align:left;
	display:block;
	position:absolute;
	top:0; left:0;
}


.pagination a.active {
	color:#666;
}

.pagination a {
	padding:0 4px;
	color:#008893;
	text-decoration:none;	
}

/*---------------- ARROW LINKS----------------*/
a.yelarrow {
	padding-left: 11px;
	background: url("img/bullets-sprite.png") no-repeat -37px -114px;
	text-decoration:none;
	color:#007a84; 
	margin-left:10px;
	display:block;
}

.yelarrow li {
	padding-left: 12px;
	background: url("img/bullets-sprite.png") no-repeat -37px -114px;
	text-decoration:none;
	color:#007a84; 
	margin-left:0px;
}

a.redarrow, .redarrow li {
	padding-left: 11px;
	background: url("img/bullets-sprite.png") no-repeat -78px -36px;
	text-decoration:none;
	display:block;
}

a.grayarrow, .grayarrow li {
	list-style-type:none;
	padding:0 0 7px 11px;
	background: url("img/bullets-sprite.png") no-repeat -44px -101px;
	font-size:14px;
}

a.redarrowLrg {
	padding-left: 14px;
	background: url("img/bullets-sprite.png") no-repeat -50px -87px;
	text-decoration:none;
}

/*---------------- LIGHTBOX LAYOUT ----------------*/
#popup {
	float: left;
	padding: 5px 14px 0 14px;
}

#popup h1 {
	color: #ee2a24;
	font-size: 21px;
	margin: 0 0 15px 0;
	padding: 0;	
}

#popup h2 {
	color: #007a84;
	font-size: 14px;
	font-weight: bold;	
	margin-bottom: 15px;
}

#popup .number {
	color: #007a84;
	font-size: 25px;	
}

#popup .stepOne, #popup .stepTwo {
	float: left;
	width: 186px;
	margin-right: 21px;	
}

#popup .stepThree {
	float: left;
	width: 311px;
}

#popup p {
	color: #666;
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 18px 0;	
}

#popup label {
	float: right;	
	font-size: 12px;
	padding: 7px 10px 0 0;
	text-align :right;
}

#popup input {
	width: 138px;
}

#popup .btn {
	width: auto;
	height: auto;

	border: 0;	
}

/*---------------- MISC ----------------*/
.last {
	margin-right:0;
	margin:0 0 0 0;
}

.block {
	margin:0;
	display:block;
}

.divi {
	margin:11px 0;
	height:1px;
	background:#e0e0e0;
	display:block;
	clear:both;
	width:100%;
	border:none;
}

h1.gray {
	color:#666;
}

.errormessage {
	color:#ee2a24;
}

.optin input{
	width: 2em;
	float:left;
}
.optin label{
	float:left;
}
.optin label p{
	margin-top: 0;
	margin-bottom: 12px;
}

.ratebuttons a {
	margin-right: 5px;
}

.altlogin
{
	padding: 15px;
	background: #f5f5f5;
}