@charset "UTF-8";
body {
	background-color: #FFFFFF;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #535b63;
}
a {
  outline: none;
}
form {
	margin: 0px;
}
img {
	border: 0;
}
br.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.insetPhoto {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}
.btnContainer {
	height: 100%;
	overflow: auto;
}
.asterisk {
	color: #cc0000;
}
a.redBtn {
	background: transparent url(../images/red_btn.png) no-repeat scroll right top;
	color: #FFFFFF;
	display: block;
	font: normal 11px arial, sans-serif;
	height: 28px;
	padding-right: 8px; /* sliding doors padding */
	text-decoration: none;
}
* html a.redBtn {
	background-image: url(../images/red_btn.gif);
	display: inline-block;
}
a.redBtn:hover {
	background-position: right bottom;
}
a.redBtn span {
	background: transparent url(../images/red_btn_span.png) no-repeat;
	display: block;
	line-height: 24px;
	padding: 0px 0 4px 8px;
}
* html a.redBtn span {
	background-image: url(../images/red_btn_span.gif);
	display: inline-block;
}
a.redBtn:hover span {
	background-position: left bottom;
	background-repeat: repeat-x;
}
a.redBtnRight {
	background: transparent url(../images/red_btn.png) no-repeat scroll right top;
	color: #FFFFFF;
	display: block;
	font: normal 11px arial, sans-serif;
	height: 28px;
	padding-right: 8px; /* sliding doors padding */
	text-decoration: none;
	float: right;
}
* html a.redBtnRight {
	background-image: url(../images/red_btn.gif);
	display: inline-block;
}
a.redBtnRight:hover {
	background-position: right bottom;
}
a.redBtnRight span {
	background: transparent url(../images/red_btn_span.png) no-repeat;
	display: block;
	line-height: 24px;
	padding: 0px 0 4px 8px;
}
* html a.redBtnRight span {
	background-image: url(../images/red_btn_span.gif);
	display: inline-block;
}
a.redBtnRight:hover span {
	background-position: left bottom;
	background-repeat: repeat-x;
}
a.redBtnLeft {
	background: transparent url(../images/red_btn.png) no-repeat scroll right top;
	color: #FFFFFF;
	display: block;
	font: normal 11px arial, sans-serif;
	height: 28px;
	padding-right: 8px; /* sliding doors padding */
	text-decoration: none;
	float: left;
}
* html a.redBtnLeft {
	background-image: url(../images/red_btn.gif);
	display: inline-block;
}
a.redBtnLeft:hover {
	background-position: right bottom;
}
a.redBtnLeft span {
	background: transparent url(../images/red_btn_span.png) no-repeat;
	display: block;
	line-height: 24px;
	padding: 0px 0 4px 8px;
}
* html a.redBtnLeft span {
	background-image: url(../images/red_btn_span.gif);
	display: inline-block;
}
a.redBtnLeft:hover span {
	background-position: left bottom;
	background-repeat: repeat-x;
}
a.blueBtn {
	background: transparent url(../images/blue_btn.png) no-repeat scroll right top;
	color: #224b67;
	font: normal 11px arial, sans-serif;
	height: 28px;
	padding-right: 8px; /* sliding doors padding */
	text-decoration: none;
	display: block;
}
* html a.blueBtn {
	background-image: url(../images/blue_btn.gif);
	display: inline-block;
}
a.blueBtn:hover {
	background-position: right bottom;
}
a.blueBtn span {
	background: transparent url(../images/blue_btn_span.png) no-repeat;
	display: block;
	line-height: 24px;
	padding: 0px 0 4px 8px;
}
* html a.blueBtn span {
	background-image: url(../images/blue_btn_span.gif);
	display: inline-block;
}
a.blueBtn:hover span {
	background-position: left bottom;
	background-repeat: repeat-x;
}
a.blueBtnRight {
	background: transparent url(../images/blue_btn.png) no-repeat scroll right top;
	color: #224b67;
	display: block;
	font: normal 11px arial, sans-serif;
	height: 28px;
	padding-right: 8px; /* sliding doors padding */
	text-decoration: none;
	float: right;
}
* html a.blueBtnRight {
	background-image: url(../images/blue_btn.gif);
	display: inline-block;
}
a.blueBtnRight:hover {
	background-position: right bottom;
}
a.blueBtnRight span {
	background: transparent url(../images/blue_btn_span.png) no-repeat;
	display: block;
	line-height: 24px;
	padding: 0px 0 4px 8px;
}
* html a.blueBtnRight span {
	background-image: url(../images/blue_btn_span.gif);
	display: inline-block;
}
a.blueBtnRight:hover span {
	background-position: left bottom;
	background-repeat: repeat-x;
}
a.blueBtnLeft {
	background: transparent url(../images/blue_btn.png) no-repeat scroll right top;
	color: #224b67;
	display: block;
	font: normal 11px arial, sans-serif;
	height: 28px;
	padding-right: 8px; /* sliding doors padding */
	text-decoration: none;
	float: left;
}
* html a.blueBtnLeft {
	background-image: url(../images/blue_btn.gif);
	display: inline-block;
}
a.blueBtnLeft:hover {
	background-position: right bottom;
}
a.blueBtnLeft span {
	background: transparent url(../images/blue_btn_span.png) no-repeat;
	display: block;
	line-height: 24px;
	padding: 0px 0 4px 8px;
}
* html a.blueBtnLeft span {
	background-image: url(../images/blue_btn_span.gif);
	display: inline-block;
}
a.blueBtnLeft:hover span {
	background-position: left bottom;
	background-repeat: repeat-x;
}
#siteContainer {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	background-color: #FFFFFF;
	background-image: url(../images/siteContainer_bg.jpg);
	background-repeat: no-repeat;
	position: relative;
}
#header1 {
	background-image: url(../images/header1_bg.jpg);
	background-repeat: no-repeat;
	text-align: right;
	height: 30px;
	color: #868889;
}
#header1 ul {
	margin: 0px 10px 0px 0px;
	padding: 6px 0px 0px;
	list-style-type: none;
}
#header1 li {
	display: inline;
	padding-left: 15px;
	background-image: url(../images/nav_divider2.gif);
	background-repeat: no-repeat;
	background-position: 6px center;
}
#header1 li strong {
	font-weight: bolder;
	color: #676A6B;
}
#header1 li a {
	color: #818181;
	text-decoration: none;
}
#header1 li a:hover {
	color: #000000;
}
#header2 {
	height: 99px;
	background-color: #bb1b1b;
	background-image: url(../images/header2_bg.gif);
	background-repeat: no-repeat;
}
#header2 .leftCol {
	float: left;
	width: 525px;
}
#header2 .leftCol h1 {
	padding: 99px 0 0;
	overflow: hidden;
	background-image: url(../images/gymsim_logo_heading.gif);
	background-repeat: no-repeat;
	height: 0px !important; /* for most browsers */
	height /**/:99px; /* for IE5.5's bad box model */
	margin-bottom: 0px;
	margin-top: 0px;
	font-weight: normal;
	font-size: 12px;
}
#header2 .rightCol {
	margin-left: 526px;
	margin-right: 10px;
	padding-top: 19px;
	text-align: right;
}
#header2 .rightCol form {
	margin-top: 4px;
}
#header2 .rightCol input {
	margin-left: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
}
#header2 .rightCol input.textField {
	width: 138px;
	vertical-align: top;
	height: 18px;
	font-size: 11px;
	line-height: 18px;
	margin-top: 1px;
}
#header2 .rightCol span.welcome {
	margin-top: 0px;
	font-size: 13px;
	margin-bottom: 0px;
	vertical-align: top;
	display: inline-block;
	padding-top: 5px;
	margin-right: 20px;
}
* html #header2 .rightCol span.welcome {
	
}
#header3 {
	height: 44px;
	width: 860px;
	background-image: url(../images/header3_bg.jpg);
	background-repeat: repeat-y;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
}
#header3 h2 {
	font-size: 12px;
	font-weight: normal;
}
#header3 h2.simCards {
	padding: 21px 0 0;
	overflow: hidden;
	background-image: url(../images/heading_sim-cards.gif);
	background-repeat: no-repeat;
	height: 0px !important; /* for most browsers */
	height /**/:21px; /* for IE5.5's bad box model */
	margin-bottom: 20px;
	margin-top: 0px;
	font-weight: normal;
}
#header3 h2.rates {
	padding: 22px 0 0;
	overflow: hidden;
	background-image: url(../images/heading_rates.gif);
	background-repeat: no-repeat;
	height: 0px !important; /* for most browsers */
	height /**/:22px; /* for IE5.5's bad box model */
	margin-bottom: 20px;
	margin-top: 0px;
	font-weight: normal;
}
#header3 h2.features {
	padding: 22px 0 0;
	overflow: hidden;
	background-image: url(../images/heading_features.gif);
	background-repeat: no-repeat;
	height: 0px !important; /* for most browsers */
	height /**/:22px; /* for IE5.5's bad box model */
	margin-bottom: 20px;
	margin-top: 0px;
	font-weight: normal;
}
#header3 h2.news {
	padding: 22px 0 0;
	overflow: hidden;
	background-image: url(../images/heading_news.gif);
	background-repeat: no-repeat;
	height: 0px !important; /* for most browsers */
	height /**/:22px; /* for IE5.5's bad box model */
	margin-bottom: 20px;
	margin-top: 0px;
	font-weight: normal;
}
#header3 h2.benefits {
	padding: 22px 0 0;
	overflow: hidden;
	background-image: url(../images/heading_benefits.gif);
	background-repeat: no-repeat;
	height: 0px !important; /* for most browsers */
	height /**/:22px; /* for IE5.5's bad box model */
	margin-bottom: 20px;
	margin-top: 0px;
	font-weight: normal;
}
#header3 h2.faqs {
	padding: 22px 0 0;
	overflow: hidden;
	background-image: url(../images/heading_faqs.gif);
	background-repeat: no-repeat;
	height: 0px !important; /* for most browsers */
	height /**/:22px; /* for IE5.5's bad box model */
	margin-bottom: 20px;
	margin-top: 0px;
	font-weight: normal;
}
#header3 h2.bands {
	padding: 22px 0 0;
	overflow: hidden;
	background-image: url(../images/heading_bands.gif);
	background-repeat: no-repeat;
	height: 0px !important; /* for most browsers */
	height /**/:22px; /* for IE5.5's bad box model */
	margin-bottom: 20px;
	margin-top: 0px;
	font-weight: normal;
}
#header3 h2.contact {
	padding: 22px 0 0;
	overflow: hidden;
	background-image: url(../images/heading_contact.gif);
	background-repeat: no-repeat;
	height: 0px !important; /* for most browsers */
	height /**/:22px; /* for IE5.5's bad box model */
	margin-bottom: 20px;
	margin-top: 0px;
	font-weight: normal;
}
#header3 h2.privacy {
	padding: 22px 0 0;
	overflow: hidden;
	background-image: url(../images/heading_privacy.gif);
	background-repeat: no-repeat;
	height: 0px !important; /* for most browsers */
	height /**/:22px; /* for IE5.5's bad box model */
	margin-bottom: 20px;
	margin-top: 0px;
	font-weight: normal;
}
#header3 h2.terms {
	padding: 22px 0 0;
	overflow: hidden;
	background-image: url(../images/heading_terms.gif);
	background-repeat: no-repeat;
	height: 0px !important; /* for most browsers */
	height /**/:22px; /* for IE5.5's bad box model */
	margin-bottom: 20px;
	margin-top: 0px;
	font-weight: normal;
}
#header3 h2.delivery {
	padding: 22px 0 0;
	overflow: hidden;
	background-image: url(../images/heading_delivery.gif);
	background-repeat: no-repeat;
	height: 0px !important; /* for most browsers */
	height /**/:22px; /* for IE5.5's bad box model */
	margin-bottom: 20px;
	margin-top: 0px;
	font-weight: normal;
}
#header3 h2.myAccount {
	padding: 22px 0 0;
	overflow: hidden;
	background-image: url(../images/heading_my-account.gif);
	background-repeat: no-repeat;
	height: 0px !important; /* for most browsers */
	height /**/:22px; /* for IE5.5's bad box model */
	margin-bottom: 20px;
	margin-top: 0px;
	font-weight: normal;
}
#header3 h2.shoppingCart {
	padding: 22px 0 0;
	overflow: hidden;
	background-image: url(../images/heading_shopping-cart.gif);
	background-repeat: no-repeat;
	height: 0px !important; /* for most browsers */
	height /**/:22px; /* for IE5.5's bad box model */
	margin-bottom: 20px;
	margin-top: 0px;
	font-weight: normal;
}
#header3 h2.testimonial {
	padding: 22px 0 0;
	overflow: hidden;
	background-image: url(../images/heading_testimonials.gif);
	background-repeat: no-repeat;
	height: 0px !important; /* for most browsers */
	height /**/:22px; /* for IE5.5's bad box model */
	margin-bottom: 20px;
	margin-top: 0px;
	font-weight: normal;
}
#header3 h2.checkout {
	padding: 22px 0 0;
	overflow: hidden;
	background-image: url(../images/heading_checkout.gif);
	background-repeat: no-repeat;
	height: 0px !important; /* for most browsers */
	height /**/:22px; /* for IE5.5's bad box model */
	margin-bottom: 20px;
	margin-top: 0px;
	font-weight: normal;
}
#header3 h2.priceComparison {
	padding: 22px 0 0;
	overflow: hidden;
	background-image: url(../images/heading_price-comparison.gif);
	background-repeat: no-repeat;
	height: 0px !important; /* for most browsers */
	height /**/:22px; /* for IE5.5's bad box model */
	margin-bottom: 20px;
	margin-top: 0px;
	font-weight: normal;
}
#header3 h2.topUp {
	padding: 22px 0 0;
	overflow: hidden;
	background-image: url(../images/heading_top-up.gif);
	background-repeat: no-repeat;
	height: 0px !important; /* for most browsers */
	height /**/:22px; /* for IE5.5's bad box model */
	margin-bottom: 20px;
	margin-top: 0px;
	font-weight: normal;
}
#header3 .leftCol {
	float: left;
	width: 410px;
}
#header3 .rightCol {
	margin-left: 450px;
	text-align: right;
	height: 44px;
	padding: 0px;
	margin-top: 0px;
}
#header3 .rightCol ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#header3 .rightCol ul li {
	padding-left: 40px;
	margin: 0px;
	padding-top: 0px;
	float: right;
}
#nav {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #FFFFFF;
}
#promoArea1a {
	height: 253px;
	width: 900px;
	background-image: url(../images/promo1c_bg.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
}
#promoArea1a .leftCol {
	float: left;
	padding-top: 20px;
	width: 220px;
	margin-left: 400px;
	display: inline;
}
#promoArea1a .rightCol {
	margin-left: 660px;
	margin-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 210px;
}
#promoArea1a h2 {
	padding: 27px 0 0;
	overflow: hidden;
	background-image: url(../images/heading_free-roaming.gif);
	background-repeat: no-repeat;
	height: 0px !important; /* for most browsers */
	height /**/:27px; /* for IE5.5's bad box model */
	margin-bottom: 20px;
	margin-top: 0px;
	font-weight: normal;
}
#promoArea1a h3 {
	padding: 13px 0 0;
	overflow: hidden;
	background-image: url(../images/heading_other-benefits.gif);
	background-repeat: no-repeat;
	height: 0px !important; /* for most browsers */
	height /**/:13px; /* for IE5.5's bad box model */
	margin-bottom: 20px;
	margin-top: 0px;
	font-weight: normal;
}
#promoArea1a p {
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 20px;
}
#promoArea1a .leftCol ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}
#promoArea1a .leftCol li {
	background-image: url(../images/promo1a_bullet1.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding-left: 14px;
}
#promoArea1a .rightCol ul {
	list-style-type: none;
	margin: 0px 0px 20px;
	padding: 0px;
	font-size: 12px;
}
#promoArea1a .rightCol li {
	background-image: url(../images/promo1a_bullet2.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 12px;
}
a.findOutMoreBtn {
	height: 28px;
	width: 106px;
	text-align: center;
	background-image: url(../images/find-out-more_btn1.gif);
	background-position: left top;
	line-height: 24px;
	display: block;
	color: #224b67;
	text-decoration: none;
	position: absolute;
	top: 383px;
	right: 40px;
}
a.findOutMoreBtn:hover {
	background-image: url(../images/find-out-more_btn2.gif);
}
#mainContentHome {
	background-color: #FFFFFF;
}
#mainContentHome .leftCol {
	float: left;
	width: 360px;
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	display: inline;
}
#mainContentHome .leftCol p {
	margin-top: 17px;
	margin-bottom: 20px;
}
#mainContentHome .rightCol {
	margin-left: 400px;
	margin-right: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#promoArea2 {
	height: 134px;
	overflow: auto;
	margin-bottom: 0px;
}
#promoArea2 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#promoArea2 li {
	float: left;
}
#promoArea2 li a {
	height: 22px;
	width: 170px;
	float: left;
	text-align: center;
	line-height: 11px;
	padding-top: 112px;
	color: #FFFFFF;
	text-decoration: none;
}
#promoArea2 li a.promo1 {
	background-image: url(../images/buy-sim_promo1+2.png);
	background-position: top;
}
#promoArea2 li a.promo1:hover {
	background-position: bottom;
}
#promoArea2 li a.promo2 {
	background-image: url(../images/buy-top-up_promo1+2.png);
	background-position: top;
	margin-left: 20px;
}
#promoArea2 li a.promo2:hover {
	background-position: bottom;
}
#promoArea3 {
	height: 136px;
	overflow: auto;
	margin-bottom: 0px;
}
#promoArea3 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#promoArea3 li {
	float: left;
}
#promoArea3 li a {
	height: 26px;
	width: 170px;
	float: left;
	text-align: center;
	line-height: 11px;
	padding-top: 110px;
	color: #FFFFFF;
	text-decoration: none;
}
#promoArea3 li a.promo1 {
	background-image: url(../images/promo3a_1+2.png);
	background-position: top;
}
#promoArea3 li a.promo1:hover {
	background-position: bottom;
}
#promoArea3 li a.promo2 {
	background-image: url(../images/promo3b_1+2.jpg);
	background-position: top;
	margin-left: 20px;
}
#promoArea3 li a.promo2:hover {
	background-position: bottom;
}
#textContent {
}
#textContent h3 {
	padding: 24px 0 0;
	overflow: hidden;
	background-image: url(../images/heading_shattering-mobile-phone.png);
	background-repeat: no-repeat;
	height: 0px !important; /* for most browsers */
	height /**/:24px; /* for IE5.5's bad box model */
	margin-bottom: 20px;
	margin-top: 0px;
	font-weight: normal;
}
#textContent p {
	margin-top: 0px;
	margin-bottom: 20px;
}
#textContent strong {
	color: #2A2F33;
}
#textContent a {
	color: #CC0000;
	text-decoration: none;
}
#textContent a:hover {
	color: #000000;
}
#promoArea4 {
	width: 475px;
	background-color: #eaeaea;
	background-image: url(../images/promo4_bg_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	float: left;
	min-height:120px;
}
* html #promoArea4 {
	height:120px;
}
#promoArea4 h4 {
	margin-top: 0px;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	background-color: #eaeaea;
	line-height: 13px;
	background-repeat: no-repeat;
	background-position: top;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(../images/promo4_bg_top.gif);
}
#promoArea4 p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#promoArea4 a {
	color: #CC0000;
	text-decoration: none;
}
#promoArea4 a:hover {
	color: #000000;
}
#promoArea5 {
	width: 230px;
	background-color: #eaeaea;
	background-image: url(../images/promo4_bg_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	float: right;
	min-height:120px;
}
* html #promoArea5 {
	height:120px;
}
#promoArea5 h4 {
	margin-top: 0px;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	background-color: #eaeaea;
	line-height: 13px;
	background-repeat: no-repeat;
	background-position: top;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(../images/promo4_bg_top.gif);
}
#promoArea5 p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#promoArea5 a {
	color: #CC0000;
	text-decoration: none;
}
#promoArea5 a:hover {
	color: #000000;
}
#mainContentGeneral {
	background-color: #FFFFFF;
	min-height:330px;
	padding: 20px;
}
* html #mainContentGeneral {
	height:330px;
}
#mainContentGeneral p {
	margin-top: 0px;
	margin-bottom: 20px;
}
#mainContentGeneral p.alternative {
	margin-bottom: 7px;
}
#mainContentGeneral h2 {
	font-size: 16px;
	color: #000;
	margin-top: 0px;
	font-weight: normal;
}
#mainContentGeneral h3 {
	color: #cc0000;
	margin-top: 0px;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 7px;
}
#mainContentGeneral h3.alternative {
	margin-top: 20px;
}
#mainContentGeneral h3.alternative2 {
	margin-bottom: 20px;
}
#mainContentGeneral h4 {
	font-size: 13px;
	color: #FFF;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 7px;
}
#mainContentGeneral h4black {
	font-size: 13px;
	color: #000;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 7px;
}

