﻿html 
{ 
    /* always show firefox scrollbar, to prevent horizontal shift. */
    overflow:-moz-scrollbars-vertical; 
}

/* "Edit Module" button that appears on the front-end for authorized users. */
.webmodules_editModuleLink,
a.webmodules_editModuleLink,
a.webmodules_editModuleLink:link,
a.webmodules_editModuleLink:visited
{
    background-color: #FFFFA5;
    padding: 1px 2px 2px 2px;
    border: 1px dotted gray;
    position: absolute; /*preserve layout*/
    color: Blue;
}
.webmodules_editModuleLink:hover,
a.webmodules_editModuleLink:hover
{
    color: #00A2FF;
}

/* "Edit Page" button that appears on the front-end for authorized users. */
.webmodules_editPageLink,
a.webmodules_editPageLink,
a.webmodules_editPageLink:link,
a.webmodules_editPageLink:visited
{
    background-color: #FFFFA5;
    padding: 1px 2px 2px 2px;
    border: 1px dotted gray;
    position: absolute; 
    top: 5px;
    left: 5px;
    color: Blue;
}
.webmodules_editPageLink:hover,
a.webmodules_editPageLink:hover
{
    color: #00A2FF;
}

/* sub navigation highlighted/activated style. */
.subnav .on a:link, .subnav .on a:visited, .subnav .on a:hover, .subnav .on a:active
{
	background-color: #00FF00;
}

/******************************************************************************
 main navigation menu. 
******************************************************************************/

.mainNavDropDown
{
    padding: 10px 0px 0px 0px;
}

.mainNavDropDown_item,
.mainNavDropDown_item a,
.mainNavDropDown_item a:visited /* requird by IE6 to override ancestors. */
{
	background-color: #00FF00;
    font: 11px Verdana, Arial, Helvetica, sans-serif;
    width: 15em;
    padding: 10px 5px;
}

.mainNavDropDown_item_hover,
.mainNavDropDown_item_hover a,
.mainNavDropDown_item_hover a:visited, /* requird by IE6 to override ancestors. */
.mainNavDropDown_item_hover a:hover, /* requird by IE6 to override ancestors. */
.mainNavDropDown_item_hover a:active /* requird by IE6 to override ancestors. */
{
	background-color: #00FF00;
    font: 11px Verdana, Arial, Helvetica, sans-serif;
    width: 15em;
    padding: 10px 5px;
}


/*--------------------------------------------------------------------------------*/
a { outline: none; }

/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  01: 2Col_Fixed_Sidebar_Right
  
  From p7csslm01 Stylesheet in p7csslm folder
  ------------------------------------------------
*/


/* ----------------HOME-------------------*/

body {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 100%;
	color: #000000;
	background-color: #08498D;
	margin: 0px;
	padding: 0;
}
#masthead {
	color: #999999;
	padding: 0px;
	margin: 0;
}
#wrapper {
	width: 940px;
	margin: 0 auto;
	background-image: url(images/column-wrapper-back.jpg);
}

#left {
	width: 590px;
	float: left;
}
#right {
	width: 350px;
	float: left;
}
#left .content {
	padding: 24px 36px;
	font-size: 0.8em;
	line-height: 1.65em;
}
#right .content {
	padding: 24px 20px;
	font-size: .75em;
	line-height: 1.5em;
}
#masthead .content {
	padding: 12px 20px;
}
#footer .content {
	padding: 12px 20px;
	width: 190px;
	float: left;
	line-height: 1.1em;
}
#footer {
	clear: both;
	color: #999999;
	background-color: #E1DFE0;
	padding: 0px;
	margin: 0;
	font-size: 0.7em;
	clear: both;
	background-image: url(images/footer-box-back.gif);
	background-repeat: no-repeat;
	background-position: top center;
	height: 150px;
}
.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}
#left a:link {
	color: #9B7C00;
}
#left a:visited {
	color: #333333;
}
#left a:hover {
	color: #000000;
}
#right a:link {
	color: #755E00;
}
#right a:visited {
	color: #333333;
}
#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: #999999;
	text-decoration: none;
	border-bottom: 1px dotted #999999;
}
#footer a:visited {
	color: #666666;
}
#footer a:hover {
	color: #E24912;
	text-decoration: none;
	border-bottom: 1px dotted #E24912;
}
.p7uberlink {
	font-weight: bold !important;
	border-color: #000000 !important;
}
h1 {
	font-size: 1.8em;
	margin: 0;
}
h2 {
	font-size: 1.6em;
	margin: 30px 0 0 0;
}
h3 {
	font-size: 1.25em;
	margin: 30px 0 10px 0;
}
h4 {
	font-size: 1.1em;
	margin: 0;
}
.nomargintop {
	margin-top: 0;
}

