html,body
{
	font-family: times,serif;
	font-size: 14px;
	background-color: #81090F;
	background-image: url(../images/red_grad.jpg);
	background-repeat: repeat-x;
	background-position: 0 300px;
	height:auto;
	margin:0px;
	padding:0px;
	min-width: 800px;
}
form
{
margin:0px;padding:0px;
}

input[type=text],textarea
{ 
color:#666;
padding:1px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
border:2px solid #e1e1e1;
padding:2px;
}




h1
{
font-size:24px;
color:#990000;
font-weight:bold;
line-height:24px;
text-shadow: 1px 1px 1px #fff;
margin-top:22px;
margin-bottom:12px;
}


a.yellow:link,a.yellow:visited
{
color:#FFCC66;
text-decoration:none;
}

a.yellow:hover
{
color:#FFCC00;
text-decoration:underline;
}



#header
{
	background-image: url(../images/header_grad.png);
	background-repeat: repeat-x;
	width:100%;
	float:left;
	min-width:1099px;
}

#logo
{
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	height:152px;
	border-bottom:1px solid white;
	width:100%;
}

#login
{
	font-family:times,serif;
	width:100%;
	height:130px;
	float:left;
	position:absolute;
	top:15px;
	right:0px;
	color:#fff;
	line-height:14px;
}
#login i
{
font-size:11px;
}

#login ul,#login li
{
list-style-type:none;
position:relative;
padding:0px;
margin:0px;
width:240px;
}
#login li
{
float:left;
width:130px;
position:relative;
}

#login li:first-child
{
float:left;
width:80px;
color:#fff;
margin-top:10px;
text-align:center;
}


#nav
{
	background-image: url(../images/nav_bk.png);
	background-repeat: repeat-x;
	width:100%;
	height:auto;
	position:relative;
	z-index:20;
	text-indent:10px;
	min-width:1099px;
}

#nav a:link,#nav a:visited
{
	font-size:18px;
	display:inline-block;
	padding:5px 10px 5px 10px;
	color:#333;
	text-decoration:none;
	text-shadow: -1px -1px 1px #fff;
}
#nav a:hover
{

	color:#000;
	background-color:#e1e1e1;
}

#nav img
{
margin-top:3px;
border:0px;
vertical-align:top;
}



#splash
{
	background-image: url(../images/blue_grad.jpg);
	background-repeat: repeat-x;
	height: 226px;
	width:100%;
	min-width:500px;
	float:left;

}
#splash_l
{
width:70%;
height:226px;
float:left;
z-index:100;
position:relative;

}
#splash_r
{

	background-image: url(../images/handshake.jpg);
	background-repeat: no-repeat;
	z-index: 12;
	position: relative;
	background-position: right;
	right:0px;
	top:153x;
	height: 226px;
	width: 30%;
	min-width:250px;
	float:right;
}

.handshake
{
background-image: url(../images/handshake2.jpg);width:354px;height:226px;display:block;background-position:right;
}

.c_card
{
background-image: url(../images/buckeye_card.png);
width:223px;
height:173px;
position:absolute;
top:360px;
margin-left:60px;
}

a.learnmore:link,a.learnmore:visited
{
	background-image: url(../images/learnmore.gif);
	background-repeat: no-repeat;
	width:132px;
	height:30px;
	display:inline-block;
	background-position: 0 0;
}
a.learnmore:hover
{
	background-position: 0 -30px;
}

.copy
{
color:#fff;
padding-left:25px;
line-height:18px;
font-size:15px;
padding-top:20px;
font-family: 'Times New Roman',times,serif;
font-weight:normal;
}

.copy b
{
color:#FFCC00;
font-family: 'Times New Roman',times,serif;
}


.footer
{
background-image: url(../images/footer.png);
background-repeat: repeat-x;
width:100%;
height:131px;
padding-top:15px;
margin-top:0px;
color:#000;
text-align:center;
font-size:13px;
z-index:100;
position:relative;

}
#quickcontact
{
background-color:#F3F9F9;
padding:10px;
width:230px;
line-height:28px;
font-size:14px;
}
#quickcontact input[type=text]
{
padding:2px;

}

form#login {
	padding:6px;
	position:relative;
}

div#username-2,div#password-2 {
	position:relative;
	float:left;
	margin-right:3px;
}

input#username-field-2, input#password-field-2 {
	width:10em;
color:#666;
padding:1px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
border:2px solid #e1e1e1;
padding:2px;
	
}

label.overlabel {
	color:#999;
}
label.overlabel-apply {
	position:absolute;
	top:3px;
	left:5px;
	z-index:1;
	color:#999;
}


	#Form2 label { float: left;font-weight:bold;color:#fff; }
	#Form2 label.error 
	{ font-size:11px;
	float: left;
	color: red;
	padding-left:10px;
	vertical-align:top;
	position:absolute;z-index:100;top:-2000px;}
	#Form2 input.error { border: 2px solid red; width: auto; }








