@charset "utf-8";

/* CSS Document */

/* 
  ------------------------------------------------
  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: #FFFFFF;
	padding: 0;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
#masthead {
	color: #999999;
	padding: 0px;
	margin: 0;
	background-color: #FFF;
	background-repeat: no-repeat;
}
#wrapper {
	width: 940px;
	margin: 0 auto;
}
#column_wrapper {
	background-repeat: repeat-y;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
#right {
	width: 740px;
	float: left;
}
#left {
	width: 200px;
	float: left;
}
#left .content {
	padding: 10px;
	font-size: 0.75em;
	line-height: 1.5em;
}
#right .content {
	padding: 24px;
	font-size: 0.8em;
	line-height: 1.65em;
}
#masthead .content {
	padding-top: 6px;
	padding-right: 16px;
	padding-bottom: 12px;
	padding-left: 16px;
}
#footer .content {
	padding: 12px 24px;
}
#footer {
	color: #000;
	background-color: #FFF;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	clear: both;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#left a:link {
	color: #3266CC;
}
#left a:visited {
	color: #3266CC;
}
#left a:hover {
	color: #007900;
}
#right a:link {
	color: #0000FF;
}
#right a:visited {
	color: #666666;
}
#right a:hover {
	color: #000000;
}
#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: #000;
}
#footer a:visited {color: #666666;}
#footer a:hover {color: #FFFFFF;}
.p7uberlink {
	font-weight: bold !important;
	letter-spacing: .15em;
	border-color: #000000 !important;
}
h1 {
	font-size: 1.8em;
	margin: 0;
	color: #3266CC;
}
h2 {
	font-size: 1.6em;
	margin: 30px 0 0 0;
}
h3 {
	font-size: 1.25em;
	margin: 30px 0 0 0;
	font-weight: bold;
	color: #3266CC;
}
h4 {
	font-size: 1.1em;
	margin: 20px 0 0 0;
	line-height: 2em;
	color: #3266CC;
}
.nomargintop {
	margin-top: 0;
}
.content p {
	margin: 12px 0;
}

/* 
  -----------------------------------
  Pop Menu Magic 2
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme: 02 - Topaz
  -----------------------------------
*/

/*Menu Outer Wrapper*/
.p7PMMh02 {
	width: auto;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom: 4px solid #005A84;
	text-align: left;
	line-height: normal;
	font-weight: bold;
	float: right;
}

/*Hide Sub-Menu in Design View
Compensate for LI padding on Sliding Doors themes*/
.p7PMMh02 ul div {
	display: none;
	margin-left: -10px !important;
}
.p7PMMh02 ul ul div {
	margin-left: 190px !important;
}
/*
TOP LEVEL MENU
*/
.p7PMMh02 ul {
	margin: 0;
	padding: 0;
}
.p7PMMh02 li {
	list-style-type: none;
	float: left;
	width: 120px;
	background: #007900 url(p7pmm/img/pmm_topaz_left.jpg) no-repeat left top;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 8px;
}
/* Hide from IE5 Mac \*/
.p7PMMh02 li {
	width: auto;
}
/* End Hiding */

