@charset "UTF-8";
body  {
	background: #000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #616d7e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 120%;
}
.home #container { 
	width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.home #header {
	background: #ccc;
	padding: 10;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	text-align: center;
	vertical-align: middle;
	margin: 0px;
} 
.home #navbar {
	background: url(../p7pmm/img/pmm_carbon_root.jpg) repeat-x;
	padding: 0 0px;
	margin: 0px;
} 
.home #blacktopdiv {
	background: #000;
	padding: 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 33px;
	margin: 10px 0px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #999;
	text-align: center;
	text-indent: 20px;
	font-size: 80%;
	font-style: italic;
} 
.home #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: #616d7e;
}
.home #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #555; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
}
.home #mainContent { 
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.home #container #mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 130%;
	padding-bottom: 1px;
	padding-top: 1px;
}
.home #container #mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	line-height: normal;
	padding-top: 0px;
	padding-bottom: 5px;
	text-align: center;
	margin: 15px 0px 0px;
}
.home #container #mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 0px;
	margin: 0px;
	line-height: 100%;
}
.home #container #mainContent ul {
	list-style: square;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 130%;
	margin: 10px 0px 10px 10px;
	padding: 5px 0px 0px 10px;
}
#bottomleftdiv {
	background: #FFF;
	padding: 10px 5px 5px 20px;
	float: left;
	width: 300px;
	border: 2px dashed #FF9965;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.home #container #mainContent #bottomleftdiv ul li {
	line-height: 130%;
}
#bottomleftdiv h3 {
	color: #F79463;
	margin: 0px 0px 0px 20px;
	font-size: 105%;
	font-family: Arial, Helvetica, sans-serif;
}
.home #container #mainContent #bottomleftdiv ul li a {
	color: #06C;
}															
#bottomrightdiv {
	padding: 0px 5px 5px 10px;
	float: right;
	width: 235px;
	margin: 10px;
}
.home #container #mainContent #bottomrightdiv h3 {
	font-size: 90%;
	text-align: center;
	padding: 0px;
	margin: 0px 15px 0px 0px;
}
.home #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	text-align: center;
} 
.home #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Geneva, sans-serif;
	font-size: x-small;
	color: #333;
	text-align: center;
}
.home #container #footer p a {
	color: #616d7e;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.imgheader {
	margin: 5 0;
	padding: 10px;
}
.orangetext {
	color: #F96;
}
/* 
  -----------------------------------
  Pop Menu Magic 2
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme: 04 - Carbon
  -----------------------------------
*/

/*Menu Outer Wrapper*/
.p7PMMh04 {
	width: auto;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: inherit;
	background-image: url(../p7pmm/img/pmm_carbon_root.jpg);
	background-repeat: repeat-x;
	background-color: #000;
	text-align: left;
	line-height: normal;
}
/*Hide Sub-Menu in Design View*/
.p7PMMh04 ul div {
	display: none;
}
/*
TOP LEVEL MENU
*/
.p7PMMh04 ul {
	margin: 0;
	padding: 0;
}
.p7PMMh04 li {
	list-style-type: none;
	float: left;
	width: 120px;
}
/* Hide from IE5 Mac \*/
.p7PMMh04 li {
	width: auto;
}
/*Top Level Links*/
.p7PMMh04 a {
	display: block;
	text-decoration: none;
	padding: 8px 18px 8px 12px;
	color: #BBB !important;
	border-right: 1px solid #000;
	text-align: left;
}
.p7PMMh04 a:hover {
	color: #000 !important;
	background-color: #DFDFDF;
}
/*
Syntax for special classes programatically assigned to first and last links and also LIs
See user guide for more information
*/
.p7PMMh04 ul a.pmmfirst {
}
.p7PMMh04 ul a.pmmlast {
}
.p7PMMh04 ul li.pmmfirst {
}
.p7PMMh04 ul li.pmmlast {
}
/*First Sub Level*/
.p7PMMh04 ul ul {
	z-index: 10000;
	background-color: #999;
	width: 200px;
	background-image: url(../p7pmm/img/pmm_carbon_subs.jpg);
	background-repeat: repeat-x;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
.p7PMMh04 ul ul li {
	float: none;
	background-image: none;
}
.p7PMMh04 ul ul a {
	padding: 4px 12px;
	color: #000 !important;
	border-right: 0;
	background-image: none;
	text-align: left;
	overflow: hidden;
}
.p7PMMh04 ul ul a:hover {
	background-color: #424242 !important;
	color: #FFF !important;
	background-image: none;
}
/*Third Level (Flyouts in horizontal menu)*/
.p7PMMh04 ul ul ul {
	border-top: 1px solid #E0E0E0;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	border-left: 1px solid #E0E0E0;
}
/*
SPECIAL IMAGE-BASED RULES
*/
.p7PMMh04 img {
	border: 0;
}
.p7PMMh04 .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
*/

/*Sub Level*/
.p7PMMh04 ul a.trig_closed, .p7PMMh04 ul a.trig_closed_left {
	background-image: url(../p7pmm/img/pmm_south_medium.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.p7PMMh04 ul a.trig_closed_up {
	background-image: url(../p7pmm/img/pmm_north_medium.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.p7PMMh04 ul a.trig_open, .p7PMMh04 ul a.trig_open_up {
	color: #000 !important;
	background-color: #DFDFDF !important;
}

.p7PMMh04 ul ul a.trig_closed {
	background-image: url(../p7pmm/img/pmm_east_dark.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.p7PMMh04 ul ul a.trig_closed_left {
	background-image: url(../p7pmm/img/pmm_west_dark.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.p7PMMh04 ul ul a.trig_open {
	color: #FFF !important;
	background-color: #424242 !important;
}
/*The Current Marker (You are here) links*/
.p7PMMh04 .current_mark {
	font-weight: bold;
	color: #EEE !important;
}
.p7PMMh04 ul ul .current_mark {
	color: #FFF !important;
}

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