body {
	background-color: #fff;
	color: #000;
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
}

img {
	border : 0;
}

a {
	outline: none;
}

a:link, a:visited, a:active, a:hover {
	color: #00852d; /*green*/
	text-decoration: underline;
}

hr {
	padding: 0;
	margin: 0;
	border: 0;
	border-bottom: 1px solid #00852c;
	height: 1px;
}

/* BEGIN Buttons */
.button, a.button:link, a.button:active, a.button:visited, #mainMenu .subMenuStyle ul li a.button, #mainMenu .subMenuStyle ul li a.button:hover {
	color: #00852d;
    background-color: #fff;
	border: 1px solid #999;
	font-size: 9px;
	padding: 2px 8px;
	text-decoration: none;
	letter-spacing: 1px;
    cursor:pointer;
}

/*.button {
	margin-top: 5px;
	padding: 0px 8px;
	height: 21px;
}*/

#mainMenu .subMenuStyle ul li a.button {
	color: #000;
}

p {
	margin: 0px 0 8px 0;
	padding: 0px 0 8px 0;
	line-height: 20px;
}

form {
	margin: 0;
	padding: 0;
}

h1 {
	 font-family: Times New Roman, Arial, Verdana, sans-serif;
	 padding: 0 0 8px 0;
	 margin: 0;
	 color: #0083d7;
	 font-size: 20px;
}

h2, h2.quote, h2.newsDetailTitle, h2.moduleHeader {
	padding: 0;
	margin: 0;
	color: #00852d;
	font-size: 17px;
	font-weight: normal;
	width: 446px;
}

h2.moduleHeader {
	font-size: 13px;
	font-weight: bold;
}


h2.newsDetailTitle {
	width: 570px;
	padding-top: 12px;
}

.quoteContainer {
	float: left;
	width: 275px;
	padding-left: 22px;
	padding-right: 145px;
	padding-top: 13px;
	padding-bottom: 10px;
}

/*IE6 only */
*html .quoteContainer {
	padding-right: 0;
}

h2.quote, .quoteWriter {
	width: 275px;
	color: #000;
	font-style: italic;
	font-size: 17px;
	font-family: 'Times New Roman', arial, verdana, sans-serif;
	font-weight: bold;
	line-height: 24px;
	padding: 0;
	margin: 0;
}

.quoteWriter {
	font-size: 12px;
	font-weight: normal;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 15px 16px 0 15px;
}

#websiteContainer {
	width: 960px;
	float: left;
}

#topContainer {
	float: left;
	width: 925px;
	padding: 0 20px 13px 15px;
}

#topRightMenu {
	 float: right;
	 margin-top: -12px;
	 margin-right: -5px;
}

#topRightMenu ul {
	list-style: none;
	color: #666;
}

#topRightMenu ul li {
	 float: left;
	 margin-right: 4px;
}

#topRightMenu ul li a{
	color: #666;
	text-decoration: none;
}

#topRightMenu ul li a:active, #topRightMenu ul li a:hover{
	text-decoration: underline;
}

#mainMenu {
	position: relative;
	float: left;
	clear: both;
	width: 960px;
}

#mainMenu #mainMenuList ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#mainMenu #mainMenuList ul li {
	display: block;
	float: left;
	width: 158px;
	height: 40px;
	margin-right: 2px;
	background-color: #7f7f7f;
}

#mainMenu #mainMenuList ul li.lastItem {
	width: 160px;
	height: 40px;
	margin: 0;
}

#mainMenu #mainMenuList ul li.mainMenuItemSelected {
	background-color: #0083d7;
}

#mainMenu #mainMenuList ul li a.textLink, #mainMenu #mainMenuList ul li.lastItem a.textLink {
	 display: block;
	 float: left;
	 width: 100%;
	 height: 100%;
	 font-family: 'Times New Roman', arial, verdana;
	 color: #fff;
	 font-size: 17px;
	 padding: 6px 0 0 11px;
	 text-decoration: none;
}

#mainMenu #mainMenuList ul li.mainMenuItemSelected a.textLink, #mainMenu #mainMenuList ul li a.textLink:hover, #mainMenu #mainMenuList ul li.lastItem a.textLink:hover {
	color: #ffe400;
}

.subMenuStyle {
	position: absolute;
	top: 40px;
	width: 942px;
	padding-left: 18px;
	padding-top: 5px;
	height: 20px;
	background-color: #0083d7;
	z-index: 1;
	display: block; /*don't display this at this moment! */
}

