/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  01: 2Col_Fixed_Sidebar_Right
  ------------------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 95%;
	color: #000000;
	background-color: #7ac142;
	padding: 0;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	background-image: url(img/site-bkgrnd.jpg);
	background-repeat: repeat-x;
}
#masthead {
	padding: 0px;
	margin: 0;
}
#rhs {
	background-image: url(img/rhs-content-bkgrnd.jpg);
	background-repeat: repeat-y;
	padding-top: 10px;
	padding-right: 16px;
	padding-bottom: 10px;
	padding-left: 8px;
}
#nav {
	color: #FFFFFF;
	padding: 0px;
	margin: 0;
	background-image: url(img/nav-bkgrnd.jpg);
	background-repeat: no-repeat;
	height: 46px;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
}
#column_wrapper {
	background-image: url(img/wrapper-bkgrnd.jpg);
	background-repeat: repeat-y;
}
#contactstrip {
	color: #FFFFFF;
	background-image: url(img/contactstrip-bkgrnd.jpg);
	background-repeat: no-repeat;
	height: 31px;
	font-size: 0.72em;
	text-align: center;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#left {
	width: 780px;
	float: left;
}
#right {
	width: 211px;
	float: left;
	color: #666666;
}
#left .content {
	padding: 30px 40px;
	font-size: 0.85em;
	line-height: 1.65em;
}
#right .content {
	font-size: .75em;
	line-height: 1.5em;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 24px;
	padding-left: 0px;
}
#masthead .content {

}
#footer .content {
	padding: 12px 20px;
}
#footer {
	color: #FFFFFF;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	clear: both;
	text-align: center;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#left a:link {
	color: #0F6C45;
}
#left a:visited {
	color: #666666;
}
#left a:hover {
	color: #79C142;
}
#right a:link {
	color: #666666;
}
#right a:visited {
	color: #666666;
}
#right a:hover {
	color: #000000;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	border-left: 6px solid #FFD940;
	padding: 0 0 0 6px;
}
#wrapper .menulist a:hover {
	border-color: #000000;
}
#footer a:link {color: #FFFFFF;}
#footer a:visited {color: #FFFFFF;}
#footer a:hover {color: #006600;}
h1 {
	font-size: 1.8em;
	margin: 0;
}
h2 {
	font-size: 1.6em;
	margin: 30px 0 0 0;
}
h3 {
	font-size: 1.25em;
	margin: 30px 0 0 0;
}
h4 {
	font-size: 1.1em;
	margin: 0;
}
h5 {
	font-size: 1.8em;
	margin: 0;
}
h6 {
	font-size: 0.8em;
	margin: 0;
	color: #666666;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0;
}
.black {color: #000000;}
.white {color: #FFFFFF;}
.smalltext {
	font-size: 11px;
}
#main-content-nav {
	width: 682px;
	text-align: right;
}
#main-content {
	width: 682px;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(../css/images/bottom-rounded.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 0 0 15px 0;
}
#main-content .content {
	padding: 30px 40px;
	font-size: 1.0em;
	line-height: 1.65em;
	height: 380px;
	overflow: auto;
	overflow-y: auto; 
	overflow-x: hidden;
}
.out-about {
	display: block;
	width: 160px;
}
.out-about hr {
	border-bottom: 1px dashed #A4A198;
	border-top: 0 #A4A198;
	border-left: 0 #A4A198;
	border-right: 0 #A4A198;
	padding: 0;
	margin: 7px 0 12px 0;
}
.out-about img {
	border: 0;
}
.out-about-image {
	font-size: 0.8em;
	width: 160px;
}
.out-about-title {
	font-size: 1.0em;
	padding: 3px 0 0 0;
	width: 160px;
}