/* CSS Document */

body {
	background-color: #1183a5;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
	}

#wrapper {
	background-color: #1183a5;
	width: 850px;
	margin: 0px auto;
	padding: 0px 5px 0px 5px;
	background-image: url(../images/splashnputt_wrapperBG.gif);
	background-position: 0px 155px;
	background-repeat: repeat-y;
	text-align: left;
	}
	
#header {
	width: 860px;
	height: 180px;
	margin: 0px -5px 0px -5px;
	background-image: url(../images/splashnputt_headerBG.gif);
	background-position: top left;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
	border-top: 1px solid #1183a5;
	}
	
#index_header {
	width: 860px;
	height: 180px;
	margin: 0px -5px 0px -5px;
	background-image: url(../images/index_headerBG.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	border-top: 1px solid #1183a5;
	}
	
#menu {
	width: 588px;
	margin: 40px 0px 0px 240px;
	/*margin: 40px 0px 0px 240px;*/
}

.submenu {
	padding: 18px 5px 0px 0px;
}

.submenu a {
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

.submenu a:hover {
	text-decoration: underline;	
	}

#main {
	width: 688px;
	margin: 0px;
	padding: 0px;
	margin: -70px 17px 0px 145px;
	padding: 0px;
	position: relative;
	z-index: 10;
	min-height: 250px;
}

	
#index_main {
	width: 860px;
	height: 343px;
	overflow: hidden;
	margin: 0px -5px 0px -5px;
}

#footer {
	margin: -37px 0px 0px 0px;
	width: 850px;
	background-image: url(../images/golf_cup.gif);
	background-position: 5px bottom;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
}

#index_footer {
	width: 860px;
	height: 224px;
	margin: 0px -5px 0px -5px;
	background-image: url(../images/index_footerBG.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#footer_table td.borderbottom_fix{
	border-bottom: 3px solid #fff;
}


h1 {
	font-size: 18pt;
	line-height: 18pt;
	color: #d22d00;
	font-weight: normal;
	}
	
h2 {
	font-size: 12pt;
	line-height: 12pt;
	color: #d22d00;
	font-weight: normal;
	margin-bottom: -10pt;
	}
	
a {
	color: #d22d00;
	text-decoration: underline;	
	}
	
a:hover {
	color: #000;
	}
	
a img.ridepic_thumb{
	margin: 0px 3px 0px 0px;
	border: 2px solid #fff;
}

a img.ridepic_thumbfinal{
	margin-right: 0px;
	border: 2px solid #fff;
}

a:hover img.ridepic_thumb, a:hover img.ridepic_thumbfinal {
	border: 2px solid #d22d00;
}

.red {
	color: #d22d00;
}