* {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

body {
	background: url(images/pchh_bg.jpg) center top;
	padding: 25px 0 20px 0;
	font-family: Arial, Helvetica, clean, sans-serif;
	font-size: 95%;
	line-height:1.2em; 
}

a {
    color: #05589a;
}

p {
    font-size:0.8em;
    margin: 0 0 10px 0;
}

label {
	width: 100px;
	display: block;
	float: left;
}

#container {
	width: 999px;
	margin: 0 auto;
}

/* Header */

.header {

	width: 999px;
	height: 207px;
	position: relative;
}

.header #logo {

	width: 265px;
	height: 207px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(images/logo.jpg);
}

.header #logo h1 {
	display: block;
	height: 0;
	padding-top: 212px;
	overflow: hidden;
}

.header #nav {
	position: absolute;
	left: 265px;
}

.header #nav li {
	display:block;
	list-style: none;
	float: left;
	height: 70px;
	background: url(images/menu_states.jpg);
}

.header #nav li a {
	display:block;
	height: 70px;
	background: url(images/menu_states.jpg);
	cursor: pointer;
}

.header #nav li a .hide {
	display: block;
	height: 0;
	padding-top: 70px;
	overflow: hidden;
}

.header #nav li a:Xhover {
	background: none;
}

.header #nav #n1 a {
	background-position: 0px 70px;
	width: 122px;
}

.header #nav #n2 a {
	background-position: -122px 70px;
	xwidth: 122px;
	xwidth: 150px;
}

.header #nav #n3 a {
	background-position: -245px 70px;
	width: 122px;
	color:#000000;
}

.header #nav #n4 a {
	background-position: -367px 70px;
	xwidth: 165px;
	xwidth: auto;
}

.header #nav #n5 a {
	background-position: -489px 70px;
	width: 123px;
}

.header #nav #n6 a {
	background-position: -612px 70px;
	width: 122px;
}
 
.header #nav #n1 {
	background-position: 0px 140px;
	width: 122px;
}

.header #nav #n2 {
	background-position: -122px 140px;
	width: 123px;
}

.header #nav #n3 {
	background-position: -245px 140px;
	width: 122px;

}

.header #nav #n4 {
	background-position: -367px 140px;
	width: 122px;
}

.header #nav #n5 {
	background-position: -489px 140px;
	width: 123px;
}

.header #nav #n6 {
	background-position: -612px 140px;
	width: 122px;
}


.header #nav #n1.active {
	background-position: 0px 0;
	width: 122px;
}

.header #nav #n2.active {
	background-position: -122px 0;
	width: 123px;
}

.header #nav #n3.active {
	background-position: -245px 0;
	width: 122px;
}

.header #nav #n4.active {
	background-position: -367px 0;
	width: 122px;
}

.header #nav #n5.active {
	background-position: -489px 0;
	width: 123px;
}

.header #nav #n6.active {
	background-position: -612px 0;
	width: 122px;
}

.header #nav .active a {
	background: none;
}



/* Submenu */

.header #nav li ul {
	/* visibility: hidden; */
	position: absolute;
	top: 65px;
	width: 160px;
	xpadding: 8px 15px 8px 15px;
	padding: 8px 15px 8px 10px;
	float: none;
	list-style: none;
	height: auto;
	background: #fc574a;
	color: #fff;
	border-bottom: solid #3b342d 2px;
	border-right: solid #3b342d 2px;
	/* begin suckerfish */
	left: -999em;
	/* end suckerfish */
}

.header #nav li:hover ul, .header #nav li.sfhover ul {
	/* begin suckerfish */
	left: auto;
	/* end suckerfish */
}

.header #nav #n6 ul {
	right: 0px;
	border-bottom: solid #3b342d 2px;
	border-left: solid #3b342d 2px;
	border-right: none;
}

.header #nav .active ul {
	visibility: visible;
}

.header #nav #n1 ul {
	background: #ee1c24;
}

.header #nav #n2 ul {
	background: #f8941d;
}

.header #nav #n3 ul {
	background: #fff200;
}

.header #nav #n4 ul {
	background: #00a651;
}

.header #nav #n5 ul {
	background: #0000ff;
}

.header #nav #n6 ul {
	background: #662d91;
}

.header #nav li ul li {
	display:inherit;
	float: none;
	height: auto;
	background: none;
	color: #fff;
	font-size: .75em;
	line-height: 1.4em;
}


.header #nav li ul a {
	height: auto;
	background: none;
	cursor: pointer;
	color: #fff;
        text-decoration: none;
}

.header #nav .active ul a {
	display:block;
}

.header #nav .active ul a.active {
	color: #000;
}

#headerhome {
	background: url(images/banner.jpg) bottom right no-repeat;
}

