/*------------------------------------------------------------
   GLOBAL
------------------------------------------------------------*/

body
{
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, arial, sans-serif;
	font-size: 62.5%;
	background-color: #FFF;
	/* 
   background-color: #C89;
*/
}

a:link, a:visited
{
	color: #1a4078;
	text-decoration: underline;
}

a:hover
{
	color: #000;
	text-decoration: none;
}

.left { float: left; }
.right { float: right; }

/* Text - Fonts + Decoration */
h1
{
	font-family: Times New Roman, serif;
	font-size: 2.5em;
	font-weight: normal;
	margin: 0em 0em .5em 0em;
	color: #000;
}

h2
{
	font-family: Times New Roman, serif;
	font-size: 1.4em;
	line-height: 1.2em;
	margin: .25em 0em .75em 0em;
	color: #000;
	font-weight: bold;
}

h3
{
	font-family: Times New Roman, serif;
	font-size: 1.3em;
	line-height: 1.2em;
	margin: 0em 0em .5em 0em;
	color: #000;
}

p
{
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 0em 0em 1em 0em;
	color: #666;
}

ul
{
	margin: 1em 0em 1.5em 0em;
	padding: 0em 0em 0em 3em;
}

ul li, ol li
{
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 0px 0px 5px 0px;
	padding: 0;
	/* 
   background-color: #C89;
*/
}

img { border: 0px; }

input
{
	font-size: 1.0em;
	line-height: 1.4em;
}

.date { font-weight: bold; }

/*------------------------------------------------------------
   Page Frame Code
------------------------------------------------------------*/

.frameContain, .frameContainHeader, .frameContainHeaderIndex
{
	width: 750px;
	text-align: left;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	/* 
	background-color: #65B;
*/
}

.frameContainHeaderIndex
{
	text-align: center;
	height: 400px;
	background-image: url(../graphics/headerIndex_bkgrd.jpg);
	background-repeat: no-repeat;
	/* 
*/
}

.frameContainHeader
{
	text-align: center;
	height: 170px;
	background-image: url(../graphics/headerInner_bkgrd.jpg);
	background-repeat: no-repeat;
	/* 
*/
}

/*------------------------------------------------------------
   Headers
------------------------------------------------------------*/

#headerIndex
{
	width: 100%;
	background-color: #1a4078;
	margin: 0px;
	padding: 0px;
	/* 
	height: 400px;
	margin: 0px;
	padding: 0px 20px 0px 0px;
	text-align: right;
*/
}

#headerIndex h1
{
	font-size: 2.5em;
	margin: 40px 0px 0px 0px;
	font-weight: normal;
	color: #FFF;
	text-transform: uppercase;
	letter-spacing: 17px;
}

#header
{
	width: 100%;
	background-color: #1a4078;
	margin: 0px;
	padding: 0px;
	/* 
	height: 400px;
	margin: 0px;
	padding: 0px 20px 0px 0px;
	text-align: right;
*/
}

/*------------------------------------------------------------
   Top Navigation
------------------------------------------------------------*/

#nav
{
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	/* 
	background-color: #666;
	text-align: right;
	width: 520px;
	float: right;
	white-space: nowrap;
*/
}

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

#nav li
{
	color: #FFDCAA;
	font-family: Times New Roman, serif;
	font-size: 1.4em;
	margin: 0px;
	padding: 0px 15px 0px 15px;
	border-left: 1px solid #91b2e3;
	display: inline;
	/* 
   font-weight: bold;
*/
}

#nav li.borderless
{
	border-left: 0px;
	/* 
   font-weight: bold;
*/
}

#nav li a { margin: 0px; }

#nav a:link, #nav a:visited
{
	color: #FFF;
	text-decoration: none;
}

#nav li.selected a:link, #nav li.selected a:visited { color: #FFF; }

#nav a:hover
{
	color: #FFF;
	text-decoration: underline;
}

/*--------------------------------------------------
   Subpage Navigation
--------------------------------------------------*/

