/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  07: 3Col_Fixed_Width
  ------------------------------------------------
*/

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #003030;
	background-color: #E8E2D2;
	margin: 20px;
	padding: 0;
}
#masthead {
	color: #999999;
	background-color: #E8E2D2;
	background-image:url(img/header.jpg);
	background-repeat:no-repeat;
	height:250px;
	padding: 0px;
	margin: 0;
}
#wrapper {
	width: 961px;
	margin: 0 auto;
}
#column_wrapper {
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#center {
	width: 477px;
	float: left;
}
#left {
	width: 235px;
	float: left;
}
#right {
	width: 249px;
	float: left;
}
#center_top {
	background-image:url(img/content_top.gif);
	height:26px;
	margin:0;
	padding:0;
}
#center_bottom {
	background-image:url(img/content_bottom.gif);
	height:30px;
	margin:0;
	padding:0;
}
#center .content {
	background-image:url(img/content_background.gif);
	padding: 8px 32px 10px 32px;
	font-size: 0.8em;
	line-height: 1.65em;
}
#center .content ul li {
	list-style-image:url(img/bullet.gif);
}
#left .content {
	padding: 25px 0px;
	font-size: 0.75em;
	line-height: 1.5em;
}
#right .content {
	padding: 32px 16px;
	font-size: 0.75em;
	line-height: 1.5em;
	color:#000000;
}
#masthead .content {
	padding: 12px;
}
#footer .content {
	padding: 12px 16px;
}
#footer {
	color: #333333;
	padding: 0 0 0 249px;
	margin: 0;
	font-size: 0.6em;
	clear: both;
}
.menulist {
	margin: 6px 0 6px 0;
	padding: 0;
	list-style-type: none;
}
.menulist ul li {
	margin: 6px 0 6px 0;
	padding: 0;
	list-style-type: none;
}
.menulist ul {
	margin-top: -14px;
	margin-bottom: 14px;
	padding: 0;
	list-style-type: none;
}
#left a:link {
	color: #000000;
}
#left a:visited {
	color: #000000;
}
#left a:hover {
	color: #000000;
}
#center a:link {
	color: #9B7C00;
}
#center a:visited {
	color: #333333;
}
#center a:hover {
	color: #000000;
}
#right a:link {
	color: #000000;
}
#right a:visited {
	color: #333333;
}
#right a:hover {
	color: #826800;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	padding: 7px 0 7px 40px;
	text-decoration:none;
	font-size:1.2em;
	font-weight:bold;
	height:25px;
	width:225px;
	display:block;
}
#wrapper .menulist a:hover {
	background-image:url(img/button_background.gif);
	background-repeat:no-repeat;
}
#wrapper .menulist ul li a, #wrapper .menulist ul li a:visited {
	color: #D06D18;
	padding: 0px 0 0 10px;
	margin-left:40px;
	text-decoration:none;
	font-size:1.0em;
	font-weight:bold;
	height:1.0em;
	width:150px;
	display:block;
}
#wrapper .menulist ul li a:hover {
	background-image:none;
	text-decoration:underline;
}
#footer a:link {color: #999999;}
#footer a:visited {color: #666666;}
#footer a:hover {color: #FFFFFF;}
.p7uberlink-x {
	font-weight: bold !important;
	letter-spacing: .15em;
	border-color: #000000 !important;
}
h1 {
	font-size: 1.6em;
	margin: 0;
	color:#D06D18;
	font-weight:bold;
	background-image:url(img/h1_background.jpg);
	background-repeat:no-repeat;
	padding-left:32px;
}
h2 {
	font-size: 1.6em;
	margin: 30px 0 0 0;
	color:#D06D18;
	font-weight:bold;
}
h3 {
	font-size: 1.25em;
	margin: 30px 0 0 0;
	color:#D06D18;
	font-weight:bold;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
	color:#D06D18;
	font-weight:bold;
}
.nomargintop {margin-top: 0;}
.content p {
	margin: 12px 0;
}