.p7PMMh02 li:hover {
	background-position: 0px -240px;
}
/*Sliding Doors state for child links of LI while LI is being hovered */
.p7PMMh02 li:hover a {
	color: #FFF !important;
	background: 100% -240px;
}
/*Top Level Links*/
.p7PMMh02 a {
	display: block;
	text-decoration: none;
	color: #FFF !important;
	border-right: 0;
	background-image: url(p7pmm/img/pmm_topaz_right.jpg);
	background-position: 100% 0%;
	background-repeat: no-repeat;
	text-align: left;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 8px;
}
/*
Syntax for special classes programatically assigned to first and last links and also LIs
See user guide for more information
*/
.p7PMMh02 ul a.pmmfirst {
}
.p7PMMh02 ul a.pmmlast {
}
.p7PMMh02 ul li.pmmfirst {
}
.p7PMMh02 ul li.pmmlast {
}
/*First Sub Level*/
.p7PMMh02 ul ul {
	width: 120px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #666;
	background: url(p7pmm/img/pmm_topaz_sub.jpg) repeat-x;
}
.p7PMMh02 ul ul li {
	float: none;
	background-image: none;
	margin: 0;
	padding: 0;
	position: static;
}
.p7PMMh02 ul ul a {
	padding: 12px 8px 4px 18px;
	color: #FFF !important;
	border-right: 0;
	background-image: none;
	text-align: left;
	overflow: hidden;
}
.p7PMMh02 ul ul a:hover {
	color: #FFF !important;
	background: #2460B8 url(p7pmm/none);
}
/*Third Level (Flyouts in horizontal menu)*/
.p7PMMh02 ul ul ul {
	border-top: 1px solid #555;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #555;
	padding-top: 0px;
}
/*
SPECIAL IMAGE-BASED RULES
*/
.p7PMMh02 img {
	border: 0;
}
.p7PMMh02 .p7PMM_img {
	padding: 0;
	border: 0;
	background-image: none;
	background-color: transparent;
}
/*
TRIGGERS and CUURENT MARK RULES
The Closed state relates to trigger items when their child menus are not showing
The Open state relates to trigger items when their child menus are showing
Selectors appended with _left Automatically change arrow position and orientation
if sub levels are set to fly out to the left
*/
.p7PMMh02 ul a.trig_closed {
	background-position: 100% -80px;
}
.p7PMMh02 ul a.trig_closed_up {
	background-position: 100% -160px;
}
/*Sub Level*/
.p7PMMh02 ul li.trig_open {
	background-position: 0px -240px;
	color: #FFF !important;
}
.p7PMMh02 ul a.trig_open {
	background-position: 100% -240px;
	color: #FFF !important;
}
.p7PMMh02 ul ul a.trig_closed {
	background-image: url(p7pmm/img/pmm_east_medium.gif);
	background-repeat: no-repeat;
	background-position: right center !important;
}
.p7PMMh02 ul ul a.trig_closed_left {
	background-image: url(p7pmm/img/pmm_west_medium.gif);
	background-repeat: no-repeat;
	background-position: left center !important;
}
.p7PMMh02 ul ul a.trig_open {
	color: #FFF !important;
	background: #5C84C8;
}
/*The Current Marker (You are here) links*/
.p7PMMh02 .current_mark {
	font-weight: normal;
	color: #FFF !important;
	background: 1000% -240px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.p7PMMh02 .li_current_mark {
	background: #7AA24C 0px -240px;
	color: #FFF;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*
Utility Rule used for Clearing floats in Horizontal Menus
*/
.p7pmmclearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

/* 
  -----------------------------------
  Pop Menu Magic 2
  by Project Seven Development
  www.projectseven.com
  Menu Type: Vertical
  Style Theme: 01 - Multicolor
  -----------------------------------
*/

/*Menu Outer Wrapper*/
.p7PMMv01 {
	width: auto;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	line-height: normal;
}
/*Hide Sub-Menu in Design View*/
.p7PMMv01 ul div {
	display: none;
}
/*
TOP LEVEL MENU
*/
.p7PMMv01 ul {
	margin: 0;
	padding: 0;
}
.p7PMMv01 li {
	list-style-type: none;
	margin-bottom: 6px;
}
/*Top Level Links*/
.p7PMMv01 a {
	display: block;
	text-decoration: none;
	padding: 6px 1px 6px 12px;
	color: #000 !important;
	background-color: #FFF !important;
	border: 1px solid #999;
	text-align: left;
}
.p7PMMv01 a:hover {
	color: #FFF !important;
	border-color: #2460B8;
	background-color: #5C84C8 !important;
	font-weight: normal;
}
/*Sub Level*/
.p7PMMv01 ul ul {
	z-index: 10000;
	width: 200px;
	border: 1px solid #000;
	background-color: #FFF;
}
.p7PMMv01 ul ul li {
	margin: 0;
}
.p7PMMv01 ul ul a {
	border: 0;
	padding: 6px 12px;
	text-align: left;
	overflow: hidden;
}
/*Third Level (Flyouts in horizontal menu)*/
.p7PMMv01 ul ul ul {}
/*
Syntax for special classes programatically assigned to first and last links and also LIs
See user guide for more information
*/
.p7PMMv01 ul a.pmmfirst {
}
.p7PMMv01 ul a.pmmlast {
}
.p7PMMv01 ul li.pmmfirst {
}
.p7PMMv01 ul li.pmmlast {
}
/*
SPECIAL IMAGE-BASED RULES
*/
.p7PMMv01 img {
	border: 0;
}
.p7PMMv01 .p7PMM_img {
	padding: 0;
	border: 0;
	background-image: none;
	background-color: transparent;
}
/*Special Multicolor Rules*/
.p7PMMv01 .root_1 li, .p7PMMv01 .root_1 ul a, .p7PMMv01 .root_1 a:hover,
.p7PMMv01 .root_1 a.trig_open, .p7PMMv01 .root_1 a.trig_open_left {
	background-color: #5C84C8 !important;
	color: #FFF !important;
	border-color: #2460B8;
	font-weight: normal;
}
.p7PMMv01 .root_2 li, .p7PMMv01 .root_2 ul a, .p7PMMv01 .root_2 a:hover,
.p7PMMv01 .root_2 a.trig_open, .p7PMMv01 .root_2 a.trig_open_left {
	background-color: #5C84C8 !important;
	color: #FFF !important;
	border-color: #2460B8;
	font-weight: normal;
}
.p7PMMv01 .root_3 li, .p7PMMv01 .root_3 ul a, .p7PMMv01 .root_3 a:hover,
.p7PMMv01 .root_3 a.trig_open, .p7PMMv01 .root_3 a.trig_open_left {
	background-color: #5C84C8 !important;
	color: #FFF !important;
	border-color: #2460B8;
	font-weight: normal;
}
.p7PMMv01 .root_4 li, .p7PMMv01 .root_4 ul a, .p7PMMv01 .root_4 a:hover,
.p7PMMv01 .root_4 a.trig_open, .p7PMMv01 .root_4 a.trig_open_left {
	background-color: #5C84C8 !important;
	color: #FFF !important;
	border-color: #2460B8;
	font-weight: normal;
}
.p7PMMv01 .root_5 li, .p7PMMv01 .root_5 ul a, .p7PMMv01 .root_5 a:hover,
.p7PMMv01 .root_5 a.trig_open, .p7PMMv01 .root_5 a.trig_open_left {
	background-color: #5C84C8 !important;
	color: #FFF !important;
	border-color: #2460B8;
	font-weight: normal;
}
.p7PMMv01 .root_1 ul a:hover, .p7PMMv01 .root_1 ul a.trig_open, .p7PMMv01 .root_1 ul a.trig_open_left {
	background-color: #5C84C8 !important;
	color: #FFF !important;
	font-weight: normal;
	border-color: #2460B8;
}
.p7PMMv01 .root_2 ul a:hover, .p7PMMv01 .root_2 ul a.trig_open, .p7PMMv01 .root_2 ul a.trig_open_left {
	background-color: #5C84C8 !important;
	color: #FFF !important;
	font-weight: normal;
	border-color: #2460B8;
}
.p7PMMv01 .root_3 ul a:hover, .p7PMMv01 .root_3 ul a.trig_open, .p7PMMv01 .root_3 ul a.trig_open_left {
	color: #FFF !important;
	font-weight: normal;
	background: #5C84C8;
	border-color: #2460B8;
}
.p7PMMv01 .root_4 ul a:hover, .p7PMMv01 .root_4 ul a.trig_open, .p7PMMv01 .root_4 ul a.trig_open_left {
	background-color: #5C84C8 !important;
	color: #FFF !important;
	font-weight: normal;
	border-color: #2460B8;
}
.p7PMMv01 .root_5 ul a:hover, .p7PMMv01 .root_5 ul a.trig_open, .p7PMMv01 .root_5 ul a.trig_open_left {
	background-color: #333 !important;
	color: #FFF !important;
	font-weight: normal;
}
/*
TRIGGERS and CUURENT MARK RULES
The Closed state relates to trigger items when their child menus are not showing
The Open state relates to trigger items when their child menus are showing
Selectors appended with _left Automatically change arrow position and orientation
if sub levels are set to fly out to the left
*/

/*Sub Level*/
.p7PMMv01 ul a.trig_closed {
	background-image: url(p7pmm/img/pmm_east_dark.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.p7PMMv01 ul a.trig_closed_up {
	background-image: url(p7pmm/img/pmm_north_dark.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.p7PMMv01 ul a.trig_closed_left {
	background-image: url(p7pmm/img/pmm_west_dark.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.p7PMMv01 ul ul a.trig_closed {
	background-image: url(p7pmm/img/pmm_east_light.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.p7PMMv01 ul ul a.trig_closed_left {
	background-image: url(p7pmm/img/pmm_west_light.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.p7PMMv01 ul a.trig_open, .p7PMMv01 ul a.trig_open_left {
	color: #FFF !important;
	background-color: #000 !important;
}
.p7PMMv01 ul ul a.trig_open, .p7PMMv01 ul ul a.trig_open_left {
	color: #FFF !important;
	background-color: #000 !important;
}
/*The Current Marker (You are here) links*/
.p7PMMv01 .current_mark {
	font-weight: normal;
	background: #7B9BD4;
	color: #5D84C9;
	font-size: 12px;
}
.p7PMMv01 ul ul .current_mark {
	font-weight: normal;
	background: #7B9BD4;
	color: #5D84C9;
	font-size: 12px;
}
/* 
  ------------------------------------------------
  PVII Slideshow Magic
  by Project Seven Development
  www.projectseven.com
  Style: 06
	Image Rotator
  ------------------------------------------------
*/
/*
The Root Slideshow DIV
*/
#p7ssm {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto;
	width: auto;
	position: relative;
	z-index: 100;
	padding: 0;
}
/*Toolbar Controls */
#p7ssm_toolbar {
	background-color: #FFF;
	background-repeat: repeat-x;
}
#p7ssm_tools {
	margin: 0 auto;
}
#p7ssm_toolbar em {display: none;}
#p7ssm_toolbar a {display: block;}
#p7ssm_first {
	background-repeat: no-repeat;
	height: 1px;
	width: 1px;
	background-position: left top;
}
#p7ssm_prev {
	background-repeat: no-repeat;
	height: 1px;
	width: 1px;
}
.p7ssm_play {
	background-repeat: no-repeat;
	height: 1px;
	width: 1px;
}
.p7ssm_pause {
	background-repeat: no-repeat;
	height: 1px;
	width: 1px;
}
#p7ssm_next {
	background-repeat: no-repeat;
	height: 1px;
	width: 1px;
}
#p7ssm_last {
	background-repeat: no-repeat;
	height: 1px;
	width: 1px;
}
#p7ssm_bottom, #p7ssm_nav_wrapper, #p7ssm_counter, #p7ssm_slidechannel, #p7ssm_slider, #p7ssm_slidebar, 
#p7ssm_speed, #p7SSMthmb, #p7SSMwhmb {
	display: none;
}
/*The Hover state for all the toolbar icons*/
#p7ssm_first:hover, #p7ssm_prev:hover,
.p7ssm_play:hover, .p7ssm_pause:hover,
#p7ssm_next:hover, #p7ssm_last:hover {
	background-position: left bottom;
}
/*FULLSIZE IMAGE */
/*The Outer Wrapper for Fullsize Image*/
/*\FS TABLE DO NOT EDIT - and hide from IE5 Mac*/
#p7ssm_fstbl {
	margin: 0 auto;
}
#p7ssm_fullsize {
	padding: 0px;
}
/*Animating Box Wrapper for Fullsize Image*/
#p7ssm_fsc {
	margin: 0 auto;
	padding: 0px;
	background-color: #FFF;
	border-top: 1px none #FFF;
	border-right: 1px none #000000;
	border-bottom: 1px none #000000;
	border-left: 1px none #000000;
}
/*Inner Wrapper for Fullsize Image*/
#p7ssm_fsw {
	padding: 0;
	position: relative;
}
/*Crossfade Wrapper - DO NOT EDIT*/
#p7ssm_cf {
	position: absolute;
	visibility: hidden;
	left: 0;
	top: 0;
	z-index: 99;
}
/*Firefox Strict Mode Box Model Fix - DO NOT EDIT*/
#p7ssm_cf img {
	display: block;
}
/*The Fullsize Image*/
#p7ssm_fsc img {
	border: 0;
}
/*\Firefox Fix - Hide from IE5 Mac*/
#p7ssm_fsc img {
	display: block;
}
/* Description Styles */
#p7ssm_description {
	font-size: 1px;
	padding: 0px;
	color: #FFF;
	line-height: 1em;
	letter-spacing: 0.1em;
	display: none;
}
/*Description Paragraphs*/
#p7ssm_description p {
	margin: 6px 0;
}
/*Description Links*/
#p7ssm_description a {
	color: #FFF;
}
/*Hiiden Link for Fullsize Image. DO NOT EDIT*/
.p7ssm_lk {
	display:none;
}
/*Hidden Description Source. DO NOT EDIT*/
.p7ssm_fd {
	display:none;
	padding: 0;
}
/*The Loading Progrees Bar. DO NOT EDIT*/
#p7ssm_loading {
	position:absolute;
	left:0px;
	top:0px;
	visibility: hidden;
	z-index: 100;
}
h6 {
	color: #3C7CC8;
}
