@charset "utf-8";
body  {
	margin: 0;
	text-align: center;
	background-color: #BBBBA1;
	color: #08044B;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14pt;
}

#container {
	margin: 10px auto;
	min-width: 920px;
	background-color: #E8E4E0;
	text-align: left;
	position: relative;
}


/* header */
#header_spacer {
	height: 300px;
}
#header {
	position: absolute;
	top: 0;
	height: 300px;
	width: 100%;
	background-image: url(/images/common/tomac-woods-golf-course.jpg);
	background-repeat: no-repeat;
	background-color: #023119;
	font-family: Georgia, Times, serif;
	font-weight: bold;
}
#tomac_woods {
	position: absolute;
	top: 105px;
	left: 25px;
}
#tomac_logo {
	position: absolute;
	right: 20px;
}
#phone {
	position: absolute;
	top: 15px;
	right: 300px;
	font-size: 150%;
}
#phone a {
	color: #E8E4E0;
}
#navigation {
	position: absolute;
	top: 235px;
	left: 125px;
	right: 0;
	height: 45px;
	border-bottom: 2px solid #08044B;
}
#nav_left {
	position: absolute;
	left: -4px;
	background-image: url(/images/common/nav_left.png);
	height: 45px;
	width: 100px;
}
#nav_main {
	position: absolute;
	left: 96px;
	right: 0;
	background-image: url(/images/common/nav_main.png);
	height: 45px;
}
#nav_links {
	position: absolute;
	left: 50px;
	z-index: 100;
	margin: 0 0 0 15px;
	padding: 9px 0 0 0;
}
#nav_links a {
	margin: 5px 2px;
	padding: 0 4px 3px 4px;
	text-decoration: none;
	text-align: center;
	color: #08044B;
}
#nav_links a:hover {
	border-bottom: 2px solid #08044B;
}
.nav_current {
	background-color: #BBBBA1;
}


/* home */
#home_sidebar {
	margin: -20px 15px 0 15px;
	float: left;
	border: 2px solid #08044B;
}
#home_fb {
	margin: -20px 15px 10px 15px;
	float: right;
}


/* events_nav */
#events_nav a {
	margin: 0 15px;
	padding: 0 10px 2px 10px;
	font-family: Georgia, Times, serif;
	text-align: center;
	text-decoration: none;
}
#events_nav a:hover {
	border-bottom: 1px solid #08044B;
}


/* rates_nav */
#rates_nav a {
	margin: 0 15px;
	padding: 0 10px 2px 10px;
	font-family: Georgia, Times, serif;
	text-align: center;
	text-decoration: none;
}
#rates_nav a:hover {
	border-bottom: 1px solid #08044B;
}
#rates #rate_table {
	margin: 25px;
	display: inline-table;
}


/* content */
#content {
	margin: 0;
	padding: 0 15px 30px 15px;
}
#content a {
	color: #08044B;
}


/* footer */
#footer a {
	color: #08044B;
}


/* map */
#map {
	margin: 100px 0 0 0;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.floatR {
	margin: -20px 15px 0 15px;
	float: right;
}

h1 {
	font-family: Georgia, Times, serif;
	text-align: center;
	padding: 5px 0;
	background: #08044B;
	color: #BBBBA1;
	border-top: 2px solid #BBBBA1;
	border-bottom: 2px solid #BBBBA1;
}