@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-image: url(/images/background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
}
#pageWrap {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#mainMenu {
	display: block;
	background-image: url(/images/mainMenu.jpg);
	background-repeat: repeat-x;
	background-color: #A30C19;
	height: 35px;
}
#mainMenu ul {
	margin: 0px;
	padding: 0px;
}
#mainMenu li {
	float: left;
	list-style-type: none;
}
#mainMenu a {
	font-weight: normal;
	color: #FFFFFF;
	background-color: #A30C19;
	background-image: url(/images/mainMenu.jpg);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #7E0510;
	border-left-color: #C30616;
	display: block;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	min-height: 15px;
}
#mainMenu a:hover {
	background-color: #000000;
	background-image: url(/images/mainMenu_f2.jpg);
	border-right-color: #000000;
	border-left-color: #3f3f3f;
}
#mainMenu .menuDown {
	background-image: url(/images/mainMenu_f3.jpg)!important;
	background-color: #187FBA!important;
	border-left-color: #1790D6!important;
	border-right-color: #0E567E!important;
}
#subMenuTop {
	background-image: url(/images/subMenuTop.jpg);
	height: 15px;
	background-repeat: no-repeat;
	background-position: right top;
}
#subMenu {
	margin-bottom: 10px;
	background-image: url(/images/subMenu.jpg);
}
#subMenu ul {
	margin: 0px;
	background-image: url(/images/subMenuTop.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#subMenu li {
	list-style-type: none;
}
#subMenu a {
	font-weight: normal;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	display: block;
	color: #000000;
	height:15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
}
#subMenu a:hover {
	color: #FFFFFF;
	background-image: url(/images/mainMenu_f2.jpg);
}
#subMenu .menuDown {
	background-image: url(/images/mainMenu_f3.jpg)!important;
	background-color: #187FBA!important;
	color:#FFFFFF!important;
}
#subMenu ul ul{
	background-image: none;
	padding: 0px;
}
#subMenu ul ul a {
	background-color:#FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #ECECEC;
	border-left-color: #ECECEC;
	padding-left: 35px;
}
#subMenu ul ul ul a {
	padding-left: 50px;
}
#subMenu ul ul .menuDown {
	background-image: none!important;
	background-color: #ffffff!important;
	color:#187FBA!important;
}
#main {
	background-color: #FFFFFF;
	padding: 20px;
	zoom:1;
}
.col1Home {
	width: 450px;
	float: left;
}
.col2Home {
/*	margin-left: 470px;
	position: absolute;
	top: 360px;
	width:438px;*/
	position: relative;
	top: -120px;
	margin-left: 470px;
	z-index: 10000;
}
.col1 {
	width: 680px;
	float: left;
}

.col2 {
	margin-left: 700px;
}
#footer {
	background-color: #FFFFFF;
	background-image: url(/images/footer.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-size: 0.8em;
	color: #666666;
	line-height: 2em;
	padding: 20px;
	clear: both;
}
#footer p {
	padding: 0px;
	margin: 0px;
}
#footer a {
	color: #666666;
}
#footer a:hover {
	color: #000000;
}
#footer ul {
	margin:0px;
	padding: 0px;
}
#footer li {
	float: left;
	margin-right: 10px;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	list-style-type: none;
}
#header {
	background-image: url(/images/c2bLogo2.png);
	background-repeat: no-repeat;
	height: 100px;
	background-color: #FFFFFF;
}
#search {
	float: right;
	margin-top: 6px;
	margin-right: 6px;
}
#homeImageBack {
	width: 950px;
	height: 310px;
}
#homeImage {
	/*background-image: url(/images/photoHome.jpg);
	background-repeat: no-repeat;*/
	/*margin-top: -310px;*/
	position:absolute;
	top: 135px;
	z-index: 10000;
}

