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

body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.9em;
	color: #333333;
	background-color: #39627c;
	margin: 0;
	padding: 0;
	min-width: 900px;
}
#masthead {
	background-color: #d2d7db;
	padding: 0;
	margin: 0;
	height: 234px;
}
#menu_bg {
	width: 900px;
	height: 29px;
	background-color: #d2d7db;
	padding: 0;
	margin: 0 auto; 
}
#menu_bg .content {
	float: right;
}
#page_headings {
	width: 900px;
	height: 28px;
	background-color: #fff;
	padding: 0;
	margin: 0 auto; 
}
#page_headings .content {
	float: left;
	font-size: 1em;
	color: #6f8c13;
	font-weight: bold;
}
#wrapper {
	width: 900px;
	margin: 0 auto;
}
#column_wrapper {
	background: #ffffff url(../images/layout/bg.jpg) repeat-y 50% 0;
}
#column_wrapper_fullwidth {
	background-color: #ffffff;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#left {
	width: 300px;
	float: left;
	background-color: #d2d7db;
}
#right {
	width: 600px;
	float: left;
}
#left_after_full {
	width: 300px;
	float: left;
}
#right_after_full {
	width: 600px;
	float: left;
}
#fullwidth {
	width: 900px;
	float: left;
	background-color:#FFFFFF;
}
#fullwidth .content {
	padding: 24px 26px 0px 26px;
	font-size: 0.9em;
	line-height: 1.5em;
}
#left .content {
	padding: 0;
	font-size: 0.9em;
	line-height: 1.5em;
}
#right .content {
	padding: 20px 26px;
	font-size: .9em;
	line-height: 1.5em;
	text-align: justify;
}
#left_after_full .content {
	padding: 0px 0px 24px 26px;
	font-size: 0.9em;
	line-height: 1.5em;
}
#right_after_full .content {
	padding: 0px 26px 24px 26px;
	font-size: .9em;
	line-height: 1.5em;
	text-align: justify;
}
#masthead .content {padding: 12px 20px;}
#footer_internal .content {padding: 12px 20px;}
#footer {
	background-color: #111931;
	margin: 0;
}
#footer_internal {
	width: 900px;
	color: #999999;
	background-color: #111931;
	margin: 0 auto;
	font-size: 0.9em;
}
#left a:link {
	color: #9B7C00;
}
#left a:visited {
	color: #333333;
}
#left a:hover {
	color: #000000;
}
#right a:link {
	color: #39627c;
}
#right a:visited {
	color: #39627c;
}
#right a:hover {
	color: #39627c;
}
#footer_internal a:link {color: #999999;}
#footer_internal a:visited {color: #999999;}
#footer_internal a:hover {color: #999999;}
h1 {
	font-size: 1.1em;
	margin: 0;
	color: #7a7a19;
}
h2 {
	font-size: .9em;
	color: #7a7a19; 
}
h3 {
	font-size: 1.25em;
	margin: 30px 0 0 0;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
.highlighted_text {
	font-weight: bold;
	color: #7a7a19; 
}
.blue_text {
	font-weight: bold;
	color: #051b4f;
}
.orange_text_sml {
	font-size: .85em;
	color: #FF6600;
}
.client_comments {
	font-size: 1em;
	font-weight: bold;
	color: #051b4f;
	margin-bottom: 0;
}
.headings_bg {
	font-weight: bold;
	display: block;
	padding: 5px;
	color: #333333;
	background-color: #d5d5b4;
	margin-bottom: 8px;
	margin-top: 12px;
}
.nomargintop {margin-top: 0;}
.content p {
	margin: 12px 0;
}
img.floatRight {
	float: right;
	margin-left: 26px;
	border-color: #333333;
}
img.floatLeft {
	float: left;
	margin-right: 26px;
	border-color: #333333;
}
.smltext {
	font-size: .8em;
}