#mainMenu .subMenuStyle ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#mainMenu .subMenuStyle ul li {
	float: left;
	background-image: url('../images/list-bullet-white.gif');
	background-repeat: no-repeat;
	background-position: 0em 0.3em;
	background-color: transparent;
	margin-left: 15px;
	padding-left: 15px;
	padding-bottom: 2px;
	font-weight: normal;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
}

#mainMenu .subMenuStyle ul li:hover, #mainMenu .subMenuStyle ul li.subMenuItemSelected {
	background-image: url('../images/list-bullet-yellow.gif');
}

#mainMenu .subMenuStyle ul li a.menu_selected, #mainMenu .subMenuStyle ul li a:hover  {
	color: #ffe400;
}

#mainMenu .subMenuStyle ul li a {
	color: #fff;
	text-decoration: none;
}

.controlButtonDiv
{
	float: right;
	margin: -30px 10px 0 0;
}

.submenuItem a {
	float: left;
	margin-top: -13px;
	margin-left: 5px;

}

/* IE6 only */
*html #mainMenu ul li {
	width: 148px;
}

*html #mainMenu ul li.lastItem {
	width: 144px;
}

*html #subMenu ul li {
	background-color: #0083d7;
	padding-bottom: 0;
	height: 30px;
}

*html #mainMenu #mainMenuList ul li a.textLink, *html #mainMenu #mainMenuList ul li.lastItem a.textLink
{
	width: 130px;
}
/***********************************/

#flashContent {
	float: left;
	width: 958px;
	height: 302px;
	border: 1px solid #48a8e2;
	border-width: 1px 1px 0 1px;
}

#baseContent, #baseContentHomePage {
	float: left;
	width: 940px;
	padding: 0 0 0 18px;
	min-height: 435px; /*if you change it here, change it also for #normalPageContent! */
	border: 1px solid #48a8e2;
}

#baseContentHomePage {
	min-height: 0;
}

#baseContent p, #baseContentHomePage p {
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	font-size: 12px;
}

#baseContent a, #baseContentHomePage a {
	color: #00852c;
	text-decoration: underline;
}

/** 'normal' pages content **/
#normalPageContent {
	float: left;
	width: 592px;
	padding: 40px 29px 0 0;
	min-height: 435px; /*if you change it here, change it also for #baseContent! */
	border-right: 1px solid #48a8e2;
}

.moduleLinkContent {
	padding-top: 10px;
	margin-bottom: 10px;
}

#sidebarImage {
	float: left;
	width: 318px;
}

/*Default lists*/
#normalPageContent ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
	line-height: 15px;
}

#normalPageContent ul li {
	background-image: url('../images/list-bullet.gif');
	background-repeat: no-repeat;
	background-position: 0em .4em;
	padding: 0 0 10px 15px;
	font-weight: normal;
	font-size: 12px;
}

/** Anchorlink styles **/
#anchorContainer {
	float: left;
	width: 600px;
	border-bottom: 1px solid #00852c;
	padding-bottom: 12px;
	margin-bottom: 4px;
}

#anchorContainer ul li{
	float: left;
	padding-left: 20px;
	margin-right: 17px;
	padding-top: 2px;
}




/** Article styles **/
.articleItem, .articleReleaseItem, .portfolioItem, .lastArticleItem {
	float: left;
	width: 601px;
	padding: 10px 0 0 0;
	margin-left: -2px;
	margin-top: 11px;
	border-top: 1px solid #00852c;
	margin-bottom: 15px;
}


.articleReleaseItem {
	border: none;
	padding-top: 0;
}

.lastArticleItem {
	padding-bottom: 12px;
	border-bottom: 1px solid #00852c;
}

.lastArticleItem img, .articleItem img, .portfolioItem img {
	float: right;
	margin-right: 3px;
}

.lastArticleItem p, .articleItem p, .portfolioItem p {
	float: left;
	width: 460px;
	padding: 0;
	margin: 0;
	padding-right: 19px;
	padding-left: 3px;
}

.portfolioItem p{
	width: 431px;
	padding-right: 19px;
}

.articleItem p .articleTitle {
	font-weight: bold;
	color: #00852d;
}

.articleTitle, a.articleTitle {
	font-size: 13px;
	font-weight: bold;
	color: #00852d;
	text-decoration: none;
}

.articleDate {
	font-weight: bold;
	color: #7f7f7f;
	font-size: 12px;
}

.moduleLinkContent ul {
	padding: 0;
	margin: 0;
}

