/*
*********************************************
	Reset browsers default
*********************************************
*/

body, div, dl, dt, dd, ul, ol, li, 
h1,h2,h3,h4,h5,h6, pre, form, fieldset,
input, textarea, p, blockquote, th, td {  
	margin: 0; 
	padding: 0; 
	} 
table { 
	border-collapse:collapse; 
	border-spacing: 0; 
	} 
fieldset,img {  
	border: 0; 
	} 
address, caption, cite, code, dfn, em, th, var { 
	font-style: normal; 
	font-weight: normal; 
	} 
ol, ul { 
	list-style:none; 
	} 
caption, th { 
	text-align:left; 
	} 
h1, h2, h3, h4, h5, h6 { 
	font-size: 100%; 
	font-weight: normal; 
	} 
q:before,q:after { 
	content:''; 
	} 
abbr,acronym { 
	border:0; 
	}


/*
*********************************************
	General Styles
********************************************* 
*/
	
	
html, body {
    height: 100%;
}

body {
	font-family: "Trebuchet MS", Arial,Helvetica,sans-serif;
	background: #fff url(../images/bgImg.jpg) repeat-x;
	color: #333;
	font-size: 62%;
	height: 100%;
	}
	
	
html { font-size:100.1%/*WinIE6- text resize adjust*/}

a { 
	color: #40b1eb;
	text-decoration: none;
	}

a:hover { text-decoration: underline }


/*
*********************************************
	Structure
********************************************* 
*/

#mainWrapper {
	margin: 0 auto;
	padding: 0 52px 20px 52px;
	width: 918px;
	}
	
#home #mainWrapper { background: url(../images/mainImg.jpg) no-repeat;}

#mainWrapper { background: url(../images/subImg.jpg) no-repeat;}
	
#header {
	background: url(../images/headerBg.png) no-repeat;
	height: 78px;
	}	
	
#introText {
	padding: 60px 0 0 484px;
	height: 204px;
	}
	
#home #contentWrap, #contentWrap, #sitemap #contentWrap {
	margin: 0 auto;
	background: url(../images/contentWrapBg.png) repeat-x 0px 58px;
    width: 900px;
	overflow: hidden;
    border-bottom: 1px solid #a7b3c8;
	}
	
#contentWrap { 
	margin-top: 20px;
	background: url(../images/contentWrapSubBg.png) repeat-x 0px 58px;
	}
	
#sitemap #contentWrap {
	height: 550px;
}
	
#content {
	margin: 0;
	float: left;
	width: 442px;
	}

/*
*********************************************
	Type
********************************************* 
*/	

h1, h2, h3 {
	color: #292929;
	font-weight: normal;
	font-family:  "Trebuchet MS", Lucida, Verdana, sans-serif;
}
	
h1 a  {
	margin: 0 0 0 8px;
	width: 344px;
	height: 69px;
	line-height: 400px;
	overflow: hidden;
	background: url(../images/logo.gif) no-repeat;
	float: left;
	}
	
#home h2, h2 {
	padding: 15px 0 0 0;
	width: 400px;
	line-height: 40px;
	font-size: 36px;
	font-weight: normal;
	}

h2 {
	padding: 10px 50px 0 30px;
	width: auto;
	font-size: 26px;
	font-weight: bold;
	height: 70px;
	}
	
h3 {
	font-size: 26px
	}
	
#introText p {
	margin: 25px 0 0 0;
	font-size: 11px;
	}
	
#introText p a {
	color: #1f76d0;
	font-size: 1.8em;
	}
	
#content p {
	margin: 0 0 14px 0;
	padding: 0 50px 0 30px;
	font-size: 15px;
	line-height: 20px;
	color: #d4e2f9;
	font-weight: normal;
	}

#content p strong {
	margin-bottom: 5px;
	font-size: 16px;
	color: #fff;
	display: block;
	}
	
#apply span {
	margin: 18px 15px 0 0;
	font-size: 14px;
	color: #60615c;
	float: right;
	letter-spacing: -1px;
}
	
#apply span strong {
	font-size: 18px;
	color: #3d3d3d;
	}	
	
.more {display: block;}
	
/*
*********************************************
	Navigation
********************************************* 
*/	

.menu { 
	margin: 20px 25px 0 0; 
	float: right;
	}

.menu li a, .menu li a:visited {
	margin: 0;
	padding: 7px 10px 0 10px;
	text-decoration: none; 
	color: #3086b2;
	height: 49px; 
	line-height: 29px; 
	font-size: 14px; 
	float: left;
	font-weight: bold;
	}
    
 .menu li a#at {
   	margin: 0 !important;
   	padding: 7px 10px 14px 10px !important;   
   	color: #fff;  
   	height: auto !important;
    background: transparent url(../images/menuTabBg.gif) no-repeat;
    }
	
.menu li {
	float: left; 
	position: relative;
	}

.menu li ul {
	display: none;
	padding: 7px 0;
	}

/* specific to non IE browsers */

.menu li:hover a {
	color: #fff; 
	background: transparent url(../images/menuTabBg.gif) no-repeat;
	}

.menu li:hover ul {
	padding-bottom: 15px;
	display: block; 
	position: absolute; 
	top: 49px;
	left: 0;  	
	background: url(../images/submenuBg.gif) no-repeat;
	}

.menu li:hover ul li {float:left;}

.menu li:hover ul li a {
	padding-bottom: 0 !important;
	display: block; 
	color: #fff; 
	width: 150px; 
	float:left;
	font-size: 12px;
	height: 15px;
	line-height: 20px;
	background: none;
	}

