 
/************ PERSISTENT ************/
* { margin: 0; padding: 0; font: 12px Trebuchet MS, Arial, Helvetica, sans-serif; }
body { text-align: center; background: url(../images/bg_base.gif) top left; }
a { color: #084580; text-decoration: underline; }
a:hover { color: #427bb2; text-decoration: underline; }
img { border: 0; }
h1 { font-size: 22px; font-weight: bold; color: #063868; }
h2 { font-size: 14px; font-weight: bold; color: #063868; }
h3 { font-size: 14px; font-weight: bold; color: #063868; }
h3.pageHeader { margin: 0 0 15px 0; }
p, ul, h1, h2 { margin: 0 0 15px 0; }
strong { font-weight: bold; } 


/************ CONTAINER ************/

#container
{
	width: 750px;
	padding: 0 18px;
	background: #fff url(../images/bg_page.gif) top left repeat-y;
	margin: 0 auto;
}

/************ HEADER ************/

#header
{
	width: 750px;
	height: 259px;
	background: #fff url(../images/bg_header_home.jpg) top left no-repeat;
	text-align: left;
}

.logo
{
	float: left;
	width: 217px;
	height: 114px;
	/*display: none;*/
	margin: 0 0 0 0;
}

#headerSec
{
	width: 750px;
	height: 114px;
	background: #fff url(../images/bg_masthead1.gif) top left no-repeat;
	text-align: right;
	margin: 0 0 0 0;
}

#lead
{
	padding: 118px 260px 0 152px;	
}

#header h2 
{
	font-size: 17px;
	font-weight: bold;	
	line-height: 19px;
	/*margin: 1px 0 10px 0;*/
	margin: 0 0 0 0;
}

#pageTitle
{
	width: 506px;
	height: 65px;
	background: url(../images/bg_masthead2.gif) top left no-repeat;
	text-align: left;
	padding: 0 0 0 244px;
	margin: 0 0 0 0;
}

#pageTitle h2
{
	width: 500px;
	font-size: 22px;
	font-weight: bold;
}

#header p 
{
	font-size: 12px;
	margin: 0;
	line-height: 14px;
}

#header a.intro, #header a.intro:hover
{
	font-size: 12px;
	margin: 0;
	line-height: 14px;
}

/************ CASCADING NAVBAR ************/

#globalNav 
{
	width: 500px;
	height: 24px;
	margin: 0 auto;
	text-align: right;
	float: right;
	background: url(../images/bg_global_nav.gif) top left no-repeat;
}

#globalNavNew 
{
	width: 750px;
	height: 24px;
	margin: 0;
	text-align: left;
	float: right;
	background-color: 063e72;
	
}

ul#nav {
	margin: -1px 0 0 0px; /* position top level links */
}

#nav, #nav ul { /* all lists */
	list-style: none;
	line-height: 1px;
	margin: 0 0 0 -10px;
}

#nav a {
	display: block;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#nav ul li a {
	color: #084580;
	font-size: 11px;
	font-weight: normal;
	padding: 0 0 0 5px;
	display: block;
	height: auto !important;
	height: 1%;
}

#nav li { /* all list items */
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
	padding: 0 10px; /* padding between 1st level links */	
}

#nav li:hover, #nav li.sfhover { /* all list items */
	background-color: #084580;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background-color: #c3e1ff;
	width: 150px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border-top: 1px solid #063868;
	border-left: 1px solid #063868;
	border-right: 1px solid #063868;
}

#nav li ul.services { /* second-level lists */
	width: 200px;
}

#nav li ul li { /* all 2nd level list items */
	float: left;
	width: 150px; /* width of 2nd level dropdown needed or else Opera goes nuts */
	padding: 3px 0 3px 0;
	border-bottom: 1px solid #063868;
	
}

#nav li ul.services li { /* all 2nd level list items */
	width: 200px; /* width of 2nd level dropdown needed or else Opera goes nuts */
}

