﻿/*
		CWCBasicFramework.css
		
		Contains the styles used by all pages in the CWC Web site
*/

/*

	Default Body Styles
	
*/
* {margin:0; padding:0}

#defaultPageBackgroundStyle {
	background-position: center top;
	min-width: 600px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	background-image: url('Images/CWCWebsiteBackground.jpg');
	background-repeat: repeat-y;
}
.defaultPageForegroundStyle {
    margin: 0px auto 20px auto;
    text-align: center;
    vertical-align: top;
    width: 800px;
    height: auto;
    position: relative;
    color: #754100;
}
.defaultContentAreaStyle {
	margin: 0px;
	border-style: solid;
	border-width: 1px;
	width: 798px;
	background-color: #FFFFFF;
	border-top-color: #86c86f;
}
.defaultContentAreaStyle p {
	font-family: "Book Antiqua";
	font-size: 11pt;
	vertical-align: top;
	text-align: left;
	text-indent: 2em;
	font-style: normal;
	line-height: 1.2em;
	padding-right: 2em;
	padding-left: 2em;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #754100;
}
.defaultContentAreaStyle p a {
    color: #bd1d39;
    font-weight: bold;
    text-decoration: underline;
}
.defaultContentAreaStyle p a:hover {
    color: #60C659;
    font-weight: bold;
    text-decoration: underline;
}
.websiteHeading {
    width: 800px;
    height: 100px;
    background-image: url('Images/CWCHeading.jpg');
    vertical-align: top;
    clear: both;
    position: relative;
    z-index: 2;
}
.cwcWidgetGroup
{
    position: relative;
    z-index: 2;
    float: right;
    margin-top: 10px;
    clear: both;
}
.cwcFacebookWidget {
    position: relative;
    z-index: 2;
    float: right;
    margin-right: 10px;
    clear: both;
}
.websiteNavigation {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	width: 800px;
	vertical-align: middle;
	text-align: center;
	background-color: #60C659;
}
.pageHeadingBar {
	width: 800px;
	padding-top: 10px;
	background-color: #60C659;
}
.pageHeadingText {
	width: 500px;
	text-align: right;
	vertical-align: bottom;
	font-family: "Bookman Old Style";
	font-style: italic;
	font-size: 30px;
	font-weight: lighter;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color: #000000;
	border-bottom-color: #000000;
	float: right;
	margin-right: 25px;
	margin-top: 20px;
}
.websiteFooter {
	margin: 0px;
	width: 800px;
	padding-top: 10px;
	background-image: url('Images/CWCFooterBackground.jpg');
	background-repeat: no-repeat;
	background-color: #754100;
	padding-bottom: 2px;
}
.websiteFooter h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}
.websiteFooter h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
}
.websiteFooterText
{
    color: #FFFFFF;
}
.websiteFooterText a {
    color: #FFFFFF;
    text-decoration: underline;
}
.websiteFooterText a:hover {
    color: #60C659;
    text-decoration: underline;
}
.cwcWebsiteList {
	margin: 10px 1em 10px 5em;
	list-style-type: disc;
}
.cwcWebsiteList li {
	list-style-type: disc;
	text-align: left;
	font-family: sans-serif;
	font-size: 10pt;
	padding-top: 2px;
	padding-bottom: 3px;
}
.cwcWebsiteList a {
	color: #bd1d39;
	text-decoration: underline;
	font-weight: bold;
}
.cwcWebsiteList a:hover {
	margin-top: 20px;
	margin-bottom: 20px;
	color: #60C659;
	text-decoration: underline;
	font-weight: bold;
}
.cwcInsetPanelContainerLeft {
	background-position: left top;
	float: left;
	width: 230px;
	background-image: url('Images/CWCCurrentPatientPanelBackground.gif');
	height: 110px;
	background-repeat: no-repeat;
	margin-left: 20px;
}
.cwcInsetPanelText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding-left: 10px;
}
.cwcInsetPanelText h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
	padding-bottom: 10px;
	margin-left: 5px;
	margin-top: 10px;
}
.cwcInsetPanelText ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin-left: 25px;
}
.cwcInsetPanelText li {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: left;
	vertical-align: middle;
}
.cwcInsetPanelText a {
	color: #bd1d39;
	text-decoration: underline;
	font-weight: normal;
}
.cwcInsetPanelText a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: normal;
}
.cwcInsetPanelContainerRight {
	background-position: left top;
	float: right;
	width: 230px;
	background-image: url('Images/CWCCurrentPatientPanelBackground.gif');
	height: 110px;
	background-repeat: no-repeat;
	margin-left: 20px;
}
