/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  Modified by Pinsonnault Creative
  April 2008 - www.pinscreative.com
  ------------------------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #333333;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0;
}
#masthead {
	color: #999999;
	background-color: #333366;
	padding: 0px;
	margin: 0 0 30px 0;
}
#wrapper {
	width: 770px;
	margin: 0 auto;
}
#column_wrapper {
	background-image: url(img/hersch_middle.gif);
	background-repeat: repeat-y;
}
#column_top {
	background-image: url(img/hersch_top.gif);
	background-repeat: no-repeat;
	height: 12px;
}
#column_bottom {
	background-image: url(img/hersch_bottom.gif);
	background-repeat: no-repeat;
	height: 12px;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#right {
	width: 570px;
	float: left;
}
#left {
	width: 200px;
	float: left;
}
#masthead   .content {
	padding: 6px 0px;
	text-align: center;
}
#right   .content {
	padding: 24px 36px 0px 36px;
	font-size: 0.8em;
	line-height: 1.65em;
}
#right  .content  ul {
	line-height: 1.1em;
	margin-top: 0px;
	margin-bottom: 6px;
}
#right  .content  li {
	line-height: 1.1em;
	margin-top: 0px;
	margin-bottom: 3px;
}
#left .content {
	padding: 20px 0px 0px 1px;
	font-size: 0.75em;
	line-height: 1.5em;
}
#footer   .content {
	padding: 6px 0px;
	text-align: right;
}
#footer {
	margin: 0;
	font-size: 0.65em;
	clear: both;
}
#right   a:link {
	color: #333366;
	font-weight: bold;
	text-decoration: none;
}
#right   a:visited {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
#right   a:hover {
	color: #3333CC;
	font-weight: bold;
	text-decoration: none;
}
#footer   a:link {
	font-weight: bold;
	color: #333366;
	text-decoration: none;
}
#footer   a:visited {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
#footer   a:hover {
	color: #3333CC;
	font-weight: bold;
	text-decoration: none;
}
h1 {
	font-size: 1.7em;
	margin: 0;
	color: #333366;
}
h2 {
	font-size: 1.5em;
	margin: 30px 0 0 0;
}
h3 {
	font-size: 1.2em;
	margin: 30px 0 0 0;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
.smaller {
	font-size: 0.8em;
	line-height: 1.1em;
}
.smallerborder {
	font-size: 0.9em;
	line-height: 1.1em;
	border-top: 2px dotted #406472;
	padding-top: 3px;
}
.nomargintop {margin-top: 0;}
.content p {
	margin: 12px 0;
}
.menulist {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 1em;
	background-color: #E9B649;
	border-right: 1px solid #333366;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #333333;
	padding: 8px 10px 6px 10px;
	display: block;
	line-height: 1;
	text-decoration: none;
	border-bottom: 6px solid #333366;
}
#wrapper .menulist a:hover {
	background-color: #F9EBAE;
	font-weight: bold;
	text-transform: uppercase;
}
#left .contentquote {
	font-size: 0.9em;
	color: #FFFFFF;
	padding: 20px 15px 0px 15px;
	text-align: center;
	line-height: 1.3em;
}
