@charset "utf-8";
/* HTML Elements */

body, html {
	margin:0;
	padding:0;
	color:#000000;
	background: #559955;
	font-family: Arial, Verdana, Helvetica;
}
/* Design Elements */

#container {
	width:920px;
	background: #FFFFFF;
	padding: 0px 10px 0px 10px;
	margin:0 auto
}
#header {
	clear: both;
	padding: 0;
	height: 96px;
	position: relative;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#navigation {
	clear: both;
	background-image: url(images/green_nav_bar.jpg);
	margin-bottom: 8px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 7px;
	padding-left: 15px;
}
#navigation ul {
	margin:0;
	padding:0;
	list-style:none;
}
#navigation li {
	display:inline;
	padding:0;
	font-size: 0.7em;
	letter-spacing: 0.1em;
	margin-top: 4px;
	margin-right: 6px;
	margin-bottom: 4px;
	margin-left: 6px;
}
#navigation a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}
#navigation a:hover {
	text-decoration: underline;
}

#content {
	background-image: url(images/grey_grad_background.gif);
	background-repeat: repeat-x;


}

#footer {
	font-size:0.7em;
	clear: both;
	padding:7px 5px;
	color: #999999;
	background:#FFFFFF;
}

#footer p {
	margin:0;
}
/* ID Elements */

.hidden {
	display: none;
}

.FP_TopBox {
	height: 150px;
	width: 220px;
	float: left;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	background-image: url(images/fp_bubble_bkg.jpg);
	background-repeat: no-repeat;
	position: relative;
}

.FP_TopBox h1 {
	font-size: 0.7em;
	color: #FFF;
	text-transform: uppercase;
	margin-top: 9px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-align: center;
	letter-spacing: 0.1em;
	font-weight: bold;

}

.FP_TopBox h1 a:link, .FP_TopBox h1 a:visited, .FP_TopBox h1 a:active{
	color: #FFF;
	text-decoration: none;
}

.FP_TopBox h1 a:hover  {
	color: #FFF;
	text-decoration: underline;
}

.FP_TopBox p {
	font-size: 0.7em;
	margin-right: 15px;
	margin-left: 15px;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 15px;

}

.FP_TopBox p a, .FP_TopBox p a:link, .FP_TopBox p a:visited, .FP_TopBox p a:active {
	color: #000;
	text-align: right;
	font-size: 1em;
	text-transform: uppercase;
	text-decoration: underline;
	position: absolute;
	bottom: 10px;
	right: 10px;
	
}

.FP_TopBox p a:hover {
	color: #000;
	text-decoration: none;
	
}


.FP_ContentLeft {
	height: 270px;
	width: 680px;
	float: left;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	background-image: url(images/bkg_main.jpg);
	background-repeat: no-repeat;

}

.FP_ContentLeft h1 {
	color: #FFF;
	font-size: 1.5em;
	font-weight: normal;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	
}

.FP_ContentLeft h2 {
	color: #FFF;
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 20px;
	margin-right: 200px;
	margin-bottom: 0px;
	margin-left: 25px;
	padding: 0px;
	
}

.FP_ContentLeft h3 {
	color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 200px;
	margin-bottom: 0px;
	margin-left: 25px;
	padding: 0px;
	
}

.FP_ContentLeft p {
	color: #FFF;
	font-size: 0.9em;
	margin-top: 10px;
	margin-right: 300px;
	margin-bottom: 10px;
	margin-left: 25px;
	padding: 0px;
	text-align: justify;
	
	
}

.FP_ContentLeft_MainImage {
	float: right;
	margin-top: 20px;
	margin-right: 60px;
	margin-bottom: 0px;
	margin-left: 0px;
	
	
}


.FP_ContentRight{
	height: 270px;
	width: 220px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	float: left;
	background-image: url(images/news-title.jpg);
	background-repeat: no-repeat;
	padding: 0px;

}

.FP_ContentRight h1 {
	font-size: 0.7em;
	color: #000;
	text-transform: uppercase;
	margin-top: 11px;
	text-align: center;
	letter-spacing: 0.1em;
	font-weight: bold;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding: 0px;

}

