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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #666666;
	background-color: #ededed;
	margin-top: 20px;
	padding: 0px;
	background-image: url(../images/bg_body.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#masthead {
	padding: 0px;
	margin: 0;
	background-color: #f2fff7;
}
#logo {
	padding: 0px;
	margin: 0;
	background-color: #f2fff7;
	height:41px;
}
#wrapper {
	width: 980px;
	margin: 0 auto;
	background-color:#FFFFFF;
}
#column_wrapper {
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#left {
	width: 639px;
	float: left;
}
#right {
	width: 340px;
	float: left;
	background-color:#f8f8f8;
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #EDEDED;
	border-left: 1px solid #EDEDED;
}
#left .content {
	padding: 20px;
	font-size: 0.85em;
	line-height: 1.65em;
}
#right .content {
	padding: 24px 20px;
	font-size: .85em;
	line-height: 1.5em;
}
#masthead .content {
	padding: 12px 20px;
}
#footer .content {
	padding: 20px;
}
#footer {
	color: #999999;
	background-color: #EDEDED;
	font-size: 0.7em;
	clear: both;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#left a:link {
	color: #3366CC;
	text-decoration:none;
}
#left a:visited {
	color: #3366CC;
	text-decoration:none;
}
#left a:hover {
	color: #3366CC;
	text-decoration:underline;
}
#right a:link {
	color: #3366CC;
	text-decoration:none;
}
#right a:visited {
	color: #3366CC;
	text-decoration:none;
}
#right a:hover {
	color: #3366CC;
	text-decoration:underline;
}
#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: #999999;
	text-decoration:none;
}
#footer a:visited {
	color: #999999;
	text-decoration:none;
}
#footer a:hover {
	color: #999999;
	text-decoration:underline;
}
.p7uberlink {
	font-weight: bold !important;
	border-color: #000000 !important;
}
h1 {
	font-size: 1.8em;
	margin-bottom: 20px;
	color:#6d9652;
	line-height: 26px;
}
h2 {
	font-size: 1.6em;
	margin: 0;
	color:#466975;
	margin: 60px 0 20px 0;
}
h3 {
	font-size: 1.25em;
	margin: 0;
}
h4 {
	font-size: 1.1em;
	margin: 0 0 20px 0;
	color: #666666;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 0 0 20px 0;
}


blockquote {
	background-color:#f2fff7;
	border: 1px solid #ccc;
	padding: 20px;
	}
blockquote img {
	padding: 0 20px 0 0;
	float: left;
	}


  /*  Content Area Lists */

	
.content ul 	{
	color:#666666;
	margin: 0;
	padding: 0;
	}
	
.content li	{
	line-height: 18px;
	margin-bottom: 10px;
	padding-bottom: 0;
	padding-left: 0;
	margin-left: 30px;
	list-style-position: outside;
	list-style-type: disc;
	}
	
.content ul ul li {
	margin-top: 10px;
	}
	

