body {
	margin: 0px;
	margin-top: 30px;
	margin-left: 30px;
	margin:30px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #333;
	
}
/* CONTENT POSTIONS */

#navigationContainer {
	width:966px;
	height: 150px;
}
#bodyContainer {
	width:966px;
}

.contentHolder {
	float:left;
	width:800px;
}

/* GENERAL */

.dashDots {
	border:0px;
	margin:0px 0px 10px 0px;

}
.dashDotsBot {
	border:0px;
	margin:10px 0px 0px 0px;

}

/* GENERAL TEXT STYLES */


/*
.generalText {
	line-height: 130%;
	margin-bottom: 15px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color:#333;
}

.generalText a {
	text-decoration: none;
	color: #89a300;
	font-weight: bold;
}

*/

p {
	margin: 0px;
	line-height: 130%;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	padding:0px 0px 8px 0px
}

p a {
	text-decoration: none;
	color: #89a300;
}

p a:hover {
	text-decoration: underline;
	color: #89a300;
}

h2 {
	margin: 0px;
	line-height: 130%;
	margin-bottom: 10px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#000000;
	
}


/* NAVAGATION */

.navigationColumnAct {
	float: left;
	width: 161px;
	height:110px;
	background-image:url(../images/nav_colBg.gif);
	background-repeat:no-repeat;
	
}
.navigationColumn {
	float: left;
	width: 161px;
	
}
.navText {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 130%;
	color: #333;
	padding:5px 0px 0px 5px;
}

.navText a{
	text-decoration: none;
	color: #333;
}
.navText a:hover{
	text-decoration: none;
	color: #89a300;
}

/* NEWS */

.newsColumn {
	float:left;
	width:161px;
	height:460px;
	background-image:url(../images/dots.gif);
	background-repeat:repeat-y;
	margin:2px 0px 0px 0px;
	
}

.newstitle {
	font-size: 14px;
	font-weight: bold;
	color: #89a300;
	margin-bottom:2px;
	padding:0px 0px 0px 5px;
	background-image:url(../images/newsTitle_bg.gif);
	background-repeat:no-repeat;
}

.newsitem { 
	margin-top:7px;
	padding:0px 0px 5px 5px;
}
.newsitem a {
	text-decoration: none;
	color: #89a300;
}
.newsdate { 
	font-size: 14px;
	font-weight: bold;
	color: #666;
}

/* PORTFOLIO */

.leftColumn{
	float:left;
	width:161px;
}
.leftColumnInner{
	margin:0px 8px 0px 0px;
}
.leftColumnInnerTitle {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#89a300;
	
}

/*
.portfolioBody {
	
	line-height: 130%;
	margin-bottom: 15px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	
}

.portfolioBody a {
	text-decoration: none;
	color: #89a300;
}

.portfolioBody a:hover {
	text-decoration: underline;
	color: #89a300;
}

*/

.portfolioLink a {
	font-size: 11px;
	color: #333;
	text-decoration: none;
}
.portfolioLink a:hover {
	color:#89a300;
	text-decoration: underline;
}


.textColumn{
	float:left;
	width:467px;
	margin:0px 0px 0px 161px;
}

.textColumnInner{
	padding:0px 0px 0px 30px;
}
/*
.textColumnInner p {
	font-size: 11px;
	/*line-height: 130%;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color:#ff0000;
}
*/

.homepageGreen {
	font-size: 15px;
	color: #990;
}
.highlightGreen {
	font-weight: bold;
	color: #89a300;
}
.highlightBlack {
	font-weight: bold;
	color: #000;
}
.highlightGrey {
	font-weight: bold;
	color: #333;
}


.formInput {
	display:block;
	width:250px;
	float:left;
	padding:0px 0px 5px 0px;
	/*border: solid grey;
	border-width:1px 1px 1px 1px;*/
}

textarea {
	display:block;
	width:200px;
	float:left;
	padding-bottom:10px;
	border: solid grey;
	border-width:1px 1px 1px 1px;
}


.formLabel {
	/*display:block;*/
	width:200px;
	float:left;
	padding:0px 0px 3px 0px;
	margin:0px;
}


.formHolder {
	margin:5px 0px 0px 0px;
}


.btnSubmit {
	margin:0px 0px 3px 0px;
	
	
}