/* THE BIG GUYS */

body {
	margin: 0px;
	padding: 0px;
	background: url("../images/bg.gif") repeat-x top #fff;
	color:#000;
	font:83%/1.5 verdana,arial,tahoma,sans-serif;
	/* added for IE */
	text-align: center;
}
/* PAGE ELEMENTS */

#container {
	width: 806px;
	text-align: left;
	margin: 0 auto; /* required for proper centering */
}
#header {
	background: url(../images/header.gif) no-repeat top left;
	clear: both;
	height: 140px;
}
#header-image {
	position: relative;
	float: left;
}
a#header-login {
	position: relative;
	float: right;
	margin-top: 60px;
	margin-right: 36px;
}
#content-body-bg {
	width: 806px;
	background: url(../images/content-mid.gif) repeat-y #fff;
	position: relative;
	min-height: 100px;
}
#content-body-top {
	background: url(../images/content-top.gif) no-repeat top left; /* left must be specified or IE 6 jogs the bg img to the right */
	position: relative;
}
#content-body-btm {
	background: url(../images/content-btm.gif) no-repeat top left; /* left must be specified or IE 6 jogs the bg img to the right */
	clear: both;
	height: 52px;
}
/* PAGE COLUMNS */

#column-content {
	min-height:100px;
	padding: 6px 36px 8px 36px;
}

#column-content .columns {
	position: relative;
	float:left;
}

#col1 {
	width: 90px;
	position: fixed;
	vertical-align: top;
}

#col2 {
	width: 362px;
	padding-left:1px;
	padding-right: 10px;
	vertical-align: top;
	
}

#col2 img {
	margin-left: -69px;
	min-height: 0;
	float:left;
	margin-top: 3px;
	}
	
/* hide from mac */
* html #col2 img {height: 48px; position:relative;}
/* hide from mac */

#col3 {
	width: 260px;
	vertical-align: top;
	
}

#col1_subnav {
	width: 170px;
	position: fixed;
	vertical-align: top;
}

#col2_subnav {
	width: 302px;
	padding-left:1px;
	padding-right: 10px;
	vertical-align: top;
}
#col3_subnav {
	width: 250px;
	vertical-align: top;
	
}
	
#footer {
	padding: 4px;
	clear: both;
	text-align:center;
	color: #666;
	font-size: 76%;
}
#footer a {
	color: #7E96C6;
}
#footer a:hover {
	color: #666;
}
.errorMsg {
	padding: 4px;
	background: #FFEFEF;
	border: 1px solid #FF9F9F;
}
.successMsg {
	padding: 4px;
	background: #E1FFDF;
	border: 1px solid #A4FF9F;
}
.neutralMsg {
	padding: 4px;
	background: #efefef;
	border: 1px solid #cfcfcf;
}
/* NAVIGATION MENU */

/* for IE */
#current_page  {
font-size: 14px; text-decoration: none;   margin: 0px; background:url(../images/nav-hover.gif) repeat-x top center ; color: #fff;   clear:both;
}


/* for all other browsers */
html>body #current_page  {
font-size: 14px; text-decoration: none;   margin: 0px; background:url(../images/nav-hover.gif) repeat-x top center ; color: #fff;   clear:both; padding: 3px 0px 6px 0px;
}

#current_page a, #current_page a:link, #current_page a:visited {
	color: #fff;
	text-decoration:none;	}
	
#current_page a:hover, #current_page a:active  {
	color:#fff;
	text-decoration:none;
	}
	
	
	 


#nav {
	margin: 0px;
	height: 27px;
	background: url(../images/contbg2.gif);
}
#navLinks {
	text-align: center;
	height: 27px;
	background: url("../images/nav.gif") no-repeat top center;
}/* TYPOGRAPHY */
li {
    line-height: 12px;
    margin: 0px;
   padding:0px;
   list-style: disc;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px
}
li.subnav_l1	{
	list-style:none;
	margin-left:-24px;
	text-align:top;
	color:#5370BF;
	font-weight:bold;
	line-height:20px;
	font-size:12px;
}
li.subnav_l2	{
	list-style:none;
	margin-left:-18px;
	line-height:24px;
	color:#5370BF;
	font-weight:bold;
	font-size:10px;
}
li.subnav_l2_current	{
	list-style:none;
	margin-left:-24px;
	line-height:24px;
	color:#5370BF;
	font-weight:bold;
	font-size:10px;
}
li.subnav_l3	{
	list-style:none;
	margin-left:-24px;
	line-height:15px;
	color:#5370BF;
	font-size:10px;

}

.product_title {
	font-weight: bold;
	color: #5370BF;
	font-size:14px
}
.product_subtitle {
	font-weight: bold;
	color: #5370BF;
	font-size:12px
}
.product_addons {
	font-weight: bold;
	color: #5370BF;	
	margin-left:-12px;
}

p {
	margin-top: 0em;
	margin-bottom: 1em;
	font-size: 11px;
	line-height: 1.3em;
}
h1, h2, h3, h4, h5, h6 {
	margin: .2em 0 0;
	padding-bottom: 0em;
	color:#6f97ca;
}
h1 {font-size: 206%; margin-top:.5em; font-weight: normal}
h2 {font-size: 146%;}
h3 {font-size: 126%; margin-bottom:0.3em;}
h4 {font-size: 116%}
h5 {font-size: 106%}
h6 {font-size: 96%}
h7 {font-size:90%}


p.italic{
	font-style:italic;
	padding:10px 0 0 0;
	}


p.date {
	color:#666666;
	margin:0;
	padding:0;
	margin-top: 12px;
	font-size:10px;
	}

p.article {
	font-size: 12px;
	font-weight: bold;
	color:#5370BF;
	margin: 0;
	}
