


/***************** BUILD CLASSES *****************/

body {
	color: #7689a2;
	font: 12pt Arial, Helvetica Neue, Helvetica, sans-serif;
}
table, th, td, input, select, textarea {
	color: #7689a2;
	font: 1em/1.3 Arial, Helvetica Neue, Helvetica, sans-serif;
}
h1, .h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #3a9629;
	padding: 0 0 0.5em 0;
}
h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #3a9629;
	padding: 0.5em 0 0.5em 0;
}
p {
	padding: 0 0 1em 0;
}
small {
	font-size: 0.9em;
}
a {
	text-decoration: underline;
	color: #3a9629;
}
	
	
	

/********** Generic Presentation Classes **********/

.alignc {
	text-align: center;
}
.alignl {
	text-align: left;
}
.alignr {
	text-align: right;
}
.bold {
	font-weight: bold;
}
.clear {
	clear: both;
}
.floatl {
	float: left;
}
.floatr {
	float: right;
}
.group:after { /* Clears floats */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.hide {
	display: none;
}
.nobold {
	font-weight: normal;
}
.off {
	position: absolute;
	left: -9999em;
}
.small {
	font-size: 0.9em;
}



/********** Build (custom) Classes **********/

.aside2 {
	display: none;
}
ul.boards {
	margin: 1em 0 0.5em 0;
}
ul.boards li {
	float: left;
	border: 1px solid #e3e8ec;
	background: none;
	margin: 0 0 20px 20px;
}
.boards li img {
	display: block;
}
.boxes-home {
	margin: 1em 0 0 0;
}
.boxes-home dl {
	float: left;
	width: 24%;
	margin-right: 5pt;
	border: 1px solid #7689A2;
}
.boxes-home dl dt {
	font-weight: bold;
	font-size: 1.2em;
	padding: 5pt;
	margin: 0;
}
.boxes-home dl dd {
	font-size: 0.9em;
	padding: 0 5pt 5pt 5pt;
	margin: 0;
}
.boxes-home dl dd a, .boxes-home dl dd a:visited, .boxes-home dl dd a:hover {
	color: #7689A2;
	text-decoration: none;
}
.colcode1 {
	color: #ff6617;
}
.colcode2 {
	color: #1b85b0;
}
.colcode3 {
	color: #00408a;
}
.colcode4 {
	color: #429429;
}
.contact {
	padding: 0;
}
.contact img {
	display: block;
}
.footer {
	padding: 1em 0 0 0;
	font-size: 0.9em;
}
.footer p {
	padding: 0;
}
.header {
	border-bottom: 1pt solid #58b447;
}
.header dl {
	display: none;
}
.logo {
	display: block;
	border: none;
	margin: 0 0 5pt 0;
}
.our-boards {
	display: none;
}
.pbanner {
	padding: 0 5px 1.5em 5px;
}
.portfolio li {
	border: 1px solid #e3e8ec;
	margin: 0 0 8px 0;
}
.portfolio li img {
	display: block;
}
.titlebar {
	margin: 1em 0 2em 0;
	border: 1pt solid #58B447;
}
.titlebar a, .titlebar a:visited {
	float: right;
	font-size: 1.15em;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin: 0.25em 0 0 0;
}
.titlebar h1 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 1.5em;
	float: left;
}
.titlebar-content {
	padding: 13px 15px 12px 15px;
}


