@charset "utf-8";
/* CSS Document */

/* -----------------------------------*/
/* ---- GLOBAL <<<-----------*/
/* -----------------------------------*/

* {
	border:0;
	margin:0;
	padding:0;
	}

body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	width: 990px;
	text-align: center;
	margin: 0 auto;
	background: #fff;
	color: #000000;
	font-size: 1em;
	line-height: 1.4;
	font-weight:normal;
	position: relative;
}
#main_wrapper {
	background-image: url(images/bg_column.gif);
	background-repeat: repeat-y;
	background-position: top left;
	position: relative;
	float: left;


}
a {
	color: #666;
	}
p {
	font-size: 12px;
	margin-top: 5px;
}
p.small {
	font-size: 11px;
}
h1, h2, h3, h4 {
		color: #000066;
		font-weight:bold;
		
}
h1 {
	font-size: 20px;
	padding-bottom: 0px;
	text-transform: uppercase;
	color: #666;
	font-weight: normal;
	text-align: left;
}
h2 {
	font-weight: bold;
	text-transform: uppercase;
	color: #9B8345;
	text-align: left;
	font-size: 14px;
	margin: -4px 0px 0px 0px;
}		
h3 {
	font-size: 14px;
	color: #953002;
	}
table img {
	margin-left: 10px;
	padding: 2px;
	border: 1px solid #eee;
	}
td {
	position:relative;}

/* -----------------------------------*/
/* ---- Main Body <<<-----------*/
/* -----------------------------------*/
	
#main_wrapper {

}
#left_col_wrapper {
	width: 400px;
	height: 100%;
	float:left;
	}	
	
#right_col_wrapper {
	width: 590px;
	height: 100%;
	float:right;
	background-image: url(images/bg_right_gray.gif);
	background-repeat: repeat-x;
	}	
#text_wrap {
	padding: 50px 50px;
	text-align:left;
	}
#left_col_teaser {
	margin-top: 55px;
	padding: 0px 45px;
	text-align: left;
	
	}
#left_col_teaser p {
	font-size: 18px;
	line-height: 1.2em;
	margin-top: 10px;
	color: #666;
	}

#left_col_img img {
	text-align: center;
	padding-bottom: 55px;
	}

#left_col_img img.first {
	margin-top: 50px;

	}
#right_text {
	margin-top: 20px;
	}
#right_text h2 {
	margin-top: 5px;
	}
#right_text img{
	margin: 5px;
	}
	#right_text p{
	margin-bottom: 10px;
	}
#right_col_wrapper h2, #right_col_wrapper h2 a {
	color: #9B8345;
	text-decoration:none;

}
/**************************************************MENU******************************************************/
#top_nav {
	margin-top: 42px;
	text-align: right;
	margin-right: 5px;
	}	
#top_nav ul {
	margin-top: 10px;
}
#top_nav a {
	color: #ccc;

		}
#top_nav a:hover, #top_nav a:active{
	display: inline;
	color: #666;
	border-bottom: 1px dotted white;
	}
#top_nav ul li {
	display: inline;
	font-size:12px;
}
#top_nav ul li a {
	display: inline;
	font-size:11px;
	border-bottom: none;
	margin: 3px 10px 3px 10px;

}
#top_nav ul li a:link, #top_nav ul li a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

/************************************************ BODY ****************************************************************/

h2.project_title a {
	margin-top: 20px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	color: #fff;
	position: absolute;
	top: 55px;
	left: 119px;
	text-transform: none;
	width: 265px;
	z-index: 100;
	}

#article_info {
	margin-top: 15px;
	position: relative;
	}
#article_info p{
	text-align:left;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	line-height: 1em;
	}
#pdf {
	width: 154px;
	height: 36px;
	position: absolute;
	top: 21px;
	left: 337px;
	}
#podcast {
	width: 184px;
	height: 36px;
	position: absolute;
	top: 21px;
	left: 312px;
	}
#pdf span a, #podcast span a  {
	color: #9B8345;
	font-weight: bold;
	text-align: right;
	text-decoration:none;
	margin: 18px 0 0 40px;
	line-height: 1em;
	position: absolute;
}
#main_pic {
	margin-top: 15px;
}
a.read {
	float: right;
	font-size: 11px;
	font-weight: bold;
	}
#text_wrap ul {
	font-size:11px;
	margin-left: 20px;
	}
#series {
	height: 30px;
}

#series a {
	text-decoration: none;

}
#series a.active, #series a.hover {
	color: #953002;
	}
#article_info h3 a {
	color: #953002;
	text-decoration:none;

}
/************************************************ START FOOTER ****************************************************************/

#footerWrapper {
	background-color:  #B2A97F;
	display: block;
	height: 100px;
	clear:both;
	width: 100%;
	text-align:center;
}
#footer {
	color: #ccc;
	clear:both;
	font-size:10px;
	width: 661px;
	display: block;
	position: absolute;
	left: 240px;
	top: 700px;
	padding-bottom: 20px;
}
#footer.long_page{
position: relative;
float:left;
left: 0px;
clear:both;
top: 20px;

}
#footer ul {
	text-align:center;
	margin-top: 10px;
}
#footer a {
	color: #ccc;

		}
#footer a:hover, #footer a:active{
	display: inline;
	color: #666;
	border-bottom: 1px dotted white;
	}
#footer ul li {
	display: inline;
	font-size:11px;
}
#footer ul li a {
	display: inline;
	font-size:11px;
	border-bottom: none;
	margin: 3px 10px 3px 10px;

}
#footer ul li a:link, #footer ul li a:visited {
color: #999;
text-decoration: none;

}
#footer ul li a:hover, #footer ul li a:active {
	color: #666;
	text-decoration: underline;
}
#footer p {
text-align:center;
margin-top: 10px;
font-size:11px;
}	

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
