﻿/*Page Layout*/

html, body, form
{
    height: 100%;
    margin: 0 auto;
}
body
{
    margin: 0 auto;
    padding: 0;
    height: 100%;
    background:#f7f7f7 url(/images/bg.gif) repeat-x;
}

#wrap
{
    min-height: 100%;
    position: relative;
    width: 900px;
    margin: 0px auto;
    padding: 0px 6px;
    background-image:url(/images/shadow.png);
}
* html #wrap
{
    height: 100%;
}
#inner-wrap
{
    padding-bottom: 130px;
}
#inner-wrap:after
{
    content: " ";
    display: block;
    clear: both;
}
* html #inner-wrap
{
    height: 1px;
}
#footer
{
    position: absolute;
    bottom: 0;
    height: 130px;
    background-color: #ffffff;
    width: 900px;
    padding:0px 0px;
		
}


/* Styles */


#header
{
	background:url(/images/bgHeader.png) repeat-x;
}

#header .logo
{
    background-image:url(/images/logo.png);
    background-repeat:no-repeat;
    background-position:22px 12px;
	/*height:103px;
	padding:12px 22px 9px 23px;*/
	height:81px;
	padding:34px 22px 9px 23px;
}

#header .logo.wl
{
}

#header .links
{
	display:inline-block;
	float:right;
	/*padding-top:93px;*/
	padding-top:71px;
}

#header .links.wl
{
	background:url(/images/PoweredByExempt.png) no-repeat top right;
}

#header .links a, #header .links 
{
	font-family:Arial;
	font-size:11px;
	color:#384148;
	text-decoration:none;
}

#header .link
{
	padding: 0px 10px;
	border-right: 2px solid #62c2cc;
}

.footer-text 
{
	font-family:Arial;
	font-size:9px;
	color:#384148;
	text-align:left;
	padding:12px 40px 12px 40px;
	border-top:solid 1px #969696;
}


.footer-text a
{
	font-family:Arial;
	font-size:9px;
	color:#384148;
	text-decoration:none;
}


.footer-links {
	font-family:Arial;
	background: url(/images/bgLinks.png) repeat-x;
	height:92px;
	border-top:solid 1px #969696;
	text-align:center;
	text-align:left;
	vertical-align:middle;
	font-size:10px;
}

.footer-links a
{
	text-decoration:none;
}

.blackLinks a
{
	color:#000000;
}


#banner 
{
	background:url(/images/banner1.jpg) no-repeat;
	height:224px;
	padding-top:20px;
	padding-left:25px;
}

#banner h1
{
	font-family:Arial;
	font-size:36px;
	line-height:36px;
	color:#14a4b4;
	font-style:normal;
	margin:0px;
	margin-bottom:5px;
}

#banner p
{
	width:400px;
	margin-top:0px;
}

#banner .par1
{
	font-size:14px;
}
	
#banner .par2
{
	font-size:11px;
	margin-bottom:13px;
}	

#banner .par3
{
	font-size:12px;
	font-weight:bold;
}	

/*General*/
body, html, form 
{
	width:100%;
	height:100%;
	margin:0px auto;
	font-family:Arial;
	font-size:12px;
	color:#434445;
}

h1
{
	font-size:24px;
	line-height:36px;
	color:#14a4b4;
	font-weight:normal;
}

h2, ol.terms
{
	font-size:18px;
	color:#14a4b4;
	font-style:normal;
	margin-bottom:5px;
	margin-top:0px;
	font-weight:normal;
}

h3
{
	font-size:12px;
	color:#14a4b4;
	font-style:normal;
	margin-bottom:3px;
	margin-top:5px;
	font-weight:bold;
}

h4
{
	font-size:14px;
	color:#14a4b4;
	font-style:normal;
	margin-bottom:10px;
    font-weight:normal;
}

a, a:visited
{
	color:#14a4b4;
}

.orange
{
	color:#f5680a;
}

textarea
{
	height:85px;
}

.validation
{
	color:#c40303;
}

.middle
{
	margin: auto;
}

.TextBox, textarea
{
	font-family:Arial;
	font-size:12px;
}


a:hover, .footer-text a:hover, #header .links a:hover, .footer-links a:hover
{
	color:#f5680a;
}

td
{
	vertical-align:top;
}

.content
{
	padding:15px 20px;
}

.underline
{
	border-bottom:1px solid #d0d0d0;
}

.blockContent
{
	padding:11px;
}

.big
{
	font-size:14px;
}

.small
{
	font-size:11px;
}

.rAlign
{
	text-align:right;
}

.lAlign
{
	text-align:left;
}


.button, .button:hover, .button:visited
{
	background: url(/images/button.png) no-repeat;
	height:24px;
	width:147px;
	color:#ffffff;
	font-size:12px;
	cursor : pointer;
	display:inline-block; 
	text-align:center; 
	text-decoration:none;
	line-height:20px;
}


.hide
{
	display:none;
}


.floatLeft { float:left; }
.floatRight { float:right; }
.noBorder { border:none; }

.grad 
{
	background:#dbdcde url(/images/grad.png) repeat-x;
	padding-bottom:21px;
}

.gradBlock
{	
	background:#dbdcde url(/images/grad.png) repeat-x;
	height:253px;
	font-size:14px;
}

.highlight
{
	color:#14a4b4;
}

.highlight.big
{
	font-size:18px;
}

.middle
{
	border:0 auto;
}

.block
{
	background:#073649 url(/images/block.png) repeat-x;
	padding: 11px 34px 11px 22px;
	color:#ffffff;
	font-size:12px;
}

.pad
{
	padding-top:18px;
	padding-bottom:18px;
}

.padTop
{
	padding-top:10px;
}

.padTopBottom
{
	padding:3px 0px;
}

.marginBottom
{
	margin-bottom:10px;
}

.padAll
{
	padding:18px;
}

.block h1, .block h1 a, .block h1 a:visited
{
	color:#ffffff;
	text-decoration:underline;
	margin-bottom:10px;
	margin-top:0px;
	font-size:18px;
}

.block h2, .block h2 a, .block h2 a:visited
{
	color:#ffffff;
	text-decoration:underline;
	margin-bottom:15px;
	margin-top:0px;
}
.block h1 a:hover, .block h2 a:hover
{
	color:#f5680a;
}

.block h3
{
	color:#0ecce1;
	font-size:14px;
	font-weight:normal;
	margin:0px;
	margin-bottom:5px;
}

.vMid
{
	vertical-align:middle;
}

.tdPadRight 
{
	padding-right:12px;
}

.spaceRight
{
	margin-right:20px;
}

.hand 
{
	cursor:pointer;
}

.progress-background { background-color: Gray; filter: alpha(opacity=60); opacity: 0.60; }
.progress-panel { border-width: 1px; border-style: solid; background-color: #ffffff; position: absolute; }
.progress-message { margin: 8px; padding-top:10px; }


ol.terms p, ol.terms ol
{
	font-family:Arial;
	font-size:12px;
	color:#434445;
}

.validator
{
    font-weight:bold;
}
