/* RESET BROWSER CSS ------------------------------ */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, a, blockquote, ul, ol, li, 
dl, dt, dd, table, tbody, tfoot, thead, tr, th, td, img, form, fieldset {
	margin: 0;
	padding: 0; 
	border: 0; 
	list-style: none; 
	font-size: 100%; 
	font-weight: normal;
	font-family: arial, helvetica, sans-serif;
}

/* GENERAL, SITE WIDE STYLES ------------------------ */
body{
	font-size: 62.5%;
	line-height: 1.4;
	color: #747576;
	background: #fff;
	height: 100%; 
	max-height: 100%;
	overflow: hidden;
}
* html body{
	padding: 110px 0 35px 0;
}
/*HEADERS */
h1 span, .hidden{
	position: absolute; 
	left: -3000px;
}
h3, h4{
	margin: 0 0 1em 0;
}
h2{
	font-size: 1.32em;
	color:#747576;
	font-weight: bold;
	margin: 0 0 0.5em 0;
}
h3{
	font-size: 1.2em;
}
h4{
	font-size:1.1em;
	font-weight:bold;
}
/* PARAGRAPHS */
p{
	margin:0 0 1em 0;
}
/* LINKS */
a{
	color:#333;
	text-decoration:none;
}
a:hover, p a{
	color: #333;
	text-decoration: underline;
	font-weight: normal;
}
a.skipLink{
	position:absolute;
	left:-3000px;
	background:#000;
	color:#fff;
	font-weight:bold;
	padding:1em 0;
	text-align:center;
}
a.skipLink:hover, a.skipLink:focus{
	left:0;
}

input, textarea, select{
	margin:0;
	font-size:1em;
	font-family:arial, helvetica, sans-serif;
}
.error, .red{
	color:#c00;
}
.strong{
	font-weight: bold !important;
} 

#header, #content, #footer{
	font-size:1.1em;
	width:646px;
	display: block;
}

/* SPEECH BUBBLE CLASS */
div.speech{
	width: 430px;
	display: block;
	padding: 0 0;
	margin-left: -5px;
	margin-bottom: 15px;
}
div.speech div.top{
	display: block;
	height: 10px;
	background: url(resources/speech_top.gif) no-repeat bottom left;
}
div.speech div.middle{
	background: url(resources/speech_middle.gif) repeat-y top left;
	padding: 0 10px;
	display: block;
	overflow: hidden;
}
div.speech div.middle p{
	margin: 0;
	padding: 5px 0;
}
div.speech div.bottom{
	display: block;
	height: 31px;
	background: url(resources/speech_bottom.gif) no-repeat top left;
}


/* FLOATS / CLEARS */
.floatLeft{
	float: left;
}
.floatRight{
	float: right !important;
}
.clearNone{
	clear: none;
}
.clearBoth{
	clear:both;
}

/* MAIN LAYOUT */
#content{
	position: fixed;
	top: 110px;
	left: 0;
	bottom: 55px;
	right: 0; 
	overflow: auto; 
	padding-top: 5px;
}
* html #content{
	height:100%;
}
/* HEADER */
#header{
	position: absolute; 
	height: 110px;
	top: 0;
	left: 0; 
	overflow: auto; 
	color: #015FB1;
	background: url(resources/header_grad.gif) repeat-x top left;
}
#header a.skipLinks{
	display:block;
	background:#ffc;
	padding:0;
	color:#000;
	position:absolute;
	left:-3000px;
}
#header a.skipLinks:focus{
	left: 0;
	width: 630px;
}
#header img{
	color: #53A616;
	font-size: 1.8em;
	padding: 0;
	margin: 0;
	font-weight: bold;
}
#header #logo-holder{
	float: left;
	width: 150px;
	padding-left: 20px;
}

/* FORM */
#metafaq{
	float: left;
	width: 470px;
} 
#metafaq label{
	color: #53A616;
} 
#metafaq label#ask{
	font-size: 1.8em;
	float: left;
	width: 100%;
	padding: 10px 0 0 0;
}
.form-element{
	float: left;
	clear: none;
}
.form-element input#nlpq{
	width: 180px;
}
.form-element label{
	font-weight: bold;
	font-size: 1.2em;
	padding: 0 3px 0 10px;
	margin-top: 1px;
}
.form-element select{
	width: 140px;
}
.form-element input#button{
	margin: -2px 0 0 10px;
	color: #53A616;
	vertical-align: middle;
	font-weight: bold;
}
/* Header Bar */
.headerBar{
	float: left;
	clear: left;
	width: 100%;
	height: 33px;
	background: #53A616 url(resources/header-bar.gif) no-repeat top left;
}
 
/* NAVIGATION */
#navContainer{
	float:left;
	padding: 0 10px;
	width: 175px;
}
#navContainer #avatar{
	border-bottom: none;
	width: 170px;
	height: 180px;
	display: block;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#avatar object{
	margin: 0;
	padding: 0;
}
#avatar object img#noflash{
	color: #2A4379;
	font-size: 1.4em;
	font-weight: bold;
	padding: 0;
	margin: 0;
	vertical-align: middle;
	text-align: center;
}
#navContainer ul{
	width: 160px;
	display: block;
	margin: 0;
	padding: 0 5px;
	border: 1px solid #ccc;
}
#navContainer ul li{
	margin: 0 0 0 0;
	padding: 5px 0;
	display: block;
}
#navContainer ul li a{
	display:block;
	color: #2A4379;
	font-weight:normal;
	font-size: 1.2em;
}
#navContainer ul li.current-section a{ color: #53A616; }
#navContainer ul li.selected a{ font-weight: bold; }
#navContainer ul ul{
	border: none;
	padding: 2px 5px 0 5px;
	margin: 0 !important;
	width: 145px;
	overflow: hidden;
}
#navContainer ul ul li{
	background: url(resources/li-arrow.gif) no-repeat 0 11px;
	padding: 5px 0 0 0;
	padding-left: 10px;
	margin: 0;
	font-size: 0.8em;
	display: block;
	height: auto;
	overflow: hidden;
}
#navContainer ul ul li a{
	color: #2A4379 !important;
}


