/* 
  ------------------------------------------------
  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: #666666;
	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: 10px;
}
#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 {
	font-size: .95em;
	line-height: 1.25em;
	padding-top: 32px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
}
#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;
}
#mainsection {
	width: 683px;
	background-color: #FFFFFF;
}
#maincontent {
	padding-top: 12px;
	padding-right: 30px;
	padding-bottom: 12px;
	padding-left: 30px;
}

#left a:link {
	color: #006600;
}
#left a:visited {
	color: #006600;
}
#left a:hover {
	color: #000000;
}
#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.7em;
	margin: 0;
	letter-spacing: -0.5px;
}
h2 {
	font-size: 1.5em;
	margin: 30px 0 0 0;
	letter-spacing: -0.2px;
}
h3 {
	font-size: 1.3em;
	margin: 30px 0 0 0;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0;
}
.black {color: #000000;}
.white {color: #FFFFFF;}
.smalltext {
	font-size: 11px;
}