/*  CSS Document
	COPD Site Specific
	
	Last Edited by Carley (1/4/11)
	heslinc@nhlbi.nih.gov */
	

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper {
	position: relative;
}
#Header {	/*height: 165px;	*/
}
table {
	font-size: 100%;
}
a img {
	border: 0;
	vertical-align: bottom;
}
img {
	max-width: 100%;
	height: auto;
	border: none;
}
p img {
	border: none;
	margin: 0;
}
hr {
	border: 0;
	height: 1px;
	color: #FDE8B0;
	background-color: #ebc766;
	margin: 0.5em 0 1em 0;
}
hr.dotLine {
	background-color: transparent;
	border-bottom: 1px dashed #ebc766;
}
/* Font Styles */
#visual-portal-wrapper p {
	font-family: Arial, Helvetica, sans-serif;
/*	font-size: .75em !important;*/
	line-height: 140% !important;
	color: #00000;
}
#visual-portal-wrapper li {
	font-family: Arial, Helvetica, sans-serif;
/*	font-size: .75em !important;*/
	line-height: 140% !important;
	color: #00000;
	margin-bottom: 5px;
}
#visual-portal-wrapper li.secondLevel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em !important;
	line-height: 140% !important;
	color: #00000;
	margin-top: 3px;
	margin-bottom: 2px;
}
/*Link Styles*/
#column-content a {
	color: #104b7d !important;
	cursor: pointer !important;
	text-decoration: underline !important;
}
#column-content a:link {
	color: #104b7d !important;
	cursor: pointer !important;
	text-decoration: underline !important;
}
#column-content a:active {
	color: #104b7d !important;
	cursor: pointer !important;
	text-decoration: underline !important;
}
#column-content a:visited {
	color: #800080 !important;
	text-decoration: underline !important;
}
#column-content a:hover {
	color: #104b7d !important;
	text-decoration: underline !important;
	background-color: #FFFFFF !important;
}
fieldset {
	border: 1px solid #FDE8B0;
	margin: 1em 0em 1em 0em;
	padding: 0em 1em 1em 1em;
	line-height: 1.5em;
	width: auto;
}
legend {
	background: transparent;
	padding: 0.5em;
	font-size: 90%;
}
form {
	border: none;
	margin: 0;
}
#visual-portal-wrapper label {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
textarea {
	font: 100% Monaco, "Courier New", Courier, monospace;
	border: 1px solid #CCCCCC;
	color: #000000;
	background: #FFFFFF url("/health/educational/copd/images/common/input_background.gif") repeat-x;
	width: 100%;
}
.field {
	top: 0;
	left: 0;
	margin: 0 1em 1em 0;
	font-family: Arial, Helvetica, sans-serif;
}
.field .field {
	margin: 1em 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
}
.fieldRequired {
	background: url("/health/educational/copd/images/common/required.gif") center left no-repeat;
	padding: 0 0 0 8px;
	color: red;
	font-size: 0.83em;
	font-family: Arial, Helvetica, sans-serif;
}
.context {
	cursor: pointer;
	padding: 1px 10px;
}
.formControls {
	margin-top: 2.5em;
}
.formHelp {
	font-size: 0.91em;
	color: #666666;
}
.margin130 {
	clear: both;
	height: 130px;
}
.visualClear {
	display: block;
	clear: both;
}
.visualClear1px {
	height: 1px;
	display: block;
	clear: both;
	line-height: 1px;
}
.netscape4 {
	display: none;
}
/*-------- Navigation -------------------*/

/* Primary Nav */
#copd-nav {
	margin: 15px 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
