@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-image: url(../global_images/background.gif);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;	
	background-color: #FFFFFF;
}

a img {
	border: none;
}

h1, h2, h3, h4, h5, h6, p {
	margin-bottom: 1.2em;
}
a:link, a:visited {
	color: #00785D;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}

h1 {
	font-size: 13pt;
	font-weight: bold;
	line-height: 18px;
	padding: 0px;
}

h2 {
	font-size: 11pt;
	font-weight: bold;
	line-height: 1.3em;
	padding: 0px;
}

h3 {
	color:#0B593C;
	font-size: 11pt;
	font-weight: bold;
	line-height: 1.3em;
	padding: 0px;
}


p {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}

#container {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}

#content {
	width: 900px;
	height:auto;
	background-color: #FFFFFF;
	position: relative;
	float: left;
}

#header_wrapper {
	height: 36px;
	width: 980px;
	background-color: #113A70;
	float:left;
}

#main_area {
	background-color:#FFFFFF;
	width: 980px;
	height: 498px;
	Float:left;
}

#main_area_portpic {
	background-color:#FFFFFF;
	width: 980px;
	height: 498px;
	background-image: url(../portfolio_images/main_middle_pic.jpg);
	background-repeat: no-repeat;
	float:left;
}

#main_area_port {
	background-color:#FFFFFF;
	width: 980px;
	height: 498px;
	background-image: url(../portfolio_images/main_middle_white_softer.jpg);
	background-repeat: no-repeat;
	float:left;
}


#footer {
	height: 36px;
	width: 980px;
	background-color: #00785D;
	float:left;
}

#subnav_portfolio {
	width:220px;
	height:auto;
	margin-top: 134px;
	margin-bottom: 0px;
	margin-left: 40px;
	float:left;
	display: inline;

}

#samplearea_port {
	width:470px;
	height:auto;
	float:left;
	display: inline;
	margin-left: 100px;
	margin-top: 135px;

}

#subfooter {
	width:980px;
	height:auto;
	float:left;
	margin-top: 5px;
	display: inline;

}

#subfooter p {
	margin-top: 0px;
}

#navlist {
	margin:0;
	padding:0;
	float:left;
}

#navlist li {
	list-style-type: none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold;
	padding-left: 10px;
	padding-right: 10px;
	width:220px;
}

#navlist li a.active {
	background-color: #00785D;
	color: #FFFFFF;
}

#navlist a:link, #navlist a:visited
{
	color: #a3a3a3;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#navlist a:hover
{
	color: #FFFFFF;
	text-decoration: none;
	background-color: #113A70;
}



	
