/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
 05:  2Col_Flexible_Sidebar_Left
  ------------------------------------------------
*/

body {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	color: #ffffff;
	background-color: #333333;
	margin: 0 auto;
	padding: 0;
	min-width: 1000px;
}
#masthead {
	color: #999999;
	background: url(../images/layout/header_bg.jpg) repeat-x;
	padding: 0;
	margin: 0;
}
#masthead_header {
	width: 1000px;
	margin: 0 auto;
}
#menu {
	margin: 0 auto;
	width: 1000px;
}
#wrapper {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	background: url(../images/layout/page_bg.jpg) repeat-y;
	margin-top: 20px;
	border-top: 1px solid #474747;
	border-bottom: 1px solid #474747;
}
#column_wrapper {
}
#wrapper_full {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	background: url(../images/layout/page_bg_full.jpg) repeat-y;
	margin-top: 20px;
	border-top: 1px solid #474747;
	border-bottom: 1px solid #474747;
}
#column_wrapper_full {
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#right {
	width: 699px;
	float: left;
}
#left {
	width: 298px;
	float: left;
}
#fullwidth {
	width: 1000px;
	float: left;
}
#fullwidth .content {
	padding: 24px;
	line-height: 1.65em;
}
#right .content {
	padding: 24px;
	line-height: 1.65em;
}
#left .content {
	padding: 24px;
	font-size: .85em;
	line-height: 1.65em;
}
#left .content h1 {
	font-size: 1em;
	margin: 0;
	color: #BFB882;
}
#masthead .content {padding: 12px 20px;}
#footer .content {}
#footer {
	color: #999999;
	background: url(../images/layout/footer_bg.jpg) repeat-x;
	margin: 0;
	font-size: 0.7em;
}
#footer_inset {
	width: 1000px;
	margin: 0 auto;
	height: 197px;
	background: url(../images/layout/footer.jpg) no-repeat;
}
#footer_inset .content {
	padding-top: 130px;
	text-align: center;
}
#fullwidth a:link {
	color: #BFB882;
}
#fullwidth a:visited {
	color: #BFB882;
}
#fullwidth a:hover {
	color: #D1CCA5;
}
#left a:link {
	color: #BFB882;
}
#left a:visited {
	color: #BFB882;
}
#left a:hover {
	color: #D1CCA5;
}
#right a:link {
	color: #BFB882;
}
#right a:visited {
	color: #BFB882;
}
#right a:hover {
	color: #D1CCA5;
}
#footer a:link {color: #999999;}
#footer a:visited {color: #666666;}
#footer a:hover {color: #9B7C00;}
h1 {
	font-size: 1.1em;
	margin: 0;
	color: #a9aa36;
}
h2 {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	color: #a9aa36;
}
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;
}
img.floatRight {
	float: right;
	margin-left: 26px;
	border-color: #666666;
}
img.floatLeft {
	float: left;
	margin-right: 26px;
	border-color: #666666;
}
.portfolio_clients {
	color: #a9aa36;
	font-weight: bold;
}
.contact_headings {
	color: #a9aa36;
	font-weight: bold;
	font-size: 1.2em;
}
.contact_info {
	font-size: 1em;
	line-height: 1.65em;
	padding: 24px;
}
.small_print {
	font-size: 0.8em;
}
