/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  02: 2Col_Fixed_Sidebar_Left
  ------------------------------------------------
*/

/* colours:
green page background: #76AF57;
green text: #214210;
yellow body bg: #F2EBC2;
light brown main nav text #DDD19F;
dark brown footer text: #846D27;
*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #52A840;
	background-color: #76AF57;
	margin: 10px;
	padding: 0;
}
#masthead {
	color: #999999;
	background-color: #76AF57;
	padding: 0px;
	margin: 0;
	background-image:url(../images/header_bg_980x190a.jpg);
	background-repeat:no-repeat;
	height: 190px;
}
#wrapper {
	width: 980px;
	margin: 0 auto;
	background-color :#F2EBC2;
	color :#214210;
}
#column_wrapper {
	background-image: url(../images/page_bg_980x10.gif);
	background-repeat: repeat-y;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#right {
	width: 490px;
	float: left;
}
#left {
	width: 980px;
	float: left;
}
#left .content p{
	padding: 0 24px;
/*brendon comment out prior size - keep same as right col settings */
/*	font-size: 0.75em;
	line-height: 1.5em;*/
	font-size: 0.8em;
	line-height: 1.65em;
}
#left .content img {
	padding: 0 0 0 10px;
	margin:0px;
}

#right .content p{
	padding-left: 24px;
	padding-right:24px;
	font-size: 0.8em;
	line-height: 1.65em;
}
#right .content img{
	padding: 0px;
	margin: 0px;
}

#masthead .content {
	padding: 12px 16px;
}
/*
.menulist {
	margin: 118px 0 0 0;
	padding: 0;
	text-align:center;
}*/

#menubar {
 width:690px;
 margin: 0 auto;
 margin-top:118px;
}

#left a:link {
	color: #000000;
}
#left a:visited {
	color: #333333;
}
#left a:hover {
	color: #9B7C00;
}
#right a:link {
	color: #0000FF;
}
#right a:visited {
	color: #666666;
}
#right a:hover {
	color: #000000;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	/*color: #655628;*/
	color: #F4EECE;
	text-decoration:none;
	padding: 0 10px 0 10px;
}
#wrapper .menulist a:hover {
	color:#214210;
}
#footer a:link {color: #846D27;}
#footer a:visited {color: #846D27;}
#footer a:hover {color: #214210;}

.p7uberlink {
	font-weight: bold !important;
	font-size:1.1em;
	letter-spacing: .15em;
	border-color: #000000 !important;
	text-decoration:underline;
}
h1 {
	font-size: 1.7em;
	margin: 5px 0 0 24px;
}
h2 {
	font-size: 1.6em;
	margin: 5px 0 0 24px;
}
h3 {
	font-size: 1.25em;
	margin: 5px 0 0 24px;
}
h4 {
	font-size: 1.1em;
	margin: 5px 0 0 24px;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0;
}
#footer .content {
	padding-bottom: 20px;
	/*padding: 12px 24px;*/
	text-align:center;
}

#footer {
	color: #846D27;
	background-color: #76AF57;
	background-image:url(../images/footer_bg_980x30.gif);
	background-repeat:no-repeat;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	clear: both;
}

