/* This CSS sets the template styles and layout for ALL elemnets */

/* --------------------------------------------------------- =BROWSER =NORMALIZATION */

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, img, ins, kbd, 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: 0;
	outline: 0;
	font-size: 100%;
}

ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/*  div {border:1px solid #090;}  */


/* --------------------------------------------------------- =BASE =STYLES */

body {
	background:#e2d0b0 url(../images/bg.gif) top left repeat-x;
	color: #232323;
	margin: 0;
	padding: 19px 0 0 0;
	font-size: 10pt;
	text-align:center;
}

body, table, td, div, input {
	font-family: Arial, Trebuchet, Tahoma, Helvetica, sans-serif;
}

a:link, a:visited {	
	color:#008457;
	text-decoration: none;
	}
	
a:hover, a:active {
	color:#008759;
	text-decoration: underline;
	}

h1 {
	margin: 0 0 10px 0;
	padding: 6px 10px 6px 10px;
	color: #fff;
	font-size: 16pt;
	background:url(../images/bg_h1.jpg) top left no-repeat;
	width:643px;
	font-weight:normal;
	}
	
h1.noBg { 
   background: none; 	
}	
	
h2 {
	color: #b74c22;
	margin: 2px 0 8px 0;
	font-size: 14pt;
	padding:10px 0 10px 0;
	font-weight:normal;
	width:643px;
	background:url(../images/bg_h2.jpg) top left repeat-x;
}

h2.noBg {
	background:none;
}

h3 {
	color: #008457;
	/* margin: 0 0 6px 0; */
	margin: 5px 0 6px 0;
	font-size: 11pt;
	font-weight:normal;
}

h4 {
	color: #232323;
	margin: 0 0 4px 0;
	font-size: 10pt;
}

p {
	padding: 0 0 12px 0;
}

hr {
	background: #008457;
  	border: 0;
  	color: #008457;
  	height: 1px;
	margin: 10px 0;
	}
	
table {
	border-collapse: collapse;
	border-spacing: 0;
} /* tables still need 'cellspacing="0"' in the markup */

table {	font-size: 100%; } /* IE inheritance fix */

ins {
	text-decoration: none;
	border-bottom: 1px dotted;
} /* remember to highlight inserts somehow! */

del {
	text-decoration: line-through;
}

/* --------------------------------------------------------- =CLEAR =FLOATS/=FIXS */

.clearfloat {
	clear: both;
	height: 1px;
	}
	
.clear0 {
	height: 0;
	clear: both;
	}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;} /* Hides from IE-mac \*/

* html .clearfix {height: 1%;}

.clearfix {display: block;} /* End hide from IE-mac */


/* --------------------------------------------------------- =PAGE WRAPS/=COLUMNS */

.contentWrap {
	background:url(../images/bg_midpage.gif) top left repeat-y;
	text-align:center;
	}
.slogan {
	float:left;
	margin-left:5px;
	vertical-align:middle;
	white-space:nowrap;
	width:644px;
	text-align:left;
	}
.page {
	width: 912px;
	margin: 0 auto;
	text-align: left;
	}
.content {text-align:left;}
.contentL {
	float: left;
	width: 644px;
	}
.contentR {
	float: right;
	width: 210px;
	margin-right:8px;
	}




/* --------------------------------------------------------- =MASTHEAD */
	
.mast {
	width:912px;
	position:relative;
	}
	
.mastL {
	float: left;
	width: 187px;
	}
	
.mastR {
	float: right;
	width: 720px;
	text-align: right;
	}

/* --------------------------------------------------------- =UTILITY */
	
.uti {
	font-size:8pt;
	}
.uti IMG {vertical-align:middle;}
.uti a {
	margin: 0 6px 0 0;
	padding: 0;
	display: inline;
}

.uti a:link, .uti a:visited {	
	color:#232323;
	text-decoration: none;
	}
	
.uti a:hover, .uti a:active {
	color:#000;
	text-decoration: underline;
	}
.anchors {
	width:633px; 
	text-align:right;
	margin:22px 0 10px 0;
	}	
.anchors a  {margin:0 4px;}