#copd-nav li {
	width: 235px;
	border-bottom: 2px solid #a0d2ee !important;
	list-style: none;
	list-style-image: none;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#copd-nav li a {
	color: #005baa !important;
	text-decoration: none !important;
	padding: 10px 20px;
	display: block;
	width: 195px;
}
#copd-nav li a:hover, #copd-nav .current a {
	color: #fff !important;
	background: #005baa !important;
}
/* Secondary Nav */
#mainNavigation {
	margin-top: -12px;
}
#copd-nav ul {
}
#copd-nav .current ul {
	display: block;
	margin: 10px 0;
}
#copd-nav .current ul li {
	border-bottom: 1px #FFF solid !important;
	font-size: .95em !important;
}
#copd-nav .current ul li a {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF !important;
	color: #005baa !important;
	padding: 5px 15px;
	font-weight: normal;
	margin-left: -20px;
}
#copd-nav .current ul li a:hover, #copd-nav .current ul .current a {
	background-color: #FFF !important;
	color: #005baa !important;
	font-weight: bold;
}
/* Tertiary Nav */
#copd-nav .current ul ul {
	display: none;
}
#copd-nav .current .current ul {
	display: block;
}
#copd-nav .current .current li a {
	background-color: #ebeafe !important;
	padding-left: 24px;
	width: 167px;
	font-weight: normal !important;
}
#copd-nav .current .current li a:hover, #copd-nav ul ul .current a {
	color: #301A61 !important;
	background: #ebeafe !important;
	text-decoration: underline !important;
}
/* Accessibility and visual enhancement elements */
.hiddenStructureRight {
	display: block;
	background: transparent;
	background-image: none; /* safari bug */
	border: none;
	height: 1px;
	overflow: hidden;
	padding: 0;
	margin: -1px 0 0 -1px;
	width: 1px;
	float: right;
}
.hiddenStructure {
	display: block;
	background: transparent;
	background-image: none; /* safari bug */
	border: none;
	height: 1px;
	overflow: hidden;
	padding: 0;
	margin: -1px 0 0 -1px;
	width: 1px;
}
/* Elements */
.documentActions {
	margin: 0.4em 0 1em 0.5em;
	padding: .2em 0;
	text-align: right;
}
.documentActions ul {
	margin: 1px 0 2px 0;
	padding: 0;
	display: block;
}
.documentActions li {
	display: inline;
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	text-align: right;
}
.documentActions a {
	border: none !important;
	text-decoration: none;
}
.documentActions2col {
	margin: 0.4em 0 .3em 0.5em;
	padding: .2em 0;
	text-align: right;
}
.documentActions2col ul {
	margin: 1px 0 2px 0;
	padding: 0;
	display: block;
}
.documentActions2col li {
	display: inline;
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
.documentActions2col a {
	border: none !important;
	text-decoration: none;
}
.documentActions #icon-print {
	border: none;
	vertical-align: middle;
}
.imageGroupFloatRight300px {
	width: 300px;
	float: right;
	margin: 0 0em 1em 1.5em;
}
.imageFloatLeft {
	float: left;
	margin: 0 15px 10px 0;
}
.imageFloatRight {
	float: right;
	margin: 0 0 10px 15px;
}
.imageFloatLeftCaption {
	float: left;
	margin: 0 15px 10px 0;
}
.imageFloatRightCaption {
	float: right;
	margin: 0 0 10px 15px;
}
.imageFloatLeftCaption p, .imageFloatRightCaption p {
	font-size: 0.9166em;
	color: #666666;
	line-height: 1.1em;
	margin: 0em 0 0.5em 0;
}
.width150 {
	width: 150px;
}
.width215 {
	width: 215px;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.floatBoxRight, .floatBoxRightSF {
	display: block;
	width: 170px;
	padding: 10px;
	margin: 0.25em 0 1em 1em;
	border: 1px solid #FDE8B0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.05em;
}
.floatBoxRightSF li {
	font-family: Arial, Helvetica, sans-serif;
}
.floatBoxLeft, .floatBoxLeftSF {
	float: left;
	display: block;
	width: 35%;
	padding: 10px;
	margin: 0.25em 1em 1em 0;
	border: 1px solid #FDE8B0;
	font-size: 1.05em;
}
.floatBoxRightSF, .floatBoxLeftSF {
	font-size: 0.95em;
}
.linkBoxBottom {
	clear: both;
}
.linkBoxBottom h3 {
	font-size: 1.4em !important;
	line-height: 1.3em !important;
	text-transform: uppercase;
	color: #005baa !important;
	font-family: Arial, Helvetica, sans-serif !important;
	font-weight: normal !important;
	font-style: normal !important;
	margin-top: 40px;
}
.linkBoxBottom ul {
	list-style: none;
	margin-left: 0;
}
.linkBoxBottom li {
	list-style-type: none;
	margin-left: 0;
	padding-left: 48px;
	min-height: 30px;
	margin-bottom: 15px !important;
}
.linkBoxBottom li span {
	color: #005baa;
	font-weight: bold;
	font-style: italic;
}
.linkBoxBottom li.blue {
	background: url(../images/common/li-arrow-blue.png) no-repeat top left;
}
.linkBoxBottom li.orange {
	background: url(../images/common/li-arrow-orange.png) no-repeat top left;
}
.linkBoxBottom li.green {
	background: url(../images/common/li-arrow-green.png) no-repeat top left;
}
.subcontractorRight {
	float: right;
	display: block;
	width: 190px;
	padding: 10px;
	margin: 0.25em 0 1em 1em;
	border: 1px solid #FDE8B0;
	font-size: 1.05em;
}
.textBlockquote {
	padding: 1em;
	margin-left: 0;
	margin-right: 0;
	border: 1px solid #FDE8B0;
}
.textBlockquoteLightBackground {
	padding: 1em;
	margin-left: 0;
	margin-right: 0;
	background-color: #FFF8E4;
	border: 1px solid #FDE8B0;
}
.textBlockquoteRedItalic {
	padding: 1em 0;
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
	margin-left: 0;
	margin-right: 0;
	border-top: 1px solid #C88A11;
	border-bottom: 1px solid #C88A11;
	color: #B5121B;
}
.floatWhiteBoxLeft5em {
	display: block;
	float: left;
	width: 5em;
}
.visualPadding {
	margin: 0;
	padding: 10px;
}
.backtotop {
	text-align: right !important;
	font-size: 90%;
	margin-bottom: 1em;
	margin-top: 0.5em;
}
.textBlack {
	color: #000000;
}
.textBrown {
	color: #A1550B;
}
.textDarkBrown {
	color: #694800;
}
.textRed {
	color: #B5121B;
}
.textDarkBrown a, .textDarkBrown a:visited {
	color: #694800;
}
.textSmallcaps {
	font-variant: small-caps;
}
.textUppercase {
	text-transform: uppercase;
}
.textCapitalize {
	text-transform: capitalize;
}
.textNormalWeight {
	font-weight: normal;
}
.listRedSquareBullet {
	list-style-image: url("/health/educational/copd/images/common/bullet-red-square.gif");
	list-style-type: square;
}
.listBlackSquareBullet {
	list-style-image: url("/health/educational/copd/images/common/bullet-black-square.gif");
	list-style-type: square;
}
.listCircle {
	list-style-image: none;
	list-style-type: circle;
}
.listLowerAlpha {
	list-style-type: lower-alpha;
}
.noTopMargin {
	margin-top: 0 !important;
}
.noBottomMargin {
	margin-bottom: 0 !important;
}
.noMargin {
	margin: 0 !important;
}
.noBold {
	font-weight: normal !important;
}
.onehalfLineSpacing {
	margin-bottom: 1.7em !important;
}
.doubleLineSpacing {
	margin-bottom: 2.5em !important;
}
.note {
	font-size: 0.9166em;
	color: #787878;
}
.note a {
	color: #787878;
}
#Breadcrumbs {
	height: auto !important;
	width: 940px !important;
}
#visual-portal-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0px 0 0 0;
	width: 1000px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
