@charset "iso-8859-1";
@import url("core.css");

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4b4b4b;
	text-decoration: none;
	background-image: url(../images/bg_page.gif);
	background-repeat: repeat;
	font-size: 11px;
}
.right {
	float:right;
}
.left {
	float:left;
}
.clear {
	clear:both;
}
.clearspace {
	clear:both;
	height:1px;
	line-height:1px;
}
h1, h2, h3, h4, h5, h6 {
	margin:0px;
	padding:0px;
}
h1 {
	color:#FFFFFF;
	font-size:14px;
	font-weight: normal;
	font-family: "Arial Black", Arial, Verdana;
	text-transform: uppercase;
	background-image: url(../images/bg_h1.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 21px;
	height: 35px;
	padding-top: 5px;
}
h2 {
	color:#00519d;
	font-size:14px;
	font-weight: bold;
	padding-bottom: 2px;
}
h3 {
	color:#505151;
	font-size:13px;
	font-weight: bold;
	padding-bottom: 2px;
	padding-top: 15px;
}
ul, li {
	margin:0px;
	padding:0px;
	list-style:none;
}
a {
	color: #0055a5;
	text-decoration:underline;	
}
/*a:visited {
	color: #787d84;
	text-decoration:underline;
}*/
a:hover {
	color: #ff0000;
	text-decoration:underline;

}
/*a:active {
	color: #ff0000;
	text-decoration:underline;	
}*/
p {
	margin:0px;
	line-height: 18px;
	padding: 0px 0px 5px 0px;
}
#pageleft {
	background-image: url(../images/bg_leftexpander.gif);
	background-repeat: repeat-x;
}

#outerwrapper {
	background-image: url(../images/bg_outerwrapper.gif);
	background-repeat: repeat-y;
	width: 996px;
}
#wrapper {
	text-align:left;
	padding:0px 18px;
	width: 960px;
	background-image: url(../images/bg_innerwrapper.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#header {
	height: 155px;
}
#utility {
	height: 18px;
	position: absolute;
	width: 17px;
	margin-top: 48px;
	margin-left: 925px;
}
#mainnav {
	padding-top: 4px; 
	/* 104 */
	height: 40px;
	padding-right: 26px;
	padding-left: 26px;
}
#mainsection {
	padding-right: 10px;
	padding-left: 9px;
	padding-top: 17px;
	padding-bottom: 0px;
}
#leftcolumn {
	float: left;
	width: 222px;
	background-image: url(../images/bg_leftcolumn.png);
	background-repeat: repeat-y;
	margin-bottom: 20px;
}
#banner {
	padding-bottom: 5px;
}
#rightcolumn {
	float: right;
	width: 700px;
}
#content {
	width:523px;
	float:left;
	min-height: 260px;
}
#sidebar {
	float: right;
	width: 160px;
}
#footer {
	background-image: url(../images/bg_footer.gif);
	background-repeat: repeat-x;
	height: 63px;
	padding-left: 250px;
	padding-top: 20px;
	line-height: 14px;
	font-size: 10px;
}
#subnav {
	width: 222px;
	background-image: url(../images/bg_subnav_exp.png);
	background-position: top;
}

#rightcolumn #content ol li {
	margin:0px;
	padding:0px;
	list-style:outside;
	list-style-type:decimal;
}

#contact-table td {
padding-right: 20px;
width: 200px;
}

#content-contact h1 {
	background-image: url(/images/bg_h1b.png);
}

.big {
font-size: 120%;
}


.bottom-border {
border-bottom: 2px solid #cacaca;
}

#contactform td{
padding: 5px;
}

#contactform select{
width: 250px;
}

#contactform textarea{
width: 247px;
}

.project-profiles img {
margin-right: 10px;
border: 1px solid #888888;
padding: 2px;
margin-bottom: 0px;
margin-top: 10px;
}
