/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  02: 2Col_Fixed_Sidebar_Left
  ------------------------------------------------
*/

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #FFFFFF;
	margin: 20px;
	padding: 0;
}
#masthead {
	color: #999999;
	background-color: #000000;
	padding: 0px;
	margin: 0;
	border: 1px solid #000000;
}
#wrapper {
	width: 763px;
	margin: 0 auto;
}
#column_wrapper_background {
	background-image: url(img/tagline.gif);
	background-repeat: no-repeat;
	background-position: 207px bottom;
}
#column_wrapper {
	background-image: url(img/clm02_middle.gif);
	background-repeat: repeat-y;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#right {
	width: 556px;
	float: left;
}
#left {
	width: 207px;
	float: left;
}
#left .content {
	padding: 0 0 0 31px;
	font-size: 0.75em;
	line-height: 1.5em;
}
#right .content {
	padding: 24px;
	padding-bottom: 30px;
	font-size: 0.78em;
	line-height: 1.4em;
}
#masthead .content {
	padding: 0px;
}
#footer .content {
	padding: 0px 0px;
}
#footer {
	color: #999999;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	clear: both;
	border: 1px solid #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: #000000;
}
#right a:visited {
	color: #000000;
}
#right a:hover {
	color: #000000;
}
#footer a:link {color: #999999;}
#footer a:visited {color: #666666;}
#footer a:hover {color: #FFFFFF;}
h1 {
	font-size: 1.5em;
	margin: 0;
}
h2 {
	font-size: 1.35em;
	margin: 0 0 0 0;
	text-align: center;
}
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;
}
/* 
  -----------------------------------
  TabBar Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Style Theme:08 - Pure Center
  -----------------------------------
*/
#p7TBM {
	font-family: Georgia, "Times New Roman", Times, serif;
}
#p7TBMroot {
	font-size: 13px;
	margin: 1px 0 1px 0;
	letter-spacing: 1.4px;
}
#p7TBMrootbox {
}
#p7TBMroot img {
	border: 0;
}
#p7TBMroot ul {
	text-align: center;
	margin: 0;
	padding: 0px 0 0px 0;
}
#p7TBMroot li {
	list-style-type: none;
	display: inline;
}
#p7TBMroot li a {
	border-right: 0px solid #FFFFFF;
	border-left: 0px solid #FFFFFF;
}
#p7TBMroot .p7TBMtext li a {
	padding: 2px 10px 5px 10px;
	color: #000000;
	text-decoration: none;
	border-right: 0px solid #fff;
	border-left: 0px solid #fff;
}
#p7TBMroot .p7TBMtext .p7TBMdown, #p7TBMroot .p7TBMtext .p7TBMdown:hover {
	color: #333333!important;
	border-color: #FFFFFF !important;
}
/*
The Root Level Hover. This also locks the Hover state while 
the root item's associated sub-menu is visible.
DO NOT CHANGE SELECTOR NAMES*/
.p7ie6Fix:active, 
#p7TBMroot .p7TBMtext .p7TBMon,
#p7TBMroot .p7TBMtext li a:focus, 
#p7TBMroot .p7TBMtext li a:active {
	color: #333333;
	border-color: #333333;
}
#p7TBMsubwrap{
	font-size: .8em;
	letter-spacing: 1px;
	position: relative;
	height: auto;
}
.p7TBMsub {
	position: absolute;
	visibility:hidden;
	left: 0;
	top: 0;
	width: 100%;
	text-align: center;
}
.p7TBMsubbox {}
.p7TBMsub ul {
	text-align: center;
	margin: 0;
	padding: 0px 0 5px 0;
	background-image: url(img/iebfix.gif);
	background-color: transparent;
	border: 0;
}
.p7TBMsub li {
	list-style-type: none;
	display: inline;
	margin: 0 3px 0 0;
	line-height: 2.5em;
}
.p7TBMsub li a {
	padding: 3px 6px;
	color: #FFFFFF;
	border: 0px solid #333333;
	text-decoration: none;
}
.p7TBMsub li a:hover,
.p7TBMsub li a:active,
.p7TBMsub li a:focus {
	color: #C29A9A;
	text-decoration: none;
}
#p7TBM br {
	display: none !important;
}
/* current marker style */
#p7TBM .p7TBMmark,
.p7TBMsub .p7TBMmark:hover,
.p7TBMsub .p7TBMmark:active,
.p7TBMsub .p7TBMmark:focus {
	color: #C29A9A;
	cursor: default;
}
