@charset "utf-8";
/*---------basic styling--------*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #CCCCCC;
	text-align: center;
	background-image: url(images/greenGrad.jpg);
	background-repeat: repeat-x;
	margin: 0px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 23px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 12px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #4B7B3D;
	padding: 0px;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 12px;
	line-height: 26px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFA600;
	font-size: 18px;
	line-height: 26px;
	margin-right: 12px;
	margin-left: 12px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	color: #85867d;
	line-height: 24px;
}
.italic {
	font-style: italic;
	font-weight: bold;
}
.bold {
	font-weight: bold;
	
}
.indent {
	text-indent: 25px;
}

.indent2 {
	text-indent: 50px;
	color: #4B7B3D;
}

.indent3 {
	text-indent: 70px;
	color: #000000;
	font-size: 16px;
	list-style-position: inside;
	list-style-type: none;
}
.green {
	color: #4B7B3D;
	font-weight: bold;
}
.big {
	color: #000000;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	border: medium solid #4B7B3D;
	padding: 5px;
	margin-right: 25px;
}
.smallPara {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.smallParaLeftA {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.smallParaLeftAindent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 45px;
}

a:link {
	color: #FFA600;
	text-decoration: none;
	}
#content #contentTWO a {
	color: #4B7B3D;
}

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

a:hover {
	color: #4A7B3A;
	text-decoration: none;
	}
a:active {
	color: #FFA600;
	text-decoration: none;
	}
#wrapperShadow {
	position: relative;
	height: 1225px;
	width: 1018px;
	background-image: url(images/wrapperShadow.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#wrapper {
	position: relative;
	width: 960px;
	margin: 0 auto;
	text-align:left;
	background-color:#FFFFFF;
}
#clear {
	clear: both;
}
#header #greenLine {
	border-top-width: 12px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	height: 6px;
	border-top-style: solid;
	border-top-color: #9FCCA0;
}
/*---------main navigation----------*/

#header #navigation {
	background-color: #444444;
	height: 33px;
	position: relative;
}
#header #navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
	position: absolute;
	left: 170px;
	width: 622px;
	list-style-image: none;
	
}
#header #navigation li {
	float: left;
}
#header #navigation li a:link, #header #navigation li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	background-color: #444444;
	display: block;
	padding-top: 7px;
	padding-right: 22px;
	padding-bottom: 7px;
	padding-left: 22px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 18px;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
}
#header #navigation li a:hover, #header #navigation li a:active {
	color: #CCCCCC;
	background-color: #000000;
}
#header #navigation li a.current, #header #navigation li a.current:hover, #header #navigation li a.current:active {
	color: #9FCCA0;
	background-color: #000000;
	cursor: default;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #9FCCA0;
	border-right-color: #9FCCA0;
	border-bottom-color: #9FCCA0;
	border-left-color: #9FCCA0;
}
/*-------position container elements--------*/
#header {
	position:relative;
	height: 309px;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
}
#header h1 {
	margin-left: -9000px;
}
#header #logoImage {
	position:absolute;
	top: 24px;
	left: 24px;
	width: 911px;
	height:185px;
	background: url(images/header_all.jpg) no-repeat top left;
}
#header #logoImageCivil {
	position:absolute;
	top: 24px;
	left: 24px;
	width: 911px;
	height:185px;
	background: url(images/civilheader_all.jpg) no-repeat top left;
	
}
#header #logoImageSurvey {
	position:absolute;
	top: 24px;
	left: 24px;
	width: 911px;
	height:185px;
	background: url(images/surveyheader_all.jpg) no-repeat top left;
	
}
#header #logoImageLandscape {
	position:absolute;
	top: 24px;
	left: 24px;
	width: 911px;
	height:185px;
	background: url(images/landscapeheader_all.jpg) no-repeat top left;
	
}
#header #logoImageSpecialized {
	position:absolute;
	top: 24px;
	left: 24px;
	width: 911px;
	height:185px;
	background: url(images/specializedheader_all.jpg) no-repeat top left;
	
}


#content {
	position: relative;
	float: left;
	width: 632px;
	background-color: #FFFFFF;
}
#contentB {
	position: relative;
	float: right;
	width: 595px;
	background-color: #FFFFFF;
	height: 891px;
}
#content #contentONE {
	position: relative;
	left: 24px;
}
#content #contentTWO {
	position:relative;
	background-image: url(images/white_box.jpg);
	background-repeat: no-repeat;
	height: 491px;
	width: 628px;
}


