@charset "UTF-8";

html, body {
	height: 100%;
	margin-bottom: 1px;
}

body  {
	font: small Arial, Helvetica, sans-serif;
	background: #c6c6c6;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}

p {
	font: 85%/130% Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1 {
	text-transform: uppercase;
	color: #6e8554;
	font: normal 140% Georgia, "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
}

h2 {
	font: bold 130% Georgia, "Times New Roman", Times, serif;
	color: #6e8554;
	margin: 0px;
	padding: 0px;
}

h3 {
	margin: 0px;
	padding: 0px 0px 3px;
	font: bold 90%/normal Arial, Helvetica, sans-serif;
	color: #333333;
}

h4 {
	font: bold normal 85% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #333333;
	margin: 0px;
	padding: 0px 0px 3px;
}

h5 {
	font-size: 80%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

hr {
	color: #6e8554;
	margin: 5px 0px 15px;
	padding: 0px;
	border: 1px solid #6e8554;
}

#container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
} 


#logoProjects {
	background: url(images/header-img/logo-bg.png) no-repeat;
	position: absolute;
	left: -17px;
	top: 0px;
	height: 250px;
	width: 247px;
	border-width: 0px;
	border-style: none;
	text-align: center;
}




/*HEADER*/

#header {
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background: url(images/header-img/who_header.jpg) no-repeat right top;
	height: 200px;
} 

#header img {
	float: right;
	margin-top: 183px;
}

.services #header {
	background: url(images/header-img/services_header.jpg) no-repeat right top;
}

.portfolio #header {
	background: url(images/header-img/portfolio_header.jpg) no-repeat right top;
}

.news #header {
	background: url(images/header-img/news_header.jpg) no-repeat right top;
}

.contact #header {
	background: url(images/header-img/contact-header.jpg) no-repeat right top;
}

.home #header {
	height: 304px;
	width: 900px;
	background: #FFFFFF url(images/header-img/logo-home.gif) no-repeat 43px top;
}



.home #flash {
	margin: 0px;
	padding: 0px;
	height: 270px;
	width: 670px;
}

#homenav {
	position: absolute;
	height: 34px;
	width: 670px;
	margin: 0px;
	padding: 0px;
	left: 230px;
	top: 87px;
}




#mainWrap {
	background: url(images/tree.jpg) no-repeat left 100%;
	padding-top: 40px;
	padding-bottom: 10px;
}

.home #mainWrap {
	background: url(images/tree-home.jpg) no-repeat 70px bottom;
	padding-top: 10px;
}

.portfolio #mainWrap {
	background: url(images/tree-portfolio.jpg) no-repeat left bottom;
}




/*SIDEBAR*/

#sidebarhome {
	position: absolute;
	height: 247px;
	width: 267px;
	left: -22px;
	top: 265px;
	border-style: none;
	border-width: 0px;
}

#sidebar1 {
	width: 255px; 
	padding: 50px 0px 0px;
	float: left;
	display: inline;
}

#affliations {
	margin-top: 170px;
}

#sidebar1 #staffnav {
	font-style: normal;
}

#staffnav li {
	display: block;
	padding-left: 20px;
	margin-top: 2px;
	margin-bottom: 2px;
}

#sidebar1 #staffnav li a:hover, #sidebar1 #staffnav li a:active, #sidebar1 #staffnav li a:focus {
	color: #6e8554;
	text-decoration: none;
	background: url(images/arrow.gif) no-repeat left center;
}

#staffnav a:link, #staffnav a:visited {
	color: #999999;
}

.daniel #daniel a, .brian #brian a, .kari #kari a, .li #li a, .teann #teann a, .justin #justin a, .matt #matt a, .donna #donna a, .steve #steve a, .chris #chris a {
	font-weight: bold;
	color: #6e8554;
	text-decoration: underline;
	background: url(images/arrow.gif) no-repeat left center;
}

#sidebar1 p {
	padding-left: 15px;
	padding-right: 20px;
	font: 100%/130% Georgia, "Times New Roman", Times, serif;
	color: #6E8554;
}

#sidebar1 blockquote p {
	color: #bfcbbb;
	font: italic 110%/135% Georgia, "Times New Roman", Times, serif;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}