.FP_ContentRight h1 a:link, .FP_ContentRight h1 a:visited, .FP_ContentRight h1 a:active{
	color: #000;
	text-decoration: none;
}

.FP_ContentRight h1 a:hover  {
	color: #000;
	text-decoration: underline;
}

.FP_ContentRight p {
	font-size: 0.7em;
	margin-right: 15px;
	margin-left: 15px;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 15px;

}

.FP_ContentRight p a, .FP_ContentRight p a:link, .FP_ContentRight p a:visited, .FP_ContentRight p a:active {
	color: #000;
	text-align: right;
	font-size: 1em;
	text-transform: uppercase;
	text-decoration: underline;
	margin-left: 130px;
	
}

.FP_ContentRight p a:hover {
	color: #000;
	text-decoration: none;
	
}


.FP_BottomBox {
	height: 259px;
	width: 220px;
	float: left;
	background-image: url(images/bkg_casestudy.jpg);
	background-repeat: no-repeat;
	margin-right: 5px;
	margin-left: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.FP_BottomBox h1 {
	font-size: 0.7em;
	color: #FFF;
	text-transform: uppercase;
	margin-top: 9px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-align: center;
	letter-spacing: 0.1em;
	font-weight: bold;

}

.FP_BottomBox h1 a:link, .FP_BottomBox h1 a:visited, .FP_BottomBox h1 a:active{
	color: #FFF;
	text-decoration: none;
}

.FP_BottomBox h1 a:hover  {
	color: #FFF;
	text-decoration: underline;
}

.FP_BottomBox p {
	font-size: 0.7em;
	margin-right: 15px;
	margin-left: 15px;
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 15px;
	color: #FFF;

}

.FP_BottomBox p a, .FP_BottomBox p a:link, .FP_BottomBox p a:visited, .FP_BottomBox p a:active {
	color: #FFF;
	text-align: right;
	font-size: 1em;
	text-transform: uppercase;
	text-decoration: underline;
	margin-left: 130px;
	
}

.FP_BottomBox p a:hover {
	color: #000;
	text-decoration: none;
	
}

.FP_BottomBox_MainImage {
	float: left;
	margin-top: 25px;
	margin-left: 30px;
	margin-right: 0px;
	margin-bottom: 0px;

}

.news-item {
	border-bottom: 2px dotted #e5e5e5;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.news-item h4 {
	font-size: 0.7em;
	padding: 1px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;

}

.news-item h4 a {
	color: #000;
	text-decoration: none;
}

.news-item h4 a:hover {
	text-decoration: underline;
}

.news-item p {
	font-size: 0.7em;
	margin: 0px;
	padding: 1px;

}


.Footer_Links {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;

}

.Footer_Links a:link, .Footer_Links a:visited, .Footer_Links a:active {
	color: #999999;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;

}

.Footer_Links a:hover {
	text-decoration: underline;

}

.MainContentPage {
	background-color: #FFF;
	width: 878px;
	padding: 10px;
	margin: 10px;
	float: left;	
}

.MainContentPage h1 {
	font-size: 1.5em;
	color: #333;

	
}

.MainContentPage h2 {
	font-size: 1.3em;
	color: #333;

	
}

.MainContentPage h3 {
	font-size: 1.1em;
	color: #333;

	
}

.MainContentPage h4 {
	font-size: 0.9em;
	color: #333;

	
}

.MainContentPage p, .MainContentPage ul li, .MainContentPage ol li, td {
	font-size: 0.8em;
	color: #333;
	padding-bottom: 10px;

}

.MainContentPage ul li ul li, .MainContentPage ol li ol li {
	font-size: 1em;
}

.MainContentPage ul, .MainContentPage ol {
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}


/* Contact Form */
#ContactForm {
	width: 600px;
	margin-top: 25px;
}

#ContactForm input, #ContactForm textarea {
	padding: 5px;
	width: 471px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 10px 0px;
	border: 2px solid #ccc;
}

#ContactForm textarea {
	height: 90px;
}

#ContactForm textarea:focus, #ContactForm input:focus {
	border: 2px solid #900;
}

#ContactForm input.submit-button {
	width: 100px;
	float: right;
}
