@charset "utf-8";
.pd_menu_01  a, .pd_menu_01 a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:bold;
	font-size:12px;
	color: #FFFFFF;
	background-color: #998F86;
	text-decoration: none;
}
.pd_menu_01 ul {
	list-style-type:none;padding:0; margin:0;	
	position: absolute;
	right: 0;
	bottom: 0;
}
.pd_menu_01 ul li {
	float:left;
	position:relative;
	z-index:auto !important /*Non-IE6*/;
	z-index:1000 /*IE6*/;
	border-right:solid 0px #000000;
	margin: 0px;
}
.pd_menu_01 ul li a {
	color: #FFFFFF;background: #998F86;float:none !important /*Non-IE6*/; float:left /*IE-6*/; display:block; 
	height:28px; line-height:28px; padding:0 0px 0 0px; text-decoration:none; 
}
.pd_menu_01 ul li ul {
	display:none; border:none;color: #FFFFFF;background: #998F86;
}
.pd_menu_01 ul li:hover a {
	background-color:#998F86; text-decoration:none; color:#FFFFFF;
} 
/*Color main cells hovering mode*/
.pd_menu_01 ul li:hover ul {
	display:block;  position:absolute; z-index:999; top:28px; margin-top:0px; left:0;
}
.pd_menu_01 ul li:hover ul li a {
	display:block; width:8.5em; height:auto; line-height:1.3em; margin-left:-1px; padding:5px 10px 5px 5px; 
	border-left:solid 1px #998F86; border-right:solid 1px #998F86; border-bottom: solid 1px #998F86; background-color:#FFFFFF;  color:#ba7500;
} 
/*Color subcells normal mode*/
.pd_menu_01 ul li:hover ul li a:hover {
	background-color:#ba7500; text-decoration:none;color:#FFFFFF;
} 
/*Color subcells hovering mode*/
.pd_menu_01 table {
	position:absolute; top:0; left:0; border-collapse:collapse;color: #FFFFFF;background: #998F86;
}
.pd_menu_01 ul li a:hover {
	background-color:#998F86; text-decoration:none;color:#FFFFFF;
} 
/*Color main cells hovering mode*/
.pd_menu_01 ul li a:hover ul {
display:block; width:8em; position:absolute; z-index:999; top:28px; left:0; 
}
.pd_menu_01 ul li a:hover ul li a {
	display:block; width:9em; height:1px; line-height:1.3em; padding:4px 16px 4px 16px; 
	border-left:solid 0px #000000; border-bottom: solid 1px #000000; 
	background-color:#FFFFFF;  color:#998F86;
} 
/*Color subcells normal mode*/
.pd_menu_01 ul li a:hover ul li a:hover {
	background-color:#b9b1a9; text-decoration:none;color:#FFFFFF;
	} 
/*Color subcells hovering mode*/
body  {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	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 */
}
#container {
	position: relative;
	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;
	text-align: left;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #998F86;
	border-left-width: 1px;
	border-right-color: #998F86;
	border-left-color: #998F86;
} 
#header {
	position:relative;
	padding: 0;
	height: 75px;
	border: none;
	background: #998F86 url(images/MikeTorrey_hb_MTPLogo.gif) no-repeat top left;
} 
#home {
	width:370; height:75;
	margin: 0; padding: 0;
}
#header #home a:hover {
	background: url(images/MikeTorrey_hb_MTPLogo_over.gif) no-repeat;
	}
#header span {
	display: none;
}
#header ul {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	bottom: 0;
	list-style: none;
}
#header ul li {
	float: left;
}
#mainContent {
	background-image:url(images/Bridge.jpg);
	width: 940px;
	height: 580px; 
	margin: 0; /* 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. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.navgraphic {
	padding: 0px;
	float: right;
	margin: 0px;
	bottom: 0px;
}
#footer { 
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#998F86;
	height: 25px; 
	text-align: center;
	font: Verdana, Arial, Helvetica, sans-serif; color:#DCD9C9;
	font-size:9px;
} 
#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#footer li {
	float:left;
}
#footer ul li a {
	padding: 0 7px;
	font: 9px;
	line-height: 25px;
	text-decoration: none;
	color:#DCD9C9;
	display: block;
}
#footer ul li a:hover {
	color:#FFFFFF;
}
.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: 0px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 0px;
}
.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;
}
#copyright {
	position: relative;
	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;
	text-align: center;
	font:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:9px;
	border:0;
	padding:6px;
}