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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #4a4a4a;
	margin: 0px;
	padding: 0;
}
#masthead {
	color: #999999;
	background-image: url(img/masthead_bg.gif);
	padding: 0px;
	height: 150px;
}

#menubar {
	color: #999999;
	background-image: url(img/navbar_bg.gif);
	background-repeat: repeat-x;
	background-color: #2F8C5E;
	padding: 0px;
	margin: 0 0 36px 0;
	height: 35px;
	text-align: center;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
}
#column_wrapper {
	background-image: url(img/body_middle.gif);
	background-repeat: repeat-y;
	height: 100%;
}
#column_top {
	background-image: url(img/body_top.gif);
	background-repeat: no-repeat;
	height: 100px;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#right {
	width: 800px;
	float: left;
}
#left {
	width: 200px;
	float: left;
}
#right .content {
	padding: 10px 40px 10px 60px;
	font-size: 0.8em;
	line-height: 1.65em;
	margin: 0 10px;
}
#left .content {
	padding: 0px 20px;
	font-size: 0.75em;
	line-height: 1.5em;
	text-align: left;
	color: #CCCCCC;
}
#masthead .content {
	padding: 0px 20px;
	text-align: center;
}

#footer .content {
	padding: 12px 0px;
	text-align: center;
	margin: 0px;
	padding: 100px 20px 0 150px;
	color: #CCCCCC;
	line-height: 1.00;
	font-size: 0.95em;
}
#footer {
    background-image: url(img/footer.gif);
	background-repeat: no-repeat;
	margin: 0px;
	color: #CCCCCC;
	clear: both;
	width: 1000px;
	height: 275px;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#right a:link {
	color: #58306D;
}
#right a:visited {
	color: #333333;
}
#right a:hover {
	color: #000000;
}
#center a:link {
	color: #666666;
}
#center a:visited {
	color: #3399ff;
}
#center a:hover {
	color: #B185C9;
}
#left a:link {
	color: #cccccc;
}
#left a:visited {
	color: #308B5E;
}
#left a:hover {
	color: #308B5E;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	border-left: 6px solid #C8AAD9;
	padding: 0 0 0 6px;
}
#wrapper .menulist a:hover {
	border-color: #000000;
}
#footer a:link {color: #cccccc;}
#footer a:visited {color: #308B5E;}
#footer a:hover {color: #308B5E;}
.p7uberlink {
	font-weight: bold !important;
	letter-spacing: .15em;
	border-color: #000000 !important;
}
h1 {
	font-size: 1.6em;
	margin: 0;
	color: #2F8C5E;
}
h2 {
	font-size: 1.6em;
	margin: 10px 0 0 0;
	color: #2F8C5E;
}
h3 {
	font-size: 1.25em;
	margin: 30px 0 0 0;
	color: #cccccc;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
	color: #4f4f4f;
}
.nomargintop {margin-top: 0;}
.content p {
	margin: 12px 0;
}
.bannerpicright {
    float: right;
	}
.bannerpicleft {
    float: left;
	}
.navbar {
	margin: 5px 0 0 2px;
	float: left;
}
.center {
    text-align: center;
	}
.picright {margin: 2px 10px 0px 10px; float: right;
}
