/*===========================================
CSS reset - eliminates browser differences
=============================================*/

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, ins, kbd, img, 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: none;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
ul, ol {
	list-style:none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*=========================================
Page structure
===========================================*/
body {
	background: #4e4e4e url(../images/template/bodyGradient.gif) top repeat-x;
}
#outer {
	width: 874px;
	margin: 0 auto;
}
#header {
	height: 68px;
	padding: 30px 0 0 5px;
	background: url(../images/template/blueBarTop.gif) bottom no-repeat;
}
#main {
	background: #ececec url(../images/template/mainGradient_short.gif) top repeat-x;
	/*IE 6 background bug*/
	width: 100%;
}
#subHeader {
	height: 92px;
}
#footer {
	color: #ededed;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	padding: 18px 0 5px 0;
	font-size: 12px;
}
#footer a {
	color: #ededed;
}
#nav {
	float: left;
	margin: 7px 0 0 35px;
	width: 594px;
	padding: 0;
	list-style: none;
}
#nav li {
	float: left;
	display: block;
}
#nav a {
	display: block;
	float: left;
	color: #a4a4a4;
	text-decoration: none;
	font-size: 13px;
	padding: 0 22px 0 23px;
	height: 30px;
	line-height: 30px;
}
#nav a:hover {
	color: #ffffff;
}
#nav .on {
	background: url(../images/template/navBorderRight.gif) top right no-repeat;
}
#nav .on a {
	background: url(../images/template/navBorderLeft.gif) top left no-repeat;
	color: #ffffff;
	padding: 0 15px 0 30px;
}
#nav #login {
	float: right;
}
#nav #login a {
	background: url(../images/template/loginArrow.gif) top right no-repeat;
	padding: 0 31px 0 15px;
}
#nav #login a:hover {
	background: url(../images/template/loginArrow.gif) bottom right no-repeat;
}
#nav #login.on {
	background: url(../images/template/navBorderLeft_login.gif) top left no-repeat;
}
#nav #login.on a, #nav #login.on a:hover {
	background: url(../images/template/navBorderRight_login.gif) top right no-repeat;
	color: #ffffff;
}
#content {
	padding-top: 30px;
	width: 100%;
}
.contentLeft {
	float:left;
	display: inline;
	position: relative;
	width: 204px;
}
.contentRight {
	float: left;
	display: inline;
	position: relative;
	width: 660px;
	padding: 0 10px 0 0;
}
.promoBox2 {
	font-size:12px;
	float: left;
	display: inline;
	position: relative;
	color: #505050;
	border-top: 1px solid #c9c9c9;
	border-bottom: 1px solid #cacaca;
	background: url(../images/template/promoGradient2.gif) top repeat-x;
}
.promoBox2 .inner {
	width: 279px;
	height: 173px;
	background: url(../images/template/promoDivider2.gif) right top no-repeat;
	padding: 0 12px 0 0;
}
.promoBox2 p {
	padding: 0 0 13px 30px;
}
.promoBox2 .inner2 {
	width: 206px;
	height: 209px;
	padding: 0 12px 0 0;
}
.promoBox2 .inner2 img {
	display: block;
}
.promoBox2 .inner2 h3 {
	background: url(../images/template/fadingUnderline.gif) 15px 0 no-repeat;
}
.promoBox2 h3 {
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #595959;
	padding: 18px 0 13px 30px;
}
.subPagePromos .promoBox2 {
	border-top: 1px solid #b0b0b0;
	border-bottom: none;
	background: #ffffff url(../images/template/promoGradient1.gif) top repeat-x;
}
.subPagePromos .promoBox2 .inner {
	height: 160px;
	background: url(../images/template/promoDivider1.gif) top right no-repeat;
}
.stepBox td, .stepBox th {
	background: url(../images/template/stepBoxDivider.gif) left repeat-y;
	padding: 0 0 0 4px;
	text-align: left;
	vertical-align: top;
	color: #333333;
}
.stepBox tr td:first-child, .stepBox tr th:first-child {
	background-position: -4px bottom;
	padding: 0;
}
.stepBox p {
	padding: 0 0 20px 16px;
}
.stepBox .top {
	border-top: 1px solid #bbbbbb;
}
.stepBox .bottom {
	background: url(../images/template/stepBoxDividerBottom.gif) bottom left no-repeat;
}
.stepBox .arrow {
	background: url(../images/template/stepBoxArrow.gif) left top no-repeat;
}
.stepBox .bulletContent {
	background: url(../images/template/blueBulletLarge.gif) top left no-repeat;
	line-height: 33px;
	font-size: 16px;
	color: #ffffff;
	width: 33px;
	height: 33px;
	padding: 0 0 4px 0;
	position: relative;
	margin: -16px 0 0 0;
}
/*===========================================
Common styles
===========================================*/
body, td, th {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.3em;
}
a {
	color: #1a74b1;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.floatRight {
	float: right;
	display: inline;
	position: relative;
}
.floatLeft {
	float: left;
	display: inline;
	position: relative;
}
.clearer {
	/*Use between floated elements 
	to stack them vertically*/
    clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
	width: auto;
}
.hr {
	/*Same as clearer but with a grey line and extra padding*/
    clear: both;
	display: block;
	height: 1px;
	margin: 0 0 40px 0;
	padding: 0 0 10px 0;
	font-size: 1px;
	line-height: 1px;
	width: auto;
	border-bottom:1px solid #bbbbbb;
}
.note {
	color: #989898;
	font-size:11px;
}
.note a {
	color: #989898;
	text-decoration: underline;
}
.unBold {
	font-weight: normal;
}
.smallText {
	font-size:11px;
}
.caption {
	color: #505050;
	padding: 5px 0 0 0;
}
.center {
	text-align: center;
}
.center img {
	margin-right: auto;
	margin-left: auto;
}
p {
	padding: 0 0 25px 0;
}
#content h3 {
	padding: 12px 0 11px 0;
	font-size: 18px;
}
ul {
	padding: 0 0 25px 45px;
	list-style: disc;
}
ol {
	padding: 0 0 25px 45px;
	list-style:decimal;
}
.pageTitle {
	color: #ffffff;
	font-size: 34px;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serf;
	padding: 36px 0 15px 0;
	font-weight: normal;
	letter-spacing: -1px;
}
p.intro {
	color: #ffffff;
	padding: 28px 0 0 0;
	margin: 0 0 25px 0;
	background: #367cfc url(../images/template/blueBarGradient.gif) top repeat-x;
}
.backArrow {
	float:left;
	display: inline;
	position: relative;
	background: url(../images/template/backArrowBtnLeft.gif) top left no-repeat;
	margin: 31px 0 0 24px;
}
.backArrow a {
	float: left;
	display: block;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	color: #5d5d5d;
	background: url(../images/template/backArrowBtnRight.gif) top right no-repeat;
	padding: 0 11px 0 22px;
}
.clearContainer {
	overflow: hidden;
	width: 100%;
}
a.button {
	background: transparent url(../images/template/btnRight.gif) no-repeat scroll top right;
	color: #666666;
	display: block;
	float: left;
	font-weight: bold;
	height: 30px;
	margin-right: 6px;
}
a.button:hover {
	text-decoration: none;
}
a.button span {
	background: transparent url(../images/template/btnLeft.gif) no-repeat;
	display: block;
	line-height: 30px;
	padding: 0 11px;
}
a.button:active {
	background-position: bottom right;
	color: #333333;
	outline: none;
}
a.button:active span {
	background-position: bottom left;
}
.backArrow a:hover {
	color: #1a74b1;
	text-decoration: none;
}
.highlightBox {
	background-color: #f8f8f8;
	border: 1px solid #b7b7b7;
	padding: 22px;
}
.promoList {
	padding: 0 0 0 5px;
	list-style: none;
}
.promoList li {
	margin: 10px 0;
	min-height: 23px;
}
.bulletContent {
	line-height: 22px;
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
	margin-right: 6px;
	width: 22px;
	text-align: center;
	display: block;
	float: left;
	background: url(../images/template/blueBullet.gif) top left no-repeat;
}
.promoList strong {
	font-size: 15px;
	line-height: 26px;
}
/*===========================================
Rollover styles
===========================================*/
a.imgRoll {
	position: relative;
	display: block;
	text-decoration: none;
	font-weight:bold;
	font-size:11px;
	cursor:pointer;
}
a.imgRoll .over {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
a.imgRoll:hover {
	border-width: 0; /* IE */
	color: #ffffff;
}
a.imgRoll:hover .over {
	visibility: visible;
}
