@charset "UTF-8";
/* CSS Document */

/* body: top and bottom margins, default type */

body {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #FAFAFA url(/images/bkgd/bkgd-tile.jpg) repeat-y 50% 0;
}

/* link colors */

a:link, a:visited {
	color: #CC3300;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	}

/* wrapper: sets page width, centers in browser */

#divWrapper {
	width: 899px;
	min-height: 800px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
	background-color: #FFFFFF;
	background-image: url(/images/bkgd/bkgd-skyline.jpg);
	background-repeat: no-repeat;
}
#divPage {
}
#divLogo {
	width: 223px;
	margin-left: 128px;
	margin-top: 42px;
}

/* nav */

#divNav {
	margin-top: 220px;
}
#divNavSec {
	margin-top: 6px;
}

/* home */

#divHomeContentWrapper {
	float: left;
	width: 690px;
	margin-left: 100px;
	margin-top: 50px;
}
#divHomeLeft {
	float: left;
	width: 325px;
}
#divHomeRight {
	float: left;
	width: 325px;
	margin-left: 40px;
}

/* content */

#divPageHeading {
	float: left;
	margin-left: 45px;
	margin-top: 210px;
	font-size: 18px;
	color: #CC3300;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding-top: 4px;
	padding-bottom: 2px;
	padding-left: 12px;
	padding-right: 12px;
	border: 1px dashed #666666;
	background-color: #FFFFFF;
}
#divContentWrapper {
	float: left;
	width: 696px;
	margin-left: 100px;
	margin-top: 30px;
}
#divLeft {
	float: left;
	width: 425px;
	padding-left: 3px;
}
#divRight {
	float: left;
	width: 225px;
	margin-left: 40px;
	padding-left: 3px;
}
#divSecNav {
	width: 203px;
	border-top: 1px dashed #666666;
}


/* twitter */

#twitter_div ul {
	font-size: 12px;
	line-height: 16px;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: -40px;
	color: #333333;
}
#twitter_update_list {
}
#twitter_update_list li {
	list-style-image: url(/images/icons/bullet-twitter.gif);
	list-style-position: inside;
	border-bottom: 1px dashed #666666;
	padding-bottom: 4px;
	padding-top: 6px;
}
.twitter_heading {
	font-size: 12px;
	line-height: 14px;
	color: #333333;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 9px;
	margin-bottom: 9px;
	padding-bottom: 4px;
	border-bottom: 1px dashed #666666;
}

/* footer */

#divFooter {
	float: left;
	width: 690px;
	margin-top: 60px;
	margin-bottom: 20px;
	margin-left: 100px;
	border: 1px dashed #666666;
	padding: 12px;
	font-size: 11px;
	color: #333333;
	text-align: center;
}




/* text formatting */

p {
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	margin-top: 9px;
	margin-bottom: 9px;
}
.bulletText {
	list-style-image: url(/images/sec/bullet.gif);
}
.bulletText p {
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	margin-top: 6px;
	margin-bottom: 6px;
}
.bulletSubhead {
	font-size: 12px;
	line-height: 14px;
	color: #333333;
	text-transform: uppercase;
	margin-top: 32px;
	margin-bottom: 0px;
	padding-top: 4px;
	border-top: 1px dashed #666666;
}
.divider {
	color: #CCC;
}
.SecNavButtonHeading {
	font-size: 11px;
	line-height: 14px;
	margin-top: 9px;
	margin-bottom: 3px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #666666;
}
.SecNavButton {
	font-size: 12px;
	line-height: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.SecNavButton a {
	color: #CC0000;
	text-decoration: none;
	display: block;
	width: 181px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 14px;
	padding-right: 6px;
	background-color: #FFFFFF;
	border-right: 1px dashed #666666;
	border-left: 1px dashed #666666;
	border-bottom: 1px dashed #666666;
	background-image: url(/p7pm/img/p7PM_dark_east.gif);
	background-repeat: no-repeat;
	background-position: 6px 6px;
}
.SecNavButton a:hover {
	color: #CC3300;
	text-decoration: none;
	background-color: #EBEBEB;
}

.small {
	font-size: 11px;
	line-height: 14px;
	margin-top: 12px;
	margin-bottom: 12px;
	color: #666666;
}
.subheadRule {
	font-size: 12px;
	line-height: 14px;
	color: #333333;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 24px;
	margin-bottom: 18px;
	padding-bottom: 4px;
	border-bottom: 1px dashed #666666;
}

