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

body {
	font-family: Trebuchet ms, helvetica, sans-serif;
	font-size: 100%;
	color: #999999;
	background-color: #FFFFFF;
	margin: 5px;
	padding: 0;
}
#masthead {
	background-color: #ffffff;
	
	padding: 0px;
	margin: 0;
}
#wrapper {
	width: 980px;
	margin: 0 auto;
}
#column_wrapper {
	background: #ffffff;
	
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#right {
	width: 818px;
	float: left;
	margin-top: 10px;
	height: 500px;
	background-image: url(img/line-bg.gif);
	background-repeat: repeat-y;
	padding: 0px;
}
#left {
	width: 132px;
	height: 580px;
	float: left;
	align: right;
	padding: 10px 25px 0px 0px;
	top: 10px;
	border-right: solid 0px #cccccc;
}
#left .content {
	padding: 0px 0px 0px 25px;
	font-size: 12pt;
	line-height: 1.5em;
}
#right .content {
	padding: 0px 0px 0px 30px;
	font-size: 0.6em;
	line-height: 1.2em;
}
.cushycms {
	padding-left: 77px;
	padding-right: 60px;
}
#masthead .content {
	padding: 12px 16px;
}
#footer .content {
	padding: 10px 0px 0px 0px;
}
#footer {
	color: #999999;
	width: 815px;
	float: right;
	margin-top: 4px;
	border-top: solid 1px #603E1F;
	padding: 0px;
	position:relative;
	font-size: 0.6em;
	clear: both;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#left a:link {
	color: #000000;
}
#left a:visited {
	color: #333333;
}
#left a:hover {
	color: #9B7C00;
}
#right a:link {
	color: #603E1F;
	text-decoration: underline;
}
#right a:visited {
	color: #603E1F;
	text-decoration: underline;
}
#right a:hover {
	color: #603E1F;
	text-decoration: none;
}
#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: #999999;
	text-decoration: none;}
#footer a:visited {color: #999999;
text-decoration: none;}
#footer a:hover {color: #666666;
text-decoration: none;}
.p7uberlink {
	font-weight: bold !important;
	letter-spacing: .15em;
	border-color: #000000 !important;
}
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: 20px 0 0 0;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0;
}