#sidebar1 .cite {
	font-size: 90%;
	color: #bfcbbb;
	text-align: right;
	margin-right: 20px;
	padding-left: 50px;
	padding-top: 0px;
	padding-bottom: 20px;
}

#sidebar1 ul {
	font-size: 80%;
	font-style: italic;
	list-style: none;
	font-weight: bold;
	margin: 0px 0px 20px 3px;
	padding: 0px;
}

#sidebar1 li {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}

#sidebar1 li a {
	text-decoration: none;
	color: #474747;
	padding-left: 15px;
}

#sidebar1 li a:hover, #sidebar1 li a:active, #sidebar1 li a:focus {
	color: #415e31;
	text-decoration: none;
}




.portfolio #container #mainWrap #sidebar1 ul {
	margin: 0px;
	padding: 0px;
}


.portfolio #sidebar1 ul li a:link {
	color: #264417;
	text-decoration: none;
	display: block;
}

.portfolio #sidebar1 ul li a:visited {
	color: #264417;
	text-decoration: none;
}

.portfolio #sidebar1 ul li a:hover {
	color: #264417;
	text-decoration: none;
	background: #E3E8E1;
}

.portfolio #sidebar1 ol {
	list-style: none;
	margin: 10px 0px 0px 15px;
	font-style: normal;
	color: #bfcbbb;
	font-size: 90%;
	padding: 0px;
}

.portfolio #sidebar1 ol li {
	margin: 0px;
	padding: 3px;
}

.portfolio #sidebar1 ol li a:link {
	color: #bfcbbb;
	text-decoration: none;
	display: block;
}

.portfolio #sidebar1 ol li a:visited {
	color: #bfcbbb;
	text-decoration: none;
	display: block;
}


.portfolio #sidebar1 ol li a:hover, .portfolio #sidebar1 ol li a:active, .portfolio #sidebar1 ol li a:focus {
	color: #6e8554;
	text-decoration: none;
	background-color: #FFFFFF;
	border-width: 0px;
	border-style: none;
}

.portfolio #container #mainWrap #sidebar1 .select {
	text-decoration: underline;
	background: url(images/arrow.gif) no-repeat left center;
	color: #6e8554;
}





/*MAIN CONTENT*/

#mainContent {
	margin: 0px; 
	padding: 0px 20px 0px 0px;
} 

#mainContent td {
	vertical-align: top;
}



#mainContent #greenserif {
	font: 115%/130% Georgia, "Times New Roman", Times, serif;
	color: #6E8554;
	padding-top: 10px;
	padding-bottom: 20px;
	margin-left: 5px;
	padding-right: 10px;
}

#homefeatured {
	width: 300px;
	float: left;
	padding-top: 30px;
	padding-bottom: 20px;
}

#homefeatured img {
	margin-left: 4px;
	height: 8.09em;
	width: 11.03em;
	float: right;
}

#homenews {
	float: left;
	width: 260px;
	padding-top: 30px;
	padding-left: 30px;
}

#homenews ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-size: 85%;
	line-height: 120%;
}

#homenews h1 {
	padding-left: 10px;
}

#homenews li {
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 10px;
}

#homenews a {
	color: #333333;
	text-decoration: none;
}

#homenews  a:hover {
	color: #6E8554;
	text-decoration: underline;
}

.bgcolour {
	background: #f1f1f1;
}

.bglight {
	background: #fbfbfb;
}


#who, #staff {
	line-height: 120%;
}

#staff td {
	padding: 0px 0px 20px 5px;
}

.staffthumb {
	padding: 3px;
	border: 1px solid #999999;
	margin: 0px;
	height: 4.16em;
	width: 4.16em;
	float: right;
}

#who td {
	padding: 0px 0px 20px;
	width: 50%;
}

#who img {
	border: 1px solid #999999;
	margin: 0px 0px 20px;
	height: 19.44em;
	width: 19.44em;
	padding: 10px;
}

#who h3 {
	font-size: 130%;
}

#who h4 {
	color: #809472;
}

#who ul {
	list-style: square url(images/bullet.gif) inside;
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 4px;
	font-size: 85%;
}