.moduleLinkContent ul li {
	line-height: 19px;
	margin: 0;
	padding: 0 0 0 20px;
	font-size: 12px;
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
}

/*IE6 fixes*/
*html .portfolioItem {
	width: 588px;
}

*html .portfolioItem p {
	padding-right: 5px;
}

/** Form styles **/
#pageContentForm {
	float: left;
	width: 460px;
}

#pageContentForm form {
	float: left;
	padding-top: 10px;
}

#pageContentForm label {
	float: left;
	width: 137px;
	font-weight: bold;
	color: #000;
}

#pageContentForm input {
	float: left;
	width: 319px;
	height: 18px;
	border: 1px solid #808080;
	margin-bottom: 10px;
}

#pageContentForm .button {
	float: right;
	clear: both;
	width: 45px;
	height: 22px;
	margin-right: 1px;
	color: #fff;
	text-align: center;
	background-color: #00852d;
	border: none;
	font-size: 11px;
}

/* Newsletter page styles */
#newsletter_subscribe_layer, #newsletter_unsubscribe_layer {
	float: left;
}

#newsletter_subscribe_layer label, #newsletter_unsubscribe_layer label{
	float: left;
	clear: both;
	width: 150px;
	padding-bottom: 10px;
}

.newsLetterSendButton {
	float: right;
	clear: both;
	width: 43px;
	height: 20px;
	margin-right: 1px;
	margin-bottom: 10px;
	color: #fff;
	text-align: center;
	background-color: #00852d;
	border: 1px solid #00852d;
	font-size: 11px;
	cursor: pointer;
}

.newsLetterSendButton:hover {
	color: #00852d;
	text-align: center;
	background-color: #fff;
	border: 1px solid #00852d;
	cursor: pointer;
}

/** Frontpage styles **/
#leftTextContainer, #middleTextContainer, #rightTextContainer {
	float: left;
	width: 278px;
	padding-top: 12px;
}

#leftTextContainer {
	margin-right: 47px;
}

#middleTextContainer {
	margin-right: 37px;
}

#rightTextContainer ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	line-height: 15px;
	font-weight: bold;
}

#rightTextContainer ul li {
	background-image: url('../images/list-bullet.gif');
	background-repeat: no-repeat;
	background-position: 0em .4em;
	padding-left: 15px;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 12px;
}

#rightTextContainer ul li a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#rightTextContainer .date {
	color: #7f7f7f;
}

/** Footer styles **/
#footerContainer {
	float: left;
	clear: both;
	width: 919px;
	padding: 8px 21px 0 18px;
	color: #666;
}

#footerLinks {
	float: right;
}

#footerLinks a {
	color: #666;
	text-decoration: none;
}

#footerLinks a:hover {
	text-decoration: underline;
}

.greenText {
	color: #00852c;
}

a.greenLink {
	text-decoration: none;
	color: #00852c;
}

a.greenLink:hover {
	text-decoration: underline;
}

/*sitemap Links*/
#sitemapContainer {
	float: left;
	width: 600px;
}

a.linkSitemap {
	font-size: 12px;
}

.sitemap_level_0 {
	list-style: none;
	list-style-type: none;
}

.sitemap_level_0 {
	clear: both;
	list-style: none;
	list-style-type: none;
	width: 350px;
	float: left;
}

.sitemap_level_0 li {
	border-top: 1px solid #00852c;
	clear: both;
	list-style: none;
	list-style-type: none;
}

.sitemap_level_0 li a {
	float: left;
	display: block;
	width: 150px;
	padding: 13px 0 15px 0;
	text-decoration: none;
}

.sitemap_level_1 {
	float: left;
}

.sitemap_level_1 li {
	border: 0px;
	clear: both;
	width: auto;
}
.sitemap_level_1 li a {
	display: block;
	width: 200px;
	text-decoration: none;
	padding: 7px 0;
}

#normalPageContent #textContentWrapper .moduleLinkContent #sitemapContainer ul li {
	background-image: none;
	background-position: 0em;
	padding: 0;
	text-decoration: none;
	line-height: 0;
}

#normalPageContent #textContentWrapper .moduleLinkContent #sitemapContainer ul li a {
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}

#normalPageContent #textContentWrapper .moduleLinkContent #sitemapContainer ul li ul li {
	line-height: 10px;
}

#normalPageContent #textContentWrapper .moduleLinkContent #sitemapContainer ul li ul li a{
	text-decoration: underline;
	font-size: 12px;
}

/* edit page */
.area, .content {
	background-color: #fff;
	color: #000;
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
}