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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #b7be8f;
	margin: 0px;
	padding: 0;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#masthead {
	color: #999999;
	padding: 0px;
	margin: 0;
	height: 300px;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
	background-image: url(../images/backgrndtile.jpg);
	background-repeat: repeat-y;
}
#column_wrapper {
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#right {
	width: 800px;
	float: left;
	background-image: url(../images/backgrndbody.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#rightWoman {
	width: 800px;
	float: left;
	background-image: url(../women/images/background.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #d5e4d3;
}
#left {
	width: 200px;
	float: left;
}
#left .content {
	padding: 0px;
	font-size: .9em;
	line-height: 1.5em;
}
#right .content {
	padding: 18px 24px 24px;
	font-size: 0.8em;
	line-height: 1.65em;
}
#rightWoman .content {
	padding: 50px 150px 24px 275px;
	font-size: 0.8em;
	line-height: 1.65em;
}
#masthead .content {
	padding: 0px;
}
#footer .content {
	padding: 6px 24px 12px 128px;
	text-align: center;
	color: #930;
}
#footer {
	color: #999999;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	clear: both;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 100px;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#left a:link {
	color: #000000;
}
#left a:visited {
	color: #333333;
}
#left a:hover {
	color: #9B7C00;
}
#right a:link {
	color: #360;
}
#right a:visited {
	color: #666666;
}
#right a:hover {
	color: #000000;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	border-left: 6px solid #FFD940;
	padding: 0 0 0 6px;
}
#wrapper .menulist a:hover {
	border-color: #000000;
}
#footer a:link {
	color: #930;
}
#footer a:visited {
	color: #930;
}
#footer a:hover {
	color: #930;
	font-weight: bold;
}
.p7uberlink {
	font-weight: bold !important;
	letter-spacing: .15em;
	border-color: #000000 !important;
}
h1 {
	font-size: 1.8em;
	margin: 0;
	color: #75874B;
}
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;
	text-decoration: underline;
	color: #C60;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #406325;
	padding-left: 15px;
}
h6 {
	font-size: 1.6em;
	font-weight: bold;
	color: #D5A11C;
	line-height: 0px;
	font-style: italic;
}
.bodyblock {
	float: right;
	width: 500px;
	margin-left: 12px;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0 6px;
}
.floatRight {
	float: right;
	padding-left: 20px;
	padding-bottom: 20px;
	clear: both;
}
.centerTextBlock {
	font-size: 0.75em;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	display: block;
}
#mainpagetabs {
	clear: right;
}
