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

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}
#container {
	width: 90%;
	min-width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#header {
	text-align: center;
	min-height: 150px;
	width: 900px;
	color: #000000;
/*	color:#FF2222; */
/*	font-family: Georgia, "Times New Roman", Times, serif; */
	margin-bottom: 0px;
	margin-top: 0px;
	margin: auto;
	padding: 10px;
}
#header img {
	padding-right: 2em;
}
#header h1 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 3.5em;
	text-align: right;
	text-decoration: underline;
}
#header h2 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 1.25em;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align: left;
}
#nav {
	position: relative;
	left: -10%;
	padding: 0px;
	margin-bottom: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#historynav, #historynav a {
	margin: 0;
	color: #666666;
	font-size: 12px;
}
#logo {
	float: left;
	padding-left: 20px;
}
#mainContent {
/*	background-image:url(http://www.cbcast.com/images/white90.png); */
	background-color: #EEEEEE;
	min-height: 300px;
	margin: 0 0 20px 0;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}
#mainContent img {
	margin-right: 20px;
}
#mainContent_inner {
	width: 90%;
	margin: auto;
}
#mainContent_inner h3 {
	text-align: center;
	color: #FF2222;
	font-style: italic;
}
#mainContent_inner h4 {
	text-align: center;
}
#mainContent_inner img {
	border: 0px;
}
#mainContent_inner form {
	text-align: center;
}
#mainContent_inner td h4, #mainContent_inner td h3 {
	text-align: left;
	font-style: normal;
	color: #000000;
}
#footer {
/*	height: 60px;  */
	background-image:url(http://www.cbcast.com/images/white90.png);
	font-size: smaller;
	text-align: center;
	padding: 10px;
}
#footer a {
	color: #FF2222;
}
#footer .fltleft img {
	border: 0px;
	margin-left: 20px;
}
#slideshow {
	text-align:center;
	font-size: small;
}
.centertext {
	text-align: center;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.fltright {
	float: right;
}
.servicelist {
	padding-left: 10%;
	color: #666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 2;
}
.servicelist a:hover {
	color: #333333;
	font-size: 1.1em;
	cursor: pointer;
}
.explist {
	padding-left: 20%;
	color: #666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	font-weight: bold;
	line-height: 2;
}
.fltleft {
	float: left;
}
.specialclear {
	position: relative;
	top: -19px;
}
.valid {
	position: relative;
	bottom: 40px;
	left: 150px;
}
.warning {
	color: #FF0000;
	font-weight: bold;
}

/* tabs styling */
.invertedshiftdown{
padding: 0px;
width: 115.5%;
border-top: 5px solid #FF2222;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}
.invertedshiftdown ul{
margin-top: 0px;
margin-left: 15%; /*margin between first menu item and left browser edge*/
margin-bottom: 0px;
padding: 0px;
list-style: none;
height: 2px;
}
.invertedshiftdown li{
display: inline;
margin: 0px 2px 0px 0px;
padding: 0px;
text-transform:uppercase;
}
.invertedshiftdown a{
float: left;
display: block;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1em;
font-weight: bolder;
/* font: bold 12px Arial; */
color: black;
text-decoration: none;
margin: 0px 1px 0px 0px; /*Margin between each menu item*/
padding: 5px 10px 9px 10px; /*Padding within each menu item*/
background-color: #FF2222; /*Default menu color*/

/*BELOW 4 LINES add rounded bottom corners to each menu item.
  ONLY WORKS IN FIREFOX AND FUTURE CSS3 CAPABLE BROWSERS
  REMOVE IF DESIRED*/
/* -moz-border-radius-bottomleft: 5px; 
-moz-border-radius-bottomright: 5px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px; */
}
.invertedshiftdown a:hover{
background-color: #FF0000;
padding-top: 9px; /*Flip default padding-top value with padding-bottom */
padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
color: white;
}
.current a{ /** currently selected menu item **/
float: left;
background-color: #FF0000;
padding-top: 9px; /*Flip default padding-top value with padding-bottom */
padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
color: white;
/*margin: 0px;*/
}
/* end tabs css */