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

body {
	font-family: Arial, Helvetica, sans-serif;
	min-width: 980px;
	margin: 20px;
	font-size: 90%;
}
#masthead {
	color: #999999;
	background-color: #E7F2E4;
	border: 1px none #C7E5CD;
}
#masthead .content {
	padding: 12px;
}
#outer_wrapper {
	background-image: url(img/clm09_left.gif);
	background-repeat: repeat-y;
}
#wrapper {
	background-image: url(img/clm09_right.gif);
	background-repeat: repeat-y;
	background-position: right top;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	background-color: #E7F2E4;
}
#left_wrapper {
	float: left;
	margin-left: -200px;
	width: 100%;
}
#left {
	float: left;
	width: 200px;
	margin-left: 200px;
}
#left .content img {
	padding-top: 30px;
}

#center {
	margin-left: 400px;
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #C7E5CD;
}
#right {
	float: left;
	width: 200px;
}
#left .content {
	padding: 24px 20px;
	font-size: .75em;
	line-height: 1.35em;
}
#center .content {
	padding: 24px;
	font-size: .85em;
	line-height: 1.7em;
}
#right .content {
	padding: 24px 20px;
	font-size: .7em;
	line-height: 1.35em;
}
h1, h2, h3 {margin-top: 0;}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#footer {
	color: #CCCCCC;
	background-color: #333333;
}
#footer .content {
	padding: 12px;
	font-size: .7em;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#left a:link {
	color: #846900;
}
#left a:visited {
	color: #333333;
}
#left a:hover {
	color: #000000;
}
#center a:link {
	color: #FF0000;
	text-decoration: none;
	font-weight: normal;
}
#center a:hover {
	color: #FF0000;
	text-decoration: underline;
}
#center a:visited {
	color: #FF0000;
	text-decoration: none;
}
#right a:link {
	color: #FF0000;
}
#right a:visited {
	color: #333333;
}
#right a:hover {
	color: #466975;
}
#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #666666;
	padding: 0 0 0 6px;
	text-decoration: none;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #C7E5CD;
	font-size: 12px;
}
#wrapper .menulist a:hover {
	border-top-color: #009900;
	border-right-color: #009900;
	border-bottom-color: #009900;
	border-left-color: #009900;
	font-size: 12px;
}
#footer a:link {color: #999999;}
#footer a:visited {color: #666666;}
#footer a:hover {color: #FFFFFF;}
.p7uberlink {
	font-weight: bold !important;
	letter-spacing: 0.15em;
	border-color: #009900 !important;
}
h1 {
	font-size: 1.6em;
	margin: 0;
	padding-top: 0px;
	font-weight: lighter;
	text-transform: uppercase;
	color: #FF0000;
	text-align: center;
}
h2 {
	font-size: 1.2em;
	color: #FF0000;
	text-align: left;
	font-weight: normal;
	text-transform: none;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 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;
}
#right .content img {
	padding-top: 0px;
	padding-bottom: 5px;
}
.imageleft {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 5px;
}
