@charset "utf-8";
/* CSS Document */


/* ---- STANDARD STYLES ---- */
body {
	background-image: url(../images/bkgrnd-hp.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: white;
	margin-top: 0;
	margin-left: 0;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	color: #333333;
	text-align: left;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

a {
	color: #003471;
	text-decoration: underline;
}

a:hover {
	color: #003471;
	text-decoration: overline;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 24px;
	font-weight: normal;
	color: #333333;
	text-align: left;
	padding: 6px 12px 0px 10px;
	margin: 0px;
}

hr {
	height: 1px;
	color: #999999;
	border: 0;
}

img {
	border: 1px solid black;
}

/*--------- MAIN NAV -----------*/

.menu {
	position: absolute;
	top: 220px;
	left: 0px;
	z-index:10;
	margin:0px 0 0px 0px; /* this page only */
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {	
	padding:0;
	margin:0;
	list-style-type:none;
	width:155px;
}

/* hack for IE5.5 */
* html .menu ul {
	margin-left:-16px; 
	ma\rgin-left:0;
}

/* position relative so that you can position the sub levels */
.menu li {
	position: relative;
	background: ;
	height: 26px;
	padding:0;
	margin:0;
}

/* get rid of the table */
.menu table {
	position:absolute; 
	border-collapse:collapse; 
	top:0; 
	left:0; 
	z-index:100; 
	font-size:1em;
}

/* style the links */
.menu a, .menu a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	display: block; 
	text-decoration: none;
	height: 25px;
	line-height: 25px;
	width: 155px;
	color: #000;
	text-indent: 10px;
	border-bottom: 1px solid black;
	padding:0;
	margin:0;
}

/* hack for IE5.5 */
* html .menu a, * html .menu a:visited {
	background: white; 
	width: 155px; 
	w\idth: 155px;
	padding:0;
	margin:0;
}

/* style the link hover */
* html .menu a:hover {
	color:#790000; 
	background:white;
}

.menu :hover > a {
	color:#790000; 
	background:white;
	font-weight: bold;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	top:0;
	left:155px;
	background:#a9ac99;	
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {
	visibility:visible;
}

/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
	visibility:hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{
	visibility:hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
	visibility:visible;
}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul { 
	visibility:visible;
}


/*--------- NEWS -----------*/

.newshead {
	position: absolute;
	top: 220px;
	left: 190px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 19px;
	font-weight: bold;
	color: black;
	text-align: left;
	padding: 0px;
	margin: 0px;
}

.newsarchive {
	position: absolute;
	top: 226px;
	left: 359px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	color: black;
	text-align: left;
	padding: 0px;
	margin: 0px;
}

.news {
	position: absolute;
	top: 264px;
	left: 190px;
	width: 420px;
	height: 376px;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	color: black;
	text-align: left;
	padding: 0px;
	margin: 0px;
}

.news p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	color: black;
	text-align: left;
	padding: 0px 10px 10px 0px;
	margin: 0px;
}

.news h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	font-weight: bold;
	color: #790000;
	text-align: left;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}

/*--------- ON DECK -----------*/

.ondeckhead {
	position: absolute;
	top: 54px;
	left: 654px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 19px;
	font-weight: bold;
	color: black;
	text-align: left;
	padding: 0px;
	margin: 0px;
}

.ondeckcal {
	position: absolute;
	top: 59px;
	left: 738px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	color: black;
	text-align: left;
	padding: 0px;
	margin: 0px;
}

.ondeck {
	position: absolute;
	top: 98px;
	left: 654px;
	width: 180px;
	height: 540px;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	color: black;
	text-align: left;
	padding: 0px;
	margin: 0px;
}

.ondeck p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	color: black;
	text-align: left;
	padding: 0px 10px 4px 0px;
	margin: 0px;
}

.ondeck h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #790000;
	text-align: left;
	padding: 6px 0px 0px 0px;
	margin: 0px;
}

/*--------- FAQS -----------*/

.faqhead {
	position: absolute;
	top: 692px;
	left: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 19px;
	font-weight: bold;
	color: black;
	text-align: left;
	padding: 0px;
	margin: 0px;
}

.faqmore {
	position: absolute;
	top: 698px;
	left: 306px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	color: black;
	text-align: left;
	padding: 0px;
	margin: 0px;
}

.faq {
	position: absolute;
	top: 732px;
	left: 50px;
	width: 350px;
	height: 180px;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	color: black;
	text-align: left;
	padding: 0px;
	margin: 0px;
}

.faq p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	color: black;
	text-align: left;
	padding: 0px 10px 4px 0px;
	margin: 0px;
}

.faq h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #790000;
	text-align: left;
	padding: 6px 0px 0px 0px;
	margin: 0px;
}

/*--------- CLUB INFO -----------*/

.clubhead {
	position: absolute;
	top: 692px;
	left: 444px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 19px;
	font-weight: bold;
	color: black;
	text-align: left;
	padding: 0px;
	margin: 0px;
}

.clubabout {
	position: absolute;
	top: 698px;
	left: 604px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	color: black;
	text-align: left;
	padding: 0px;
	margin: 0px;
}

.club {
	position: absolute;
	top: 740px;
	left: 566px;
	width: 240px;
	height: 180px;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	color: black;
	text-align: left;
	padding: 0px;
	margin: 0px;
}

.club p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	color: black;
	text-align: left;
	padding: 0px 10px 8px 0px;
	margin: 0px;
}

.club h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #790000;
	text-align: left;
	padding: 6px 0px 0px 0px;
	margin: 0px;
}


/*--------- FOOTER -----------*/

.footer {
	position: absolute;
	top: 942px;
	left: 80px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	font-weight: normal;
	color: black;
	text-align: center;
	padding: 6px 0px 16px 0px;
	margin: 0px;
}

.footer #ibar {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	padding: 0px 6px 0px 6px;
	display: inline;
}

.footer a, .footer a:visited {
	color: black;
	text-decoration: underline;
}

.footer a:hover {
	color: black;
	text-decoration: overline;
}
