@charset "utf-8";
/* CSS Document */

body, html {
	background-image: url(images/bg-rptx.png);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
	font-family: sans-serif;
	color: #4c4c4c;
	font-size: 15px;
	vertical-align: text-bottom;
}
a img {
	border: none;
}
a:hover img {
	border: none;
	border-bottom: none;
}
a:link {
	text-decoration: none;
	color: #4b8116;
}
a:visited {
	text-decoration: none;
	color: #4b8116;
}
a:hover {
	border-bottom: 1px solid #B7CDA2;
	color: #4b8116;
}
a:active {
	text-decoration: none;
	color: #4b8116;
}
h1, h2, h3 {
	color: #4b8116;
	font-family: Myriad Pro, sans-serif;
}
h1 {
	font-size: 22px;
	text-transform: uppercase;
	font-weight: normal;
	border-bottom: 1px solid #B7CDA2;
	padding-bottom: 6px;
}
h2 {
	font-size: 19px;
	font-weight: normal;
	font-style: italic;
}
strong {
	color: #4b8116;
}
.clearBoth {
	clear: both;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.noDisplay {
	display: none;
}
#wrapper {
	width: 950px;
	margin: auto;
}
#mhWrapper {
	width: 930px;
	height: 80px;
	margin: auto;	
}
#adminWrapper {
	width: 930px;
	/*height: 40px;*/
}
#adminHolder {
	color: #fff;
	float: right;
	width: auto;
	height: 15px;
	font-size: 12px;
	background-color: #4b8116;
	text-align: center;
	padding: 2px 10px 3px 10px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
}
#adminHolder a:link {
	color: #ffffff;
}
#adminHolder a:visited {
	color: #ffffff;
}
#adminHolder a:hover {
	color: #ffffff;
	border-bottom: none;
	text-decoration: underline;
}
#adminHolder a:active {
	color: #ffffff;
}
#logo {
	width: 250px;
	float: left;
	height: 30px;
	clear: both;
}
#logo img {
	margin-top: 0px;
}
#nav {
	float: right;
	margin-top: 35px;
	width: 679px;
	text-align: right;
	height: 30px;
}
#nav ul {
	list-style-type: none;
	display: inline;
	
}
#nav ul li {
	display: inline;
	margin-left: 27px;
	font-family: "Myriad Pro", "Sans Serif";
	font-size: 14px;
	text-transform: uppercase;
}
#page-title {
	display: none;
}
#imgblock {
	width: 950px;	
	margin: auto;
	margin-top: 40px;
	margin-bottom: 20px;
}
#siteSlogan {
	display: none;
}
#body {
	width: 930px;
	margin: auto;
	line-height: 160%;
}
#leftColHome {
	width: 600px;
	float: left;
}
.article-std {

}
.article-std h1 {

}
#leftColHome ul {
	list-style-image: url(images/tick.png);
	margin-left: 15px;
}
#leftColHome ul li {
	margin-left: 10px;
	padding-left: 15px;
	padding-bottom: 10px;
}
#rightColHome {
	width: 280px;
	float: right;
}
#rightColHome h1 {
	font-size: 19px;
}
/************* ARTICLE IMAGES *****************/
.imgWrapper1 {
	background-color: #fcfcfc;
	padding: 1px;
	width: auto;
	height: auto;
	float: right;
	margin-right: 20px;
	margin-top: 5px;
	margin-left: 20px;
}
.imgWrapper2 {
	background-color: #f3f3f3;
	padding: 1px;
	width: auto;
	height: auto
}
.imgWrapper3 {
	background-color: #e9e9e9;
	padding: 1px;
	width: auto;
	height: auto;
}
.imgWrapper4 {
	background-color: #d1d1d1;
	padding: 1px;
	width: auto;
	height: auto;
}
.imgWrapper5 {

}
.imgHolder {
	background-color: #d7d7d7;
}
.articleImg {
	border: 3px solid #FFFFFF;
	position: relative;
	left: -1px;
	top: -1px;
}
/************* END ARTICLE IMAGE STYLES **************/
#contactLeftCol {
	float: left;
	width: 400px;
	margin-top: 40px;
}
#contactRightCol {
	float: right;
	width: 400;
	margin-top: 60px;
}
#contactForm {
	background-color: #f6faf1;
	border: 1px #B7CDA2 solid;
	padding: 10px;
	width: auto; 
}
#contactForm h1 {
	font-size: 19px;
}
/* Error String is what shows up when required fields aren't entered into forms */
.error-string {
	font-size: 13px;
	color: #990000;
}
#footer {
	border-top: 1px solid #B7CDA2;
	clear: both;
	width:930px;
	margin:auto;
	margin-top: 20px;
}
#footer p {
	margin-bottom: 40px;
	font-size: 90%;
	line-height: 140%
}
/****************************************
			ADMIN STYLES
*****************************************/
.instructions {
	color: #FF0000;
	padding: 10px;
	border: 1px #FF0000 solid;
	font-size: 13px;
	margin-bottom: 20px;
}
.instructions ul {
	list-style-image: none;
	list-style-type: square;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
}
.instructions ul li {	
	list-style-image: none;
	list-style-type: square;
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
	padding-left: 0px;
}
.editor {
	border: 1px #B7CDA2 solid;
	padding: 10px;
}
.hiddenNewArticle {
	border: 1px #B7CDA2 solid;
	padding: 10px;
	display:none;
}
.showNewArticle {
	border: 1px #B7CDA2 solid;
	padding: 10px;
	display:block;
}
#newArticleButtonDiv {
	margin-top: 10px;
	margin-bottom: 20px;
}
#newArticleButtonDiv a {
	border: none;
}
#newArticle {
	margin-bottom: 20px;
}
.input { 
	width:100%;
	margin-bottom: 3px;
}
/*input.btn {
	color: #4b8116;
	font-weight: bold;
	background-color: #f6faf1;
	border: 1px #B7CDA2 solid;
	padding: 2px;
}
input.btn_over {

}*/
#changeTitle {
	margin: auto;
	margin-top: 30px;
	width: 930px;
	margin-bottom: 20px;
}
#siteInfoForm {
	border: 1px #B7CDA2 solid;
	padding: 10px;
	background-color: #f6faf1;
}
