@charset "UTF-8";
/* CSS More Identical 2011 Document */

/*
Colors:
text:	#ececec
black:	#645a56
dark grey: #5c5c5c
*/

/* Generic Styles */
Html, body {
	Height: 100%;
}
body {
	background: #000 url(../images/Identical_2011_BG.jpg) center 0px;
	background-repeat:no-repeat;
	background-attachment: scroll;
	text-align: center;
	font-family: helvetica, arial, sans-serif;
	line-height: 25px;
}
h1, h2, h3, h4, h5 {
	margin: 5px 0;
}
h1 {
	font-size: 60px;
	font-weight:bold;
	color: #ececec;
	padding-bottom: 10px;
}
h2 {
	font-size: 30px;
	font-weight:bold;
	color: #ececec;
	line-height: 3px;
}
h3 {
	color: #ececec;
	font-size: 25px;
	line-height: 33px;
}

h4 {
	color: #ececec;
	font-size: 20px;
	line-height: 40px;
}

h5 {
	color: #ececec;
	font-size: 40px;
	line-height: 40px;
}

p {
	color: #ececec;
	font-size: 14px;
	font-family: arial;
	margin-bottom: 20px;
	line-height: 20px;
}
table {
	color: #ececec;
	font-size: 14px;
	font-family: arial;
	margin-bottom: 20px;
	line-height: 20px;
	margin-left: auto;
	margin-right: auto;
}
a {
	text-decoration: underline;
	color: #fff;
}
a:hover {
	text-decoration: underline;
	color: #000;
}
#container {
	width: 915px;
	margin: 0px auto;
	margin-top: 92px;
	text-align: left;
	position: relative;
	background: #5c5c5c repeat-x;
	min-height: 100%;
	height: auto !important; /* for IE 6 */
	height: 100%; /* for IE 6 */
}
#header {
	overflow: hidden;
	
}
/***** MAIN CONTENT SECTION ******/
#primaryContent {
	float: left;
	width: 870px;
	padding-top: 20px;
	clear: right;
	color: #ececec;
}
#secondaryContent {
	float: right;
	padding-top: 0px;
	padding-left: 0px;
	width: 209px;
	position: relative;
}
#homeLeft {
	float: left;
	width: 280px;
}
#homeMiddle {
	float: left;
	width: 384px;
	padding-left: 5px;
	text-align: center;
}
#pageLeft {
	float: left;
	width: 900px;
}
blockquote {
	background: #9e0700;
	color: #ffeead;
	padding: 23px;
	font: italic 15px;
	text-align: left;
}
blockquote p {
	font: italic 15px;
	margin-bottom: 1em;
	color: #ffeead;
	font-family: georgia;
}
/*blockquote p img{
	margin-left: -20px;
	padding-bottom: 15px;
}*/
#secondaryContent cite {
	font: bold normal 20px arial;
	color: #2f231e;
	float: right;
    margin-right: -20px;
	padding-right: 0px;
	padding-top: 35px;
	font-weight: bold;
	text-align: center;
}
#secondaryContent cite span {
	font-size: 15px;
	line-height: 10px;
	display: block;
	color: #89451f;
}

/* The CSS arrow! */
.arrow {
	width: 0;
	height: 0;
	line-height: 0;
	border-top: 30px solid #9e0700;
	border-left: 60px solid #fffae6;
	border-right: 10px solid #fffae6;
	position: absolute;
	right: 30px;
}
div.image_display {
	padding: 11px;
	border: 1px solid #d6cec9;
	background: white;
}
.image_display img {
	border: 1px solid #d6cec9;
}
.image_right {
	float: right;
	padding-left: 20px;	
}
/* Footer */
/* The footer div must be wrapped with this #footerWrap
div in order to extend the brown background for the entire
width of the screen. */
#footerWrap {
	border-top: 1px solid white;
	background-color: #000;
	background-image:url(../images/footer_PA_BG.jpg);
	background-repeat: repeat-x;
}
#footer {
	overflow: hidden;
	color: #ececec;
	width: 920px;
	height:170px;
	margin: auto;
	text-align: left;
	padding-top: 20px;
	font-size: 13px;
	text-transform: uppercase;
}
#footer p {
	color: #ffeead;
	font-size: 11px;
	text-align: right;
}

#footer #footerone {
	width: 250px;
	height: 230px;
	text-align: left;
	margin-left: 11px;
	float:left;
	line-height: 17px;
	text-align: right;
}
#footer #footertwo {
	width: 350px;
	height: 230px;
	text-align: left;
	margin-left: 20px;
	text-align: right;
	float:left;
	line-height: 17px;
}
#footer #footerthree {
	width: 265px;
	height: 230px;
	margin-left: 0px;
	float:right;
	line-height: 22px;
	text-align: right;
}
#footer #footertwo a {
	color: #ececec;
	text-decoration: none;
}
#footer #footerthree a {
	color: #ececec;
	text-decoration: none;
}
#footer strong a, #footer p a {
	color: #ececec;
}
#footer p#footerInfo {
	float: right;
	padding-right: 0px;
	margin-top: 0px;
}
