@charset "UTF-8";
/*Zero out ALL default values for cross browser compatability*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, div{
margin: 0;
padding: 0;
border: 0;
}

/*Now we have to rebuild all of the default padding for tags because we zeroed them above.*/
p {
padding: 10px 0 10px 0;
}
ul {
	list-style-type: none;
	padding-left: 20px;	
}
ol {
	/*list-style-type: none;*/
	padding-left: 10px;
	list-style-position: inside;	
}
li{
	padding:5px 0 5px 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #666666;
}




/*Begin Div formatting...*/
#Wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}



/*<<<<<<<<<<<<<<<<<< Login-Signup Layout/Text Styles >>>>>>>>>>>>>>>>>>>*/
#Login-Signup {
	height: 25px;
	width: 960px;
	position: absolute;
	padding-top: 5px;
	text-align: right;
	background-image: url(images/Login.Signup.Bkgrd.Graphic.gif);
	background-repeat: no-repeat;
}
#Login-Signup a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
	text-align: right;
	padding-right: 10px;
}
#Login-Signup a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
	text-align: right;
	padding-right: 10px;
}
#Login-Signup a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0066FF;
	text-decoration: underline;
	text-align: right;
	padding-right: 10px;
}
#Login-Signup a:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
	text-align: right;
	padding-right: 10px;
}



/*<<<<<<<<<<<<<<<<<< Content Layout >>>>>>>>>>>>>>>>>>>*/
#Wrapper #contentWrapper {
	position: relative;
	width: 960px;
	
}
#Wrapper #contentWrapper #mainContent {
	position: relative;
	padding-top: 20px;
	padding-bottom: 10px
}
#Wrapper #contentWrapper #leftMargin {
	background-color: #EEEEEE;
	width: 278px;
	background-image: url(images/SB.Gradient.Bottom.jpg);
	background-repeat: no-repeat;
	vertical-align: top;
	background-position: bottom;
}
#Wrapper #contentWrapper #leftMargin #latestNews {
	width: 240px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 20px;
}
#Wrapper #contentWrapper #leftMargin #signuptoday {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 20px;
	width: 240px;
}
.CTAContentBanner {
	width: 670px;
	position: relative;
	left: 5px;
}



/*<<<<<<<<<<<<<<<<<< Footer Layout and Styles >>>>>>>>>>>>>>>>>>>*/
#Footer {
	height: 167px;
	width: 100%;
	position: relative;
	left: 0px;
	background-image: url(images/Footer.jpg);
	background-repeat: no-repeat;
}
#NavFooter {
	height: 26px;
	width: 478px;
	position: absolute;
	left: 14px;
	top: 22px;
}
#NavFooter a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
#NavFooter a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
#NavFooter a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0099FF;
	text-decoration: none;
}
#NavFooter a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.NavFooterDividers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
}



/*<<<<<<<<<<<<<<<<<< General Text Styles >>>>>>>>>>>>>>>>>>>*/
ul.left5px{
padding-left:5px;
}
ul.disc{
	list-style-type:disc;
	list-style-position: outside;
}
li.bluetriangle {
	background-image:url(images/bullet.gif);
	background-position:0 50%;
	background-repeat:no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #666666;
}
li.bluetriangle12px {
	background-image:url(images/bullet.gif);
	background-position:0 50%;
	background-repeat:no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;	
}
li.bluetriangleEM {
	background-image:url(images/bullet.gif);
	background-position:0 .6em;
	background-repeat:no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #666666;
}
li.disc{
list-style-type:disc;
padding-left:0px;
}

.LeftHeaderTextBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #333333;
}
.LeftHeaderTextBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #006699;
}
.LeftHeaderTextRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FF0000;
}
.LeftHeaderTextRedKern {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FF0000;
	letter-spacing: -1pt;
}
.LeftHeaderTextKern {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	letter-spacing: -1pt;
}
.HeaderText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.MainText01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #666666;
	line-height: 22px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
	color: #0F54AE;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
	color: #0F54AE;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
	color: #333333;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
	color: #0F54AE;
	text-decoration: underline;
}
.HeaderText02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 22px;
	font-weight: bold;
	color: #333333;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
}
.HeaderText03 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 27px;
	font-weight: bold;
	color: #666666;
}
.SideBarText01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 28px;
	color: #666666;
}
.RedText01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 22px;
	font-weight: bold;
	color: #FF0000;
}
.BlackText01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 22px;
	color: #000000;
}
.QuoteSIgnature {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	color: #333333;
	padding-left: 10px;
	padding-right: 10px;
}
.RedText02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 22px;
	font-weight: bold;
	color: #FF0000;
}
.BulletPointText01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.SCText01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	color: #333333;
}
.PlusPackageText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
}
.Text13BlackBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
}
.Text19Black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #000000;
	text-decoration: none;
}
.Text19BlackBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	color: #000000;
}
.DisclaimerText {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
}
.DisclaimerText02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}


/*SEO Styles*/

.oesLinks{
	font-family:Verdana;
	font-size:9px;
	color:#666666;
	padding-left:27px;
	position: absolute;
	top: 100px;
	left: 25px;
}

.oesLinks a:link,.oesLinks a:visited,.oesLinks a:hover{
color:#666666;
text-decoration:none
}
#Wrapper #bannerBlank #trialformflash {
	position: relative;
	float: right;
}
#NoNavBar {
	background-color: #000000;
	background-image: url(/images/MS.Landing.Page_Lg_1A.jpg);
	background-repeat: no-repeat;
	height: 105px;
	width: 960px;
	position: relative;
}
