@charset "UTF-8";
body, div, p, h1, h2, h3, h4, h5, h6, img, script, noscript, form, br, input, label, hr {
	margin: 0;
	padding: 0;
}
body  {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	background: #00708C url(images/bk-body.jpg) repeat-x center bottom;
	color: #ECECEC;
}

#container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background: url(images/bottom-bk.gif) no-repeat fixed center bottom;*/
	margin: 0 auto;
	min-height:800px;
	
} 
#header {
	background: #000000;
	padding-top: 8px;
} 
#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 */
}
#sidebar {
	/*float: left;  since this element is floated, a width must be given */
	width: 259px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 38px 0px 15px; /* padding keeps the content of the div away from the edges */
}
.row {
	padding: 0px 0px 30px;
}
.nocol {
	padding-right: 15px;
	padding-left: 15px;

}
.heading {
	padding: 0px 15px;
}

#JustForWhite {
background: url(images/content-bk.png); /*I HOPE this is temporary?*/

}


/*

*/
.col {
	float: left;
	width: 325px;
	padding-right: 15px;/*padding: 0px 15px 0px 15px;*/
	padding-left: 15px;
	text-align: justify;
}


table.stats  {
	
	border-spacing:0;
	padding: 0;
	margin: 0;
	border-collapse:collapse;
		
}
table.stats td {
	font-size: 12px;
	vertical-align: top;
	padding: 3px;
	margin: 0;
	border-collapse:collapse;
	border: 1px solid #CCCCCC;

	
}



#footer {
	padding: 20; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height: 336px;
	background: url(images/bk-footer.gif) no-repeat center bottom;
} 
#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 */
}
.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;
}
.clear { /* 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;*/
}
br.clear {
height:1px;
    font-size: 1px;
    line-height: 0px;
}
.small {
	font-size: 11px;
	color: #D5D5D5;
}
.small a {
	font-weight: normal;
	font-size: 11px;
}
#logo {
float: right;
}
/*#nav {
	left: 239px;
	top: 100px;
	position: relative;
	width: 700px;
}*/
#nav {

	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#content {
	float: right;
	width: 710px;
	padding-top: 20px;
}
p {
	/*font-size: 85%;*/
	line-height: 22px;
	padding-bottom: 20px;
}
p.tight {
	padding-bottom: 4px;
}
h1 {
	font-size: 19px;
	font-weight: normal;
	text-transform: uppercase;
}
h2 {
	font-size: 14px;
	
}
a {
	color: #CCCCCC;
	font-size: 12px;
	font-weight: bold;
	/*text-decoration: none;*/
}
a:hover {
	color: #FFFFFF;
	/*text-decoration: underline;*/
}

a img {
border: none; 
}


#content table {
width:100%;

}
#content td {

	vertical-align: top;
}

#content table p {
line-height: 18px;
}

#content ul, #content ol {
	padding: 0px 0px 12px 30px;
	margin: 0px;
}
#content li {
padding-bottom: 10px;
}



#p7PMnav {
	margin:0px;
	padding: 0;

}
#p7PMnav ul {
	position: absolute;
	left: -9000px;
	margin: 0;
	padding: 0;
	
	z-index: 10000;

}




#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0 10px;	
	
}
#p7PMnav li li {
	padding: 0;		
}
#p7PMnav ul li {
	color: #FFFFFF;
	background: #000000;
}
/* ------ the menu link styles ------ */
#p7PMnav a {
	display: block;
	text-decoration: none;
	padding: 4px 10px;
	color: #CCCCCC;
	/*line-height:1;*/
	font-size: 15px;
	font-weight: normal;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	color: #FFFFFF;	
	/*background: #FFFFFF;*/
}
#p7PMnav a:hover {
	text-decoration: underline;	
	
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	
	font-weight: bold;
}
/* ------ the trigger link styles ------- */

/*the normal trigger links */
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {
	background-image:  url(images/p7PM_light_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
/* the active trigger link style */
#p7PMnav .p7PMon {
	color: #FFFFFF;
	background: #000000;	/*border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: none;
	border-left: 1px solid #FFFFFF;*/
}

/*the submenu classes */
#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav li {
	float: left;
	width: 124px;
}
#p7PMnav ul li {
	float: none;
}
/* 2nd and subsequent Submenu widths */
#p7PMnav ul, #p7PMnav ul li {
	width: 172px;
}

#p7PMnav li {width: auto;}

