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

body {
	margin: 0px;
	padding: 0;
	height: 100%; /* For sizing wrapper div to screen */
	width: 100%; /* ditto */
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #fff;
}
img {
	border: none;
}
a img { 
	border: none;
}
#preloader {
    background-image: url(images/bg-header.jpg);
    background-image: url(images/bg-body.jpg);
    background-image: url(images/bg-top-body.jpg);
    width: 0px;
    height: 0px;
    display: inline;
}
#masthead {
	margin: 0;
	padding: 0;
	height: 348px;
	color: #333;
	background-image: url(images/bg-header.jpg);
	background-repeat: no-repeat;
}
#wrap-left {
	margin: 0;
	padding: 0;
	float: left;
	min-width: 50%;
	height: 438px;
	background-image: url(images/bg-left.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
#wrapper {
	margin: 0;
	margin-left: -520px;
	padding: 0;
	position: absolute;
	left: 50%;
	width: 974px;
}
#wrap-right {
	margin: 0;
	padding: 0;
	float: right;
	min-width: 50%;
	height: 279px;
	background-image: url(images/bg-right.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
#column_wrapper {
	margin: 0;
	padding: 0;
	background-image: url(images/bg-body.jpg);
	background-repeat: repeat-y;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#logo {
	margin: 0;
	margin-left: 440px;
	padding: 0;
}
#right {
	padding: 20px 0 0 5px;
	width: 504px;
	float: left;
}
#left {
	margin: 0;
	width: 317px;
	float: left;
}
#column_wrapper .content {
	padding-left: 100px;
	background-image: url(images/bg-top-body.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
#left .content {
	padding: 0px;
	min-height: 335px;
	font-size: 0.75em;
	line-height: 1.5em;
	background-image: none;
}
#right .content {
	padding: 19px 24px;
	font-size: 0.8em;
	line-height: 1.65em;
	background-image: none;
}
#masthead .content {
	padding: 0;
}
#footer .content {
	padding: 12px 24px;
	background-image: url(images/bg-body.jpg);
	background-repeat: repeat-y;
}
#footer {
	color: #999999;
	background-color: #000000;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	clear: both;
}
.menulist {
	margin:0;
	padding: 0;
	padding-top: 20px;
	list-style-type: none;
}
#left a {
	/* color: #425372; */
	color: #fff;
	font-weight: bold;
}
#right a {
	color: #426E25;
	text-decoration: underline;
}
#right a:hover {
	text-decoration: none;
}
#footer a:link {color: #999999;}
#footer a:visited {color: #666666;}
#footer a:hover {color: #FFFFFF;}
.p7uberlink {
	font-weight: bold !important;
	letter-spacing: .15em;
	border-color: #000000 !important;
}
h1 {
	margin: 0;
	margin-bottom: 20px;
	padding-left: 0;
	font-size: 1.95em;
	color: #E5651F;
	font-weight: normal;
}
h2 {
	font-size: 1.4em;
	margin: 30px 0 0 0;
	color: #444;
}
h3 {
	font-size: 1em;
	margin: 30px 0 0 0;
	color: #444;
}
h4 {
	font-size: 1em;
	margin: 20px 0 0 0;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0;
}
#masthead .content h1 {
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}
#masthead .content p {
	margin-top: -20px;
	padding: 55px 0 0 444px;
	color: #666;
	letter-spacing: 2px;
	font-size: 0.8em;
}
#right .content p {
	color: #444;
}		
.menulist #home, .menulist #print, .menulist #web, .menulist #contact {
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
	height: 61px;
	font-size: 150%;
	font-weight: bold;	
}
.menulist #home a {
	margin: 0;
	padding: 0;
	padding-left: 175px;
	padding-top: 20px;
	height: 61px;
	display: block;
	text-decoration: none;
	background-image:url(images/button-home.jpg);
	background-repeat: no-repeat;
	background-position: 143px 0;
}
.menulist #print a {
	margin: 0;
	padding: 0;
	padding-left: 145px;
	padding-top: 25px;
	height: 61px;
	display: block;
	text-decoration: none;
	background-image:url(images/button-print.jpg);
	background-repeat: no-repeat;
	background-position: 113px 4px;
}
.menulist #web a {
	margin: 0;
	padding: 0;
	padding-left: 125px;
	padding-top: 30px;
	height: 61px;
	display: block;
	text-decoration: none;
	background-image:url(images/button-web.jpg);
	background-repeat: no-repeat;
	background-position: 92px 8px;
}
.menulist #contact a {
	margin: 0;
	margin-top: 46px;
	padding: 0;
	padding-left: 85px;
	padding-top: 20px;
	height: 61px;
	display: block;
	text-decoration: none;
	background-image:url(images/button-contact.jpg);
	background-repeat: no-repeat;
	background-position: 59px 0;
}