.quickBtns a {margin:0 4px;}

.quickBtns {float:right;}
/* --------------------------------------------------------- =SEARCH =AREA */

.searchArea {
	float:right;
	margin-right:8px;
	width:225px;
	text-align:right;
	
}

.searchArea form {
	margin: 0;
	padding: 0;
	width:215px;
	display:inline;
}

.searchArea input, .searchArea img { vertical-align: middle; }

.searchArea input.appfield1 {
	width: 180px;
	margin:0;
	padding:3px 0 3px 4px;
	border:1px solid #b9b9b9;
	border-right:none;
	color: #232323;
	background-color:#fff;
	font-size:8pt;
	}
* html .searchArea input.appfield1 {height:22px;}

.searchBtn {
	border:1px solid #b9b9b9;
	border-left:none;
	
}



/* --------------------------------------------------------- =LOGIN =AREA */

.loginAreaWrapMain {
	width:250px;
	float:right;
	background:url(../images/bg_login_back.jpg) top right no-repeat;
}
#home .loginAreaWrapMain {
	width:640px;
	float:right;
	background:url(../images/bg_login.gif) top right no-repeat;
	position:relative;
}
*html #home .loginAreaWrapMain {
	height:90px;
}
.loginAreaWrapOB {padding:0;}
.loginOB form {padding:0;margin:0;}
#home .loginOB form {
	width:540px;
	padding-left:90px;
	position:relative;
	}
*html #home .loginOB form {
	margin-right:0px;
	padding:0;
	}
.loginOB {position:relative;}
#home .loginOB {height:90px; margin-right:10px;}
.personalOrBiz {margin-top:7px;}
.loginCol label, .personalOrBiz label {
	display:inline;
	font-size:8pt;
	font-weight:normal;
	color:#5a5a5a;
	float:left;
	padding:0 3px;
	margin:0;
}
.personalOrBiz label {font-size:10pt;}
.loginFormOB {margin:3px 0;}
.loginCol * {font-size:8pt; color:#5a5a5a;}
.loginCol {margin:5px 0 0 0;}
#home .loginCol {margin:8px 0 0 0;}
*:first-child+html #home .loginCol {margin:0 0 0 0;}
.personalOrBiz input {float:left;display:inline;}
.loginCol input.appfield1 {
	font-size:7pt;
	width:130px;
	padding:1px 0 1px 2px;
	float:left;
}
* html .loginCol input.appfield1 {height:15px;}

.loginCol a:link, .loginCol a:visited,
.loginLinks a:link, .loginLinks a:visited {
	text-decoration:none;
	font-size:8pt;
	display:block;
}
.loginCol a:hover, .loginCol a:active,
.loginLinks a:hover, .loginLinks a:active {
	text-decoration:underline;
}
.loginLinks {
	padding:0 0 12px 0;
	margin:6px 15px 0 0;
	text-align:left;
	float:right;
}
#home .loginLinks {
	position:absolute;
	top:0;
	right:0;
	margin:0;
	width:80px;
}
*:first-child+html #home .loginLinks {
	position:absolute;
	top:0;
	right:0;
	margin:0;
	width:80px;
	z-index:100;
	}
*html #back .loginLinks {
	padding:0 0 12px 0;
	margin:6px 0 0 28px;
	text-align:left;
	float:right;
	}
.loginLinks ul {margin:0; padding:0;}
.loginLinks li {
	display:block;
	list-style-image:none;
	margin:0;
	padding:0;
}
*html .loginLinks li {height:12px;}
.loginForgot {
	float:left;
	margin-top:0;
	margin-left:276px;
	position:relative;
	}
*:first-child+html .loginForgot {
	float:left;
	margin-top:-2px;
	margin-left:285px;
	}
*html .loginForgot {margin-left:138px;}
.loginForgot a:link, .loginForgot a:visited {
	font-size:7pt;
	color:#5a5a5a;
	}
.loginBtn {
	float:left;
	margin:35px 0 0 65px;}
*:first-child+html .loginBtn {
	padding-left:2px;
	}
