/*************************************************************************************************/
/* UNIVERSAL Selectors */
/*************************************************************************************************/
*
{
	padding: 0;
	margin: 0;
}

/*************************************************************************************************/


/*************************************************************************************************/
/* ELEMENT Selectors */
/*************************************************************************************************/

/* BLOCK Elements */

html
{
	display:block;
}

body
{
	background: #ffffff;
	color: #717074;
	display:block;
	font: 62.5%/1.5 Tahoma, Arial, Helvetica, sans-serif;
}

div
{
	display:block;
}

h1 { color: #056cb6; display:block; font-size: 2em; font-weight: normal; margin: 1em 0em 2em 0em; }
h2 { color: #056cb6; display:block; font-size: 110%; font-weight: bold; margin: 1.2em 0em 0.5em 0em; }
h3 { color: #056cb6; display:block; font-size: 110%; font-weight: bold; margin: 1.2em 0em 0.5em 0em; }
h4 { color: #056cb6; display:block; font-size: 110%; font-weight: bold; margin: 1.2em 0em 0.5em 0em; }
h5 { color: #056cb6; display:block; font-size: 110%; font-weight: bold; margin: 1.2em 0em 0.5em 0em; }
h6 { color: #056cb6; display:block; font-size: 110%; font-weight: bold; margin: 1.2em 0em 0.5em 0em; }

p
{
	display:block;
	font-size: 110%;
	margin: 0.5em 0em 1em 0em;
}


/* INLINE Elements */
a { color: #056cb6; text-decoration: underline; }
a:hover { color: #658800; }
img { border: none; }
small { font-size: 80%; }
strong { font-weight:bold; }
em { display: inline; font-style:italic; }
sub { vertical-align: text-bottom; font-size: 75%; line-height:normal; }
sup { vertical-align: text-top; font-size: 75%; line-height:normal; }

/* FORM Elements */

form
{
	display:block;
}


/* LIST Elements */

dl
{
	display:block;
	font-size: 110%;
	margin: 1em 0em 1em 0em;
}

dt
{
	color: #056cb6;
	display:block;
	font-weight: normal;
}

dd
{
	display: block;
	margin: 0em 0em 1em 0em;
}

ol
{
	list-style-position: outside;
	list-style-type: decimal;
	margin: 1em 0em 1em 0em;
}

ol li
{
	margin: 0em 0em 0.5em 0em;
}

ul
{
	font-size: 110%;
	list-style-position: outside;
	list-style-type: none;
	margin: 1em 0em 1em 0em;
}

ul li
{
	background: url(../images/ulBullet.gif) 0px 7px no-repeat;
	margin: 0em 0em 0.5em 0em;
	padding: 0em 0em 0em 1.5em;
}

/* TABLE Elements */

table
{
	border: 1px solid #000000;
	border-collapse: separate;
	border-spacing: 2px;
	margin: 2em 0em 2em 0em;
}

td
{
	border: 1px solid #000000;
	padding: 5px;
	vertical-align: top;
}

th
{
	border: 1px solid #000000;
	font-weight:bold;
	padding: 5px;
	vertical-align: top;
}

caption
{
	text-align: center;
}


/*************************************************************************************************/


/*************************************************************************************************/
/* CLASS, ATTRIBUTE, and PSEUDO Selectors */
/*************************************************************************************************/

body.projectTeam dl dd a
{
	color: #717074;
}

body.projectTeam dl dd a:hover { color: #658800; }

img.reinforce
{
	border-top: 1px solid #056cb6;
	padding-top: 20px;
}

div.sepHor
{
	border-top: 1px solid #056cb6;
	margin: 15px 0px 15px 0px;
}

/*************************************************************************************************/


/*************************************************************************************************/
/* ID Selectors */
/*************************************************************************************************/


#banner
{
	background: url(../images/bannerBg.jpg) 0px 0px no-repeat;
	height: 207px;
	position: relative;
}

#banner a.logo
{
	display: block;
	height: 110px;
	left: 40px;
	overflow: hidden;
	position: absolute;
	text-indent: -9999px;
	top: 40px;
	width: 670px;
}

#content
{
	clear: both;
	font-size: 120%;
}

#contentMain
{
	float: left;
	padding: 0px 30px 0px 0px;
	width: 732px;
}

#contentSub
{
	background: #d6e8f7;
	color: #056cb6;
	float: left;
	font-size: 100%;
	padding: 15px 12px 145px 12px;
	position: relative;
	width: 194px;
}

#contentSub a.logo
{
	background: #ffffff url(../images/logo.gif) left bottom no-repeat;
	bottom: 0px;
	display: block;
	height: 101px;
	left: 0px;
	overflow: hidden;
	padding: 30px 0px 0px 0px;
	position: absolute;
	text-indent: -9999px;
	width: 218px;
}

#contentSub h3
{
	font-weight: bold;
}

#contentSub p
{
	font-size: 100%;
}

body.theVision #content img
{
	margin: 10px 3px 0px 0px;
}

/*****************/
/*start CONTENT NAV*/

ul.contentNav
{
	list-style: none;
	margin: 0px 0px 25px 0px;
	padding: 0px 0px 15px 0px;
}

ul.contentNav li
{
	background: none;
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 0px 0px;
}

ul.contentNav li a
{
	background: url(../images/contNavBullet.png) 0px 3px no-repeat;
	color: #056cb6;
	display: block;
	font-size: 110%;
	line-height: 1.4;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 25px;
	text-decoration: none;
}

ul.contentNav li a:hover
{
	background-position: 0px -67px;
	color: #658800;
}

#contentSub ul.contentNav
{
	border-bottom: 1px solid #056cb6;
}

/*end CONTENT NAV*/
/*****************/


#footer
{
	border-top: 1px solid #237dbe;
	clear: both;
	font-size: 100%;
	margin: 25px 0px 20px 0px;
}

#footer ul
{
	font-size: 110%;
	list-style: none;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#footer ul li
{
	background: none;
	display: inline;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#footer ul li a
{
}

#nav
{
	background: #004577 url(../images/navNodeBg.gif) 0px 0px repeat-x;
	height: 44px;
	margin: -44px 0px 15px 0px;
	/*overflow: hidden;*/
	position: relative;
	width: 762px;
}

/*****************/
/*start MAIN NAV*/

#nav ul.mainNav
{
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#nav ul.mainNav li
{
	background: none;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
}

#nav ul.mainNav li a
{
	background: #004577 url(../images/navNodeBg.gif) 0px 0px repeat-x;
	border-right: 1px solid #004577;
	color: #ffffff;
	display: block;
	font-size: 105%;
	height: 30px;
	line-height: 1.5;
	margin: 0px 0px 0px 0px;
	padding: 14px 20px 0px 20px;
	text-align: center;
	text-decoration: none;
}

#nav ul.mainNav li a:hover
{
	background-position: 0px -44px;
}

#nav ul.mainNav li.last a
{
	border-right: none;
}

#nav ul.mainNav li ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	visibility: hidden;
}

#nav ul.mainNav li ul li
{
	clear: both;
}

#nav ul.mainNav li ul li a
{
	background: #056cb6;
	border-right: none;
	font-size: 90%;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 10px 20px 10px 20px;
	text-align: left;
	text-decoration: none;
	width: 12em;
}

#nav ul.mainNav li ul li a:hover
{
	background: #6bbfd1;
}

#nav ul.mainNav li.active ul
{
	visibility: visible;
}

#nav ul.mainNav li.active a
{
	background-position: 0px -44px;
}

/*end MAIN NAV*/
/*****************/


#page
{
	margin: 25px auto 0px auto;
	width: 980px;
}

/*************************************************************************************************/

