@charset "UTF-8";
/* CSS Document */

a:link {
	color: #CC0000;
	text-decoration: none;
}
a:visited {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	color: #006600;
	text-decoration: underline;
}
a:active {
	color: #CC0000;
	text-decoration: none;
}
.border {
	border: medium dashed #000000;
}
.signature {
	font-size: 14pt;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
.style35 {font-size: 12pt}
.bg {
	background-repeat: repeat-y;
}
border_red {
	border-top-color: #DC0201;
	border-right-color: #DC0201;
	border-bottom-color: #DC0201;
	border-left-color: #DC0201;
}
.border_red {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #DC0201;
	border-right-color: #DC0201;
	border-bottom-color: #DC0201;
	border-left-color: #DC0201;
}
.style37 {
	font-size: 11px;
	font-weight: bold;
}
body {
	background-color: #FFFFFF; /* was #FAF8C7 which he did not like */
	background-image: url("../images/pm_Back.jpg");
	background-repeat: repeat-x;
}
.style40 {
	color: #017A21;
	font-weight: bold;
}
.border2 {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: double;
	border-right-style: none;
	border-bottom-style: double;
	border-left-style: double;
	border-top-color: #CC0000;
	border-right-color: #FFFFFF;
	border-bottom-color: #CC0000;
	border-left-color: #CC0000;
}
.border3 {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: none;
	border-top-color: #CC0000;
	border-right-color: #CC0000;
	border-bottom-color: #CC0000;
	border-left-color: #FFFFFF;
}
.style42 {color: #BE0000; font-weight: bold; }

.oneColFixCtrHdr #header {
	padding: 0px 0px 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. */
	background-color: #017A21;
	height: 180px;
	background-image: url("../images/pm_head_Banner1.jpg");
	background-repeat: no-repeat;
	background-position: center;
}

#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 */
}

.oneColFixCtrHdr #container {
	width: 891px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #027A21;
	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. */
}

.oneColFixCtrHdr #navigation {
	background-image: url("../images/menubar_Back.jpg");
	text-align: center;
	padding: 0px;
	margin-bottom: 0px;
	}
	
.oneColFixCtrHdr #navigation ul {
	margin-left: 0;
	padding-left: 0;
	display: inline; /* removes the vertical space normally accompanying a list and places it into the flow of the rest of the document */
	} 

.oneColFixCtrHdr #navigation ul li {
	margin-left: 0;
	margin-bottom: 0;
	list-style: none; /*eliminate the bullet, box, circle, etc. that normally preceeds a list item */
	display: inline; /* turn the normal vertically positioned list items into horizontal items in line with the rest of the document text */
	}
		
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	background-image: url("../images/marbre.gif");
}
.oneColFixCtrHdr #container #navigation li.currentTab {
	background-color: #66ccFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.oneColFixCtrHdr #container #navigation {
	font-weight: bold;
}

.hoursTable {
	text-align: center;
	width: 603px;
	margin: 0 auto; /**centers the table**/
	border: 2px solid #a00000;
	background-color: #FAF8C7;
}

.figureRight {
	float: right;
	width: 310px;
	margin: 10 px;
	padding: 0.5em;
}
.figureLeft {
	float: left;
	width: 320px;
	margin: 0.5em;
	padding: 0.5em;
}
.figureRight p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}
.figureLeft p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}
.fltLeft {
	float: Left;
	margin-right;8px;
}
.fltRight {
	float: right;
	margin-left: 8px;
}		