/* ----- Reset -----*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
	border: 0;
}
fieldset,img {border: 0;}
address,caption,cite,code,dfn,em,strong,th,var{
	font-style: normal;
	font-weight: normal;
}
ul, ol {list-style: none;}
ul.square{
	font-size:.75em;
	list-style: square;
	margin-top:10px;
	margin-left:10px;
	}
caption,th{text-align:left;}

q:before,q:after{content:'';}
abbr,acronym{border:0;}

/* ----- Base Styles -----*/
body {
	font-size: 16px;
	line-height: 1.125em;
	font-family: Arial, Helvetica, sans-serif;
	color: #777;
	text-align: center;
	border: 0;
	background: #293752 url(../images/gradient.png) 0 0 repeat-x;
}
p {margin-bottom:1.1em;
	font-size:.75em;}
label {font-weight:bold;}
strong {font-weight: bold;}
.clear {clear: both;}
h3{
	font-size:1.3333em;
	font-family:times, serif;
	font-weight:normal;
	color:#777;
	margin-bottom:4px;
}
h1{
	font-weight:bold;
	font-size:1em;
	padding:0.25em 0;
}
h2{
	font-weight:bold;
	font-size:.875em;
	padding:0.25em 0;
}
hr{
	margin-bottom:30px;
	color:#777;
}
.photo img {
	float:right;
	border:none;
	margin-left:16px;
	margin-bottom:10px;
	margin-top:10px;
}
.bullets {
	list-style:square;
	margin-left:15px;
	}
.bullets li {
	margin-bottom:1em;
}
a {
	color:#141a28;
	text-decoration:none;
}
a:hover {
	color:#293752;
	text-decoration:underline;
}

/* ----- Layout Styles -----*/
#root {
	text-align: left;
	width: 900px;
	margin: 25px auto;
}
#header {
	height: 277px;
	background: url(../images/header.jpg) 0 0 no-repeat;
}
#header h1 {
	text-indent: -9999px;
}
#content {
	text-align: center;
	background: #fff;
}
#content-inner {
	text-align: left;
	width: 650px;
	padding-bottom: 15px;
	margin: 0 auto;
}
#footer {
	font-size: 0.75em;
	font-weight: bold;
	color: #fff;
	position: relative;
}
#footer .logo {
	position: absolute;
	top: 0px;
	left: 0;
	margin-top:10px;
}
#footer .legal {
	position: absolute;
	top: 15px;
	right: 0;
}
img{
	margin:4px;
}
p.pdf{
	background: url(../images/PDF_ICON.jpg) 0 0 no-repeat;
	background-repeat: no-repeat;
	background-position: left 0px;
	margin-top:10px;
	display:block;
	height:30px;
}

/* ----- Primary Nav Styles -----*/
#primary-nav {
	padding: 20px 0;
	font-size:14px;
}
#primary-nav ul {
	
}
#primary-nav ul li {
	float: left;
	margin: 0 12px;
}
#primary-nav ul li.left {
	margin-left: 5px;
}
#primary-nav ul li.right {
	margin-right: 0px;
}
#primary-nav ul li a,
#primary-nav ul li a:visited {
	color: #293752;
	text-decoration: none;
}
#primary-nav ul li a:hover {
	color: #000;
	text-decoration: underline;
}
body.home #primary-nav ul li#nav-home a {
	font-weight: bold;
	color: #141a28;
	padding-left: 10px;
	background: url(../images/arrow.gif) 0 0 no-repeat;
}
body.features #primary-nav ul li#nav-features a {
	font-weight: bold;
	color: #141a28;
	padding-left: 10px;
	background: url(../images/arrow.gif) 0 0 no-repeat;
}
body.floor-plans #primary-nav ul li#nav-floor-plans a {
	font-weight: bold;
	color: #141a28;
	padding-left: 10px;
	background: url(../images/arrow.gif) 0 0 no-repeat;
}
body.hub-info #primary-nav ul li#nav-hub-info a {
	font-weight: bold;
	color: #141a28;
	padding-left: 10px;
	background: url(../images/arrow.gif) 0 0 no-repeat;
}
body.golf #primary-nav ul li#nav-golf a {
	font-weight: bold;
	color: #141a28;
	padding-left: 10px;
	background: url(../images/arrow.gif) 0 0 no-repeat;
}
body.contact #primary-nav ul li#nav-contact a {
	font-weight: bold;
	color: #141a28;
	padding-left: 10px;
	background: url(../images/arrow.gif) 0 0 no-repeat;
}
/*----- Agenda -----*/
body.agenda h2 {
	background: url(../images/hdr-agenda.gif) 0 0 no-repeat;
	text-indent: -9999px;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #777;
	margin-bottom: 0.5em;
}
table.agenda {
	width: 525px;
	margin-bottom: 20px;
}
table.agenda th {
	font-size: 1.25em;
	font-weight: bold;
	padding: 0.25em 0;
}
table.agenda td {
	line-height: 1.25em;
	width: 33%;
	padding-bottom: 6px;
}
table.agenda td.event {
	font-weight: bold;
}
table.agenda td.right {
	text-align: right;
}

/*----------Registration----------*/
td.left-table {
	width:150px;
	padding-bottom:8px;
	padding-right:10px;
	vertical-align:top;
}
table.register-table {
	width:525px;
	margin-bottom:25px;
}
td.right-table{
	width:365px;
	padding-bottom:8px;
	vertical-align:top;
}
td.right-table input{
	margin-top:6px;
}
td.right-table i{
	font-size:.8333em;
}
label{
	font-weight:normal;
}

