body
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 80%;
	color: #000;
	margin: 0;
	padding: 0;
	background: #ccc;
}
/* ==================== */
/* <divs>               */
/* ==================== */
div#logo_wrapper
{
	width: 100%;
	height: 100px;
	background: #fff;
	clear:both;	
}
div#logo
{
	width: 950px;
	margin-left: auto;
	margin-right: auto;	
}
div#wrapper_outer
{
	width: 100%;
	background: #fff url("../i/bg_tile.gif");
	clear: both;
}
div#wrapper_inner
{
	width: 950px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
}
div#nav_wrapper
{
	background: #6d6d6d;
	clear: both;
	border-bottom: 1px solid #fff;
	height: 2em;
}
div#banner
{
	height: 200px;
	clear: both;
	background: #a5cd3a url("../i/research_services.jpg") top left no-repeat;
	text-align: right;
}
div#content_wrapper
{	
	background: #6d6d6d url("../i/content_bg.gif") top left repeat-y;
	border-top: 1px solid #fff;	
}
div#content
{
	width: 630px;
	padding: 10px;
	float: left;
	background: #fff;
}
div#right_col
{
	float: left;
	padding: 20px;
}
div#copyright
{
	text-align: center;	
	border-top: 1px solid #fff;
}
div#green_banner
{
	margin-left: 650px;	
	text-align: center;	
	overflow: hidden;
}

/* ==================== */
/* <a> - links          */
/* ==================== */
a:link
{
	color: #3aa5cd;
}
a:visited
{
	color: #e9505b;
}
a:hover, a:focus
{
	color: #a5cd3a;
}
a.back
{
	background: url("../i/back.gif") left no-repeat;
	padding-left: 20px;
}
/* ==================== */
/* <h?> - headers       */
/* ==================== */
h1
{
	margin-top: 3px;
	font-size: 120%;
	border-bottom: 1px solid #a5cd3a;
	padding-bottom: 3px;
	color: #333;
}
h2
{
	padding-top: 5px;
	font-size: 110%;
	color: #333;
}
h2.contact
{
	border-bottom: 1px dotted #ccc;
}
h2.portfolio
{
	color: #85b12c;
	font-size: 100%;
	margin:0;
	padding:0;
}

/* ==================== */
/* <ul> - navigation    */
/* ==================== */


/* ==================== */
/* <ul> - lists         */
/* ==================== */
ul.list li
{
	list-style-position: outside;
	list-style-image: url("../i/arrow.gif");
	padding: 2px;
	padding-left:0;
}

/* ==================== */
/* <tables>'            */
/* ==================== */
table
{
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	width: 100%;
	padding: 0;
	margin: 0;
}
th
{
	background: #dceeae;
	text-align: left;
	padding: 5px;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
}
td
{
	text-align: left;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	padding: 5px;
}
caption
{
	margin-bottom: 10px;
	font-style: italic;
}
/* ==================== */
/* Misc classes         */
/* ==================== */
.spacer
{
	line-height: 1px;
	font-size: 1px;
	clear:both;
}
.underline
{
	text-decoration: underline;
}
.italic
{
	font-style: italic;
}
abbr
{
	cursor: help;
}
blockquote
{
	padding-left: 30px;
	background: #fcfce8 url("../i/quote.gif") top left no-repeat;
	border: 1px solid #ebebd2;
}
p.pad30
{
	padding-left: 30px;
}
img
{
	border: 0;
}