#mainContentGeneral h4.alternative {
	margin-top: 0px;
}
#mainContentGeneral h4.question {
	margin-top: 0px;
	margin-bottom: 0px;
}
#mainContentGeneral h4.alternativeRed {
	margin-top: 0px;
	color: #E50F0E;
}
#mainContentGeneral strong {
	font-weight: normal;
	color: #000000;
}
#mainContentGeneral ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 16px;
}
#mainContentGeneral ul.alternative {
	padding: 0px;
}
#mainContentGeneral .promoBox ul {
	margin: 0px;
	padding: 0px;
}
#mainContentGeneral table ul {
	margin: 0px;
	padding: 0px;
}
#mainContentGeneral ul li {
	background-image: url(../images/bullet1.gif);
	background-position: left 4px;
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-bottom: 3px;
}
#mainContentGeneral a {
	color: #CC0000;
	text-decoration: none;
}
#mainContentGeneral a:hover {
	color: #000000;
}
#mainContentGeneral input.textField2 {
	font-size: 11px;
	margin: 0px;
	padding: 2px;
	width: 230px;
}
#mainContentGeneral select.textField2 {
	width: 236px;
	font-size: 11px;
}
#mainContentGeneral .leftCol {
	float: left;
	width: 420px;
	display: inline;
}
#mainContentGeneral .rightCol {
	margin-left: 440px;
}
#mainContentGeneral .errorMessage {
	background-color: #eaeaea;
	padding: 8px 8px 8px 33px;
	margin-bottom: 20px;
	color: #CC0000;
	font-size: 12px;
	background-image: url(../images/error-icon.gif);
	background-repeat: no-repeat;
	background-position: 8px center;
	border: 1px solid #c4c4c4;
}
#mainContentGeneral dl.testimonial {
	float: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#mainContentGeneral dl.testimonial dt {
	float: none;
	margin: 0px;
	padding: 13px 15px 0px;
	background-image: url(../images/testimonial_quote_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	color: #565a5e;
	background-color: #afcde2;
}
#mainContentGeneral dl.testimonial dd {
	float: none;
	margin: 0px;
	padding: 22px 0px 20px 36px;
	text-align: left;
	color: #000000;
	background-image: url(../images/testimonial_name_bg.gif);
	background-repeat: no-repeat;
	font-size: 11px;
}



