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

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #4f3d24;
	background-color: #a3927d;
	margin: 20px 5px;
	padding: 0;
}
img {
	border: none;
}
a {
	text-decoration: none;
}
#contact {
	color: #fff;
	font-size: 0.8em;
	width: 675px;
	text-align: right;
}
#masthead {
	color: #4f3d24;
	background: #a3927d url(img/header-bkgd.jpg) no-repeat;
	padding: 0px;
	margin: 0;
	height: 106px;
}
#masthead img, #masthead #logo {
	padding-top: 36px;
	padding-left: 370px;
}
#outerWrapper {
	width: 760px;
	margin: 0 auto;
}
#wrapper {
	width: 760px;
	background-image: url(img/56_bkgd.gif);
	background-repeat: repeat-y;
}
#column_wrapper {
	background: url(img/leaf.gif) bottom right no-repeat;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#right {
	width: 500px;
	float: left;
}
#left {
	width: 215px;
	float: left;
}
#left #leftNav {
	background: #fff;
	margin-left: 45px;
	height: 194px;
	padding: 18px 30px 0 45px;
	font-size: 0.65em;
	line-height: 34px;
	text-transform: uppercase;
	font-weight: bold;
	border-right: 1px solid #787f40;
}
#left .side-img {
	margin-left: 45px;
}
#left .content {
	padding: 15px 25px 35px 90px;
	font-size: 0.65em;
	line-height: 1.5em;
}
#right .content {
	padding: 15px 45px 45px 90px;
	font-size: 0.7em;
	line-height: 1.65em;
}
#masthead .content {
	padding: 12px 16px;
}
#footer .content {
	padding: 12px 24px;
}
#footer {
	width: 760px;
	color: #4f3d24;
	background: #a3927d url(img/leaf-bottom.gif) top right no-repeat;
	padding: 0px;
	margin: 0;
	font-size: 0.6em;
	text-align: center;
	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: #c22777;
}
#right a:link {
	color: #c22777;
	font-weight: bold;
}
#right a:visited {
	color: #666666;
}
#right a:hover {
	color: #c22777;
	text-decoration: underline;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #4f3d24;
}
#leftNav .menulist a:hover {
	text-decoration: underline;
	color: #c22777;
}
#bottomNav ul li {
	display: inline;
}
#footer a:link {color: #4f3d24;}
#footer a:visited {color: #787f40;}
#footer a:hover {color: #FFFFFF;}
.p7uberlink {
	font-weight: bold !important;
	color: #c22777 !important;
}
h1 {
	font-size: 1.6em;
	margin: 0;
	color: #c22777;
	font-weight: normal;
}
h2 {
	font-size: 1.4em;
	margin: 30px 0 0 0;
	color: #787f40;
	font-weight: normal;
}
h3 {
	font-size: 1.25em;
	margin: 30px 0 0 0;
	color: #787f40;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
	color: #c22777;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0;
}
.testimonial {
	color: #fff;
	line-height: 1.2em;
}
.highlight {
	color: #c22777;
}
.img-left {
	float: left;
	padding-top: 18px;
	padding-right: 20px;
	padding-bottom: 20px;
}