/* MAIN CONTENT */
#maincontent{
	padding: 0 0 0 200px;
	display: block;
	color: #2A4379;
}
#maincontent h2{
	font-size: 1.4em;
	color: #53A616;
	border-bottom: 1px solid #53A616;
	display: block;
	padding: 5px 2px;
	margin: 0;
}
#maincontent h3{
	color: #53A616;
	display: block;
	font-size: 1.2em;
	margin: 0;
	padding: 2px 0px;
	font-weight: bold;
}
#maincontent p{
	display: block;
	font-size: 1.1em;
}
#maincontent a.submit{
	float: right !important;
	margin: 10px 0 0 0;
	text-decoration: none;
}

/* LISTS  */
#maincontent ul{
	font-size: 1.2em;
	padding: 5px 0;
	margin-left: 15px;
}
#maincontent ul li{
	list-style-type: disc;
	padding: 2px 0;
	margin: 5px 0;
}
#maincontent ul li a{
	color: #2A4379;
}

ul.faqList,
ul#relQuestions,
ul#resultsList{
	font-size: 1.2em;
	margin: 0 !important;
}
ul.faqList li,
ul#relQuestions li,
ul#resultsList li{
	list-style: none !important;
	background: url(resources/li-arrow.gif) no-repeat 0 9px;
	padding-left: 15px !important;
	display: block;
}

/* RELATED ITEMS */
#related{
	display: block;
	border-top: 1px solid #ccc;
	padding-top: 15px;
}
ul.announce{
	padding: 0 0 20px 0;
}

#related ul{
	margin: 0;
	padding: 5px 2px;
}
#related #more-question{
	margin-top: 5px;
}

/* SEARCH TIPS */
.search-tips ul{
	padding:0.5em 1em 1.5em 2em;
}
.search-tips ul li, #answer ul li, #answer ol li{
	list-style-type:disc;
	margin-bottom:0.5em;
}

/* FOOTER */
#footer{
	height: 55px;
	position: absolute;
	bottom: 0;
	overflow: hidden;
	color: #000;
}
.footerBar{
	background: #53A616 url(resources/footer-bar.gif) no-repeat top left;
	display: block;
	height: 28px;
}
#footerMenu{
	background: #CDE7B8 url(resources/footer-grad.gif) repeat-x top left;
	color: #000;
	display: block;
	height: 27px;
}
#footerMenu a{
	color: #367F00;
	font-weight: bold;
	cursor: pointer;
}
#footerMenu a:hover{
	color: #333;
}
#footerMenu ul{
	float: left;
	padding: 5px 0;
	width: 100%;
}
#footerMenu ul li{
	float: left;
	padding: 0 12px 0 10px;
	font-size: 1.1em;
	color: #000;
	font-weight: bold;
}
#footerMenu ul li a{
	display: block;
}
#footerMenu div a{
	float: right;
	padding: 5px 5px;
}



/* Page Specific Styling ---------------------------------------------------------- */


/* QUESTION/ANSWER PAGE ------------------------ */

/* QUESTION */
#question{
	padding: 0 0;
	margin: 0;
}
#question h3{
	display:block;
	font-size: 1.2em;
	font-weight: bold;
	margin: 10px 0 0 0;
	padding: 2px 2px;
	border: none;
	color: #2A4379;
}

/* ANSWER */
#answer{
	margin: 5px 0 0 0;
	font-size: 1em;
	padding: 5px 0;
	margin-bottom: 1em;
}
#answer ul, #answer ol{
	padding: 0px 5px;
	list-style-type: decimal;
}
#answer ol li, #answer ul li{
	background-position: 0 9px;
	padding: 2px 0;
	padding-left: 10px;
}

/* ANNOUNCEMENTS */
.announcements{
	margin-bottom:1.5em;
}

/* PAGING */
#paging ul{
	margin-top: 10px;
	border-top: 1px solid #ccc;
	padding:5px 7px 5px 0;
}
#paging ul li{
	font-size:0.9em;
	display:inline;
	font-weight: bold;
	padding:0 4px;
	color: #000;
	background: none;
	vertical-align: middle;
}
#paging ul li#previous{
	padding-left: 0;
}
#paging ul li a{
	font-weight:normal;
	padding:1px;
}
#paging ul li#selectedPage{
	font-weight:bold;
}
#paging li img{
	vertical-align: middle;
	margin-top: -4px;
}
#paging li#previous, #paging li#next{
	border:none;
	color: #53A616;
}
#paging li#previous a, 
#paging li#next a{ line-height: 2; color: #53A616; }


/* BREADCRUMB */
.breadcrumbs, .breadcrumbs a{
	color: #666;
	font-weight:normal;
	padding: 0;
	margin: 0;
	line-height: 1;
}
.breadcrumbs a{
	font-size:0.8em;
	color: #666 !important;
}
.breadcrumbs a:hover{
	color: #333 !important;
}


/* CONTACT US PAGE ------------------------------ */
p.highlightedContact, p.highlightedContact a{
	color:#42872b;
	text-decoration:none;
	font-size:1.2em;
	font-weight:normal;
}
p.highlightedContact a{
	font-size:1em;
}
p.highlightedContact span{
	color:#222;
	font-size:0.8em;
}