#left .content_home {
	padding: 24px 14px 24px 36px;
	font-size: 0.8em;
	line-height: 1.65em;
}

#right .content_right {
	padding: 24px 20px;
	font-size: .75em;
	line-height: 1.5em;
}

#right .content_right img {
	padding-bottom: 8px;
}

.content_info {
	margin: 0 0 40px 100px;
	}

.content_info h1{
	margin: 0 0 12px -100px;
	color: #e24912;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: normal;
	padding: 8px 0 12px 0;
	}
	
#nav {
	background-image: url(images/nav-back.gif);
	height: 40px;
	background-repeat: no-repeat;
	background-position: top center;
	padding: 0 20px;
}
#brandbox {
	text-align: center;
	background-image: url(images/index-main-window.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	width: 920px;
	margin: 0 auto;
}

#brandbox p {
	margin-top: 0;	
}

#copyright .content {
	padding: 20px;
	text-align: center;
	font-size: 0.8em;
	color: #666666;
}
.style1 {color: #C04300}

#right .content img {
	padding-bottom: 8px;
}

#footer .content img {
	border: 0;
}
#footer .content strong {
	color: #C04300;
}


/* 
  ------------------------------------------------
  PVII CSS Layout Magic
  Copyright (c) 2007 Project Seven Development
  www.projectseven.com
  01: 2Col_Fixed_Sidebar_Right
  
  From p7csslm01-secondary Stylesheet in p7csslm folder
  ------------------------------------------------
*/

/* ----------------SUB-------------------*/
#wrapper_sub {
	width: 940px;
	margin: 0 auto;
	background-image: url(images/column-wrapper-back.jpg);
	background-repeat: repeat-x;
	background-color: #E6E4E5;
}

#left_sub {
	width: 650px;
	float: left;
}
#right_sub {
	width: 280px;
	float: left;
	background-image: url(images/sidebar-back.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}
#left_sub .content_sub {
	padding: 24px 36px;
	font-size: 0.9em;
	line-height: 1.65em;
}
#right_sub .content_sub {
	padding: 14px 20px;
	font-size: 0.75em;
	line-height: 1.5em;
}

#left_sub a:link {
	color: #AD5600;
	border-bottom: 1px dotted #AD5600;
	text-decoration: none;
}
#left_sub a:visited {
	color: #AD5600;
	text-decoration: none;
	border-bottom: 1px dotted #AD5600;
}
#left_sub a:hover {
	color: #E24912;
	border-bottom: 1px dotted #E24912;
}
#right_sub .content_sub a:link {
	color: #666666;
	text-decoration: none;
	font-weight: bold !important;
}
#right_sub .content_sub a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: bold !important;
}
#right_sub .content_sub a:hover {
	color: #AD5600;
	text-decoration: none;
	border-bottom: 1px dotted #AD5600;
	font-weight: bold !important;
}
#wrapper_sub .menulist a, #wrapper_sub .menulist a:visited {
	color: #000000;
	border-left: 6px solid #FFD940;
	padding: 0 0 0 6px;
}
#wrapper_sub .menulist a:hover {
	border-color: #000000;
}

#left_sub .content_sub img {
	border: 0;
}

.content_sub_info {
	margin: 8px 0 12px 100px;
	}