.homeQuote {
	background-image: url(/images/quote.png);
	background-repeat: no-repeat;
	padding-top: 40px;
	padding-right: 20px;
	padding-left: 20px;
	color:#FFFFFF;
	height:153px;
}
.register {
	display: block;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #187FBA;
	background-image: url(/images/register.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-bottom: 10px;
}
.register:hover {
	background-image: url(/images/register_f2.jpg);
	background-color: #000000;
	color: #FFFFFF;
}
.podcast {
	background-color: #E6E6E6;
	background-image: url(/images/podcast.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.podcast h2 {
	color:#000000;
	font-size:1.5em;
	padding-left: 25px;
}
.podcast h3 {
	font-size:1.1em;
}
.feature {
	background-image: url(/images/feature.jpg);
	background-repeat: repeat-y;
	height: 70px;
	width: 250px;
	margin-bottom: 5px;
	padding-top: 15px;
	padding-right: 40px;
	padding-bottom: 15px;
	padding-left: 20px;
	font-size: 0.9em;
}
.top {
	background-image: url(/images/featureTop.jpg)!important;
}
.feature p {
	margin: 0px;
	padding: 0px;
}
.feature h2 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 1.5em;
}
.feature a {
	font-weight: normal;
	color: #000000;
}
.featureText {
	color: #FFFFFF;
	background-color: #A30C19;
	background-image: url(/images/mainMenu.jpg);
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-bottom: 10px;
}
.featureText p {
	margin: 0px;
	padding: 0px;
}
.featureText h2 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 1.5em;
	color:#FFFFFF;
}
.featureText a {
	color: #ffffff;
}
.featureText a:hover {
	color: #000000;
}
.featureText2 {
	color: #FFFFFF;
	background-color: #187FBA;
	background-image: url(/images/featureTextBlue.jpg);
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-bottom: 10px;
}
.featureText2 p {
	margin: 0px;
	padding: 0px;
}
.featureText2 h2 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 1.5em;
	color:#FFFFFF;
}
.featureText2 a {
	color: #ffffff;
}
.featureText2 a:hover {
	color: #000000;
}
.featureRotator {
	background-image: url(/images/featureTextGrey.jpg);
	background-color:#e6e6e6;
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-position: top;
}
.featureRotator h2, .featureListWrap h2 {
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 1.5em;
}
.featureRotator p {
	margin: 0px;
	padding: 0px;
}
.featureList h3 {
	font-size: 1.2em;
	padding:0px;
	margin:0px;
}
.featureList .listDate {
	float: right;
	color:#666666;
	/*font-weight: bold;*/
}
.blogMain .featureList {
	padding-bottom: 10px;
	border-bottom: solid 1px #999999;
	margin-bottom: 10px;
}
.blogMain .featureList h2 {
	margin-bottom: 10px;
}
.col2 .featureListWrap {
	margin-bottom: 10px;
	padding-left: 20px;
}
.col2 .featureListWrap h3 {
	font-size: 1em;
	margin-bottom: 2px;
	
}
.featureListWrap h2 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 1.5em;
}
.featureListSummary {
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 8px;
	background-image: url(/images/featureTextGrey.jpg);
	background-repeat: repeat-x;
	background-color: #E6E6E6;
}
.commentList {
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 8px;
	background-image: url(/images/featureTextGrey.jpg);
	background-repeat: repeat-x;
	padding-right: 10px;
	padding-left: 20px;
	padding-top: 10px;
}
.featureDropdown {
	background: url(/images/featureTextGrey.jpg) repeat-x #FAFAFA bottom;
	padding: 10px;
}