#footer {
	height: 88px;
	width: 940px;
	background-image: url(../images/footer_bg.gif);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}
#footerNav {
	color: #b2b2b2;
	margin-left: 30px;
	padding-top: 27px;
}
#footerNav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#footerNav li {
	float: left;
	padding-right: 10px;
	background-image: url(../images/nav_divider2.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-left: 10px;
	line-height: 11px;
}
#footerNav li a {
	color: #818181;
	text-decoration: none;
}
#footerNav li a:hover {
	color: #000000;
}
#credits {
	float: right;
	margin-right: 40px;
	padding-top: 16px;
	display: inline;
}








table.features {
	border: 1px solid #97aebe;
}
table.features th {
	text-align: left;
	padding: 15px;
	background-image: url(../images/rates_table_th_bg.gif);
	background-repeat: repeat-x;
	background-color: #b4cfe2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #97aebe;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #97aebe;
	vertical-align: top;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
}
table.features td {
	vertical-align: top;
	padding: 15px;
	background-color: #eaeaea;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c4c4c4;
}
table.features strong {
	font-weight: normal;
	color: #000000;
}
table.features p {
	margin-top: 0px;
	margin-bottom: 10px;
}
table.features ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
table.features ul li {
	background-image: url(../images/bullet1.gif);
	background-position: left 4px;
	background-repeat: no-repeat;
	padding-left: 15px;
	margin: 0px;
}
div.promoBox {
	padding: 15px;
	background-color: #eaeaea;
	border: 1px solid #c4c4c4;
	margin-bottom: 20px;
	width: 385px;
}
div.alertBox {
	padding: 8px;
	background-color: #eaeaea;
	border: 1px solid #c4c4c4;
	margin-bottom: 20px;
}
div.profileBox {
	padding: 8px 8px 2px;
	background-color: #eaeaea;
	border: 1px solid #c4c4c4;
	margin-bottom: 20px;
}
.profileBox th {
	padding: 3px 3px 3px 0px;
	text-align: left;
	font-weight: normal;
	color: #000000;
	vertical-align: middle;
}
.profileBox td {
	padding: 3px 3px 3px 0px;
	vertical-align: middle;
}
div.profileBoxAlternative {
	padding: 8px;
	background-color: #eaeaea;
	border: 1px solid #c4c4c4;
	margin-bottom: 20px;
}
.profileBoxAlternative th {
	padding: 3px 3px 3px 0px;
	text-align: left;
	font-weight: normal;
	color: #000000;
	vertical-align: middle;
}
.profileBoxAlternative td {
	padding: 3px 3px 3px 0px;
	vertical-align: middle;
}
table.basic {
	margin-bottom: 20px;
}
table.basic th {
	font-weight: normal;
	color: #000000;
	text-align: left;
	padding-right: 10px;
}
table.basic2 {
	margin-top: 0px;
	margin-bottom: 0px;
}
table.basic2 th {
	font-weight: normal;
	color: #000000;
	text-align: left;
}

