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

/*HTML ELEMENTS*/

html {
	height:100%;
	overflow:auto;
}

body {
	margin:0px;
	padding:0px;
	text-align:center;
	background-color:#000;
	background-image:url(../images/wood_background.jpg);
	background-position:top;
	background-repeat:repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;
}

img {
	border:none;
}

a {
	color:#FF9900;
	text-decoration:none;
}

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

/*LAYOUT*/

#wrapper {
	width:828px;
	height:100%;
	margin:0px auto;
	padding:0px;
}

#header {
	width:828px;
	height:105px;
	margin:0px auto;
	padding:0px;
	background-image:url(../images/keel_header.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

/*NAVIGATION*/
#main_nav{

}

#main_nav ul{
	float:right;
	margin:0px;
	padding-top:40px;
}

#main_nav ul li{
	display:inline;
	font-size:14px;
	color:#FFFFFF;
	padding-left:40px;
}

#main_nav ul li a{
	color:#FFF;
	text-decoration:none;
}

#main_nav ul li a:hover, #main_nav ul li a:hover.last {
	color:#FF9900;
}

#content_wrapper{
	margin:0px auto;
	width:828px;
	height:100%;
	background-image:url(../images/keel_content_bg.jpg);
	background-repeat:repeat-y;
	color:#00467F;
}

#loginrow {
	height:20px;
	text-align:right;
	float:right;
	margin-top:5px;
	margin-right:15px;
}

#content_wrapper #toprow{
text-align:left;
padding:0 15px 0 15px;
}

#content_wrapper #toprow ul {
	list-style:none;
	margin:0px;
}

#content_wrapper #toprow ul li{
	background:url(../images/bullet.gif) no-repeat left center; 
	padding-left:20px; 
	margin-bottom:20px;
}

#content_wrapper #toprow ul li a{
	color:#00467F;
	text-decoration:none;
}

#content_wrapper #toprow ul li a:hover, #content_wrapper #toprow ul li a:hover.last {
	color:#FF9900;
}

#content_wrapper #toprow #widecolumn{
float:left;
width:65%;
}

#content_wrapper #toprow #narrowcolumn{
float:right;
width:33%;
height:100%;
padding:55px 5px 0 10px;
}

#content_wrapper #bottomrow {
	width:812px;
	background-image:url(../images/generic_background.jpg);
	background-position: top center;
	margin:0px auto;
}

#contactform {
	width:60%;
	float:right;
	padding:10px 10px 0 0;
}

#footer {
margin:0px auto;
width:828px;
height:22px;
background-image:url(../images/keel_footer_cap.jpg);
background-position:top;
background-repeat:no-repeat;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#FFF;
}

#footer ul{
	float:right;
	margin:0px;
	padding:0px;
}

#footer ul li{
	display:inline;
	padding: 0 0 0 10px;
}

#footer ul li a{
	color:#FFF;
	text-decoration:none;
}

#footer ul li a:hover, #footer ul li a:hover.last{
	color:#FF9900;
}

.clr{
	clear:both;
}

.smallertyoe {
	line-height:1.25em;
	font-size:13px;
}

.smallertyoe a {
	color:#00467F;
}