/*
 * All
 */
#news, #about, #contact, #vision {
	margin: 20px 0 0 0;
}
#news h2, #about h2, #contact h2, #vision h2 {
	font-size: 20pt;
	color: #444344;
}
#news .line, #about .line, #contact .line, #vision .line {
	height: 5px;
	border-bottom: 1px solid #99cc00;
	margin-bottom: 20px;
	margin-top: 10px;
}
/*
 * Start
 */
#slide {
	margin-top: 80px;
}

#slide .slidetext {
	padding: 7px;
}
#slide h1 {
	font-size:20px;
	padding:0px;
	margin:0px;
	font-weight:normal;
	text-decoration:none;
	color:#99cc00;
	text-decoration:none;
}
#slideunder {
	float: right;
	margin: 3px 120px 0px 0px;
}
#slideunder a {
	color: #99cc00;
	text-decoration: none;
	padding: 1px 2px 1px 2px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#slideunder a:hover {
	text-decoration: none;
	background-color: #99cc00;
	color: #fff;
}
#slideunder #fb_share {
	margin-left: 10px;
}
#slideunder #fb_share:hover {
	background-color: #fff;
}
/*
 * News
 */
#news #newsarchive {
	border: 1px solid #99cc00;
	background-color: #eefbd5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0 25px 0 0;
	padding: 0 0 7px 0;
	float: right;
	width: 300px;
}
#news #newsarchive .archiveitem {
	margin: 8px 0px 0px 15px;
}
#news #newsarchive .archiveitem a {
	color: #444344;
	font-size: 10pt;
	text-decoration: none;
}
#news #newsarchive .archiveitem a:hover {
	text-decoration: underline;
}
#news .newsitem {
	margin: 0 0 30px 25px;
	padding: 0 0 10px 0;
	width: 500px;
	border-bottom: 1px solid #99cc00;
	float: left;
}
#news .newsitem .headline {
	margin: 0 0 10px 2px;
	float:left;
}
#news .newsitem .headline a {
	font-size: 13pt;
	font-weight: bold;
	color: #444344;
	text-decoration: none;
}
#news .newsitem .timestamp {
	float:right;
	margin-top: 4px;
	margin-right: 5px;
}
#news .content {
	clear:both;
	margin-top: 10px;
}
/*
 * Defaults for a news item..
 */
#news .content a {
	font-size: 11pt;
	color: #444344;
}

/*
 * Contact
 */
#contact #contactwrapper {
	width: 700px;
	margin: auto;
	height: 270px;
	background-image: url(../images/img06_.png);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#contact #contactwrapper #contactwrapperinner {
	width: 624px;
	margin: auto;
	
	
}
#contact #contactwrapper #contactwrapperinner .contactitem {
	border: 1px solid #99cc00;
	background-color: #eefbd5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 68px 20px 0 160px;
	padding: 10px;
	width: 250px;
	float: left;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
}
#contact #contactwrapper #contactwrapperinner .contactitem .contactiteminner {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}

#contact #contactwrapper .contactitem .name {
	font-size: 12pt;
}

#contact #contactwrapper .contactitem .mphonehax {
	margin-left: 10px;
}
/*
 * About
 */
#about #aboutwrapper {
	width: 800px;
	margin: auto;
}
#about #aboutwrapper #info {
}
#about #aboutwrapper #info #left {
	float: left;
	width: 550px;
}
#about #aboutwrapper #info #right {
	float: left;
}
#about #aboutwrapper #info img {
	margin-top: 0px;
	clear:both;
	padding: 3px;
	margin-left: 40px;
	background-image: #fff;
	border: 1px solid #ccc;
}

#about #aboutwrapper #info #image {
	margin-top: 0px;
	clear:both;
	padding: 3px;
	margin-left: 0px;
	background-image: #fff;
	border: 1px solid #ccc;
}

#about #aboutwrapper #info h3 {
	color: #99cc00;
}
#about #aboutwrapper #info p {
	margin: 10px 0 10px 0;
}
#about #aboutwrapper #info a {
	font-size: 11pt;
	color: #444344;
}

/*
 * Vision
 */
#vision #visionwrapper {
	width: 800px;
	margin: auto;
}
#vision #visionwrapper p {
	margin: 10px 0 10px 0;
}
#vision #visionwrapper a {
	font-size: 11pt;
	color: #444344;
}
#vision #visionwrapper img {
	padding: 3px;
	background-image: #fff;
	border: 1px solid #ccc;
	margin: 10px;
}
#vision #visionwrapper #img1 {
	float: right;
}
#vision #visionwrapper #img2 {
	float: left;
}
#vision #visionwrapper #img3 {
	float: right;
}