table.data td {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

div.contactForm {
	margin-bottom: 20px;
	width: 417px;
}
.contactForm legend {
	color:#000; /* IE styles legends with blue text by default */
 	* html margin-left:-7px; /* A hack that only ie reads to position the legend in the same place cross browser */
}
.contactForm fieldset {
	background-color: #eaeaea;
	padding: 15px;
	border: 1px solid #97aebe;
}
.contactForm fieldset div {
	overflow:hidden; /* Contain the floating elements */
	display:inline-block; /* Give layout in ie to contain float */
	display:block; /* Reset element back to block leaving layout in ie */
	margin-bottom: 5px;
} 
.contactForm label {
	float:left; /* Take out of flow so the input starts at the same height */
	width:75px;
	line-height: 22px;
}
.contactForm input.textField {
	width: 294px;
	margin-bottom: 5px;
	padding: 2px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.contactForm textarea {
	width: 297px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.contactForm input.submitBtn {
	margin-bottom: 5px;
	margin-right: 10px;
}

div.contactForm2 {
	margin-bottom: 20px;
	width: 417px;
}
.contactForm2 legend {
	color:#000; /* IE styles legends with blue text by default */
 	* html margin-left:-7px; /* A hack that only ie reads to position the legend in the same place cross browser */
}
.contactForm2 fieldset {
	background-color: #eaeaea;
	padding: 15px;
	border: 1px solid #97aebe;
}
.contactForm2 fieldset div {
	overflow:hidden; /* Contain the floating elements */
	display:inline-block; /* Give layout in ie to contain float */
	display:block; /* Reset element back to block leaving layout in ie */
	margin-bottom: 5px;
} 
.contactForm2 label {
	float:left; /* Take out of flow so the input starts at the same height */
	width:120px;
	line-height: 22px;
}
.contactForm2 input.textField {
	width: 250px;
	margin-bottom: 5px;
	padding: 2px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.contactForm2 textarea {
	width: 250px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.contactForm2 input.submitBtn {
	margin-bottom: 5px;
	margin-right: 10px;
}

.telephoneLabel {
	width: 40px;
	display: inline;
	float: left;
}
ol.terms {
	margin-top: 0px;
}
ol.terms li {
	font-size: 14px;
	color: #000000;
	margin-top: 0px;
}
ol.terms li ol {
}
ol.terms li ol li {
	font-size: 11px;
	color: #535b63;
	list-style-type: lower-roman;
	margin-bottom: 12px;
	margin-top: 12px;
}


a.pdfLink1 {
	background-image: url(../images/pdf_icon1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 29px;
	padding-left: 32px;
	line-height: 29px;
}
a.pdfLink2 {
	background-image: url(../images/pdf_icon2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 29px;
	padding-left: 32px;
	line-height: 29px;
}

.photoCredit {
	font-size: 9px;
	text-align: right;
	padding-top: 3px;
	color: #CCCCCC;
}


.basicBox {
	border: 1px solid #CCCCCC;
	padding: 4px;
	margin-bottom: 20px;
}
.profile_top {
	background-color: #CB1112;
}
.alternativeWhite {
	color: #FFF;
	font-size: 16px;
}
.alternativeWhite2 {
	color: #FFF;
	font-size: 12px;
}
