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

body {
	background-image:url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Arial, Helvetica, sans-serif;
}

#bodymain {
	margin: 10px auto;
	background-color:#990000;

	SCROLLBAR-FACE-COLOR: #000000; SCROLLBAR-HIGHLIGHT-COLOR: #000000;
	SCROLLBAR-SHADOW-COLOR: #000000; SCROLLBAR-3DLIGHT-COLOR: #000000; 
	SCROLLBAR-ARROW-COLOR: #ffffff; SCROLLBAR-TRACK-COLOR: #990000; 
	SCROLLBAR-DARKSHADOW-COLOR: #990000
}

html {
	overflow-x: hidden;
	overflow-y: auto;
} 

/* General Elements */

h1, h2 {
	font-size: 160%;
	color:#900;
}

img {
	border: none;
}

.maintable {
	background-image:url(../images/bg.jpg);
	background-repeat: repeat-y;
}

.banner {
	background-image:url(../images/hd_bck.png);
	background-repeat: no-repeat;
}

.maincharborder {
	border-bottom:1px solid #003366;	
}

#maintable{
	width:940px;
	height:500px;
	margin-top:0px;
	background-color:#FFFFFF;
}

#flashtext{
	color: #FFFFFF;
	font-style:italic;
	font-weight:600;
	margin-left:25px;
	margin-top:25px;
}

.top {
	font-size: 36px;
}

.bottom {
	font-size: 18px;
}

#flashtextb{
	color: #000;
	font-style:italic;
	font-weight:600;
	margin-left:27px;
	margin-top:27px;
}

#featuretitle {
	color: #FFF;
	font-style:italic;
	font-weight:600;
	margin:25px;
}

.clock {
	color: #FFF;
	font-size: 150%;
	font-style:italic;
	font-weight:600;
	margin:150px 0px 0px 200px;
}

.clock .time {
	font-size: 200%;
}

.pic001 {
	width: 500px;
	height: 300px;
	background: url(../images/home_pic01.png);
	vertical-align: top;
}

.topb {
	font-size: 36px;
}

.bottomb {
	font-size: 18px;
	
}

.subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #003366;
	}

.leftpadding {
	padding-left: 25px;
}

.subheader{
	background-image:url(../images/subheader_bck.png);
	background-repeat: no-repeat;
}

/*Booter*/

.footer {
	background-image:url(../images/hd_lrgbck.png);
	background-repeat: no-repeat;
	color: #ffffff;
	font-size: 10px;
	height: 100px;
}

.footer a:link, .footer a:visited, .footer a:active {
	color: #ffffff;
	text-decoration: none;
}

.footer a:hover {
	color: #ffffff;
	text-decoration:overline;
}

.footer td {
	padding: 0px 20px;
}

.leftbox {
	display: block;
	float: left;
}

.rightbox {
	display: block;
	float: right;
}

.sharebox {
	display: block;
	float: right;
	padding: 10px 20px;
}

#booter {
	color: #ffffff;
	font-size: 10px;
	background-image:url(../images/bottom_bar.jpg);
}

#booter a:link {
	color: #ffffff;
	text-decoration: none;
}
#booter a:visited {
	color: #ffffff;
	text-decoration: none;
}
#booter a:hover {
	color: #ffffff;
	text-decoration:overline;
}
#booter a:active {
	color: #ffffff;
	text-decoration: none;
}

/*TopMenu*/

#topmenu{
margin-top:10px;
margin-right:15px;
color: #ffffff;
height:15px;
font-size: 12px;
font-weight: 600;
}

#topmenu li {
display:inline; 
padding-left:1em; 
margin-left:1em; 
border-left:1px solid #ffffff;
}

#topmenu a{
color: #ffffff;
text-decoration:none;
}

#topmenu a:hover{
color: ffffff;
text-decoration:overline;
}

#topmenu a:active{
color: #ffffff;
text-decoration:none;
}

#topmenu .first {
border-left:none;
}

/*Steps*/

#steps{
width:900px;
margin-left:20px;
margin-right:20px;
/*border-bottom: 1px solid #000000;*/
background:#000000;
font-size:14px;
font-weight:600;
}

.stepstitle {
	color: #333;
	font-size: 16px;
	font-style:italic;
	font-weight:600;
}

td.step1 {
	width: 300px;
	height: 254px;
	background: url(../images/step1.png)
}

