/* 	Honda Initiation Grant CSS Document */

/* 	Colors
	Background Blue - #08add6; 
	Heading Blue - #003a6d;
	Heading Red - #ed1e31;
	Main Font - #484848;
	Link Red - #ed1e31;
	
	
	*/

body {
	margin: 0;
	padding: 0;
	background: #08add6 url('images/background.jpg') no-repeat top center;
	}
	
#contentwrapper {
	width: 925px;
	margin-top: 106px;
	padding: 0;
	text-align: left
	}
	
#header {
	width: 925px;
	height: 70px;
	_height: 70px
	}	
	
#header-left {
	float: left
	}	
	
#header-right {
	float: right
	}	
	
.clear {
	clear: both
	}
	
#maincontent {
	width: 905px;
	padding: 10px;
	background: #fff;
	
	color: #484848;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	line-height: 20px;	
	}
	
#mainnav {
	background: url('images/bg-mainnav.gif') top left repeat-x;
	width: 905px;
	height: 29px;
	_height: 29px;
	
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 28px
	}	
	
#bottominfo {
	width: 885px;
	padding: 10px
	}	

/* 	Callout Large */

#callout {
	background: url('images/callout-mid.gif') top center repeat-y;
	width: 325px;
	
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	}

#callout-top {
	background: url('images/callout-top.gif') top center no-repeat;
	width: 325px;
	height: 4px;
	_height: 4px
	}
	
#callout-btm {
	background: url('images/callout-bottom.gif') bottom center no-repeat;
	width: 325px;
	height: 25px;
	_height: 25px
	}
	
/* 	Callout Small */

#callsmall {
	background: url('images/callsmall-mid.gif') top center repeat-y;
	width: 295px;
	
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	}

#callsmall-top {
	background: url('images/callsmall-top.gif') top center no-repeat;
	width: 295px;
	height: 4px;
	_height: 4px
	}
	
#callsmall-btm {
	background: url('images/callsmall-btm.gif') bottom center no-repeat;
	width: 295px;
	height: 24px;
	_height: 24px
	}	
	
#footer {
	width: 865px;
	padding: 30px;
	
	color: #fff;
	font-size: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	}	
	
#footer a:link, #footer a:visited, #footer a:active {
	color: #fff;
	text-decoration: none
	}
	
#footer a:hover, #footer a:visited:hover {
	color: #fff;

	text-decoration: underline
	}	
	
	
a:link, a:visited, a:active {
	color: #ed1e31;
	text-decoration: underline
	}
	
a:hover, a:visited:hover {
	color: #003a6d;
	text-decoration: none
}

.button {
	border: 1px solid #484848;
	font-family: Tahoma, Sans-Serif;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 18px;
	color: #484848
	}

.submitbutton {
	background: #8dc63f;
	border: 1px solid #484848;
	font-family: Tahoma, Sans-Serif;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 18px;
	color: #484848;
	font-weight: bold
	}	
	
	
/*
	Background Blue - #08add6; 
	Heading Blue - #003a6d;
	Heading Red - #ed1e31;
	Main Font - #484848;
	Link Red - #ed1e31;
*/	