body, html { width: 100%; height: 100%; }

body { 
	margin: 0;
	padding: 0;
	background: url(/images/shared/pm_background_tile.jpg) repeat-x #484848;
	font: 12px tahoma, verdana, arial, sans-serif;
	color: #23221F;
}

p, td, dt, dd, li, div, tr, table { font-size: 1em; color: inherit; }
h1, h2, h3, dd, p, dl, li, form, blockquote, form { margin: 0; padding: 0; font-size: 1em; }
h1 { font: 1.5em Georgia, verdana, sans-serif; color: #584E43; font-weight: bold; letter-spacing: 1px; padding-bottom: 12px; }
h2 { font: 1em Verdana, Arial, sans-serif; color: #164A70; font-weight: bold; padding-bottom: 5px; }
p { margin-bottom: 1em; text-align: left; line-height: 18px; }
table, img { border: none; }
dt { font-weight: bold; color: #14628A; padding-top: 10px; }
dd { padding: 3px 0 5px 15px; border-bottom: 1px solid #eee; }
blockquote { padding-left: 15px; }
ul { list-style: square; }
li { margin-bottom: 7px; }

a { color: #962F1D; }
a:hover { text-decoration: none; }
a:visited { color: #234662; }

.photoR { float: right; padding: 10px; }

/***** LAYOUT *********/
#navcontact {  border-right: 1px solid #516C81; }

#wrapper { text-align: center;  }
#canvas { text-align: left; width: 91%; max-width: 996px; min-width: 770px; border-right: 1px solid #000; border-left: 1px solid #000; border-bottom: 1px solid #000; margin: 0 auto; position:relative; }
#IntTop_header { width: 100%; background-repeat: no-repeat; background-position: right top; background-color: #8B7A68; }
#navredbar { background: url(/images/shared/pm_nav_bar.gif); height: 7px; overflow: hidden; width: 100%; clear: both; }
#inttbl { width: 100%; background: #fff; }
#intleftcol { width: 180px; background: url(/images/int/pm_int_body_left.jpg) no-repeat; vertical-align: top; }
#intrightcol { vertical-align: top; }
#leftcolcontent { padding: 4px; }
#contactwrapper { background: url(/images/shared/pm_module_base.jpg) repeat-x left bottom #fff; width: 168px; text-align: left; color: #534F4C; font-size: .9em; border-right: 1px solid #C6C3BE; border-left: 1px solid #C6C3BE; }
#contactwrapper input { border: 1px solid #CBC1B8; font-size: .9em; }
#addressblock { background: url(/images/shared/pm_footer_signature.gif) no-repeat top center; font-size: .9em; }
#copy { font-size: .83em; text-align: center; padding: 15px 0 10px 0; }
#copy a { color: #23221F; text-decoration: underline; }
#intcontent { padding: 10px 20px 25px 20px; margin-top: -25px; }
#footerwrap { background: url(/images/shared/pm_footer_texture.gif); height: auto; width: 100%; }
#footerbar { width: 100%; background: url(/images/shared/pm_footer_bar.gif) repeat-x; height: 9px; overflow: hidden; }
#footerlinks { text-align: center; padding: 7px; }
#footerlinks a { color: #626057; text-decoration: none; font-size: .83em; font-weight: bold; }
#footerlinks a:hover { color: #234763; }
#promo_call {width: 173px; position:absolute; right:0;}
#video_promo_graphic {FLOAT: right; display:block;}

/** Subnav styles **/
#subnavwrap { float: right; padding: 0 0 10px 10px; margin: 52px -10px 0 0; display: inline; clear:both;}
#subnav { width: 168px; background: #F2EEEB; border: 1px solid #C6C3BE; padding: 5px; }
#subnav ul { list-style: circle; color: #BEB5A5; margin: 5px 0 0 20px; padding: 0; }
#subnav h1 { font-size: 1.1em; font-weight: bold; color: #584E43; padding: 0; margin: 0; }
#subnav a { font-size: .91em; }

* html #subnavwrap { float: right; padding: 0 0 10px 10px; margin: 1px -10px 0 0; }
* html #subnav { width: 168px; background: #F2EEEB; border-left: 1px solid #C6C3BE; border-bottom: 1px solid #C6C3BE; padding: 5px; }
* html #subnav ul { list-style: disc; color: #BEB5A5; margin: 5px 0 0 20px; padding: 0; }

/** Bread crumb styles **/
.SiteMap
{
  font-family: verdana; 
  font-size: 11px;
  color:Gray;
}

.BreadcrumbsNode
{
  font-family: verdana; 
  font-size: 11px;
} 

.BreadcrumbsNode a
{ 
  color: black;
  text-decoration:none;
} 

.BreadcrumbsNode a:hover
{ 
  color: red;
  text-decoration:underline;
}

/* SITE MAP */

#content2 ul.sitemap2 {
	width: 100%;
	margin: 0;
	padding: 10px 0 0 0;
	overflow: hidden;
}
ul.sitemap2 li.toplvl {
	list-style-type: disc;
	border: 1px solid #2F362F;
	width: 30%;
	float: left;
	margin-left: 4%;
	display: inline;
	line-height: 20px;
	margin-bottom: 10px;
}
ul.sitemap2 a.toplvl {
	font-size: 1.1em;
	font-weight: bold;
	display: block;
	text-transform: uppercase;
	text-align: center;
	border: 1px solid #C8D8EF;
	color: #fff;
	background: #6A5C4C;
	padding: 0px;
}
* html ul.sitemap2 a.toplvl {height: 1%;}

.sitemaplevel2 {margin: 0; padding: 0 10px 0 20px; list-style-type: disc;}


/*\*/
* html body { font-size: 76%; }
* html #canvas { width: expression( document.body.clientWidth < 860 ? '770px' : '90%' ); }
/**/