#nav ul li:hover, #nav ul li.sfhover 
{
	background-color: #87c3ff;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

.toplevel {padding: 3px 0;}

/************ CONTENT ************/

#content {
	width: 736px;
	margin: 25px 0 0 14px;
	text-align: left;
}

#contentSec {
	width: 750px;
	text-align: left;
}

#content #lcol 
{
	width: 506px;
	margin: 0 30px 0 0;
	float: left;
}

#contentSec #lcol 
{
	width: 200px;
	margin: 0 30px 0 0;
	float: left;
}

#contentSec #rcol 
{
	width: 506px;
	float: right;
}

#content #lcol ul 
{
	margin-left: 35px;
}

#content #lcol li, #contentSec #rcol li
{
	list-style-type: none;
	background: url(../images/bullet.gif) no-repeat 0px 6px;
	padding: 0 0 0 12px;
}

#contentSec #rcol ul 
{
	margin-left: 35px;
}

#content #rcol 
{
	width: 200px;
	float: left;
}

#content #rcol h3 
{
	font-size: 18px;
	font-weight: bold;
	color: #063868;
	background: #fff url(../images/bg_contact.jpg) top left no-repeat;
	height: 38px;
	padding: 4px 5px 0 11px;
}

#contentSec #lcol h3 
{
	font-size: 18px;
	font-weight: bold;
	color: #063868;
	background: #fff url(../images/bg_contact.jpg) top left no-repeat;
	height: 38px;
	padding: 4px 5px 0 10px;
}

#content #rcol p 
{
	padding: 0 5px 0 11px;
}

#contentSec #lcol p 
{
	padding: 0 5px 0 11px;
}

.learn 
{
	background: #fff url(../images/learn.gif) top left no-repeat; 
	padding: 0 0 0 27px;
	height: 30px;
}

.learn a 
{
	font-weight: bold;
}

.callout 
{
	background: #fff url(../images/bg_callout.gif) top left no-repeat;
	padding: 10px 5px 5px 16px;
	margin: 20px 0 0 0;
}

.callout h3 
{
	font-size: 16px;
	font-weight: bold;
	color: #063868;
	margin: 0 0 15px 0;
}

.callout ul
{
	margin: 5px 0 20px 0;
}

/* .callout li
{
	list-style-type: none;
	background: url(../images/pdf.gif) top left no-repeat;
	padding: 0 0 0 30px;
	height: 19px;
	margin: 10px 0 0 -35px;
}*/

.callout li.pdf
{
	list-style-type: none;
	background: url(../images/pdf.gif) top left no-repeat;
	padding: 0 0 0 30px;
	height: 19px;
	margin: 10px 0 0 -35px;
}

.methodologies
{
	float: right;
	padding: 0 0 0 20px;
}

/************ SUBNAV ************/

ul#subnav
{
	margin: 0 0 20px 11px;
}

ul#subnav li
{
	list-style-type: none;
	background: url(../images/bullet.gif) no-repeat 0px 12px;
	padding: 5px 0 5px 12px;
	border-bottom: 1px solid #e5ebe7;
}

ul#subnav li a 
{
	text-decoration: none;
	font-weight: bold;
}

ul#subnav li a:hover
{
	text-decoration: underline;
	font-weight: bold;
}

/************ FOOTER ************/

#footer 
{
	background: #e5ebe7 url(../images/bg_footer.gif) bottom left no-repeat;
	width: 750px;
	/*height: 65px;*/
	height: 25px;
	padding: 0 18px;
	margin: 0 auto;
}

#footerBar
{
	background-color: #c3e1ff;
	width: 750px;
}

#footerBar #left { float: left; padding: 2px 10px; }
#footerBar #right { float: right; padding: 2px 10px; }


/************ CONTROLS ************/

#inputArea
{
    font-family: Arial, Sans-Serif;
    font-size: 13px;
    background-color: #d6e5f4;
    padding: 10px;
}

#inputArea input[type="text"], #inputArea textarea
{
    font-family: Arial, Sans-Serif;
    font-size: 13px;
    margin-bottom: 5px;
    display: block;
    padding: 4px;
    border: solid 1px #85b1de;
    width: 300px;
}