/* CSS Document */

/* Font faces and downloaded fonts found in separate css file */

body
{
	background: #F5F6F7;
	font-weight: normal;
	font-size: 11px;
	line-height: 140%;
	font-family: Verdana, Geneva, sans-serif;
	color: #555;
	text-align: center;
}

/*  GENERAL STYLES */
/* ===================================================================== */

#container {
/* Surrounds entire page and allows fluid centering */
	position: relative;
	width: 980px;
	margin: 10px auto;
	padding: 0;
	text-align: left;
}

#mainContent sup { font-size: 50%; }

#mainContent h1, #mainContent h2, #mainContent h3, #mainContent h4 {
	font-family: FuturaLight, Arial, sans-serif;
	font-weight: normal;
	margin: 10px 15px 5px 15px;
	line-height: 130%;
}

#mainContent h1 {font-size: 22px;}
#mainContent h2 {font-size: 18px;}
#mainContent h3 {font: 14px FuturaBook, Arial, sans-serif;}

#mainContent p {margin: 0 10px 15px 15px;}

#mainContent ul {margin: 6px 10px 6px 0; padding-left: 25px; list-style-type: none;}
#mainContent li {margin: 0 0 5px 0; padding: 0; line-height: 120%;}
#mainContent li:before {content: "- ";}
#mainContent .noBullet li:before {content: "";}

/*
.corp { color: #283CA9; border-color: #283CA9; }
.columns { color: #9EBD28; border-color: #9EBD28; }
.tips { color: #FCBE36; border-color: FCBE36; }
.pcu { color: #7488DC; border-color: #7488DC; }
.sources { color: #40A8B2; border-color: #40A8B2; }
.tools {color: #CC092F; border-color: #CC092F; }
*/

a:link {color: #283CA9; text-decoration: none;}
a:visited {color: #283CA9; text-decoration: none;}
a:hover {color: #FCBE36; text-decoration: underline;}
a:active {color: #FCBE36; text-decoration: underline;}

.footer {
	font-size: .8em;
	font-style: italic;
}

/*  MAIN MENU  */
/* ===================================================================== */
#mainMenu {
	position: relative;
	width: 980;
	height: 42px;
	margin-bottom: 15px;
	background: url(/images/menubar/menubar_mainbkgd.png) no-repeat;
	background-position: 0 0;
}

#mainMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#mainMenu li {
	float: left;
	margin: 0;
	padding: 0;
}

#mainMenu li a:link, #mainMenu li a:visited {
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 0 12px;
	line-height: 42px;
	background-position: 0 0;
	background-image: url(/images/menubar/menubar_linkbkgds.png);
	background-repeat: no-repeat;
}

#mainMenu li a:hover, #mainMenu li a:active 
{background-position: 0 -43px;}

#mainMenu li.last a:hover, #mainMenu li a:active 
{background-position: 0 -43px; }

#mainMenu li a.current
{background-position: left -87px; color: #283CA9;}

#mainMenu li.last a:hover, #mainMenu li a:active 
{background-position: 0 -43px;}

#mainMenu li.last a.current
{background-position: left -87px; color: #283CA9;}


p.headerTag
{
	font-size: 11px;
	margin: -.5em 0 15px 0;
	color: #283CA9;
}


/* HOME PAGE STYLES */
/* ===================================================================== */

.mainTag {
	font-size: 1.2em;
	position:relative; 
}

.billboard {
	float: left; 
	width: 730px; 
	height: 412px; 
	border: thin solid #DDD;
	background-color: #FFF; 
	margin-bottom: 15px;
	}

#homePageBoxes {
	margin: 0 0 0 0;
	padding: 0;
	width: 730px;
	height:200px;
}

#homePageBoxes .box123 {
	padding: 0 0 15px 0; 
	margin-right: 12px;
	float: left; 
	width: 231px;
	height: 100%;
	border: thin solid #DDD;
	border-bottom: 3px solid #DDD;
	background-color: #FFF;
}

#homePageBoxes .box4 {
	padding: 0 0 15px 0; 
	margin-left: 0;
	float: left; 
	width: 231px; 
	height: 100%; 
	border: thin solid #DDD;
	border-bottom: 3px solid #DDD;
	background-color: #FFF;
}

/* This negates the use of the "- " prior to list items, but only on the home page */
#homePageBoxes li:before {content: "";}

.datePlace { font-size: 9px; line-height: 120%; }

#homePageTag { /* Also used on aboutnoi/index.html */

	margin: 35px 0 0 0;
	padding: 0;
	font-family: OptimaLTStdRoman;
	font-size: 15px;
	line-height: 130%;
	color: #888; 
}


/* HOME PAGE BILL BOARD -  May be used throughout site, but always on home page */
/* ===================================================================== */

#billBoard {
	margin: 0;
	padding: 0;
	width: 980px;
	height: 425px;
	top: 90px;
	left: 0;
	background-repeat: no-repeat;
}


/*  CONTENT STYLES */
/* ===================================================================== */

.boxFrame {
	background-color: #FFF;
	border: thin solid #DDD;
	margin: 0;
	padding: 0;
}


/*  FOOTER  */
/* ===================================================================== */

#siteFooter {
	margin: 15px 0 0 0;
	padding: 0;
	text-align: right;
	border-top: 1px solid #DDD;
	font: normal .8em Verdana, Geneva, sans-serif;
}

#siteFooter ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#siteFooter li {
	float: right;
	margin: 0;
	padding: 0;
}

#siteFooter li a:link, #siteFooter li a:visited {
	display: block;
	color: #333;
	text-decoration: none;
	padding: 0 10px;
	margin-top: 20px;
	border-right: 1px solid #DDD;
}

#siteFooter li a:hover, #siteFooter li a:active { 
	text-decoration: underline; 
}

#siteFooter p.copyright {
	clear: both;
	padding-top: 15px;
	color: #AAA;
}