td.step2 {
	width: 300px;
	height: 254px;
	background: url(../images/step2.png)
}

td.step3 {
	width: 300px;
	height: 254px;
	background: url(../images/step3.png)
}

td.step1 p, td.step2 p, td.step3 p {
	padding: 3px 15px 0px 15px;
	margin: 0px;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
}

td.step1 a:link, td.step2 a:link, td.step3 a:link, td.step1 a:visited, td.step2 a:visited, td.step3 a:visited {
	color: #FFF;
	text-decoration: none;
}

td.step1 a:hover, td.step2 a:hover, td.step3 a:hover {
	text-decoration: underline;
}

td.step1 p.smaller, td.step2 p.smaller, td.step3 p.smaller {
	padding: 0px 15px;
	margin: 0px;
	color: #FFF;
	font-size: 11px;
	font-weight: normal;
}


/*Text*/

#maintext{
width:900px;
margin-left:20px;
margin-right:20px;
background:#FFFFFF;
}

#maintext .black{
color:#000000;
font-size:11px;
}

#maintext .title{
color:#000000;
font-size:24px;
font-weight:600;
}

.locationbackground {
	background-color: #EEE;
	width: auto;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	padding: 10px;
}
#maintext a{
color: #990000;
text-decoration:none;
}

#maintext a:hover{
color: 000000;
text-decoration:underline;
}

#maintext a:visited{
color: #990000;
text-decoration:none;
}

#maintext a:active{
color: #990000;
text-decoration:none;
}

/*Survey*/

#survey a{
color: #ffffff;
text-decoration:none;
font-size:14px;
background-color:#000000;
padding:5px;
}

#survey a:hover{
color: ff0000;
text-decoration:underline;
}

#survey a:visited{
color: #ffffff;
text-decoration:none;
}

#survey a:active{
color: #ffffff;
text-decoration:none;
}


.text {
	color: #000000;
	font-size: 14px;
}

.whitetext {
	color: #FFFFFF;
	font-size: 14px;
}

/*Table Border*/
	
#tableBorder {

	font-size:14px; 
	color: #000000;  
	padding: 10px 25px;  
	margin:0; 
	border:0px;
	vertical-align: top;
}

#tableBorder  td {
		background:#ffffff; font-size:14px; color: #000000;  padding: 2px; border:0;  text-align: left;
}

#tableBorder table{
	border:0px; 
	width:850px; 
	background:#990000;
	color: #000000;	
	padding: 0px; 
	height:auto; 
	margin-top: 5px; }

#formbut {
	width:200px;
	margin-left:300px;
	padding:5px;
	text-align:center;
	color: #ffffff;
	font-weight:600;
	background-color:#000;	
}

#formbut a{
	color: #ffffff;
	padding:5px;
	background-color:#000;	
	text-decoration: none;
	line-height:20px;
	font-weight:600;
}

#formbut a:visited{
	color: #ffffff;
	padding:5px;
	background-color:#000;		
	text-decoration: none;
	line-height:20px;
	font-weight:600;	
}

#formbut a:hover{
	color: #000000;
	background-color:#FFFFFF;
	padding:5px;
	text-decoration: none;
	line-height:20px;
	font-weight:600;
}

.box01 {
	width: 500px;
	margin: 10px auto;
	padding: 10px;
}

/* Start Home Twitter Styles */
body#Home ul#twitterStream {
	margin:0;
	padding:0;
	list-style-type:none;
}

body#Home ul#twitterStream li {
	background:url(/images/CDAATwitterItemBackground.png) bottom center no-repeat;
	margin:0;
	padding:0;
	overflow:auto;
}

body#Home ul#twitterStream li p {
	margin:10px 15px 14px 40px;
	padding:0;
	font-size:.786em;
	line-height:1.25em;
}

body#Home ul#twitterStream li p a {
	width:165px;
	overflow:hidden;
	display:block;
}

body#Home ul#twitterStream li p a.profileIcon {
	display:block;
	width:24px;
	height:24px;
	margin:3px 0 0 -34px;
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	border:1px solid #ccc;
}

body#Home ul#twitterStream li p span {
	font-family: Tahoma, Geneva, Verdana, Arial, sans-serif;
	font-size:.818em;
	text-transform:uppercase;
	color:#999;
	display:block;
}
 /* End Home Twitter Styles */