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

body {
	background-color: #0e4333;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#header {
	margin: 0 auto;
	padding: 0px;
	width: 998px;
	background-image:url(Images/images/mainpage_01.jpg);
	background-repeat: no-repeat;
	height: 50px;
	padding-top:240px;
}

#content {
	margin: 0 auto;
	width: 998px;
}

#maind {
	position: relative;
    width: 914px;
	margin: 0 auto;
	border-top-width: 0px;
	border-right-width: 6px;
	border-bottom-width: 0px;
	border-left-width: 6px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e5e2c3;
	border-right-color: #e5e2c3;
	border-bottom-color: #e5e2c3;
	border-left-color: #e5e2c3;
	background-color: #8d9b4c;
}

#leftnav {
	margin-left: 15px;
	margin-top: 10px;
	width: 185px;
	float: left;
}

/* IE6 Only */
* html #leftnav {
	margin-left: 5px;
}

#leftcontent h1, #leftcontentsub h1 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 22px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#maincontent {
	margin: 10px;
	padding-left: 3px;
	padding-right: 3px;
	/*padding-top: 6px;*/
	width: 440px;
	float: left;
}


#fullcontent {
	margin: 10px;
	width: 684px;
	float: left;
}

#featuredproject {
    background-color: #b0bd74;
	border: 1px solid #333333;
	float: right;
	margin-top: 10px;
	margin-right: 20px;
	padding: 5px;
	width: 210px;
}


.footer {
	margin: 0 auto;
	padding-left: 28px;
	width: 998px;
	height:132px;
}

/* IE6 Only */
* html #fullcontent {
	margin-left: 5px;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

h1 {
	font-size: 18pt;
	color: #E5E2C2;
	margin: 0;
}

.motto {
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #E5E2C2;
	text-align: center;
	margin-top: 0px;
	letter-spacing: 8px;
}

.navbutton {
	font: bold 0.9em;
	background-color: #5e5e5e;
	color: #E5E2C2;
	border-bottom: solid 1px #CCC;
	margin: 0px;
	padding-left: 2px;
	padding-top: 4px;
	padding-bottom: 4px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}

.navbutton:hover {
    background-color:#272727;
	}

.slideshow {
    text-align: center;
	passing-left: 40px;
	}

a .navbutton {
    text-decoration: none;
	color: #E5E2C2;
	}