#portal-top {
	position: relative;
	background-color: #FFF;
	margin: 0 auto;
	padding: 0;
}
#portal-header-home {
	position: relative;
	margin: 0 auto;
	padding: 0;
	display: block;
	height: 113px;
}
#portal-header {
	position: relative;
	margin: 0;
	padding: 0;
	display: block;
	height: 67px;
}
/*header elements*/

#banner-dhhs {
	height: 18px;
	clear: both;
	margin: 0;
	padding: 0;
}
#logo-nhlbi {
	margin: 0;
	float: left;
}
#logo-copd {
	float: left;
}
#logo-print {
	display: none;
}
/* Top Nav Styles */
#pageHeader {
	position: relative;
	width: 100%;
	height: 156px;
	background: url(../images/bg_header.png) no-repeat top center;
	margin-top: 0px;
}
#logoSM {
	position: absolute;
	top: 22px;
	right: 30px;
}
#logoSM a, #logoSM a:link, #logoSM a:active, #logoSM a:visited, #logoSM a:hover, #homeLogo a:hover {
	background: none !important;
}
#secondaryNavigationWrapper {
	position: absolute;
	top: 24px;
	left: 40px;
	background-color: #005baa;
	min-height: 22px;
	margin: 0;
	padding: 5px 10px;
	color: #FFFFFF;
	border: 2px #FFF solid;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.68);
	-moz-box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.68);
	box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.68);
}
#secondaryNavigation ul {
	list-style: none;
	margin: 0 auto;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF !important;
	padding: 0.5em 1em 0.4em 1em;
	text-transform: uppercase !important;
}
#secondaryNavigation ul li {
	list-style-image: none;
	display: block;
	float: left;
	padding: 0px 5px 0px 0;
	color: #FFFFFF !important;
}
#secondaryNavigation ul li:after {
	content: " |";
}
#secondaryNavigation ul li.last:after {
	content: "";
}
#secondaryNavigation a:link, #secondaryNavigation a:visited {
	text-decoration: none !important;
	color: #FFFFFF !important;
	background-color: #005baa;
}
#secondaryNavigation a:hover, #secondaryNavigation a:visited:hover {
	text-decoration: underline !important;
}
/* Quick Links Styles */
#menuLinks {
	position: relative;
	background: url(../images/bg_quicklinks_top.png) no-repeat top center;
	width: 840px;
	min-height: 180px;
	padding: 30px 40px;
	clear: both;
	margin: 0 auto;
}
#menuLinks ul, #menuLinks ul dl.links {
	list-style: none;
}
#menuLinks dl.links dt {
	text-transform: uppercase;
	color: #333;
	font-size: 1.1em;
	padding-bottom: 5px;
}
#menuLinks ul li {
	list-style-image: none;
	display: block;
	float: left;
	width: 33%;
}
#menuLinks dl.links dd {
	list-style-image: none;
	display: block;
	width: 100% !important;
	clear: both !important;
	margin-left: 0;
	padding: 3px 0;
}
#menuLinks dl.links dd a:hover, #menuLinks dl.links dd a:visited:hover {
	background-color: none !important;
}
#menuLinksBottom {
	width: 920px;
	padding-top: 15px;
	margin: 0 auto;
}
/*target audiences*/
#portal-target-audiences {
	width: 100%;
	height: 165px;
}
#audienceBackgroundLeft {
	background-color: #F8CC94;
}
#audienceBackgroundRight {
	background-color: #9297AE;
}
#audiencePanels {
	width: 995px;
}
#audiencePanelsWrapper {
}
.audiencesSubpage1, .audiencesSubpage2, .audiencesSubpage3 {
	height: 80px !important;
}
.audiencesSubpage1, .audiencesSubpage1 #audienceBackgroundRight {
	background-color: #D9953E;
}
.audiencesSubpage2, .audiencesSubpage2 #audienceBackgroundRight {
	background-color: #6FB63C;
}
.audiencesSubpage3, .audiencesSubpage3 #audienceBackgroundRight {
	background-color: #80859C;
}
/*----- content -----*/
#portal-content {
	background-color: #FFFFFF;
	min-height: 350px;
	height: auto !important;
	height: 350px;
	padding: 0px;
	margin: 0 auto;
	width: 920px;
}
#home-portal-content {
	background: #FFFFFF url(../images/bg_homepage.png) no-repeat top center;
	padding: 0px;
	margin: 0 auto;
	width: 1000px;
	padding-top: 285px;
	margin-top: 10px;
}
*html #portal-content {
	height: 350px;
}
#column-one {
	width: 235px;
	min-width: 150px;
	vertical-align: top;
	float: left;
}
#column-content {
	float: left;
	margin-left: 80px;
	width: 600px;
	font-size: 1em;
	line-height: 1.45em;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
}
#column-content .visualPadding {
	padding: 25px 25px 0 0;
}
#column-content #sub2Column {
	position: relative;
	width: 100%;
}
#sub2Column #subpageLeft {
	position: relative;
	width: 390px;
}
#sub2Column #subpageRight {
	position: absolute;
	top: 20px;
	right: 0px;
	width: 190px;
}
#column-content li {
	font-family: Arial, Helvetica, sans-serif;
}
#column-content h1 {
	font-size: 1.4em !important;
	text-transform: uppercase;
	color: #005baa !important;
	font-family: Arial, Helvetica, sans-serif !important;
}
/*2 columns*/
.twoColumnsLeft {
	width: 48%;
	float: left;
	margin-right: 0;
}
.twoColumnsRight {
	width: 48%;
	float: right;
}
/* Homepage */