.featureDownload {
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 8px;
	background-image: url(/images/download-doc.jpg);
	background-repeat: repeat-x;
	padding-left: 30px;
}
.podcast .featureDownloadPodcast {
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 5px;
	/*background-image: url(/images/download-doc.jpg);
	background-repeat: repeat-x;
	padding-left: 30px;*/
}
.podcast .featureDownloadPodcast div.fixWidth {
	/*width: 400px;*/
}
.podcast .featureDownloadPodcast p, .podcast .featureDownloadPodcast h3 {
	margin: 0px;
}
.podcast .featureDownloadPodcast .btnRight {
	font-size: 0.7em;
}
.podcast #audioPlayer {
	margin: 5px 0px;
}
.quote {
	background-image: url(/images/quote.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 50px;
}
a {
	color: #126493;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #000000;
}
p {
	margin-top: 0px;
}
h1 {
	margin-top: 0px;
	color:#A30C19;
	font-weight: normal;
	font-size:2em;
}
h2 {
	margin-top: 0px;
	color:#A30C19;
	font-weight: normal;
	font-size:1.7em;
}
h3 {
	margin-top: 0px;
	color:#A30C19;
	font-weight: normal;
	font-size:1.4em;
}
h4 {
	margin-top: 0px;
	color:#A30C19;
	font-weight: normal;
	font-size:1.1em;
}
.hideMe {
	display: none;
	visibility: hidden;
}
.redTxt {
	color:#A30C19;
}
.largeTxt {
	font-size: 1.5em;
	line-height: 1em;
}
.clear {
	clear:both;
}
.row .col1 {
	width:80px;
	float:left;
}
.row .col2 {
	margin-left:90px;
}
.rowWide .col1 {
	width:200px;
	float:left;
}
.rowWide .col2 {
	margin-left:210px;
}
.rowMid .col1 {
	width:120px;
	float:left;
}
.rowMid .col2 {
	margin-left:130px;
}
input.btn {
	cursor: pointer;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #187FBA;
	border-style: none;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	margin-top: 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
}
input.btn:hover {
	background-color: #000000;
	font-size: 1em;
}
input.btnRight {
	cursor: pointer;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #187FBA;
	border-style: none;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	margin-top: 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	float: right;
	margin-left: 2px;
}
input.btn:hover {
	background-color: #000000;
	font-size: 1em;
}
a.btn {
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #187FBA;
	border-style: none;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	margin-top: 1px;
	line-height: 1.5em;
}
a.btn:hover {
	background-color: #000000;
	color: #FFFFFF;
}
.featureText .btn {
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #000000;
	border-style: none;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	margin-top: 1px;
	font-size: 0.9em;
	line-height: 1.5em;
}
.featureText .btn:hover {
	background-color: #ffffff;
	color: #000000;
}
.featureText2 .btn {
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #000000;
	border-style: none;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	margin-top: 1px;
	font-size: 0.9em;
	line-height: 1.5em;
}
.featureText2 .btn:hover {
	background-color: #ffffff;
	color: #000000;
}
.featureText input.btn:hover {
	background-color: #ffffff;
	color: #000000;
	font-size: 0.9em;
}
.smallTxt {
	font-size: 0.85em;
	color: #333333;
}
.calendar {
	background-color: #E6E6E6;
	float:right;
	background-image: url(/images/calendar.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	margin-bottom: 10px;
	font-size: 0.9em;
}
.calendar h2 {
	color:#000000;
	font-size:1.5em;
	padding-left: 25px;
}
.calendar .TableLayout_Default td {
	width: 5px !important;
}
.calList {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.calendar h3 a {
	font-weight: normal;
	color: #A30C19;
}
.calendar h3 a:hover {
	color: #000000;
}
.calendar h3 {
	padding:0px;
	margin:0px;
	font-weight: normal;
	font-size: 1.4em;
	line-height: 1em;
	color: #A30C19;
}
.calendar p {
	padding:0px;
	margin:0px;
}

.calendar p a {
	color: #000000;
	font-weight:normal;
}
.highlightedCell {
	background-color: #A30C19;
}
.highlightedCell a {
	color: #ffffff!important;
}
.radCalSelect_Default a, .radCalWeekendSelect_Default a {
	width:auto!important;
}
.selectedCell {
}
#main img {
	margin-right: 10px;
}
.floatRight {
	float: right;
}
.floatLeft {
	float:left;
}
.introTxt {
	font-size: 1.1em;
	color: #A30C19;
}
.notice {
	border: #990000 solid 1px;
	padding: 10px;
}
.pageSubmission {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
.pageSubmission h2 {
	margin:0px;
	padding:0px;
}
.pageSubmission p {
	padding:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.col2 .pageSubmission a {
	color:#FFFFFF;
}
.col2 .pageSubmission a:hover {
	color:#000000;
}
.col1 .pageSubmission {
	background: url(/images/featureTextGrey.jpg) repeat-x #e6e6e6 top;
	clear: both;
	padding-top: 15px;
	padding-bottom: 20px;
}
.col1 .pageSubmission p {
	margin-bottom: 10px;
}
.col2 .pageSubmission {
	background: url(/images/mainMenu.jpg) repeat-x #A30C19 top;
	color:#FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
}
.col2 .pageSubmission h2 {
	color:#FFFFFF;
}
.col2 .pageSubmission input.btn {
	cursor: pointer;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #000000;
	border-style: none;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	margin-top: 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
}
.col2 .pageSubmission input.btn:hover {
		color: #000000;
	background-color: #ffffff;
	font-size: 1em;
}
.comments {
	background: url(/images/featureTextGrey.jpg) repeat-x #e6e6e6 top;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.comments h2 {
	margin:0px;
	padding:0px;
}
.comments p {
	padding:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
img.imageRight {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
img.imageLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
a img {
	border: none;
}
.searchRel {
font-size:0.9em;
float:right;
color:#666666;
}
.searchTitle {
font-size:1.2em;
}
.login {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	line-height: 1.5em;
}
.login input {
	font-size: 0.9em;
}
.login input:hover {
	font-size: 0.9em;
}
#searchDiv input {
	font-size: 0.9em;
}
#searchDiv input:hover {
	font-size: 0.9em;
}
.login .floatLeft {
	margin-right:2px;
}
.mashupFeature h2 {
	margin: 20px 0px 0px 0px;

}