body {
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	background-color: #14426d;
	background-image: url(../images/bg_tile.jpg);
	background-repeat: repeat-x;
	font-family:"Trebuchet MS", Arial, Helvetica, sabs-serif;
}

form {
	padding:0px;  margin:0px;
	}
	
hr {
	color: #fff; background-color: #fff; border: 1px dotted #CCCCCC; height:1px; width:100%; 
	}

/**********************************/
/* headers                        */
/**********************************/


h1, h2, h3, h4, h5, h6 {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
	font-weight:normal;
}

h1{
	font-size: 24px;
	font-weight:normal;
	color: #204778;
	padding-bottom: 12px;
}

h2{
	font-size: 18px;
	font-weight:normal;
	color: #204778;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cfcfcf;
	margin-bottom: 10px;
}

h3{
	font-size: 18px;
	font-weight:normal;
	color: #a8640c;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 8px;
	margin-top: 8px;
}

h4{
	font-size: 16px;
	color: #204778;
}

h5{
	font-size: 14px;
	font-weight:bold;
	color: #000000;
}

/**********************************/
/* Layout ID's                    */
/**********************************/

#full_wrapper {
	width:100%;
	background-image:url(../images/top_bg_tile.gif);
	background-repeat:repeat-x;
	background-position:center top;
	padding:0px;
	margin: 0px;
	position: relative;
	background-color: #dedede;
}

#main_container {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
}

#margins {
	background-image:url(../images/margins.jpg);
	background-repeat:no-repeat;
	background-position: center top;
}

#table_top {
	width:800px;
	height:207px;
	vertical-align:top;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
}

#table_middle {
	width:800px;
	vertical-align:top;
	background-color: #ececec;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(../images/people_bg.jpg);
	padding-bottom: 65px;
}

#table_bottom {
	width:100%;
	clear: both;
	padding-top:25px;
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cecece;
	text-align: center;
	line-height: 20px;
}

#left_column {
	width:227px;
	margin: 0px;
	padding-left:25px;
	float: left;
	padding-top:25px;
	padding-right: 0px;
	padding-bottom: 0px;
	border:none;
	margin-left: 0px;
	background-repeat: no-repeat;
}

#left_column p{
	margin:0px;
	font-size:12px;
	color:#8f642c;
	line-height:18px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}

#main_content {
	width: 500px;
	margin-left: 0px;
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
	padding-right:25px;
	padding-left: 0px;
	padding-top:25px;
	padding-bottom:0px;
	border:none;
	float: right;
}

#main_content p{
	margin:0px;
	font-size:12px;
	color:#000000;
	padding-bottom: 15px;
	line-height: 18px;
}

#main_content li{
	margin-bottom:10px;
	color:#000000;
	font-size:12px;
	padding-left:20px;
}

#content_left_col {
	float:left;
	width:240px;
	
}

#content_right_col {
	float:right;
	width:245px;
}

.box {
	/*background-color: #F5F5F5;
	border: 1px solid #CDCDCD;*/
	padding:0px;
}

.picture_caption {
	float:right;
	width:180px;
	border:solid 1px #CCCCCC;
	background-color:#FFFFFF;
	margin-left:15px;
}

.caption_text {
	width:170px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	padding:5px;
}

.water_bullets{
	list-style-image: url(../images/bullet.jpg);
	
}


.orange {
	color: #a8640c;
	}
	
.grey {
	color: #505050;
	}
	
.blue{
	color:#275870
}

.content_pic_left {
	padding-right:12px;
	padding-top:6px;
	padding-bottom:6px;
}


.content_pic_right {
	padding-left:12px;
	padding-top:6px;
	padding-bottom:6px;
}
a.mainlinks:link, a.mainlinks:visited {
	color: #a8640c;
}

a.mainlinks:hover {
	color: #505050;
	text-decoration:none;
}

a.footerlinks:link, a.footerlinks:visited {
	color: #5b9fc7;
}

a.footerlinks:hover {
	color: #CCCCCC;
	text-decoration:none;
}

.float_left {
	float:left;
}

.float_right {
	float:right;
}
/**********************************/
/* Horizontal Navigation          */
/**********************************/

#navcontainer {
	padding:0px;
	height: 53px;
}

ul#navlist {
	margin: 0px;
	padding: 0px;
	margin-top:0px;
	white-space: nowrap;
	height: 53px;
	margin-left: 0px;
}

#navlist li {
	display: inline;
	list-style-type: none;
	margin:0px;
}

#navlist a { 
	padding-top:12px;
	padding-bottom:23px;
	display:block;
	float:left;
	text-decoration: none;
	font-size:12px;
}

a.home_btn:link, a.home_btn:visited  {
	width:152px;
	background-image: url(../images/btnHome.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

a.home_btn:hover {
	background-position: bottom;
}

a.ourteam_btn:link, a.ourteam_btn:visited  {
	width:95px;
	background-image: url(../images/btn_ourteam.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

a.ourteam_btn:hover {
	background-position: bottom;
}

a.funding_btn:link, a.funding_btn:visited  {
	width:136px;
	background-image: url(../images/btn_fundingsources.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

a.funding_btn:hover {
	background-position: bottom;
}

a.publications_btn:link, a.publications_btn:visited  {
	width:108px;
	background-image: url(../images/btn_publications.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

a.publications_btn:hover {
	background-position: bottom;
}

a.onthemove_btn:link, a.onthemove_btn:visited  {
	width:112px;
	background-image: url(../images/btn_onthemove.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

a.onthemove_btn:hover {
	background-position: bottom;
}

a.contact_btn:link, a.contact_btn:visited {
	width:197px;
	background-image: url(../images/btn_contact.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

a.contact_btn:hover {
	background-position: bottom;
}

/**********************************/
/* Vertical   Navigation          */
/**********************************/

#v_navcontainer { width: 225px; }

#v_navcontainer ul
{
margin-left: 0px;
padding-left: 0px;
list-style-type: none;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:12px;
}

#v_navcontainer a
{
display: block;
padding: 3px;
padding-top:4px;
padding-bottom:4px;
width: 220px;
border-bottom: 1px solid #CCC;
}

#v_navcontainer a:link, #v_navcontainer a:visited
{
color:#171717;
text-decoration: none;
}

#v_navcontainer a:hover
{
	color:#1f7fc6;
	background-image:url(../images/arrow_bullet.gif);
	background-position:right center;
	background-repeat:no-repeat;
}
#printFrame{
	width: 0;
	height: 0;
	border: 0 none;
}
.print-link{
	clear: both;
	float: none;
	font-size:12px;
	padding-left: 25px;
	margin-top: 20px;
	color: #204778;
	background-image: url(../images/print_icon.gif);
	background-position: left;
	background-repeat: no-repeat;
	text-decoration: underline;
}
.print-link:hover{
	color: #204778;
	text-decoration: none;
}
.print-link:visited{
	color: #204778;
}

