
/***************** RESET STYLES *****************/


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus { /* remember to define focus styles! */
	outline: 0;
}
ins { /* remember to highlight inserts somehow! */
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}







/***************** BUILD CLASSES *****************/

body {
	background: #fff url("../images/bg.png") repeat-x 0 0;
	color: #7689a2;
	font: 0.75em/1.3 Arial, Helvetica Neue, Helvetica, sans-serif;
	text-align: center;
}
table, th, td, input, select, textarea {
	color: #7689a2;
	font: 1em/1.3 Arial, Helvetica Neue, Helvetica, sans-serif;
}
select {
	border: 1px solid #a9a9ab;
	color: #666;
}
select:focus {
	border: 1px solid #333;
	color: #333;
}
input.error, select.error, textarea.error {
	border-color:red !important;
	margin-right: 6px;
}
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;
}
a:visited {
	color: #4ab639;
}
a:hover, a:focus {
	text-decoration: underline;
	color: #000;
}
code {
	font: 1em "Courier New", Courier, monospace;
}
legend {
	display: none;
}
@media aural {
	legend {
		display: block;
	 }
}
label.error {
	color:red;
}

	
	
	

/********** 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;
}
@media aural {
	.off-aural {
		display: none;
	}
}



/********** Build (custom) Classes **********/