/* What's New Box */
#whatsnewBox {
	width: 190px;
	float: right;
	display: block;
	border: 1px solid #9b090b;
	margin: 0 0 1em 1em;
}
#whatsnewBox dl {
	margin: 0;
	padding: 0;
	border: 1px solid #FFFFFF;
}
#whatsnewBox dt {
	margin: 0;
	padding: 6px 10px;
}
#whatsnewBox dt {
	font-size: .75em;
	background-color: #9b090b;
	color: #FFFFFF !important;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/bg-portlet-header.gif);
	background-position: top right;
	background-repeat: no-repeat;
	font-weight: bold;
}
#whatsnewBox dd {
	margin: 0;
	padding: 0;
}
#whatsnewBox dd a {
	background-color: #fff8e4;
	border-top: 1px solid #e5bf6e;
	padding: 6px 10px;
	display: block;
	font-size: .75em !important;
	color: #000000;
	text-decoration: none;
}
#whatsnewBox dd a:hover {
	background-color: #f3e0aa;
	color: #b5121b;
	text-decoration: none;
}
#whatsnewBox dd a:visited {
	background-color: #fff8e4;
	color: #000000;
}
#home-portal-content #homeLogo {
	position: absolute;
	top: 30px;
	left: 30px;
}
#homeContent {
	position: relative;
	margin: 0 auto;
	width: 920px;
}
#homeVideo {
	position: relative;
	height: 303px;
	background: url(../images/bg_video_homepage.png) no-repeat top left;
	font-size: 1.3em !important;
	margin-top: 30px;
	margin-bottom: 50px;
}
#homeVideo #video {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 540px;
}
#homeVideo p {
	padding: 45px;
	width: 300px !important;
}
#homeFeatures {
	font-size: 19px;
	height: 265px;
}
#homeFeatures a, #homeFeatures a:link, #homeFeatures a:visited, #homeFeatures a:active {
	color: #000 !important;
	text-decoration: underline !important;
}
#homeFeatures a:hover {
	text-decoration: underline !important;
	background: none !important;
}
#homeFeatures h2 {
	font-size: 18px !important;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 30px;
}
#homeFeatures ul {
	list-style: none;
	display: block;
	margin-left: -40px;
}
#homeFeatures ul li {
	float: left;
	display: block;
	width: 236px;
	list-style-type: none;
	height: 228px;
	padding: 30px;
}
#homeFeatures ul li.feature01 {
	margin-right: 15px;
	background: url(../images/bg_homefeature_01.png) no-repeat top center;
}
#homeFeatures ul li.feature02 {
	margin-right: 15px;
	background: url(../images/bg_homefeature_02.png) no-repeat top center;
}
#homeFeatures ul li.feature03 {
	background: url(../images/bg_homefeature_03.png) no-repeat top center;
}
/* Social Networks */
#home-portal-content #socialnetworksBox {
	position: absolute;
	top: 320px;
	right: 40px;
	width: 250px;
	margin: 0 0 1em 1em;
	text-align: right;
	z-index: 999999;
}
#socialnetworksBox p {
	color: #005ea9;
	text-transform: uppercase;
	font-size: .60em !important;
	margin-bottom: 0px;
}
#socialnetworksBox img.logo {
	padding: 3px;
}
#socialnetworksBox a:hover {
	background-color: #FFFFFF;
}
#whatsnewBox2 {
	position: relative;
	float: left;
	width: 620px;
	padding: 30px;
	border: 1px solid #005ea9;
	background: #005ea9;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	margin-bottom: 40px;
}
#whatsnewBox2 h3 {
	color: #FFF;
	font-size: 18px !important;
	text-transform: uppercase;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}
