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

body {
	margin-top: 10px;
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	background-color: #584d2d;
	background-repeat: repeat;
}
* {
	margin: 0px;
	padding: 0px;
	
}


/* layout */
#container {
	width: 752px;
	text-align: left;
	margin: 0px auto;
}
#wrapper {
	width: 752px;
	border: 1px solid #A9B99C; /* gray green */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 750px;
}
html>body #wrapper {
	width: 750px;
}

#content-top img { /* donate btn */
	margin-left: 650px;
}

#navigation {
	width: 750px;
	background-color: #78A22F;
}



#contentContainer { /* index oneCol twoColRt pages */
	width: 750px;
	background-color: #FFF;
}
/* LAYOUT STYLES FOR TABBED SUBMENU - CHP ETC*/


#contentWrap {
	width: 730px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 30px;
	padding-top: 20px;
	background-image: url(../images/tabs_corner.gif);
	background-repeat: no-repeat;
	background-position: left 20px;
}

 #contentWrapTwo {
	width: 730px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 30px;
	padding-top: 20px;
	
}
#mainContent.oneColTab {
	width: 730px;
}
#mainContent.twoCol {
}
#subContent {
	background-color: #FFF;
	padding: 20px 20px 30px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}



/* horizontal main navigationCHP */

#menuHorizSub {
	height: 27px;
	float: right;
}
#menuHorizSub ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#menuHorizSub li {
	float: left;
	list-style: none;
	display: inline;
	height: 27px;
	width: 140px;
	text-align: center;
	background-image: url(../images/tabs.gif);
	background-repeat: no-repeat;
	background-position: left top;
	
	
}
#menuHorizSub a {
	display: block;
	margin: 0px;
	text-decoration: none;
	color: #77a22f;
	font-size: 11px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#menuHorizSub a:hover {
	color: #bbcf95;
}


#menuHorizSub li.current {
background:  url(../images/tabs.gif) 0px -35px;
	
}

/* horizontal main navigationEMP */

#menuHorizSubTwo {
	height: 27px;
	float: right;
}
#menuHorizSubTwo ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#menuHorizSubTwo li {
	float: left;
	list-style: none;
	display: inline;
	height: 27px;
	width: 140px;
	text-align: center;
	background-image: url(../images/tabs.gif);
	background-repeat: no-repeat;
	background-position: left top;
	
	
}
#menuHorizSubTwo a {
	display: block;
	margin: 0px;
	text-decoration: none;
	color: #77a22f;
	font-size: 11px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#menuHorizSubTwo a:hover {
	color: #bbcf95;
}


#menuHorizSubTwo li.current {
background:  url(../images/tabs.gif) 0px -35px;
	
}


/* SUBSCRIBE FORM */

#subscribe {
	text-align: left;
	position: absolute;
	left: 20px;
	top: 20px;
	z-index: 5;
	width: 260px;
	}
	
	
#subscribe input.submail {
	float: left;
	
	width: 185px;
	font-size: 11px;
	color: #9E9AAA;
	padding-left: 8px;
	background-image: url(../images/submit_bg.gif);
	background-repeat: repeat;
	margin-right: 0px;
	padding-right: 0px;
	border: none;
	line-height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.emailWrap {
	background-color: #d9d8dd;
	border: 1px solid #9E9AAA;
	float: left;	
}

#subscribe input.submail:focus {
outline:none;
	
}


#subscribe input.subimg {
	float: right;
	margin: 0px;
	padding: 0px;
}

#subscribe p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #C6DA9A;
	text-align: left;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;	
}

/* styles for base of pages redesigned*/


#baseRight {
	text-align: right;
	position: absolute;
	left: 560px;
	top: 25px;	
}

#baseRightInd {
	text-align: right;
	float: right;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 20px;
}


div.twitter {
	font-size: 10px;
	color: #C6DA9A;
	margin-top: 8px;
}

#baseRight div.twitter img, #baseRightInd div.twitter img {
	margin-right: 6px;
	vertical-align: middle;
}

div.twitter p {
	font-size: 10px;
	color: #C6DA9A;
	display: inline;
}


#base {
	background-color: #78A22F;
	width: 750px;
	position: relative;
	height: 100px;
}

#baseInd {
	background-color: #78A22F;
	width: 750px;
	position: relative;
}

/* footer */
#footer {
	text-align: center;
	width: 750px;
	position: relative;
	
}

#footer img {
	position: absolute;
	left: 0px;
	top: 0px;
}

#footer p {
	margin-right: auto;
	margin-left: auto;
	color: #C1BCB4;
	margin-top: 10px;
}

/* development */
.clear { /* clears floated elements */
	clear: both;
	display: block;
}

.non-html { /* opens new window - replace deprecated target _blank */
}

