@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #333;
	background-color: #369;
}
a:link, a:visited {
	color:#03C;
	text-decoration: none;
}
a:hover {
	color:#03C;
	text-decoration: underline;
}
p,h1,h2,h3,h4,h5,h6,ol,ul,li {
	margin: 0;
	padding: 0;
}
p {
	margin-bottom: 1em;
	line-height: 1.6;
	line-height: 1.5;
	color: #666;
}
h1 {
	font-size: 2.5em;
	font-weight: normal;
	color: #369;
	letter-spacing: 0em;
	margin: 0px 0px .5em 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2 {
	font-size: 1.5em;
	font-weight: bold;
	color: #369;
	margin: 0px 0px .5em 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
strong {
	color: #000;
}
h3 {
	font-weight: normal;
	color: #333;
	margin: 0px 0px .5em 0px;
	border-bottom: 1px solid #f60;
	padding: 0px 0px .5em 0px;
	font-size: 1.2em;
}
.twoColFixRtHdr #container {
	width: 780px;  /* 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: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header {
	background: #FFF;
	padding: 30px 0px 30px 0px;
	margin: 0 24px 0 24px;
} 
#headerFloatRight {
	float: right;
}
.twoColFixRtHdr #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 */
}
.twoColFixRtHdr #main {
	margin: 0 24px 0 24px; /* 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; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr  #container #main #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 190px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	font-size: 0.65em;
	margin: 0;
	background-color: #FFF;
}
.twoColFixRtHdr #container #main #sidebar1 p {
	margin: 0px 0px 1em 0px;
}
#sidebarHeadMenu {
	font-size: 1.1em;
	color: #FFF;
	background-image: url(../p7pmm/img/pmm_carbon_root.jpg);
	background-repeat: repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-weight: bold;
	width: auto;
	margin: 0px 0px 0px 0px;
	padding: 6px;
	background-color: #F90;
}
#sidebarHead {
	font-size: 1.1em;
	color: #FFF;
	background-image: url(../p7pmm/img/pmm_carbon_root.jpg);
	background-repeat: repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-weight: bold;
	width: auto;
	margin: 0px 0px 12px 0px;
	padding: 6px;
	background-color: #F90;
}
#sidebarHead2 {
	font-size: 1.1em;
	color: #FFF;
	background-image: url(../p7pmm/img/pmm_carbon_root.jpg);
	background-repeat: repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-weight: bold;
	width: auto;
	margin: 0px 0px 0px 0px;
	padding: 6px;
	background-color: #F90;
}
.twoColFixRtHdr  #container #main #sidebarcover {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	font-size: 0.65em;
	margin: 0 0 40px 60px;
	background-color: #EBDBB8;
}
.twoColFixRtHdr #main #mainContentWide {
	margin: 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: 15px 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 0.8em;
}
.twoColFixRtHdr #main #mainContent {
	margin: 0 230px 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: 15px 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 0.8em;
} 
.twoColFixRtHdr #container #main #mainContentPortfolio h5 {
	font-size: 1.2em;
	font-style: italic;
	font-weight: normal;
	line-height: 1.5em;
	color: #930;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.twoColFixRtHdr #container #main #mainContentPortfolio h6 {
	font-size: 0.9em;
	color: #000;
	font-style: italic;
	font-weight: normal;
	line-height: 1.5em;
	margin: 6px 0 18px 0;
}
#mainContentPortfolio {
	margin: 0 230px 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: 15px 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 0.8em;
} 
.twoColFixRtHdr #container #main #hometext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-style: italic;
	color: #666;
	padding: 24px 0 0 0;
}
.twoColFixRtHdr #container #main #hometext h5 {
	font-weight: normal;
	font-size: 1.1em;
	color: #930;
}
.twoColFixRtHdr #container #main #hometext h6 {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 0.7em;
	margin: 8px 0 18px 0;
	color: #000;
}
.twoColFixRtHdr #footer {
	padding: 0 24px 0 24px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff;
	font-size: 0.65em;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.1em;
	border-top: 1px solid #f60;
} 
.twoColFixRtHdr #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 */
	color: #333;
}
.twoColFixRtHdr #footer #footerside {
	float: right; /* since this element is floated, a width must be given */
	width: 156px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 24px 15px 0px;
	font-size: 0.85em;
}
.sidebarHead {
	font-size: 1.2em;
	color: #FFF;
	background-image: url(../p7pmm/img/pmm_carbon_root.jpg);
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-weight: bold;
	background-color: #F90;
	float: left;
	margin: 0px 0px 24px 0px;
	padding: 6px;
	width: 200px;
}
.sidebarCalloutBox {
	background-color: #EBDBB8;
	border: none;
	padding: 10px;
}
.calloutBox {
	background-color: #EBDBB8;
	border: 1px solid #999;
	padding: 10px;
	font-size: .9em;
}
.PhotoCaption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	font-style: italic;
	color: #000;
}
.twoColFixRtHdr  #container #main #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 190px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	font-size: 0.65em;
	margin: 0;
	background-color: #FFF;
}
#sidebar1PortfolioAdd {
	float: right; /* since this element is floated, a width must be given */
	width: 190px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	margin: 0;
}
.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;
}
#PortButtonContainer {
	width: inherit;
}
#PDFbox {
	background-image: url(../p7pmm/img/pmm_carbon_root.jpg);
	margin: 8px 0px;
	padding: 3px 6px;
	border: 1px solid #999;
	font-size: 0.8em;
	width: 120px;
	text-align: center;
}
#PDFbox a {
	color: #FFF;
	text-decoration: none;
}
#PDFbox a:hover {
	color: #000;
	text-decoration: none;
}
#Viewbox {
	background-image: url(../p7pmm/img/pmm_carbon_root.jpg);
	margin: 0px 0px 8px 0px;
	padding: 3px 6px;
	border: 1px solid #999;
	font-size: 0.8em;
	width: 120px;
	text-align: center;
	float: right;
}
#Viewbox a {
	color: #FFF;
	text-decoration: none;
}
#Viewbox a:hover {
	color: #000;
	text-decoration: none;
}
