@charset "UTF-8";
/*
	Document: style.css
	
	Creator: Made in MPLS, http://www.madeinmpls.com
	
	Date Created: 07/06/2009
	
	Date Modified: 07/06/2009
	
	Notes:
	
		This style sheet uses relative proportions,
		so that when scaled, everything within the site
		will scale proportionally.
		
		Example:
		
			With a 10 pixel standard font size, 80em = 800px,
			this means that if the user increases the font size 
			to 12 pixels, the width becomes 960px;
		
*/

body {

	font-size:10px;
	color: #7c7c7c;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #CCCCCC;
}
	
.categoryitems {
	font-size:1.1em;
	padding-top:1em;
	padding-bottom:1.5em;
	line-height:2em;
}

.catSelected {
	font-weight:bold;
}

.newsCats {
	line-height:2em;
	padding-top:1em;
	font-size:1.1em;
}

h3 {
	font-weight:normal;
}

img.noDecoration {

	border-style: none;
	border-collapse:collapse;
	margin:none;
	padding: 0 0 0 0;
}

.imgNav {
	font-size:1em;
	color: #666666;
}

.imgNav a {
	font-size:1em;
	color: #333333;
}

.imgNav a:hover {
	color: #CCCCCC;
}

.leftNavContainer {
	width:206px; 
	height:auto;
	position:relative; 
	float:left; 
	text-align:right;
	/*display:none;*/
}

.menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	padding-top:1em;
	cursor: hand;
	cursor: pointer;
	font-weight:bold;
	font-size:1.3em;
}

.leftNavContainer .news a {
	color: #7c7c7c;
}

.mainCatItem {
	font-size:1.4em;
	font-weight:bold;
}

.mainCatSubItems {
	position:relative;
	line-height:1em;
}

.newsID {
	color: #7c7c7c;
	text-decoration:none;
	padding-top:1em;
	cursor: hand;
	cursor: pointer;
	font-weight:bold;
	font-size:1.3em;
}

.newsID a:hover {
}

.openheader {
	color: #666666;
}
	
.rightNav {
	font-size:1.1em;
}
	
.rightNav a {
	color:#999999;
}
	
.rightNav a:hover {
	color: #CCCCCC;
}

#rtSectionWidth {
	 width:818px;
	 float:left;
	 position:relative;
	 text-align:right;
}

.rootContainer {
	width:1024px;
	height:auto;
	position:absolute;
	float:left;
}

.subCatMenu{
	font-weight: normal;
}

.projectsTable {
	top:0px;
	position:relative;
	width:40em;
}

#projectsSpacer {
	width:5%;
}

#projectsDate {
	text-align:right;
	height:2em;
	vertical-align:top;
	width:20%;
}

#projectsInfo {
	height:2em;
	vertical-align:top;
	text-align:left;	
	width:75%;
}

.table1 {
	top:0px;
	position:relative;
	width:40em;
}
	
#table1Info {
	height:2em;
	vertical-align:top;
	text-align:left;	
	width:75%;
}
	
#table1Spacer {
	height:2em;
	vertical-align:top;
	text-align:left;	
	width:25%;
}