.content_sub_info ul {
padding: 0;
margin: 0;	
}

.content_sub h1 {
	margin: 0 0 12px -100px;
	color: #e24912;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: normal;
	padding: 8px 0 12px 0;
	}

.subnav {
	width: 190px;
	border-bottom: 2px dotted;
	border-bottom-color: #AD5600;	
	border-top: 2px dotted;
	border-top-color: #666666;
	display: block;
	padding: 25px;
	margin: 28px 0 0 18px;
}

.subnav ul {	
	padding: 0;
	margin: 0;
	list-style: none;
}
.subnav ul li {
	list-style-image: url(images/arrow_circle.gif);
	padding: 0 0 0 4px;
	margin: 0 0 10px 0;
}
.subnav a:link, .subnav a:visited {
	font: bold 14px Arial, Helvetica, sans-serif !important;
	color: #666666;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
.subnav a:hover, .subnav a:active {
	font: bold 14px Arial, Helvetica, sans-serif !important;
	color: #AD5600;
	border-bottom: 1px dotted;
	border-bottom-color: #AD5600;
	margin: 0;
	padding: 0;
}


#left_sub .content_sub ul {
	list-style-type: none;
	padding: 20px;
	background-color: #C5D9E0;
	/*margin: 10px 0px 10px 100px;*/
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
#left_sub .content_sub li {
	padding: 8px 0 12px 0;
	border-top: 2px dotted;
	border-top-color: #AD5600;
	list-style-position: inside;
}

#left_sub .content_sub strong {
	color: #AD5600;
}

#left2 {
	width: 940px;
	float: left;
	background-image: url(images/gallery-bg.png);
	background-repeat: no-repeat;
	background-position: 130px 20px;
}
#left2 .content_sub {
	padding: 30px 36px;
	font-size: 0.9em;
	line-height: 1.65em;
	text-align: center;
}

#left_sub .content_sub h4 {
	color: #3391AC;
	padding: 5px 0 0 40px;
	font-size: 1.3em;
	font-weight: normal;
}







/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme: 22 - Carbon
  
  From p7pmh22 Stylesheet in p7pm folder
  -----------------------------------
*/
#p7PMnav {
	margin: 0;
	padding: 0;
	background-image: url(images/pmcarbon_root.jpg);
	background-repeat: repeat-x;
	width: 100%;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#p7PMnav ul {
	margin: 0;
	padding: 0;
	position: absolute;
	left: -9000px;
	z-index: 10000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	background-image: url(images/pmcarbon_subs.jpg);
	background-repeat: repeat-x;
	background-color:#171717;
}
#p7PMnav ul ul {
	border-top: 1px solid #666666;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #666666;
}
#p7PMnav a {
	padding: 8px 12px;
	color: #CCCCCC;
	text-decoration: none;
	display: block;
	border-left: 1px solid #000000;
	height: auto !important;
	font-weight: normal;
}
#p7PMnav ul a {
	padding: 4px 12px;
	background-image: none;
	border: 0;
	zoom: 1;
	font-size: 0.9em;
	font-weight: normal;
}

#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background-color: #454545;
	color: #CCCCCC;
	letter-spacing: 0.01px;
	font-weight: normal;
}
#p7PMnav ul a:hover, #p7PMnav ul a:active, #p7PMnav ul a:focus {
	background-color: #000000;
	color: #CCCCCC;
	letter-spacing: 0.01px;
	background-image: none;
	font-weight: normal;
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #FFFFFF;
	letter-spacing: 0.15em !important;
}
/* ------ the trigger link styles ------- */

/*the trigger link */
/* the active trigger link style */
#p7PMnav .p7PMon {
	background-color: #454545;
	color: #CCCCCC;
}
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {
	background-image:  url(images/p7PM_light_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;	
}
#p7PMnav ul .p7PMon {
	background-color: #010101;
	color: #CCCCCC;
}
/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
	top: 0;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
	top: auto;
}
/* Top level menu width */
#p7PMnav li {
	float: left;
	width: 148px;
}
/* hide from IE mac \*/
#p7PMnav li {width: auto;}
/* end hiding from IE5 mac */