.aside1 {
	float: left;
	width: 580px;
}
.aside2 {
	float: right;
	width: 120px;
}
.boards {
	margin: 1em 0 0.5em 0;
}
.boards li {
	float: left;
	border: 1px solid #e3e8ec;
	background: none;
	margin: 0 0 20px 20px;
}
.boards li.first {
	margin-left: 0;
}
.boards li img {
	display: block;
}
.boxes-home {
	background: url("../images/boxes-home.png") 0 0;
	margin: 1em 0 0 0;
}
.boxes-home dl {
	float: left;
	width: 185px;
}
.boxes-home dl dt {
	position: absolute;
	left: -999em;
}
.boxes-home dl dd {
	font-size: 0.9em;
	color: #fff;
}
.boxes-home dl dd a, .boxes-home dl dd a:visited, .boxes-home dl dd a:hover {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 80px 15px 45px 15px;
	margin: 0 0 30px 0;
}
.boxes-home-content {
	background: url("../images/boxes-home.png") right bottom;
}
.colcode1 {
	color: #ff6617;
}
.colcode2 {
	color: #1b85b0;
}
.colcode3 {
	color: #00408a;
}
.colcode4 {
	color: #429429;
}
.contact {
	padding: 0;
}
.contact img {
	display: block;
}
.container1 {
	width: 784px;
	margin: 0 auto;
	background: #e3e6ec url("../images/container.png") repeat-x 0 0;
	padding: 1px;
	text-align: left;
}
.container2 {
	background: #fff;
}
.content1 {
	padding: 2em 21px 0 21px;
}
.content1 h1, .content1 p {
	padding-left: 5px;
	padding-right: 5px;
}
.content2 {
	padding: 0 21px 0.5em 21px;
	margin: 2em 0 0 0;
	background: url("../images/content2.png") repeat-y 620px 0;
}
.content2 p, .content2 h2 {
	margin: 0 5px;
}
.content3 {
	padding: 0 21px 0.5em 21px;
	margin: 2em 0 0 0;
}
.content3 p, .content3 h2 {
	margin: 0 5px;
}
.footer {
	padding: 1em 0;
	font-size: 0.9em;
}
.footer p {
	padding: 0;
}
.header {
	background: #98da72 url("../images/header.png") no-repeat 0 0;
	padding: 21px 0 18px 24px;
	position: relative;
	border-bottom: 2px solid #58b447;
}
.header dl {
	position: absolute;
	right: 2px;
	bottom: -2px;
}
.header dl dd {
	float: left;
}
.header dl dd a {
	display: block;
	height: 32px;
	text-indent: -999em;
}
.header dl dd.m1 a {
	width: 57px;
	background: url("../images/nav.png") 0 0;
}
.header dl dd.m1 a.selected {
	background: url("../images/nav.png") 0 -32px;
}
.header dl dd.m1 a:hover {
	background: url("../images/nav.png") 0 -64px;
}
.header dl dd.m2 a {
	width: 133px;
	background: url("../images/nav.png") -57px 0;
}
.header dl dd.m2 a.selected {
	background: url("../images/nav.png") -57px -32px;
}
.header dl dd.m2 a:hover {
	background: url("../images/nav.png") -57px -64px;
}
.header dl dd.m3 a {
	width: 110px;
	background: url("../images/nav.png") -190px 0;
}
.header dl dd.m3 a.selected {
	background: url("../images/nav.png") -190px -32px;
}
.header dl dd.m3 a:hover {
	background: url("../images/nav.png") -190px -64px;
}
.header dl dd.m4 a {
	width: 100px;
	background: url("../images/nav.png") -300px 0;
}
.header dl dd.m4 a.selected {
	background: url("../images/nav.png") -300px -32px;
}
.header dl dd.m4 a:hover {
	background: url("../images/nav.png") -300px -64px;
}
.header dl dd.m5 a {
	width: 87px;
	background: url("../images/nav.png") -400px 0;
}
.header dl dd.m5 a.selected {
	background: url("../images/nav.png") -400px -32px;
}
.header dl dd.m5 a:hover {
	background: url("../images/nav.png") -400px -64px;
}
.header dl dd.m6 a {
	width: 80px;
	background: url("../images/nav.png") -487px 0;
}
.header dl dd.m6 a.selected {
	background: url("../images/nav.png") -487px -32px;
}
.header dl dd.m6 a:hover {
	background: url("../images/nav.png") -487px -64px;
}
.header dl dt {
	position: absolute;
	left: -999em;
}
.logo {
	display: block;
}
.our-boards {
	background: url("../images/our-boards.png") 0 0;
	padding: 25px 15px 80px 15px;
	position: relative;
}
.our-boards h2 {
	background: url("../images/our-boards.png") right bottom;
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
	height: 80px;
}
.our-boards h2 a {
	display: block;
	width: 742px;
	height: 35px;
	text-indent: -999em;
}
.our-boards ul li {
	float: left;
}
.our-boards-next, .our-boards-prev {
	border: none;
	width: 7px;
	height: 13px;
	display: block;
	text-indent: -999em;
	cursor: pointer;
	margin-top: 28px;
	font-size: 0.1em;
}
.our-boards-next {
	background: url("../images/icons.png") -7px 0;
	float: right;
}
.our-boards-prev {
	background: url("../images/icons.png") 0 0;
	float: left;
}
.our-boards .carousel {
	width: 650px;
	margin: 0 auto;
}
.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: 0 0 1em 0;
}
.titlebar a, .titlebar a:visited {
	float: right;
	font-size: 1.15em;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	display: block;
	margin: 0.25em 0 0 0;
}
.titlebar a:hover {
	color: #fff;
	text-decoration: underline;
}
.titlebar h1 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #fff;
	font-size: 1.5em;
	float: left;
}
.titlebar-content {
	padding: 13px 15px 12px 15px;
}
.titlebar1 {
	background: #f6921d url("../images/titlebar.png") no-repeat 0 bottom;
}
.titlebar1 .titlebar-content {
	background: url("../images/titlebar.png") no-repeat -580px 0;
}
.titlebar2 {
	background: #fdd250 url("../images/titlebar.png") no-repeat -1160px bottom;
}
.titlebar2 .titlebar-content {
	background: url("../images/titlebar.png") no-repeat -1740px 0;
}
.titlebar3 {
	background: url("../images/titlebar.png") no-repeat -2320px bottom;
}
.titlebar3 .titlebar-content {
	background: url("../images/titlebar.png") no-repeat -2900px 0;
}
.titlebar4 {
	background: #96d971 url("../images/titlebar.png") no-repeat -3480px bottom;
}
.titlebar4 .titlebar-content {
	background: url("../images/titlebar.png") no-repeat -4060px 0;
}
.titlebar5 {
	background: #f6f6f6 url("../images/titlebar.png") no-repeat -4640px bottom;
}
.titlebar5 .titlebar-content {
	background: url("../images/titlebar.png") no-repeat -5382px 0;
}
.titlebar5 h1 {
	color: #62758e;
}