#whatsnewBox2 ul {
	margin: 0;
	padding: 0;
	margin-left: 170px;
}
#whatsnewBox2 li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFF;
}
#whatsnewBox2 li a, #whatsnewBox2 li a:link, #whatsnewBox2 li a:active, #whatsnewBox2 li a:visited {
	border-top: 0px solid #005ea9;
	color: #FFF !important;
	text-decoration: underline !important;
}
#whatsnewBox2 li a:hover, #whatsnewBox2 li a:visited:hover {
	background-color: #005ea9 !important;
	color: #FFF !important;
	text-decoration: underline !important;
}
#quickLinks {
	width: 190px;
	float: right;
	display: block;
	border: 1px solid #9b090b;
	margin: 0 0 1em 1em;
}
#quickLinks dl {
	margin: 0;
	padding: 0;
	border: 1px solid #FFFFFF;
}
#quickLinks dt {
	margin: 0;
	padding: 6px 10px;
}
#quickLinks dt {
	font-size: .95em;
	background-color: #9b090b;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/bg-portlet-header.gif);
	background-position: top right;
	background-repeat: no-repeat;
	font-weight: bold;
}
#quickLinks dd {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: .95em;
}
#quickLinks dd a {
	background-color: #FFFFFF;
	border-top: 1px solid #fde8b0;
	padding: 6px 10px;
	display: block;
	color: #000000;
	text-decoration: none;
}
#quickLinks dd a:hover, #quickLinks dd a:visited:hover {
	background-color: #f3e0aa;
	color: #b5121b;
}
table.subcontractor {
	font-size: .70em;
	line-height: 1.2em;
}
table.subcontractor tr.header {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
}
table.subcontractor tr.header th {
	background-color: #9b090b;
	font-family: Arial, Helvetica, sans-serif;
	padding: 4px;
}
table.subcontractor th {
	background-color: #FFFFFF;
	border-bottom: 1px solid #fde8b0;
	font-family: Arial, Helvetica, sans-serif;
	padding: 4px;
}
table.subcontractor td {
	background-color: #FFFFFF;
	border-bottom: 1px solid #fde8b0;
	font-family: Arial, Helvetica, sans-serif;
	padding: 4px;
}
table.subcontractor ul {
	margin-top: 0px;
	font-size: 1.3em;
	line-height: 1.3em;
}
#column-content a {
	color: #0000FF;
	background-color: transparent;
	text-decoration: underline;
}
#column-content a:visited {
	color: #800080;
	text-decoration: underline;
}
ul.lmbbpartners li {
	margin-bottom: 5px;
}
/* Footer */

