/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
 05:  2Col_Flexible_Sidebar_Left
  ------------------------------------------------
*/

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333333;
	background-color: #e9e9e9;
	margin: 0;
	padding: 0;
	min-width: 900px;
}
#masthead {
	background-color: #FFFFFF;
	background-image: url(../images/layout/top_bg.jpg); repeat: repeat-x;
	padding: 0;
	margin: 0;
}
#menu_bg {
	width: 898px;
	height: 32px;
	background-color: #051b4f;
	border-right: 1px solid #051c53;
	border-left: 1px solid #051c53;
	padding: 0;
	margin: 0 auto; 
}
#menu_bg .content {
	float: right;
}
#wrapper {
	width: 900px;
	margin: 0 auto;
}
#column_wrapper {
	background-color: #FFFFFF;
	background-image: url(../images/layout/page_menu_bg.gif); repeat: repeat-y;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#left {
	width: 216px;
	float: left;
	background-image: url(../images/layout/menu_bg.jpg); background-repeat: no-repeat;
}
#right {
	width: 684px;
	float: left;
	background-image: url(../images/layout/tyre_track.jpg); background-repeat: no-repeat;
}
#left_after_full {
	width: 299px;
	float: left;
}
#right_after_full {
	width: 599px;
	float: left;
}
#fullwidth {
	width: 898px;
	float: left;
}
#fullwidth .content {
	padding: 24px 26px 0px 26px;
	font-size: 0.9em;
	line-height: 1.5em;
}
#left .content {
	padding: 24px 0px 0px 0px;
	font-size: 0.9em;
	line-height: 1.5em;
}
#right .content {
	padding: 26px 10px;
	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-image: url(../images/layout/footer_bg.jpg); repeat: repeat-x;
	margin: 0;
	height: 45px;
}
#footer_internal {
	width: 898px;
	color: #687697;
	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: #6699FF;
}
#right a:visited {
	color: #6699FF;
}
#right a:hover {
	color: #FF9900;
}
h1 {
	font-size: 1.2em;
	margin: 0;
	color: #0d3ec9;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
}
h2 {
	font-size: 1.1em;
	color: #666666;
	letter-spacing: 0.1em;
	margin: 5px 0 0 0;
}
h3 {
	font-size: 1.25em;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
.highlighted_text {
	font-weight: bold;
	color: #FF9900;
	padding: 5px;
}
.blue_text {
	font-weight: bold;
	color: #051b4f;
}
.orange_text_sml {
	font-size: .85em;
	color: #FF6600;
}
.client_comments {
	font-size: .85em;
	font-weight: bold;
	display: block;
	padding: 5px;
	color: #051b4f;
	background-color: #b5cce3;
}
.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;
	color: #999999;
	margin-left: 500px;
}
#smltext a:link {
	color: #999999;
}
#smltext a:visited {color: #999999;}
#smltext a:hover {color: #999999;}
ul.ticklist {list-style-image:url(../images/list_tick.gif);
font-size:0.8em;
font-weight:bold;}
#greyborder_text{
	border: 1px solid #cccccc; 
	padding:3px;
}