#who li {
	margin: 0px;
	padding: 0px 0px 15px;
}

#who a:link, .email a:link {
	color: #999999;
	text-decoration: none;
}

#who a:visited, .email a:visited {
	color: #999999;
	text-decoration: none;
}

#who a:hover, #who a:active, #who a:focus, .email a:hover, .email a:active, .email a:focus {
	color: #6E8554;
	text-decoration: underline;
}




.services #services {
	width: 600px;
}

.services #services td {
	width: 270px;
	padding-right: 20px;
}

.services #services td p {
	padding-bottom: 10px;
}

.servicethumb {
	float: left;
	height: 63px;
	width: 63px;
	margin-right: 3px;
	margin-bottom: 3px;
}

.portfolio #project {
	float: right;
	width: 620px;
}

.portfolio #mainContent h2 {
	border-bottom: 2px solid #6e8554;
	padding-bottom: 5px;
}

.portfolio #mainContent h3 {
	font-size: 110%;
	font-weight: bold;
	padding-top: 5px;
}

.portfolio #mainContent a:link {
	color: #6e8554;
	text-decoration: underline;
}

.portfolio #mainContent a:visited {
	color: #6e8554;
	text-decoration: underline;
}

.portfolio #mainContent a:hover, .portfolio #mainContent a:active, .portfolio #mainContent a:focus {
	color: #333333;
	text-decoration: none;
}


.portfolio #project #projectthumbs {
	margin-left: 20px;
	margin-bottom: 20px;
}

.portfolio td {
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
}

.news  #mainContent {
	width: 620px;
	float: right;
}

.news #mainContent ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.news  #mainContent li {
	padding: 10px;
	font-size: 85%;
	clear: both;
	height: 6.9em;
	line-height: 130%;
}

.news #mainContent img {
	padding-right: 17px;
	float: left;
	height: 6.8em;
	width: 9.76em;
	padding-left: 5px;
}

.contact #mainContent {
	padding-bottom: 50px;
	float: right;
	width: 620px;
}

.contact #mainContent a:link {
	color: #6e8554;
	text-decoration: none;
}

.contact #mainContent a:visited {
	color: #333333;
}

.contact #mainContent a:hover, .contact #mainContent a:active, .contact #mainContent a:focus {
	color: #6e8554;
	text-decoration: underline;
}

address {
	font-size: 90%;
	line-height: 120%;
}




/*LOWER NAVIGATION*/

#nav {
	font-size: 85%;
	text-align: center;
	vertical-align: bottom;
	color: #666666;
}

#nav li {
	display: inline;
	padding-right: 2px;
}

#nav a:link {
	color: #666666;
	text-decoration: none;
}

#nav a:visited {
	color: #666666;
	text-decoration: none;
}

#nav a:hover, #nav a:active, #nav a:focus {
	color: #6e8554;
	text-decoration: underline;
}



/*FOOTER*/

#footer {
	padding: 10px 10px 20px 20px;
	border-top: 3px solid #6e8554;
} 

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 25px 0 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 70%;
	color: #666666;
}


#footer a:link, #footer a:visited {
	color: #666666;
	text-decoration: none;
}

#footer a:hover, #footer a:active, #footer a:focus {
	color: #6e8554;
	text-decoration: underline;
}



/*CLASSES*/


.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 4px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.borderthin {
	border: 1px solid #999999;
	margin: 0px;
	padding: 3px;
}

.borderlight {
	border: 5px solid #bfcbbb;
	margin-top: 10px;
	margin-bottom: 2px;
}

.italic {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.caps {
	text-transform: uppercase;
}

.boldbigger {
	font-size: larger;
	font-weight: bolder;
}

.textsmaller {
	font-size: 85%;
}

.nobold {
	font-weight: normal;
}

.green {
	color: #6e8554;
}

.degrees {
	font-size: 75%;
	font-weight: normal;
}

.more {
	color: #6e8554;
}

.more a:link, .more a:visited {
	color: #6e8554;
	text-decoration: underline;
}

.more a:hover, .more a:active, .more a:focus {
	color: #333333;
	text-decoration: none;
}

