/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  02: 2Col_Fixed_Sidebar_Left
  ------------------------------------------------
*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #384147;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
}
html	{ 					/* force scrollbar to prevent page jump */
	min-height: 100%;
	margin-bottom: 1px;
}
img {border: none;}
a {text-decoration: none;}
#masthead {
	color: #384147;
	background: #949ca1 url(img/mast-bkgd.gif) repeat-x;
	padding-bottom: 14px;
	height: 110px;
}
#masthead p {
	float: right;
	margin-right: 73px;
	margin-top: 28px;
	line-height: 1.6em;
	font-weight: bold;
	text-align: center;
	font-size: 1em;
}
#masthead p em {
	font-size: 0.9em;
}
#logo {
	float: left;
	margin-left: 80px;
	margin-top: 10px;
}
#wrapper {
	width: 800px;
	margin: 0 auto;
}
#column_wrapper {
	background: #949ca1 url(img/clm02_middle.gif) repeat-y;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#right {
	width: 600px;
	float: left;
}
#left {
	width: 160px;
	float: left;
}
#left .content {
	padding: 8px 24px 24px 24px;
	font-size: 0.8em;
	line-height: 1.4em;
}
#sidebar {
	text-align: center;
	color: #384147;
	font-weight: bold;
	font-style: italic;
	margin-top: 30px;
	margin-right: 6px;
}
#right .content {
	padding: 0 24px 0 24px;
	font-size: 0.9em;
	line-height: 1.65em;
	color: #fff;
}
#masthead .content {
	padding: 12px 16px;
}
#footer .content {
	padding: 12px 24px;
}
#footer {
	color: #949ca1;
	background-color: #fff;
	border-top: 20px solid #949ca1;
	padding: 0px;
	margin: 0;
	font-size: 0.65em;
	clear: both;
}
#footer .content {
	text-align: right;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#left a:link {
	color: #fff;
}
#left a:visited {
	color: #efefef;
}
#left a:hover {
	color: #9B7C00;
}
#right a:link {
	color: #0044cc;
}
#right a:visited {
	color: #666666;
}
#right a:hover {
	color: #000000;
}
#left .content .menulist li {
	padding-bottom: 8px;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #fff;
	font-weight: bold;
}
#wrapper .menulist a:hover {
	color: #384147;
}
#footer a:link {color: #999999;}
#footer a:visited {color: #666666;}
#footer a:hover {color: #384147;}
.p7uberlink, .menu_current {
	font-weight: bold !important;
	color: #384147 !important;
}
h1 {
	font-size: 1.2em;
	margin: 0;
	color: #384147;
}
h2 {
	font-size: 1.2em;
	margin: 30px 0 0 0;
}
h3 {
	font-size: 1.1em;
	margin: 30px 0 0 0;
}
h4 {
	font-size: 1em;
	margin: 20px 0 0 0;
}
.content p {
	margin: 12px 0;
}
.halfmargintop {
	margin-top: 15px;
}
.article-image-right { border: 1px solid #000; float: right; margin: 10px; }
.article-image-left { border: 1px solid #000; float: left; margin: 10px; }
.small {font-size: 80%;}
.return {text-align: right; font-style: italic;}
.testimonial {padding-bottom: 20px;}
.testimonial span.client {font-size: 85%; line-height: 1.2em; margin-left: 25px;}
