/* 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;
	
}

#col3 {
	width: 260px;
	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 {
	color: #fff;
	margin:0;
	text-decoration:none;
	padding:0;
	}
	
#current_page a:hover, #current_page a:visited {
	margin:0;
	color:#fff;
	text-decoration:none;
	padding:0;
	}


#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;
}
#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-header {
	background: url("../images/home-top.gif") no-repeat top;
	padding: 55px 36px 15px 230px;
	position: relative;
	margin-bottom: -3px;

	
}



#home-bottom {
	background: url("../images/home-mid2.gif")  no-repeat top;
	padding: 10px 36px 15px 230px;
	position: relative;	
	height:80px;
	
}



/* 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;
}
/* TYPOGRAPHY */
li {
    line-height: 12px;
    margin: 0px;
   padding:0px;
   list-style: disc;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px
}
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%}

#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;
}
/* 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
}