#headerabout {
	background: url(/images/thornwell/default/header_back_about_us.jpg) bottom right no-repeat;
}

#headerinvolved {
	background: url(/images/thornwell/default/header_back_involved.jpg) bottom right no-repeat;
}

#headerprograms {
	background: url(/images/thornwell/default/header_back_programs.jpg) bottom right no-repeat;
}

#headeradmissions {
	background: url(/images/thornwell/default/header_back_admissions.jpg) bottom right no-repeat;
}

#headernews {
	background: url(/images/thornwell/default/header_back_news.jpg) bottom right no-repeat;
}

#headercampaign {
	background: url(/images/thornwell/default/header_back_campaign.jpg) bottom right no-repeat;
}

/* Content */

#content {
	position: relative;
	background: #fff url(images/content_back.jpg) bottom right no-repeat;
	width: 999px;
	xmin-height: 500px;
}

#content #left {
	width: 270px;
	float: left;
}

#content #right {
	width: 690px;
	float: right;
	padding: 40px 0 20px 25px;
	xmin-height: 550px;
}

#content #right h1 {
	font-family: Arial, Helvetica, clean, sans-serif;
	font-size: 1.30em;
	color: #05589a;
	padding-bottom: 15px;
	letter-spacing: 0.0em;
}

#content #right h2 {
	font-family: Arial, Helvetica, clean, sans-serif;
	font-size: 1em;
	color: #000000;
	padding-bottom: 2px;
	letter-spacing: 0em;
}
 
#content #right h3 {
	font-family: Arial, Helvetica, clean, sans-serif;
	font-size: 0.9em;
	color: #000000;
	padding-bottom: 0px;
	letter-spacing: 0em;
	margin-bottom: 0px;
}

#content #right h4 {
	font-family: Arial, Helvetica, clean, sans-serif;
	font-size: 0.82em;
	font-weight: bold;
	text-decoration: none;
	color: #05589a;
	padding-bottom: 5px;
}

#content #right h5 {
	font-family: Arial, Helvetica, clean, sans-serif;
	font-size: 0.9em;
	color: #000000;
	padding-bottom: 5px;
	font-weight: normal;
	text-indent: 0px;
}

#content #right address {
	font-family: Arial, Helvetica, clean, sans-serif;
	text-decoration: none;
	font-style: italic;
	font-weight: bold;
	font-size: .82em;
}

#content #right .copy {
	float: left;
	width: 445px;
	min-height: 675px;
	padding: 0 35px 0 0;
	margin: 15px 0 0 0;
	background: url(/images/thornwell/default/divider_stitch.gif) right repeat-y;
}

#content #right .copy .floatleft {
	float: left;
	margin: 5px 15px 10px 5px;
}

#content #right .copy .floatright {
	float: right;
	margin: 5px 5px 10px 15px;
}

#content #right p {
	margin-top: 0px;
	padding-top: 0px;
	text-indent: 0px;
	font-size: 0.8em;
	line-height: 1.4em;
}

#content #right ul {
	margin-top: 5px;
	margin-bottom: 10px;
	line-height: inherit;
}

#content #right ul li {
	margin-left: 22px;
	font-size: 0.8em;
}

#content #rightsub {
	margin-left: 510px;
	padding-top: 20px;
	text-decoration: bold;
	line-height: .7em;
}

#content #rightsub_list {
        margin-left: 505px;
        list-style-type: disc;
        color: #05589a;
        text-decoration: none;
	font-weight: bold;
        font-size: 0.78em;
        padding-right: 5px;
}

#content #subcontact_banner {
	margin-left:30px;
	position:relative;
	margin-top:20px;
	border: 0px;
}

#content #subdonate_banner {
	left:40px;
	position:relative;
	margin-top:60px;
	border: 0px;
}

#content #dvd_request {
        position: absolute;
        bottom: 410px;
        right: 20px; 
        border: 0px;   
}

#content #donate_banner {
	position: absolute;
	bottom: 190px;
	right: 30px;
	border: 0px;
}


#content #contact_banner {
	position: absolute;
	bottom: 20px;
	right: 20px;
	border: 0px;
}

#content #label, #content #right p #label {
        font-size: 0.82em;
        font-weight: bold;
	float: left;
	width: 13em;
}

/* Footer */

#footer {
	background: white url(/images/thornwell/default/footer_back.gif) top left;
}

#footerbottom {
	background: url(/images/thornwell/default/footer_back_trim.gif) bottom left repeat-x;
	padding: 10px;
}

#footerbottom li {
	float: right;
	list-style: none;
	margin: 0 15px 0 10px;
	color: #433d36;
	font-size: 0.7em;
}
