/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  11: 1Col_Flex
  ------------------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #222222;
	background-color: #ddeeaa;
	margin: 0px;
	padding: 0;
	min-width: 700px;
	background-image: url(../images/bg-1-home.gif);
	background-repeat: no-repeat;
}
#masthead {
	color: #999999;
	padding: 0px;
	margin: 0;
	background-image: url(../images/bg-banner.gif);
	background-repeat: repeat-x;
}
#navbar {
	margin: 0;
	height: 18px;
	background-color: #F8FCEE;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666600;
	background-image: url(../images/bg-1-nav.gif);
	background-repeat: no-repeat;
}
#navbar .content {
	width: 912px;
}

#center {
	width: auto;
}
#center .content {
	padding: 70px 40px 20px 60px;
	font-size: 0.85em;
	line-height: 1.65em;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
}
#center .content h1{
font-size: 120%;
color: #666633;
padding: 0;
margin: 10px 20px 10px 0px;
}

#center .content h2{
font-size: 100%;
color: #222222;
padding: 0;
margin: 10px 20px 10px 0px;
}

#masthead .content {
	padding: 0px;
}
#footerborder {
	background-color: #BB4B06;
	color: #ddeeaa;
	font-size: 0.7em;
	height: 15px;
	width: 100%;
}
#footer .content {
	padding: 12px 10px 5px 60px;
	margin: 0;
}
#footer {
	background-color: #F1F8DD;
	font-size: 0.7em;
	height: 40px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666600;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#center a:link {
    color: #555533;
	text-decoration: underline;
}
#center a:visited {
	color: #555533;
	text-decoration: underline;
}
#center a:hover {
	color: #BB4B06;
	text-decoration: none;
}
#center a:active {
	color: #BB4B06;
	text-decoration: none;
}
#center ul, #center li {
margin: 0px 130px 0px 25px;
}

#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	border-left: 6px solid #FFFFFF;
	padding: 0 0 0 3px;
}
#wrapper .menulist a:hover {
	border-color: #000000;
}
#footer a:link {
	color: #777777;
	text-decoration: underline;
	font-weight: normal;
	border: 0px none;
}
#footer a:visited {
	color: #777777;
	text-decoration: underline;
}
#footer a:hover {
	color: #BB4B06;
	text-decoration: none;
	border: 0px none;
}
.p7uberlink {
	font-weight: bold !important;
	letter-spacing: 0.15em;
	border-color: #000000 !important;
}
h1 {
	font-size: 1.8em;
	margin: 0;
}
h2 {
	font-size: 1.6em;
	margin: 30px 0 0 0;
}
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;
}

.leftimage{
float: left;
margin-right: 10px;
border: 1px solid #000000;
}

.rightimage{
float: right;
margin-left: 15px;
border: 1px solid #000000;
width: 150px;
}
.insetimagehm {
	margin-right: 9px;
}