#subnav
{
	float: left;
	display: inline;
	width: 100%;
	margin: 0px 0px 38px 0px;
	padding: 10px 0px 10px 0px;
	text-align: left;
	background-color: #efe6db;
	/* 
	clear: both;
*/
}


#subnav ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#subnav li
{
	color: #FFDCAA;
	font-family: Times New Roman, serif;
	font-size: 1.4em;
	margin: 0px;
	padding: 0px 15px 0px 15px;
	border-left: 1px solid #91b2e3;
	display: inline;
	/* 
   font-weight: bold;
*/
}

#subnav li a { margin: 0px; }

#subnav h2
{
	font-size: 1.6em;
	line-height: 1.4em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 5px;
	margin: 0px 10px 0px 0px;
	color: #1a4078;
}

/*--------------------------------------------------
   Format 1 - Index - Three Columns + Header
--------------------------------------------------*/

#introBlock
{
	float: left;
	display: inline;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 15px 0px;
	text-align: left;
	background-color: #efe6db;
	/* 
	clear: both;
*/
}

#introBlock p
{
	font-family: Times New Roman, serif;
	font-size: 2em;
	line-height: 1.3em;
	margin: 0em 0em .5em 0em;
	color: #222;
	/* 
	clear: both;
*/
}

#introBlock a:link, #introBlock a:visited { text-decoration: underline; }
#introBlock a:hover { text-decoration: none; }

#indexInvolved
{
	float: left;
	display: inline;
	width: 215px;
	padding: 0px;
	margin: 0px 40px 0px 0px;
	text-align: left;
	/* 
	background-color: #3C1;
*/
}

#indexProject
{
	float: left;
	display: inline;
	width: 250px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	/* 
	background-color: #B70;
*/
}

#indexProject img { margin: 6px 0px 10px 0px; }

#indexNews
{
	float: right;
	display: inline;
	width: 200px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	/* 
	background-color: #86F;
*/
}

#indexInvolved h2, #indexProject h2, #indexNews h2, #sidebar h2
{
	font-size: 1.6em;
	line-height: 1.4em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 5px;
	margin: 20px 0px 10px 0px;
	color: #1a4078;
	border-bottom: 3px double #CCC;
	/* 
	background-color: #333;
*/
}

#indexInvolved h3, #indexProject h3, #indexNews h3, #sidebar h3
{
	font-size: 1.9em;
	line-height: 1.4em;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	color: #000;
	/* 
	background-color: #333;
*/
}

#indexInvolved h3, #indexNews h3 { margin: 0em; }
#indexProject h3 { margin: 0em 0em .25em 0em; }

/*-----------------------------------------------------
   Subpage Formats
------------------------------------------------------*/

#contentLeft
{
	float: left;
	display: inline;
	width: 500px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	/* 
	background-color: #333;
*/
}

#sidebar
{
	float: right;
	display: inline;
	width: 200px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	/* 
	background-color: #333;
*/
}

/*------------------------------------------------------------
   Content Type - News Summary
------------------------------------------------------------*/
.newsSummary, #newsList
{
   list-style-type: none;
   margin: 0px 0px 10px 0px;
   padding: 0px 0px 0px 0px;
}
   
.newsSummary li, #newsList li
{
   margin: 0px 0px 15px 0px;
   padding: 0px;
   background-color: #FFF;
}

.newsSummary li img { margin: 0px 15px 10px 0px !important; }

#newsList li img { margin: 0px 15px 10px 0px; }


/*------------------------------------------------------------
   FOOTER
------------------------------------------------------------*/

#footer
{
	float: left;
	display: inline;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 50px 0px;
	background-image: url(../graphics/footer_bkgrd.gif);
	background-repeat: repeat-x;
	background-color: #E2E2E8;
	text-align: center;
	/*
   background-color: #000;
   width: 800px;
   float: left;
*/
}

#footer p, #footerIndex p
{
	text-align: center;
	color: #666;
	font-size: 1.2em;
	line-height: 1.6em;
	margin: 0em;
}