@charset "UTF-8";
body  {
	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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #f1efe2;
	background-image: url(../images/bgimage.jpg);
	background-repeat: repeat-x;
}
 a:link, a:visited {  /* sets body links styling on link and visited states */
	text-decoration: underline;
	color: #660000;
}
a:hover a:active { /* sets body links styling on hover and active states */
	text-decoration: underline;
	color: #996600;
}
h1 { /* sets styling for Header 1 level*/
	font-size: 1.5em;
	font-weight: bold;
}
h2 { /* sets styling for Header 2 level */
	font-size: 1.3em;
	font-weight: bold;
}
h3 { /* sets styling for Header 3 level */ 
	font-size: 1.2em;
	font-weight: bold;
}
h4 { /* sets styling for Header 4 level */
	font-size: 1.0em;
	font-weight: bold;
}
.navigation {
	width: 1000px;
	background-image: url(../p7pmm/img/pmm_carbon_root.jpg);
	background-repeat: repeat-x;
}
.twoColFixLtHdr #container {
	width: 1000px;  /* using 24px less than a full 1024px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* 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. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	height: 80px;
	width: 1000px;
}
.twoColFixLtHdr #leftnav {
	float: left; /* since this element is floated, a width must be given */
	width: 210px;
	font-size: 0.8em;
	color: #000000;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	line-height: 1.5em;
}
.twoColFixLtHdr #mainContent {
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-top: 20;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;/* the left margin on this div element creates the column down the left 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. */
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666666;
	padding-top: 10px;
	font-size: 0.83em;
	line-height: 1.3em;
} 
.resourceContainer {
	width: 700px;
}
.twoColFixLtHdr  #footer { /* sets styling for footer */
	height: auto;
	width: 1000px;
	color: #000;
	font-size: 0.7em;
	text-align: center;
	background-color: #FFFFFF;
	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;
}
.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;
}
.newscenterLinkArrow {
	margin-right: 8px;
	vertical-align: text-bottom;
	margin-top: 10px;
	padding-bottom: 1px;
}
.newscenterLink {
	font-size: 1.0em;
	color: #000000;
}
.newscenterLink a:link, a:visited {  /* sets body links styling on link and visited states */
	font-size: 0.85em;
	text-decoration: underline;
	color: #660000;
}
.newscenterLink a:hover a:active { /* sets body links styling on hover and active states */
	font-size: 0.85em;
	text-decoration: underline;
	color: #996600;
}
.image_left_with_border {
	float: left;
	margin-right: 10px;
	border: 1px solid #000000;
	margin-bottom: 10px;
	margin-top: 5px;
}
.image_right_with_border {
	float: right;
	margin-left: 10px;
	border: 1px solid #000000;
	margin-bottom: 10px;
	margin-top: 5px;
}
.image_right_no_border {
	float: right;
	margin-left: 30px;
	margin-bottom: 5px;
	margin-right: 30px;
}
.image_left_no_border {
	float: left;
	margin-right: 10px;
}
.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
.arrow_img {
	padding-right: 3px;
	vertical-align: baseline;
}
.pdf_img {
	align: center;
	margin-left: 60px;
}
.pdf_text {
	align: center;
	font-size: 0.8em;
}
.photo_container {
	font-size: 0.76em;
	float: left;
	width: 280px;
	line-height: 1.3em;
	margin-top: 20px;
	height: 140px;
	margin-left: 30px;
}
.photo_container_img {
	float: left;
	margin-right: 10px;
	border: 1px solid #000000;
	margin-bottom: 10px;
}
.quote {
	font-size: 1em;
	color: #333333;
	width: 900px;
	line-height: 1.2em;
	font-weight: bold;
	text-align: left;
	height: 50px;
	letter-spacing: 0.08em;
	padding-right: 5px;
	padding-left: 5px;
	font-style: italic;
	margin-bottom: 20px;
}
.tabContainer {
	width: 960px;
	float: left;
}
.resourceContainer {
	width: 900px;
	float: left;
}
.icon_container {
	float: left;
	width: 260px;
	height: 35px;
}
.icon_container_img {
	float: left;
	height: 25px;
	width: 250px;
	padding-left: 10px;
	padding-top: 10px;
}
.iframe_events  {
	float: right;
	height: 550px;
	width: 300px;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 25px;
}
hr {
	height: 1px;
	width: 100%;
}