p.pub {
font-style:italic;
}

p.description {
	margin-bottom: 1.5em;
	}
	
p.description a:link {
	margin:0;
	}	


#instructions {
	margin: 1em 0px 1em 0px;
	padding: .5em 0px .5em 0px;
	border-bottom: 1px solid #dfdfdf;
}

#tos {
	margin: 1em 0px 1em 0px;
	background: #f4f4f4;
	border: 1px solid #dfdfdf;
	padding: 12px;
	overflow-x: hidden;
	width: 800px;
	height: 300px;
}

.stepProcess {
	border: 1px solid #dfdfdf;
	background: #f6f6f6;
	padding: 4px;
	margin: 4px 0px 8px 0px;
	color: #666;
	font-size: 106%%;
}
.stepProcessActive {
	font-weight: bold;
	color: #5370BF;
}
.stepProcessCompleted {
	text-decoration: underline;
	color: #666;
}
.stepProcessCompleted a {
	text-decoration: underline;
	color: #8393BF;
}
.stepProcessCompleted a:hover {
	text-decoration: underline;
	color: #666;
}
#nav a, #nav a:link, #nav a:visited {
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	padding: 3px 13px 6px 13px;
	margin: 0px 0px;
}
#nav a:hover, #nav a:active {
	background: url("../images/nav-hover.gif") repeat-x top center;
	color: #fff;
}
#navLeftEnd {
	height: 27px;
	background: url("../images/nav-left.gif") no-repeat top left;
}
#navRightEnd {
	margin-left: 17px;
	height: 27px;
	width: 774px;
	background: url("../images/nav-right.gif") no-repeat top right;
}

/* HOME PAGE */

#home-head {
	background: url(../images/home-head.gif) no-repeat top left;
	clear: both;
	height: 140px;
}

#home-header {
	background: url("../images/home-top.gif") no-repeat top;
	padding: 25px 36px 0px 230px;
	position: relative;
	margin-bottom: -5px;
}

#home-graphic {
	position:relative;
	float:right;
	left:-20px;
	width:270px;
	height:248px;
	padding-right:20px;  /*  new spacing to fill white space on home page  */
}

#home-learn {
	background: url("../images/home-learn.gif") no-repeat center;
	position:absolute;
	left:37px;
	top:188px;
	width:452px;
	height:72px;
}

#home-bottom {
	background: url("../images/home-mid2.gif")  no-repeat top;
	padding: 0px 0px 30px 37px;
	vertical-align:top;
	position: relative;	
	height:313px;
}



/* FOOTER */
#footer {
	
}

/* LINKS */
a,a:link,a:link,a:link,a:hover {
	background:transparent;
	text-decoration:underline;
	cursor:pointer;
} 
a:link {
	color:#6f97ca;
} 
a:visited {
	color:#bcbec0;
} 
a:hover,a:active {
	color:#82c16f; 
} 

a.blue-button, a.blue-button:visited, a.blue-button:active {
	width: 150px;
	position: relative;
	color: #fff;
	text-decoration: none;
	margin: 0px;
	padding: 2px 8px;
	border: 1px solid #000;
	background: #3166b0;
}
a.blue-button:hover {
	border: 1px solid #3166b0;
	background: #6f97ca;
	color: #fff;
	text-decoration: none;
}
a.green-button, a.green-button:visited, a.green-button:active {
	position: relative;
	color: #fff;
	text-decoration: none;
	margin: 0px;
	padding: 2px 8px;
	border: 1px solid #000;
	background: #216e3d;
}
a.green-button:hover {
	border: 1px solid #216e3d;
	background: #449260;
	color: #fff;
	text-decoration: none;
}
a.red-button, a.red-button:visited, a.red-button:active {
	position: relative;
	color: #fff;
	text-decoration: none;
	margin: 0px;
	padding: 2px 8px;
	border: 1px solid #000;
	background: #963234;
}
a.red-button:hover {
	border: 1px solid #CF5A5A;
	background: #FF8F8F;
	color: #fff;
	text-decoration: none;
}

/* LISTS */

/* FORMS */
input.blue-button {
	position: relative;
	color: #fff;
	text-decoration: none;
	margin: 0px;
	padding: 4px 12px;
	border: 1px solid #739cd2;
	background: url(../images/buttons.gif) repeat-x 0% -90px;
}
input.blue-button:hover {
	border: 1px solid #accaf2;
	background: url(../images/buttons.gif) repeat-x 0% -60px;
	cursor: pointer;
}
input.green-button {
	position: relative;
	color: #fff;
	text-decoration: none;
	margin: 0px;
	padding: 4px 12px;
	border: 1px solid #589F27;
	background: url(../images/buttons.gif) repeat-x 0% 0px;
}
input.green-button:hover {
	border: 1px solid #78BF47;
	background: url(../images/buttons.gif) repeat-x 0% -29px;
	cursor: pointer;
}
.form-table {
	background: #fffde9;
	border: 1px solid #f5dc6e;
	padding: 8px;
}
.form-label {
}
.form-wrp {
	background: #f4f4f4;
	border: 1px solid #dfdfdf;
	padding: 3px;
}
.form-wrp:hover, .form-wrp:focus {
	background: #fff;
	border: 1px solid #BFE2FF;
}
table tr.form-title {

}
.static-question  {
  	color:#6f97ca;
  font-weight: bold
}

#rule {
	background-color: #6f97ca;
	width: 100%;
	height: 2px;
	margin-top: 0;
	font-size: 2px;
}

.textwrap-right {
float:right;
margin-top:10px;
margin-right:0px;
margin-bottom:10px;
padding-left:10px;
} 