*html .loginBtn {margin:35px 0 0 30px;}
#home .loginBtn {margin-left:3px;margin-top:0;}
li.firstLi a:link, li.firstLi a:visited {font-weight:bold;}

.alsoInside {
	margin-left:12px;
}

/* --------------------------------------------------------- =PRRIMARY =NAV */

.pNav {
	position:absolute;
	float:right;
	width:625px;
	padding:0;
	left:314px;
	top:97px;
}
*:first-child+html .pNav {top:100px;}
*html .pNav {top:100px;}
.pNav a:link, .pNav a:visited {	
	display:inline;
	}

.pNav ul {
	margin:0;
	padding:0;
}
.pNav li {
	list-style-image:none;
	list-style-type:none;
	margin:0;
	padding:0;
	float:left;
}


/* --------------------------------------------------------- =SUB =NAV */

.sNav {
	
}

.sNav ul {
	margin: 0;
	padding: 0;
}

.sNav li {
	margin: 0;
	padding: 0;
}

.sNav a:link, .sNav a:visited {	
	color:#000;
	text-decoration: none;
	}
	
.sNav a:hover, .sNav a:active {
	color:#000;
	text-decoration: underline;
	}
	
/* --------------------------------------------------------- =HOME =CONTENT */

.home {
	background:url(../images/bg_homecontenttile.gif) left top repeat-y;
	margin:0 0 0 5px;
	}
	
.homeL, .homeC {
	float: left;
	width: 142px;
	text-align:left;
	margin:8px 0 0 15px;
	}
*html .homeL {width:130px;margin:8px 0 0 8px;}

.homeC {
	width:357px;
	}
*html .homeC {width:350px;margin:8px 0 0 15px;}
.homeR {
	float: right;
	width: 370px;
	text-align:right;
	padding-right:5px;
	}
*html .homeR {padding:0;}
.homeL li {
	background:url(../images/tri.gif) 0 6px no-repeat;
	padding:3px 0 4px 15px;
	}
	
/* --------------------------------------------------------- =PROMOS */

.promo {
	width:898px;
	margin:0 auto;
	position:relative;
}
.wecanhelp {
	position:absolute;
	top:30px;
	right:30px;
	width:300px;
	height:131px;
	z-index:20;
	}
.wecanhelpLinks {
	position:absolute;
	top:45px;
	left:16px;
	width:280px;
	height:131px;
	z-index:40;
	text-align:left;
	color:#232323;
	vertical-align:top;
	font-size:9pt;
	}
