/*
Theme Name: PCN
Description: PCN Theme
Version: 1.0
Author: Paul Lahaie
*/

a img {
	border: none;
}

hr {
	border-bottom: 1px dotted black;
	border-top: none;
	border-left: none;
	border-right: none;
	height: 1px;
	line-height: 1px;
	clear: both;
}

img.keyline {
	border-width: 1px;
	border-style: solid;
	padding: 2px;
}

body {
	background: white url(images/background.jpg) repeat-y center 0;
	margin: 0px;
	padding: 0px;
	font-family: Lucida Grande, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
}


h1 {
	font-family: Georgia, serif;
	color: #CC3300;
	font-size: 24px;
	font-weight: normal;
  line-height: 1.2em;
}

h5 {
	background:transparent url(images/pointy.gif) no-repeat scroll right bottom;
	border-top:1px solid #333333;
	color:#990000;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:14px;
	font-style:italic;
	font-weight:normal;
	line-height:20px;
	margin:10px 50px;
	padding:10px 20px 40px;
	text-align:left;
}

img.alignleft {
	float: left;
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin: 10px;
}

img.alignright {
	float: right;
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin: 10px;
}

img.alignnone {
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin-top: 10px;
}

div.clear {
	clear: both;
	height: 1px;
	line-height: 1px;
}

ul.orange_flag {
	list-style-image: url(images/orange_flag.gif);
}

/* Header */

div#header_wrapper {
	background: transparent url(images/header.jpg) no-repeat center 0;
	height: 144px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	position: relative;
}

div#header {
	margin: 0pt auto;
	width: 1014px;
	height: 144px;
}

div#nav_bar {
	width: 750px;
	float: left;
}

div#nav_bar ul {
	padding: 0px 0px 0px 20px;
	list-style-type: none;
	margin: 0px;
}

div#nav_bar ul li {
	float: left;
	padding-left: 5px;
}

div.tab_content {
	float: left;
	padding-top: 12px;
	height: 26px;
}

div.tab_start, div.tab_end {
	width: 7px;
	float: left;
	height: 38px;
}

div.tab_content a {
	padding-top: 5px;
	font-family: Georgia, serif;
	font-size: 18px;
	text-decoration: none;
	color: black;
}

div#nav_bar ul li {
	position: relative;
}

div#nav_bar ul li:hover div.tab_start, div#nav_bar ul li.selected div.tab_start {
	background: transparent url(images/tab_start.jpg) no-repeat 0 0;
	color: black;
}

div#nav_bar ul li:hover div.tab_content, div#nav_bar ul li.selected div.tab_content {
	background: transparent url(images/tab_repeat.jpg) repeat-x 0 0;
	color: black;	
}

div#nav_bar ul li:hover div.tab_end, div#nav_bar ul li.selected div.tab_end {
	background: transparent url(images/tab_end.jpg) no-repeat 0 0;
	color: black;
}

div#nav_bar ul li ul {
	position: absolute;
	top: 38px;
	padding: 20px 12px 12px;
	display: none;
	background: transparent url(images/menu_shadow.png) no-repeat 0 bottom;
	z-index: 100;
	width: 294px;
	left: -7px;
}

div#nav_bar ul li:hover ul {
	display: block;
}

div#nav_bar ul li ul li {
	width: 286px;
	text-align: left;
	padding: 5px;
	font-size: 12px;
	font-family: Lucida Grande, sans-serif;
	border-bottom: 1px dotted black;
	background-color: white;
}

div#nav_bar ul li ul li:last-child {
	border-bottom: none;
}

div#nav_bar ul li ul li a {
	text-transform: uppercase;
	color: black;
	text-decoration: none;
}

div#nav_bar ul li ul li:hover {
	background-color: #FFCC00;
}

div#nav_bar ul li:hover ul li ul, div#nav_bar ul li ul li ul {
	display: none;
	position: absolute;
	top: 5px;
	left: 80%;
	z-index: 200;
	width: 294px;
	padding-top: 0px;
}

div#nav_bar ul li ul li:hover ul {
	display: block;
}


div#search_bar {
	width: 230px;
	float: left;
	padding-top: 5px;
}

div#donate_now {
	text-align: right;
	height: 106px;
	padding: 0px 34px 0px 0px;
}

/* Content */

div.content {
	width: 1014px;
	margin: 0pt auto;
	position: relative;
}

div.narrowcolumn {
	float: left;
	width: 720px;
	margin: 15px;
}

div.narrowcolumn h2 {
	font-family: Georgia, serif;
	font-size: 20px;
	color: #666666;
	font-weight: normal;
}

div.narrowcolumn span.header3 {
	font-family: Georgia, serif;
	font-size: 20px;
	color: #666666;
	font-weight: normal;
	padding-top: 10px;
	display: block;	
}


div.narrowcolumn a {
	text-decoration: none;
	color: #CC3300;
}

/* Sidebar */

div.sidebar {
	float: left;
	width: 250px;
	padding: 5px 0px 0px 10px;
}

div.sidebar p {
	line-height: 1.35em;
	margin: 8px 0;
}