#p7PMnav ul li {
	float: none;
}
#p7PMnav ul, #p7PMnav ul li {
	width: 170px;
}
#pmmcrumb {
	font-weight: bold;
	margin-bottom: 16px;
	color: #333333;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #535FAC;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #333333;
}



/* 
  --------------------------------------
  TabPanel Magic Style Sheet
  by Project Seven Development
  www.projectseven.com

  Style Theme: 04 - Oceanic -No Box Style
  
  From p7tp_04 Stylesheet in p7tp folder
  --------------------------------------
*/

.p7TPpanel {
	font-family: Arial, Helvetica, sans-serif;

}
.p7TPwrapper {
	padding: 0;
}
.p7TPheader {
	padding: 0;
}
.p7TPheader h2, .p7TPheader h3 {
	margin: 0 0 6px 0;
	font-size: 1.1em;
	font-weight: normal;
}
.p7TP_tabs {
	padding: 0;
	font-size: 1em;
	width: 920px;
}
#p7TP1 .p7TP_tabs a, #p7TP2 .p7TP_tabs a,
#p7TP3 .p7TP_tabs a, #p7TP4 .p7TP_tabs a, 
#p7TP5 .p7TP_tabs a {
	padding: 20px;
	display: block;
	float: left;
	color: #DEDCDD;
	text-decoration: none;
	background-image: url(images/tabs03_up.jpg);
	background-repeat: repeat-x;
	border-bottom: 0;
	border-right: 2px solid;
	border-right-color: #08498D;
	width: 111px;
	font-weight: bold;
	font-size: 0.9em;
}
#p7TP1 .p7TP_tabs a:focus, #p7TP2 .p7TP_tabs a:focus,
#p7TP3 .p7TP_tabs a:focus, #p7TP4 .p7TP_tabs a:focus,
#p7TP5 .p7TP_tabs a:focus {

}
#p7TP1 .p7TP_tabs a:hover, #p7TP2 .p7TP_tabs a:hover, 
#p7TP3 .p7TP_tabs a:hover, #p7TP4 .p7TP_tabs a:hover, 
#p7TP5 .p7TP_tabs a:hover, #p7TP1 .p7TP_tabs a:active, 
#p7TP2 .p7TP_tabs a:active, #p7TP3 .p7TP_tabs a:active,
#p7TP4 .p7TP_tabs a:active, 
#p7TP5 .p7TP_tabs a:active {
	color: #FFFFFF;
}
.p7TP_tabs div {
	display: block;
	float: left;
	margin: 0 -1px 0 0;
}
.p7TPclear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
.p7TPcontent {
	padding: 0;
	font-size: 0.95em;
	line-height: 1.5em;
	position: relative;
	z-index: 1;
	top: -1px;
	left: 0;
	color: #333333;
}
.p7TPcontenth2, .p7TPcontent h3, 
.p7TPcontent h4 {
	font-size: 1.1em;
	color: #444444;
	margin: 0px;
	line-height: normal;
}
/*.p7TPcontent p {
	margin: 6px 0 12px 0;
}*/
#p7TP1 .p7TP_tabs div.down, #p7TP2 .p7TP_tabs div.down, 
#p7TP3 .p7TP_tabs div.down, #p7TP4 .p7TP_tabs div.down, 
#p7TP5 .p7TP_tabs div.down {
	padding: 0;
	position: relative;
	z-index: 2;
}
#p7TP1 .p7TP_tabs div.down a, #p7TP2 .p7TP_tabs div.down a, 
#p7TP3 .p7TP_tabs div.down a, #p7TP4 .p7TP_tabs div.down a, 
#p7TP5 .p7TP_tabs div.down a {
	background-image: url(images/tabs03_down.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF !important;
	cursor: default;
}
/*HIDE the TABS*/
.p7TP_tabs {
/*display: none;*/
}