#copd-footer {
	width: 1000px;
	display: block;
	margin: 0 auto;
	padding: 10px 0 10px 0;
	border-bottom: 2px #a0d2ee solid;
}
#copd-footer p {
	text-align: center;
	font-size: .95em;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
}
#copd-footer a {
	color: #0000FF;
	background-color: transparent;
	text-decoration: underline;
}
#copd-footer a:visited {
	color: #800080;
	text-decoration: underline;
}
/* Country Conquers */

#countryConquers {
	position: relative;
	color: #000000;
	text-decoration: none;
	height: auto !important;
}
#countryConquers #toprow {
	position: relative;
	color: #000000 !important;
	text-decoration: none;
	background-color: #FFF;
	border: 4px #9c261a solid;
	padding: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.1em;
}
#countryConquers #toprow h1 {
	color: #9c261a !important;
	font-size: 30px !important;
	line-height: 34px !important;
}
#countryConquers #toprow p {
	color: #000000 !important;
	font-size: .9em !important;
}
#leftFestival {
	position: relative;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 2px solid #9c261a;
	padding: 15px;
	min-height: 115px;
	height: auto !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	line-height: 1.1em;
}
#cc_3cols {
	min-height: 130px;
	height: auto !important;
	height: 130px;
}
#cc_3cols ul.cols {
	list-style: none;
	display: block;
	margin-left: -40px;
}
#cc_3cols li.cols {
	list-style-type: none;
	display: block;
	float: left;
	width: 33%;
}
#cc_3cols h1 {
	color: #9b090b !important;
	font-size: 1.1em !important;
	font-weight: bold !important;
	margin-top: 13px !important;
	margin-left: 30px !important;
}
#cc_3cols p.red {
	color: #9b090b;
	font-weight: bold;
	font-size: .9em;
	line-height: 1.2em;
	margin-left: 30px;
}
#cc_3cols p, #cc_3cols ul li ul li {
	color: #000000;
	font-weight: normal;
	font-size: .9em !important;
	line-height: 1.2em;
}
#countryConquers #bottomrow {
	position: relative;
	color: #000000;
	text-decoration: none;
	margin-top: 20px;
}
#bottomrow p {
	font-size: .9em !important;
	line-height: 1.4em !important;
}
#bottomrow #left p {
	color: #000000;
	font-weight: normal;
	font-size: 1.1em;
	line-height: 1.4em;
}
#bottomrow #copdInfo {
	width: 600px;
	color: #000000;
	text-decoration: none;
}
#bottomrow #poster {
	position: absolute;
	top: 0px;
	left: 240px;
	width: 241px;
	color: #000000;
	text-decoration: none;
}
#bottomrow #right {
	position: relative;
	top: 0px;
	left: 496px;
	width: 189px;
	background: #ce8586 url('images/countryconquers/bg_cc_events.gif') repeat-x top left;
	min-height: 353px;
	height: auto !important;
	height: 100%;
	padding: 10px;
}
#right li {
	color: #000000;
	font-weight: normal;
	font-size: .7em;
	display: list-item;
	line-height: normal;
	list-style-type: none;
	list-style: none;
	list-style-image: none;
	margin: 0 auto;
	margin-left: -30px;
	padding-bottom: .5em;
}
#bottomrow #right_noshade {
	position: absolute;
	top: 0px;
	left: 496px;
	width: 189px;
	background: #ffffff;
	min-height: 353px;
	height: auto !important;
	height: 100%;
	padding: 10px;
}
#bottomrow #right_noshade h1 {
	color: #9b090b !important;
	font-size: 1.0em !important;
	font-weight: bold !important;
}
#bottomrow #right_noshade p.red {
	color: #9b090b;
	font-weight: bold;
	font-size: .9em;
	line-height: 1.2em;
}
#bottomrow #right_noshade p {
	color: #000000;
	font-weight: normal;
	font-size: .9em;
	line-height: 1.2em;
}
#right_noshade li {
	color: #000000;
	font-weight: normal;
	font-size: .7em;
	display: list-item;
	line-height: normal;
	list-style-type: none;
	list-style: none;
	list-style-image: none;
	margin: 0 auto;
	margin-left: -30px;
	padding-bottom: .5em;
}
#familyfun {
	position: relative;
	width: 290px;
}
#healthydose {
	position: absolute;
	top: -12px;
	left: 310px;
	width: 290px;
}
#live {
	width: 470px;
	background: url('images/countryconquers/bgTerriClark.jpg') no-repeat top right;
	min-height: 206px;
	height: auto !important;
	height: 206px;
}
#live p {
	width: 215px;
}
#bbq {
	width: 470px;
	min-height: 196px;
	height: auto !important;
	height: 196px;
	padding-top: 10px;
}

#links {
	font-size: .8em !important;
}

#town-hall-register {
	margin: 0 auto;
	border: 2px #035baa solid;
	padding: 20px;
	width: 60%;
	text-align: center;
	background: #e9f7fc;
}
#town-hall-watch {
	padding:20px 0 20px 0;
	text-align:center;
	margin-bottom:20px;
}

#column-content a.livestreambtn {
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  border-radius: 13px;
  -webkit-box-shadow: 0px 1px 3px #666666;
  -moz-box-shadow: 0px 1px 3px #666666;
  box-shadow: 0px 1px 3px #666666;
  font-family: Arial;
  color: #ffffff !important;
  font-size: 20px;
  background-color:#035baa !important;
  padding: 10px 20px 10px 20px !important;
  text-decoration: none !important;
}

#column-content a.livestreambtn:hover {
  background-color: #02417a !important;
  text-decoration: none !important;
}

.hidden {
	display:none;
}
.scrollable {
	max-height: 300px;
	overflow-y: scroll;
	border: 1px solid #ccc;
	padding: 15px;
}
ol.nested, ol.nested ol {
	counter-reset: item;
}
ol.nested li {
	display: block;
}
ol.nested li:before {
	content: counters(item, '.') ". ";
	counter-increment: item;
}