div.sidebar p:first-child {
	margin-bottom: 12px;
}

div.sidebar p:last-child {
	margin-top: 12px;
}

div.in_the_news {
	padding: 15px 0px;
	font-size: 12px;
}

div.sidebar div.date {
	clear: both;
	color: #CC3300;
	text-transform: uppercase;
}

div.sidebar div.title {
}

div.sidebar div.link {
	float: right;
	color: #CC3300;
}

div.sidebar div.link a {
	text-decoration: none;
	color: #CC3300;
	clear: both;
}

div.sidebar a {
	text-decoration: none;
	color: #CC3300;
}

div#buy_book {
	line-height: 1.8em;
	padding: 10px 0px 30px;
}

div#buy_book a {
	color: #336699;
	text-decoration: none;
}

div#newsletter {
	background: transparent url(images/newsletterbox.jpg) no-repeat 0 0;
	width: 225px;
	height: 138px;
	margin-top: 20px;
}

div#newsletter div.title {
	padding: 05px 0px 0px 10px;
	font-size: 12px;
}

div#newsletter div.blurb {
	padding: 0px 10px;
	font-size: 13px;
	color: #CC3300;
	font-family: Georgia, serif;
}

div#newsletter table {
	padding: 0px 0px 0px 7px;
}

div#newsletter a {
	color: #CC3300;
	text-decoration: none;
}

div#sep {
	border-left: 1px dotted black;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 750px;
}


/* Homepage */

div.narrowleft {
	float: left;
	width: 410px;
}

div.narrowright {
	float: left;
	width: 320px;
}

div.narrowbottom {
	width: 720px;
	margin: 15px;
}

span.coming_soon {
	color: #CC3300;
	text-transform: uppercase;
	font-style: italic;
}

div.buy_cancer {
	float: right;
	width: 200px;
	text-align: center;
}

div.buy_cancer div {
	padding: 0px 15px 10px;
}

table#cancer_101_toc blockquote {
	margin: 0px 5px 0px 15px;
}

div.hilite {
	padding: 20px;
	background-color: #FFFBCC;
	color: black;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}

div#status_box {
	background-color: #FFFBCC;
	width: 995px;
	height: 40px;
	margin: 0pt auto;
	padding: 10px;
	text-align: center;
	position: relative;
	display: none;
}

a#close_status {
	position: absolute;
	top: 0;
	right: 0;
	color: red;
	text-decoration: none;
}

div#newsfeed {
	float: right;
	width: 200px;
	padding: 0px 15px;
	margin-left: 5px;
	-moz-border-radius: 10px;
	background-color: #FFFBCC;
	/* border: 1px solid #336699; */
}

/* Forms */

fieldset#incineration {
	-moz-border-radius: 10px;
	width: 330px;
	margin: 0pt auto;
	background-color: #FFFBCC;
	border: none;
}

fieldset#cancer {
	-moz-border-radius: 10px;
	width: 327px;
	margin: 0pt auto;
	background-color: #FFFBCC;
	border: none;
}

fieldset#genericform {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 0pt auto;
	background-color: #FFFBCC;
	border: none;
	width: 330px;
}

/* Tabbed page */

div#tabs {
	position: relative;
}

div.ui-tabs-nav ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

div.ui-tabs-nav ul li {
	float: left;
	padding: 0px 20px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;	
	background-color: #CDCDCD;
	color: #CC3300;
	margin-right: 1px;
}

div.ui-tabs-nav ul li.ui-tabs-selected {
	background-color: #FFCC00;
}

div.ui-tabs-panel {
	clear: both;
	border: 1px solid #CDCDCD;
}

div.ui-tabs-hide {
	display: none;
}

tr.striped {
	background-color: #CDCDCD;
}

div#tabs ul li a {
	color: #CC3300;
}

div#tabs ul li a:blur, div#tabs ul li a:active, div#tabs ul li a:focus {
	border: none;
}

div#tabs ul li.ui-tabs-selected a {
/*	color: white; */
}

/* Open Letter */

table#open_letter th {
	text-align: left;
}

/* Footer */

div#footer {
	width: 1000px;
	margin: 0pt auto;
}

div#sum_brand {
	float: right;
	padding-right: 10px;
}

div#footer a {
	color:#CC3300;
	text-decoration:none;
}

div#banners {
	margin-top: 10px;
}

div#banners a {
	display: none;
}

div#banners a:first-child {
	display: inline;
}

div.homepage div.narrowleft p:first-child {
	margin-bottom: 0px;
}

input#__ec_s {
	color: white;
}

div#copyight {
	float: left;
}

div#sum_brand {
	float: right;
}

div#required {
	font-weight: bold;
	text-align: center;
}

ul#langswitch {
	height: 30px;
	padding: 0px;
	margin: 0px;
	list-style: none;
}

ul#langswitch li.current_language_item {
	display: none;
}

ul#langswitch li a {
	text-decoration: none;
	color: white;
}

div#logo {
	float: left;
	width: 227px;
	height: 93px;
	padding: 10px 0px 0px 40px;
}