.menu li:hover ul li a:hover {color: #41a4d9; }


	
/*
*********************************************
	Form
********************************************* 
*/


#form {
	float: left;
	background: url(../images/formBg.png) no-repeat;
	width: 444px;
	}

#apply {
	margin: 23px 0 0 8px;
	background: url(../images/applyBg.gif) no-repeat right;
	width: 426px;
	height: 50px;
	}	
	
#apply h3 {
	margin: 10px 0 0 0;
	padding-left: 24px;
	float: left;
	}	
	
fieldset {
	margin: 3px 0 0 8px;
	padding: 0 20px 20px 20px;
	width: 384px;
	}
	
fieldset p, fieldset p.first {
	margin: 0 0 8px 0;
	padding: 0;
	float: left;
	}
	
fieldset p.first {
	margin: 0 8px 7px 0;
	}

fieldset p.agreement {
	margin: 8px 0 0 0;
	padding: 6px 23px 6px 6px;
	background-color: #f2f2f2;
	font-size: 12px;
	color: #7e7e7e;
	line-height: 18px;
	}
	
label {
	margin: 0 0 1px 0;
	font-size: 13px;
	color: #7e7e7e;
	display: block;
	}
	
label.request { letter-spacing: -1px;}

input {
	padding: 3px;
	border: 1px solid #c3c3c3;
	font-size: 12px;
	}
	
input.text { width: 180px;}

input.textL { width: 375px;}
	
input.zip { width: 124px;}

select {
	margin-right: 4px;
}
	
p.formHead {
	margin: 18px 0 20px 0;
	font-size: 16px;
	color: #000;
	border-bottom: 1px solid #000;
	width: 100%;	
	}

.errFld {border: 1px solid #F00;}
.errMsg {color: #C33; font-family: Verdana, Arial, Helvetica, sans-serif; font-size:9px;}

.required_symbol {
	font-size: 12px;
	color: #7cab49;
	float: right;
	line-height: 23px;
	} 
	
sup {
	font-size: 14px;
	color: #7cab49;
    vertical-align: baseline;
    }

.checkbox {
	margin: 0 3px 0 0;
	font-size: 13px;
	color: #7e7e7e;
	border: none !important;
	}
	
p.buttonWrap {
	margin: 10px 0 0 0 !important;
	float: right;
	}
	
.button {
	margin: 0;
	border:0pt none;
	width:auto;
	overflow: hidden;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	}
	
span.verification {
	margin: 1px 7px 0 0;
	float: left;
}
	
	
/*
*********************************************
	tabs
********************************************* 
*/	
	
#container-1 { margin-top: 32px;}

#container-1 p {text-align: left;}

#fragment-1, #fragment-2, #fragment-3, #fragment-4 {
	padding-top: 32px;
	width: 445px;
	background: url(../images/tabSectionTop.png) no-repeat top;
	}

.ui-tabs-hide {display: none;}


/* Skin */

.ui-tabs-nav, .ui-tabs-panel {}
    
.ui-tabs-nav:after { 
/* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
    }

.ui-tabs-nav li {
    float: left;
    margin: 0 1px 0 0;
    min-width: 84px; /* be nice to Opera */
    }

.ui-tabs-nav a, .ui-tabs-nav a span {
    display: block;
    background: url(../images/tab.png) no-repeat;
    }

.ui-tabs-nav a {
    margin: 1px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding: 0;
    color: #fff;
    font-size: 13px;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */
    }

.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    z-index: 2;
    color: #a0a4af; 
    }
    

.ui-tabs-nav a span {
    padding: 10px 0 0 0;
    width: 105px; /* IE 6 treats width as min-width */
    min-width: 105px;
    height: 44px; /* IE 6 treats height as min-height */
    min-height: 44px;
    }
    
*>.ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
    }

.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
    }
    
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
    color: #a0a4af;
    text-decoration: none;
    }

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
    }

*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
    }
    
    
/*
*********************************************
	Site Map
********************************************* 
*/	

ul.map {
	margin: 10px 0 0 35px;
	}

ul.map li {
	margin: 0 50px 0 0;
	display: inline;
	font-size: 13px;
	float: left;
	}

ul.map li a strong {
	margin-bottom: 10px;
	color: #fff;
	font-size: 14px;
	display: block;
	}
	
ul.map li a strong:hover {
	color: #eee !important;
	text-decoration: underline;
}

ul.map li a {
	margin-bottom: 3px;
	display: block;
	}
	

/*
*********************************************
	SiteInfo
********************************************* 
*/

ul#siteInfo {
	padding: 10px 0;
	color: #524f4f;
	font-size: 12px;
	}	

ul#siteInfo li {
	padding: 0 7px;
	display: inline;
	border-right: 1px solid #a2a2a2;
	}	
	
ul#siteInfo li.last {border: none;}
	
	
ul#siteInfo sup {
	margin: 0 0 0 0;
	color: #524f4f;
	}
	
	
	
	
	
	ong:hover {
	color: #eee !important;
	text-decoration: underline;
}

ul.map li a {
	margin-bottom: 3px;
	display: block;
	}
	

/*
*********************************************
	SiteInfo
********************************************* 
*/

ul#siteInfo {
	padding: 10px 0;
	color: #524f4f;
	font-size: 12px;
	}	

ul#siteInfo li {
	padding: 0 7px;
	display: inline;
	border-right: 1px solid #a2a2a2;
	}	
	
ul#siteInfo li.last {border: none;}
	
	
ul#siteInfo sup {
	margin: 0 0 0 0;
	color: #524f4f;
	}
	
	
	
	
	
	
