/* 
  ------------------------------------------------
  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: #f86678;
	margin: 10px;
	padding: 0;
}
#masthead {
	background-color: #abf1ff;
	padding: 0px;
	margin: 0;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 180px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
}
#wrapper {
	width: 820px;
	margin: 0 auto;
}
#column_wrapper {
	background-image: url(../p7csslm/img/clm02_middle.gif);
	background-repeat: repeat-y;
}

.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#right {
	width: 618px;
	float: left;
}
#left {
	width: 200px;
	float: left;
	padding: 0px;
}
#left .content {
	padding: 24px;
	font-size: 0.75em;
	line-height: 1.5em;
}
#right .content {
	padding: 24px;
	font-size: 0.8em;
	line-height: 1.65em;
}
#masthead .content {
	padding: 12px 16px;
}
#footer .content {
	padding: 12px 24px;
}
#footer {
	color: #000000;
	background-color: #fcd19d;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	clear: both;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.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: #000066;
	text-decoration: none;
	font-family: "Comic Sans MS";
	font-size: 1em;
	font-weight: bold;
}
#right a:visited {
	color: #ff6666;
}
#right a:hover {
	color: #b19cca;
	text-decoration: underline;
}
#navcontainer {
	margin-left: 0px;
	float: left;
	background-repeat: repeat-y;
	padding-top: 0px;
}

#navcontainer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

#navcontainer li { margin: 0; }

#navcontainer a
{
display: block;
padding: 5px 10px;
width: 178px;
color: #000;
background-color: #b09dca;
text-decoration: none;
border-top: 1px solid #fff;
border-left: 1px solid #fff;
border-bottom: 1px solid #333;
border-right: 1px solid #333;
font-weight: bold;
font-size: 0.8em;
background-image: url(../p7csslm/images/vertical06.jpg);
background-repeat: no-repeat;
background-position: 0 0;
}

#navcontainer a:hover
{
color: #000;
background-color: #f285ae;
text-decoration: none;
border-top: 1px solid #333;
border-left: 1px solid #333;
border-bottom: 1px solid #fff;
border-right: 1px solid #fff;
background-image: url(../p7csslm/images/vertical06a.jpg);
background-repeat: no-repeat;
background-position: 0 0;
}

#navcontainer ul ul li { margin: 0; }

#navcontainer ul ul a
{
	display: block;
	padding: 5px 5px 5px 30px;
	width: 156px;
	color: #000;
	background-color: #d6e262;
	text-decoration: none;
	font-weight: normal;
	margin-left: 8px;
}

#navcontainer ul ul a:hover
{
color: #000;
background-color: #fcef6f;
text-decoration: none;
}

#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	border-left: 6px solid #c09bff;
	padding: 0 0 0 6px;
}
#wrapper .menulist a:hover {
	border-color: #000000;
}
#footer a:link {color: #999999;}
#footer a:visited {color: #666666;}
#footer a:hover {color: #FFFFFF;}
.p7uberlink {
	font-weight: bold !important;
	letter-spacing: normal;
}
h1 {
	font-size: 1.8em;
	margin: 0;
}
h2 {
	font-size: 1.6em;
	margin: 30px 0 0 0;
}
h3 {
	font-size: 1.25em;
	margin: 10px 0 0;
	text-align: left;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0;
}
.west {
	background-image: url(../images/front_images/west_region.gif);
	background-position: center;
	background-repeat: no-repeat;
}
.midwest {
	background-image: url(../images/front_images/midwest_region.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.southwest {
	background-image: url(../images/front_images/southwest.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.northeast {
	background-image: url(../images/front_images/northeast_region.gif);
	background-repeat: no-repeat;
	background-position: center;
}

