/*
	green - 01804E
	blue - 095BA6
	gold - AC9A58
*/

html, body {
	height: 100%;
}

body {
	font: 12px Arial, sans-serif;
	color: #000;
	overflow: -moz-scrollbars-vertical;
	background: #000;
}

body, p, h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
}

ul
{
	margin-left: 0;
	padding-left: 20px;
	list-style-image: url('../images/bullet.png');
}

a
{
	color: #095BA6;
}

a img
{
	border: none;
}

h1
{
	color: #095BA6;
	font-size: 18px;
	margin-bottom: 8px;
}
h2
{
	font-size: 16px;
}
h3
{
	font-size: 14px;
}
h4
{
	font-size: 12px;
}
label
{
	display: block;
}

.secondaryColor
{
	color: #01804E
}

.clear
{
	width: 100%;
	clear: both;
}

#pageBody
{
	position: relative;
	width: 980px;
	margin: 0 auto;
}
#menu
{
	width: 984px;
	margin: 5px auto 4px auto;
}
#menu a
{
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	margin-left: 12px;
}
#primaryMenu
{
	font-size: 15px;
	float: right;
	clear: none;
	margin-top: 84px;
	margin-bottom: 6px;
}
#primaryMenu a
{
	color: #095BA6;
	padding-bottom: 4px;
}
#primaryMenu a.secondaryColor
{
	color: #E6E4E5;
}
#primaryMenu a:hover,
#primaryMenu a.click
{
	border-bottom: 4px solid #095BA6;
	padding-bottom: 0;
}
#primaryMenu a.secondaryColor:hover,
#primaryMenu a.secondaryColor.click
{
	border-bottom: 4px solid #E6E4E5;
}
#secondaryMenu
{
	height: 14px;
	clear: both;
}
#secondaryMenu div
{
	border-top: #fff solid 1px;
	border-right: #fff solid 1px;
	border-left: #fff solid 1px;
	float: right;
	clear: both;
	display: none;
}
#secondaryMenu ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	clear: both;
}
#secondaryMenu ul li
{
	float: left;
	padding: 0 6px;
}
#secondaryMenu a
{
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}

#logo
{
	position: relative;
	float: left;
	clear: none;
}

.tabs
{
	width: 100%;
	clear: both;
}
.tabs ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	clear: both;
}

.tabs ul li
{
	float: left;
	height: 18px;
	padding-left: 12px;
}

.tabs ul li.current
{
	background: transparent url('../images/tabs.gif') no-repeat top left;
}

#content
{
	width: 980px;
	height: 508px;
	margin: 1px auto;
	border: #DDD 1px solid;
	position: relative;
	overflow: hidden;
	background: url('../images/fade_bg_logoleft.jpg') no-repeat top left;
}

#content.homePage
{
	background: url('../images/home/garden_photo.jpg') no-repeat top left;
}

.companyProfile
{
	position: absolute;
	bottom: 194px;
	right: 13px;
	border: #FEFFFF 5px solid;
	background: #E6E4E5;
	color: #000;
	width: 490px;
	height: 170px;
	padding: 8px;
	overflow: hidden;
}

.companyProfile br
{
	line-height: 8px;
}

.servicePanes
{
	position: absolute;
	bottom: 0;
	left: 0;
}
.servicePanes h2
{
	font-size: 20px;
}

.marketResearch,
.evaluation,
.publicConsultation
{
	float: left;
	width: 450px;
	height: 67px;
	padding: 20px;
	background: #fff;
}

.marketResearch a,
.evaluation a,
.publicConsultation a
{
	float: right;
}

.marketResearch
{
	border-top: 24px solid #01804E;
}

.evaluation
{
	border-top: 24px solid #095BA6;
}

.marketResearch h2
{
	color: #01804E;
}

.evaluation h2
{
	color: #095BA6;
}

.publicConsultation h2
{
	color: #AC9A58;
}

.contentLeft
{
	float: left;
	width: 719px;
	height: 464px;
	margin: 10px;
	padding: 8px;
	border: #FEFFFF 5px solid;
	background: url('../images/panel_bg_fade.gif') repeat-x top left;
	overflow: hidden;
}
.contact .contentLeft
{
	padding: 0;
	width: 535px;
	height: 330px;
}

.contentFull
{
	height: 464px;
	margin: 10px;
	padding: 8px;
	border: #FEFFFF 5px solid;
	background: url('../images/panel_bg_fade.gif') repeat-x top left;
	overflow: hidden;
}
.mediumContent
{
	float: left;
	width: 287px;
	height: 464px;
	margin: 10px 0 10px 10px;
	padding: 8px;
	border: #FEFFFF 5px solid;
	background: url('../images/panel_bg_fade.gif') repeat-x top left;
	overflow: hidden;
}

.smallContentRight
{
	float: left;
	width: 178px;
	height: 464px;
	margin: 10px 10px 10px 0;
	padding: 8px;
	border: #FEFFFF 5px solid;
	overflow: hidden;
	color: #FFFFFF;
}
.smallContentRight a
{
	color: #FFFFFF;
}
.smallContentRight.greenSide
{
	background: url('../images/side_green_2.png') repeat-x top left;
}
.smallContentRight.blueSide
{
	background: url('../images/side_blue_2.png') repeat-x top left;
}
.smallContentRight.greenSideContent
{
	background: url('../images/side_green_1.png') repeat-x top left;
}
.smallContentRight.blueSideContent
{
	background: url('../images/side_blue_1.png') repeat-x top left;
}

.smallContentRight ul
{
	list-style-image: url('../images/bullet-white.png');
}

.photoRight
{
	float: left;
	border: #FEFFFF 5px solid;
	margin: 10px;
}

.photoRight img
{
	width: 185px;
	height: auto;
}

.contentPhoto
{
	text-align: center;
	padding: 5px 0;
}
.contentPhoto img
{
	border: #FEFFFF 5px solid;
}

.location
{
	float: left;
	width: 359px;
	margin-top: 15px;
}
	.location .contact
	{
		float: left;
		width: 300px;
		margin-top: 20px;
	}
	.location img
	{
	border: #FEFFFF 5px solid;
	}
ul.topics li
{
	float: left;
	width: 120px;
}

.issues
{
	clear: both;
}
.issues span
{
	float: left;
	width: 240px;
}
.currentIssue
{
	margin: 0 auto;
	text-align: center;
}

.sector
{
	display: none;
}

.tools input
{
	width: 80px;
	border: #A2A2A2 1px solid;
}
.tools td
{
	text-align: center;
	padding: 3px 0;
}
.tools td.label
{
	text-align: left;
	width: 130px;
}
.tools td.notes
{
	text-align: left;
}
.result
{
	border-top: #A2A2A2 1px solid;
}
.result input
{
	background: #DDD;
	color: #666;
}
.tools .mediumContent
{
	position: relative;
}
.tools .mediumContent form
{
	position: absolute;
	bottom: 50px;
}

#footer
{
	color: #fff;
	position: relative;
	width: 980px;
	margin: 0 auto;
	text-align: center;
}