.wecanhelpLinks a:link, .wecanhelpLinks a:visited {color:#232323;}
.helpfulLinks {
	width:180px; 
	float:left;
	vertical-align:top;
	}
.3ways {
	vertical-align:top;
	}
.3ways li {background:none; padding:1px 0;}
.helpfulLinks li {
	background: url(../images/tri.gif) 0 6px no-repeat;
	padding:1px 0 1px 12px;
	}

.tinypromoWrap { 
	background:url(../images/bg_smpromos.gif) top left no-repeat;
	margin:5px 0 0 5px;
	width:900px;
	height:68px;
	white-space:nowrap;
	text-align:center;
	padding:14px 0 0 5px;
	}
.quickLinks {
	background:#008457 url(../images/bg_quicklinks_back.jpg) bottom left no-repeat;
	color:#fff;
	text-align:left;
	}
.quickLinks a:link, .quickLinks a:visited {color:#fff;display:block;}
.quickLinks ul {
	margin:0 8px 0 12px;
	font-size:8pt;
	padding-bottom:18px;
	}
.quickLinks li {
	background:url(../images/li_quicklinks.jpg) 0 .5em no-repeat;
	padding:4px 0 4px 15px;
	}

/* --------------------------------------------------------- = SITE =CONTENT */


.content {
	padding: 0 30px 10px 20px;
	line-height: 12.8pt;
	}
	
.content ul, .content ol {
	margin: 0 0 0 0;
	padding: 0 0 6px 0;
	}
	
.content ul li { 
	padding: 0 0 6px 10px;
	}
	
.content ol li {
	margin: 0 0 6px 12px;
	}
	
.content ul ul, .content ol ol {
	margin-bottom: -6px;
	padding: 6px 0 0 0;
	}
	
.content ul li {
	background: url(../images/li.jpg) no-repeat 0 .46em; 
}

.contentImg {
	}
	
/* --------------------------------------------------------- =FOOTER */

.foot {
	background:url(../images/bg_foot.gif) top left no-repeat;
	width:910px;
	color:#232323;
	font-size:9pt;
	padding:0 0 15px 0;
	}
#home .foot {margin-top:-8px;}
*html #home .foot {margin:0;}
.footL {
	float: left;
	width: 200px;
	margin:0 15px 0 0;
	}
	
.footR {
	text-align: right;
	float: right;
	width: 700px;
	margin:-5px 15px 0 0;
	}
.foot a:link, .foot a:visited {
	margin:0 3px;
	color:#232323;
	}
.foot a IMG {vertical-align:middle;}
/* --------------------------------------------------------- =FORMS */

label {
	display: block;
	margin: 2px 0 0 0;
}

input:focus {
	border: 1px solid #5a5a5a;
	background: #fff;
} /* remember to define focus styles! */
	
.appfield1 {
	border: 1px solid #b9b9b9;
	background: #fff;
}	
.appfield2 {
	border: 1px solid #b9b9b9;
	background:#fff;
}

.submitBtn {
	margin-top: 7px;
}

/* --------------------------------------------------------- =TABLES */

table { width: 100%; }

.tableheader {
	background: #008457;
	color: #fff;
	font-size: 12pt;
	font-weight: normal;
	padding:8px;
	}
	
th {
	color: #b74c22;
	margin: 0 0 8px 0;
	font-size: 11pt;
	padding:10px 0 10px 0;
	font-weight:normal;
	background:#fff url(../images/bg_h2.jpg) top left repeat-x;
	text-align: left;
	vertical-align:top;
}

th a:link, th a:visited, th a:hover, th a:active {
	color: #b74c22;
}

.tableheaderLinks  a:link, .tableheaderLinks  a:visited, .tableheaderLinks  a:hover, .tableheaderLinks  a:active { 
	color: #fff;
	font-size: 80%;
}
	
.tablecontent1 {
	border-bottom: 1px solid #fff;
	background-color: #f8f3ec;
	vertical-align:top;
}
	
.tablecontent2 {
	border-bottom: 1px solid #fff;
	background-color:#fff;
	vertical-align:top;
}

.tablecontent3 { 
	background-color:#78D2A5;
	font-weight:bold;
}
/* --------------------------------------------------------- =OTHER */

.faqQ, .faqA { 
	font-weight: bold;
	}

.faqQ { color:#008457; }
.faqA { 
	color: #b74c22;
	margin: 0 0 8px 0;
	font-size: 8pt;
	padding:10px 0 10px 0;
	font-weight:normal;
	background:#fff url(../images/bg_h2.jpg) top left repeat-x;
	text-align: left;
	vertical-align:top;
	}

.faqGroup { 
	padding: 15px 0;
	text-decoration: underline;
}	
	
.xsmall {
    font-size:.8em; 
	}
.small {
    font-size:.9em;
	}
.medium {
    font-size:1em;
	}
.large {
    font-size:1.1em;
	}
.xlarge{
    font-size:1.2em;
	}

.special3 {
	}
.special2 {
	}
.special1 {
	}

.disclaimer {
	font-style:italic;
	font-weight: bold;
	color: #7e7e7e;
}
	
.required {
	color: #dd2525;
}

#ex_dis{
 display:none;
 width:40%;
 padding:10px;
 background-color:#FFFFFF;
 position:absolute;
 z-index:10000;
 border:1px solid #3A302F;
 top: 50px;
 left: 30%;
 overflow: hidden;
}

/* suggested order for properties [ based on mozilla.org ] */
/* 
display
list-style
position
float
clear
width
height
min-width
min-height
margin
padding
border
background [ color, image, repeat, attachment, position, inherit ]
color
font
text-decoration
text-align
vertical-align
white-space
other text
 */