/* Crossville Screen CSS */

body{
  margin: 0px;
  padding: 0px;
  color: #362b2b;
  font-family: Arial, Helvetica, sans-serif;
  font-size:12px;
  background:#FFFFFF url(../images/background2.gif) 100px 0px repeat-x;
}
html, body { height: 100%; }
a{ color: #003a63; text-decoration: none; }
a:hover{ text-decoration: underline; }
img{ border: 0; }
.clear { clear: both; }
#c_wrapper {
	margin:0px 0px 0px 0px;
	padding: 5px 300px 5px 15px;
	_height: 90%;
    min-height: 90%;
}
h2 {
	font-size:20px;
	color:#c6222d;
	font-weight:normal;
}
#mainHolder{
	width:900px;
	margin:0px auto;
}
#imageHolder{
	float:right;
	width:280px;
	text-align:left;
}
#logo_wrapper {
	background:#FFFFFF;
}
#logo {
	margin:0px auto;
}
#header {
	background:#ed3924;
	height:40px;
}
#footer {
	display:block;
	clear:both;
	width:100%;
	margin-top:20px;
	padding-top:20px;
	height:50px;
	background:#deefff;
	text-align:center;
}
#steps {
	text-align:right;
}
#steps ul{
	display:inline;
	font-size:12px;
}
#steps ul li{
	display:inline;
	list-style:none;
}
.curStep {
	font-size:18px;
	color:#c6222d;
}
h3{
	background:#c6222d;
	color:#FFFFFF;
	padding:4px;
	margin:0px;
}
.page {
	padding:0px 5px 5px 5px;
	margin:3px 0px;
}
.page2 {
	border:1px solid #000000;
	background:#deefff;
	padding:0px 5px 5px 5px;
	margin:3px 0px;
}
.page table {
	margin:3px;
}
.pageBut{
	text-align:right;
	padding:2px;
}
.labelText{
	width:150px;
	float:left;
	margin:2px;
}
.vertBul {
	list-style:none;
	margin:0px;
	padding:0px;
}
.hortBul {
	display:inline;
	list-style:none;
	margin:0px;
	padding:0px;
}
.atten {
	border-bottom:1px solid #CCCCCC;
	padding-top:20px;
}
#ptotal {
	font-size:20px;
}	
.red {
	font-size:24px;
	color:#c6222d;
	text-align:right;
}
.but {
	background:#005dbb;
	border:1px solid #000000;
	color:#FFFFFF;
	padding:5px;
	margin:2px;
	cursor:pointer;
}
.but:hover {
	background:#deefff;
	color:#000000;
}
.cc {
	padding:3px;
}
