@charset "utf-8";
body {
    margin: 0px;
    padding: 0px;
    text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.5;
}
h1 {
	font-size:14px;
	padding-top:30px;
	padding-bottom:30px;
}
h2{
	font-size:13px;
	font-weight:bold;
	padding-top:10px;
	padding-bottom:10px;
	clear:both;
}
h3{
	font-size:13px;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
}
a {
	color:#f7a013;		
	text-decoration:none;
}
a:hover {
	text-decoration:underline;		
}
.yellow {
	color:#f7a013;	
}
strong {
	font-weight:bold;	
}
div#main {
    width: 862px;
    margin: 0px auto;
    text-align: left;
	/*background-image:url(../img/body-bg.png);*/
	background-color:#061a39;
}
div#content {

	
}
div#footer {
	padding-top:20px;	
	clear:both;
	display:block;
}
div#navigation {
	float:left;
	width:200px;
	/*background-image:url(../img/body-bg.png);*/
	background-color:#061a39;
	padding-top:30px;
}
div#navigation ul li {
	list-style:none;
}
div#navigation ul li a{
	font-weight:bold;
	background-color:#0E2E5E;
	clear:both;
	color:#FFFFFF;
	float:left;
	font-size:10px;
	height:20px;
	margin-bottom:5px;
	margin-left:35px;
	padding-left:10px;
	padding-right:10px;
	padding-top:7px;
	text-decoration:none;
	text-transform:uppercase;
}
div#navigation ul li a:hover {
	background-color:#f7a013;		
}
div#navigation ul li a.selected{
	background-color:#f7a013;
}
div#leftcolumn {
	float:left;
	width:330px;
	color:#fff;
	/*background-image:url(../img/body-bg.png);*/
	background-color:#061a39;
	padding-left:10px;
	padding-right:10px;
}
div#rightcolumn {
	float:right;
	width:309px;
	background-color:#ddd;
	color:#081d3d;
}	
div#footer {
	clear:both;	
}
label {
	display:block;	
	margin-left: 35px;
	font-weight:bold;
}
input.textfield {
	width:235px;	
	margin-left: 35px;
	height:20px;
	border: 1px solid #999;
}
input.submitbutton {
	display:block;
	margin-bottom:25px;
	margin-left: 35px;
	margin-top: 20px;
}
h2.newsletter {
	font-size:12px;
	font-weight:bold;
	color:#fff;
	width:80px;
	padding-top: 10px;
	padding-left: 20px;
	margin-left:35px;
	margin-top:15px;
	margin-bottom:15px;
	height: 21px;
	background-image:url(../img/menu-bg.png);
}
p#newslettertext {
	margin-left: 35px;
	margin-bottom: 15px;
}
div#subpagecolumn {
	color:#fff;	
	margin-right:25px;
	width:629px; /* 330 309 */
	float:right;
}
li {
	list-style:inside disc;	
}	
img.headshot {
	float:right;
	margin-bottom:25px;
	margin:5px;
	margin-left:15px;
}
img.parnter {
	float:right;
	margin:10px;
}
img.project {
	margin-right:7px;
}
a.lightbox {/* nothing */}
.brightyellow {color:#ffcc00;}

hr {
	clear:both;
	display:block;	
	padding-top:25px;
	border: none 0;
	border-top: 1px solid #061a39;/*the border*/
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}
#slideshow {
	overflow:hidden;
	width: 309px; 
	height: 203px;
}
