/*
*********************************************
	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;
	color: #666;
	} 
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;
	color: #FFF;
	} 
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;
	font-size: 10px;
}


/*
*********************************************
	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 {
	height: 78px;
	background-image: url(/css/images/headIMG.png);
	background-repeat: no-repeat;
	}	
	
#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 #FFF;
	}
	
#contentWrap { 
	margin-top: 20px;
	background: url(../images/contentWrapSubBg.png) repeat-x 0px 58px;
	}
	
#sitemap #contentWrap {
	height: 550px;
}
	
#content {
	margin: 0;
	float: left;
	width: 442px;
	background-color: #FFF;
	}

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

h1, h2, h3 {
	color: #000;
	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: 14px;
	font-weight: bold;
	height: 70px;
	color: #000;
	}
	
h3 {
	font-size: 14px;
	color: #FFF;
	}
	
#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;
	width: 440px;
	background-image: url(images/formBg.png);
	background-repeat: no-repeat;
	}

#apply {
	width: 80%;
	height: 50px;
	margin-top: 23px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 8px;
	background-image: url(../images/applyBg.gif);
	background-repeat: no-repeat;
	background-position: left;
	font-size: 80%;
	text-align: left;
	font-weight: bold;
	color: #000;
	}	
	
#apply h3 {
	margin: 10px 0 0 0;
	padding-left: 24px;
	float: left;
	font-size: 16px;
	font-weight: bold;
	}	
	
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 {
	font-size: 12px;
	color: #000;
	border-bottom: 1px solid #000;
	width: 80%;
	margin-top: 18px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	background-color: fff;
	}

.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;
	} 
.frmttxt {
	font-size: 10px;
	color: #999;
}

	
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 {
	float: left;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	}
	
.button {
	margin: 0;
	border:0pt none;
	width:auto;
	overflow: hidden;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
	float: none;
	}
	
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;
	min-width: 84px; /* be nice to Opera */
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
    }

.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: #FFF;
	text-decoration: none;
    }

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

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

@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFF;
	background-image: url(images/bgImg.jpg);
}
.twoColLiqLtHdr #container {
	width: 950px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: fff;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	vertical-align: top;
} 
.twoColLiqLtHdr #header {
	background-color: fff;
	background-image: url(images/headIMG.jpg);
	height: 199px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.twoColLiqLtHdr #navbar {
	background-image: url(images/tab.png);
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 50px;
	background-position: left top;
} 
.twoColLiqLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-color: fff;
}

/* Tips for sidebar1:
1. since we are working in percentages, it's best not to use padding on the sidebar. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColLiqLtHdr #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
.twoColLiqLtHdr #sidebar1 {
	float: left;
	width: 450%; /* top and bottom padding create visual space within this div  */
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
	background-color: #FFF;
}
.twoColLiqLtHdr #sidebar1 h3, .twoColLiqLtHdr #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	background-color: #FFF;
}

/* Tips for mainContent:
1. the space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 430px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
.twoColLiqLtHdr #mainContent {
	margin-bottom: 0;
	background-color: fff;
	background-image: none;
	font-size: 12px;
	color: #FFF;
	padding-left: 12px;
	padding-right: 15px;
	margin-left: 48%;
	width: 420px;
	float: none;
} 
.twoColLiqLtHdr #footer {
	background-color: #FFF;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.twoColLiqLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 12px;
	background-color: #FFF;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:none;
	height:0;
	font-size: 1px;
	line-height: 0px;
	background-color: #FFF;
}

fieldset {
	width: 100%;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 100%;
	}
	
fieldset p, fieldset p.first {
	margin: 0 0 8px 0;
	padding: 0;
	float: left;
	}
	
fieldset p.first {
	margin-top: 0;
	margin-right: 8px;
	margin-bottom: 7px;
	margin-left: 0;
	}

fieldset p.agreement {
	background-color: #f2f2f2;
	font-size: 12px;
	color: #7e7e7e;
	line-height: 18px;
	width: 380px;
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 6px;
	padding-right: 23px;
	padding-bottom: 6px;
	padding-left: 6px;
	}
	
label {
	font-size: 13px;
	color: #666;
	display: block;
	clip: rect(auto,0px,auto,auto);
	margin-top: 0;
	margin-bottom: 1px;
	margin-left: 0;
	float: none;
	padding-right: 0px;
	margin-right: 0px;
	}
	
.btmtext {
	font-size: 12px;
	font-weight: bold;
}
.twoColLiqLtHdr #container #mainContent #mainText {
	background-color: #535C77;
	background-image: none;
	margin-right: 0px;
	padding-left: 12px;
	padding-right: 15px;
	color: #FFF;
}
.boldmain {
	font-weight: bold;
	color: #FFF;
}
boldmainlink {
	font-weight: bold;
}
.boldtop {
	font-weight: bold;
}
.twoColLiqLtHdr #container #mainContent #mainText p {
	font-size: 12px;
	text-align: left;
	color: #FFF;
}
.twoColLiqLtHdr #container {
	font-weight: bold;
}
.twoColLiqLtHdr #container {
	font-weight: normal;
}
esp {
	font-size: 14px;
	font-weight: bold;
}
esp {
	font-weight: bold;
}
.esp {
	font-weight: bold;
	color: #FFF;
	font-size: 12px;
	text-align: right;
}
.new1 {
	font-size: 12%;
}
.applybig {
	font-size: 16px;
	font-weight: bold;
}
.toplog {
	font-weight: bold;
	font-size: 12px;
	margin-top: 10px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: center;
}
.ui-tabs-nav a, .ui-tabs-smnav a span {
	display: block;
	background-image: url(images/tab2.png);
	background-repeat: no-repeat;
}
.twoColLiqLtHdr #container2 #mainContent2 #mainText2 {
	background-color: #535C77;
	background-image: none;
	margin-right: 0px;
	padding-left: 12px;
	padding-right: 15px;
}
.twoColLiqLtHdr #container #mainContent #mainText #form1 label {
	font-weight: bold;
	color: #FFF;
	text-align: right;
}
.newbold {
	font-weight: bold;
}
.ital {
	font-style: italic;
}
.twoColLiqLtHdr #container #form .formHead .toplog .toplog {
	margin-top: 10px;
	margin-left: 10px;
	padding: 10px;
}
#headeresp {
	height: 199px;
	background-image: url(/css/images/headIMGesp.jpg);
	background-repeat: no-repeat;
}
.twoColLiqLtHdr #headeresp {
	background-color: fff;
	background-image: url(images/headIMGesp.jpg);
	height: 199px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
