@charset "utf-8";
* html body{ /*IE6 hack*/
padding: 0 0 0 465px; /*Set value to (0 0 0 WidthOfFrameDiv)*/
}
* html #column3{ /*IE6 hack*/
height: 100%; 
width: 100%; 
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .688em;
	background-color: #3c4936;
	background-image: url(images/6_bg1.gif);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	height: 100%; 
	max-height: 100%;
}
a:link.white { color:#FFFFFF; text-decoration:none; }
a:visited.white { color:#FFFFFF; text-decoration:none; }
a:hover.white { color:#FFFFFF; text-decoration:underline; }
a:active.white { color:#FFFFFF; text-decoration:none; }

/*Column 1*/
#column1 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 287px; /*Width of frame div*/
	height: 100%;
	overflow: hidden;
	color: white;
	background-color: #FFFFFF;
	background-image: url(images/bg1.gif);
	background-repeat: repeat-x;
}
#logoPlacement {
	margin-top: 10px;
	margin-right: 12px;
	margin-bottom: 24px;
	margin-left: 12px;
}

#column1content {
	font-size: 1em;
	line-height: 17px;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
	color: #514D44;
	}
#column1content h3 {
	font-size: 1.273em;
	color: #9e9c8d;
}
#footer {
	width:287px;
	height:90px;
	bottom: 0;
	position: absolute;
	padding-left:15px;
	background-image: url(images/bg2.gif);
	background-repeat: repeat-x;
	color: #464239;
	line-height:17px;
}
#footer p {
	border-top: 1px solid #d0cfcb;
	width:255px;
	padding-top:6px;
	margin-top:22px
}
#footer a:link {color:#2d6830; text-decoration:none}
#footer a:visited {color:#2d6830; text-decoration:none}
#footer a:hover {color:#2d6830; text-decoration:underline}
#footer a:active {color:#2d6830; text-decoration:none}

/*Column 2*/
#column2 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 295px;
	width: 170px;
	height: 100%;
	overflow: hidden;
	color: #FFFFFF;
}
#mainNav {
	font-size: 1em;
	color:#6f8664;
	margin-top: 25px;
	margin-left:15px;
	line-height:20px;
}
#mainNav H3 {
	font-size: 1.273em;
	margin-top: 12px;
	margin-bottom: 12px;
}

/*Column 3*/
#column3 {
	position: fixed;
	top: 0;
	left: 465px; /*Set left value to WidthOfFrameDiv*/
	right: 0;
	bottom: 0;
	overflow:auto;
	overflow-x: hidden;
	color: #FFFFFF;
}
#mainContent {
	margin: 25px 15px 15px 15px;
	color: #6f8664;
}
#mainContent h2 {
	font-size: 2em;
	font-weight: normal;
	margin-top: 0;
	padding-bottom: 15px;
	border-bottom: 1px dotted #6f8664;
}
#mainContent p {
	padding-bottom: 15px;
	border-bottom: 1px dotted #6f8664;
}

/*Portfolio*/
.portMain {
	width: 500px;
	margin-top: 20px;
}
.port230 {
	float: left;
	width: 230px;
	margin-right: 15px;
}
.port70 {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
}
.port70a {
	float: left;
	margin-top: 10px;
}
.portText1 {
	float: left;
	width: 250px;
}
.portText1 strong {
	font-size: 1.091em;
}
.portText2 {
	font-size: 1.091em;
}
.portPush {
	height: 20px;
	clear: both;
	border-bottom: 1px dotted #6f8664;
}
.port420 {
	width: 420px;
	margin-bottom: 20px;
}