#contentB #contentTWOB {
	position:relative;
	background-repeat: no-repeat;
	height: 891px;
	width: 595px;
}
#content #contentTWO h1 {
	font-size: 24px;
	line-height: 28px;
	margin-right: 35px;
	margin-left: 35px;
	margin-top: 0px;
	margin-bottom: 20px;
	text-align: left;
}

#contentB #contentTWOB h1 {
	font-size: 24px;
	line-height: 28px;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 20px;
	text-align: center;
}
#content #contentTWO p {
	font-size: 18px;
	line-height: 28px;
	margin-right: 35px;
	margin-left: 35px;
	font-family: "Times New Roman", Times, serif;
}
#contentB #contentTWOB p {
	font-size: 17px;
	line-height: 26px;
	margin-right: 20px;
	margin-left: 10px;
	font-family: "Times New Roman", Times, serif;
}
#contentB #contentTWOC h1 {
	font-size: 24px;
	line-height: 28px;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 20px;
	text-align: center;
}
#contentB #contentTWOC a:visited {
	color: #4A7B3A;
	text-decoration: underline;
	display: block;
}
#contentB #contentTWOC a:link {
	color: #4A7B3A;
	text-decoration: underline;
	display: block;
}
#contentB #contentTWOC a:hover {
	color: #FFA600;
	text-decoration: underline;
	display: block;
}
#contentB #contentTWOC a:active {
	color: #FFA600;
	text-decoration: underline;
	display: block;
}

#sidebar {
	position: relative;
	float: right;
	width: 315px;
	background-color: #FFFFFF;
	padding: 0px;
}

#sidebar #sidebarONE {
	position: relative;
	float: left;
	width: 291px;
	background-color: #E0DFE3;
}
#sidebarB {
	position: relative;
	float: left;
	width: 315px;
	background-color: #E0DFE3;
	padding: 0px;
	margin-right: 0px;
	margin-left: 24px;
	height: 891px;
}
#sidebarB #sidebarONEB {
	position: relative;
	float: left;
	width: 315px;
	background-color: #E0DFE3;
	height: 891px;
}
#sidebarB #sidebarONEB h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
	line-height: 35px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 45px;
}
#sidebarB #sidebarONEB #featuredProjects h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-style: normal;
	text-align: left;
	margin-left: 16px;
	font-weight: normal;
}

#sidebarB #sidebarONEB h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
	color: #4B7B3D;
	margin-left: 24px;
	font-weight: bold;
}


/*-------sidebar navigation-------*/

#sidebarB #sidebarONEB ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background-color: #444444;
	display: block;
}
#sidebarB #sidebarONEB ul li{
	margin: 0px;
	padding: 0px;
}

#sidebarB #sidebarONEB ul a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 35px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	display: block;
	width: 270px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 45px;
}
#sidebarB #sidebarONEB ul a.last {
	border-bottom: none;
}
#sidebarB #sidebarONEB li a:active {
	background-color: #000000;
	color: #9FCCA0;
}
#sidebarB #sidebarONEB li a:hover {
	background-color: #000000;
	color: #CCCCCC;
}
#sidebarB #sidebarONEB li a.current, #sidebarB #sidebarONEB li a.current:hover, #sidebarB #sidebarONEB li a.current:active {
	color: #9FCCA0;
	background-color: #000000;
	cursor: default;
}
#sidebarB #sidebarONEB #featuredProjects a:visited {
	color: #4A7B3A;
	text-decoration: underline;
	display: block;
}
#sidebarB #sidebarONEB #featuredProjects a:link {
	color: #4A7B3A;
	text-decoration: underline;
	display: block;
}
#sidebarB #sidebarONEB #featuredProjects a:hover {
	color: #FFA600;
	text-decoration: underline;
	display: block;
}
#sidebarB #sidebarONEB #featuredProjects a:active {
	color: #FFA600;
	text-decoration: underline;
	display: block;
}
.smallPara {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.gold {
	color: #D29400;
}

#footer {
	background: #9fcca0;
	position: relative;
	height: 25px;
}
/*------footer navigation-------*/

#footer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
	position: absolute;
	left: 140px;
	width: 688px;
	
}
#footer li {
	float: left;
}
#footer li a:link, #footer li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #9FCCA0;
	display: block;
	padding-top: 3px;
	padding-right: 22px;
	padding-bottom: 3px;
	padding-left: 22px;
	color: #4A7B3A;
	text-decoration: none;
	line-height: 16px;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 1px;
}
#footer li a:hover, #footer li a:active {
	color: #FFFFFF;
	background-color: #9FCCA0;
}
#footer li a.current, #footer li a.current:hover, #footer li a.current:active {
	color: #000000;
	background-color: #9FCCA0;
	cursor: default;
}
#mainpop_up {
	height: 500px;
	width: 800px;
}

