/* CSS Document */

/**************************************************/
/*	GENERAL HTML TAGS							  */
/**************************************************/
html {
	height: 100%;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #03118B;
	font-size: 12px;
	margin: 0px;
	height: 100%;
	background-image: url(../fw/background.gif);
	background-repeat: repeat;
	background-position: left top;
	margin-top: 20px;
	line-height: 17px;
}
body, td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #03118B;
	font-size: 12px;
	line-height: 17px;
}
h4 {
	font-size: 13px;
	font-weight: bold;
	letter-spacing: .2em;
}


/**************************************************/
/*	LINKS						                  */
/**************************************************/

a {
	color: #FB701C;
	text-decoration: underline;
}
a:hover {
	color: #03118B;
	text-decoration: none;
}
#copyright a {
	color: #03118B;
	font-weight: bold;
	text-decoration: none;
}
#copyright a:hover {
	color: #FB701C;
	font-weight: bold;
	text-decoration: none;
}

/**************************************************/
/*	LAYOUT DIVS AND TABLES	IDs					  */
/**************************************************/

#mainTable {
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
#headerCell {
	background-image: url(../fw/header.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	border: 1px solid #0615CD;
	vertical-align:top;
	padding-left: 20px;

}
#contentCell {
	height: 50px;
	vertical-align: top;
	padding: 15px;
	padding-top: 5px;
}
#navCell {
	vertical-align:top;
	padding-bottom: 15px;
	height: 25px;
}
#page {
	height: 100%;
	vertical-align: top;
}
#copyright {
	background-image: url(../fw/footer.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom: 10px;
	font-size: 9px;
	line-height: 11px;
	color: #03118B;
	text-align: right;
	padding-right: 78px;
	vertical-align: bottom;
	padding-top: 70px;
}
#contenttd {
	vertical-align: top;
}
#footerCell {
	text-align: center;
	vertical-align: bottom;
}
#contactTable {
	border: 1px solid #0615CD;
	background-color: #E2F1FE;
}
#tableTitle {
	background-color: #FB701C;
	border-bottom: 1px solid #0615CD;
}
#tableTitle2 {
	background-color: #FB701C;
	border-top: 1px solid #0615CD;
	border-bottom: 1px solid #0615CD;
}
#tableBottom {
	border-top: 1px solid #0615CD;
}



/**************************************************/
/*	LIST MENUS      				              */
/**************************************************/ 

#navlist {
	width: 799px;
	height: 25px;
	border-bottom: 1px solid #0615CD;
	border-left: 1px solid #0615CD;
}
#navlist div {
	float: left;
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0;
}
#navlist div {
	margin: 0;
	padding: 0;	
}
#navlist a {
	height: 25px;
	display: block;
	background-color: #B7C0FF;
	border-right: 1px solid #0615CD;
}		
#menu1 a {
	background-image: url(../fw/info2.jpg);
	width: 134px;
}
#menu1 a:hover {
	background-image: url(../fw/info2_f2.jpg)
}
#menu2 a {
	background-image: url(../fw/partners2.jpg);
	width: 110px;
}
#menu2 a:hover {
	background-image: url(../fw/partners2_f2.jpg)
}
#menu3 a {
	background-image: url(../fw/events2.jpg);
	width: 116px;
}
#menu3 a:hover {
	background-image: url(../fw/events2_f2.jpg)
}
#menu4 a {
	background-image: url(../fw/sponsor2.jpg);
	width: 148px;
}
#menu4 a:hover {
	background-image: url(../fw/sponsor2_f2.jpg)
}
#menu5 a {
	background-image: url(../fw/course2.jpg);
	width: 158px;
}
#menu5 a:hover {
	background-image: url(../fw/course2_f2.jpg)
}
#menu6 a {
	background-image: url(../fw/contact2.jpg);
	width: 127px;
}
#menu6 a:hover {
	background-image: url(../fw/contact2_f2.jpg)
}
#floatLeft {
	float: left;
	border: 1px solid #0615CD;
	margin-right: 12px;
	margin-bottom: 5px;
	margin-top: 2px;
}
#floatRight {
	float: right;
	border: 1px solid #0615CD;
	margin-top: 2px;
	margin-right: 5px;
	margin-left: 12px;
	margin-bottom: 5px;
}

/*** misc ***/
#sponsorTable {
	border-top: 1px dotted #E2F1FE;
	margin: 40px auto 10px auto;
}
#sponsorTable ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#sponsorTable div.titleSponsors {
	border:1px solid #888888;
	width:500px;
	padding:3px;
}
#sponsorTable div.titleSponsors div.container {
	border:1px solid #888888;	
	padding:10px;
	text-align:center;
}
div.titleSponsors div.container img {
	margin:0 10px;
}
div.titleSponsors div.container div.sponsor {
	padding:30px 10px;
	width:200px;
	font-weight:bold;
	float:left;
}
#imageBorder {
	border: 1px solid #0615CD;
}
#golfLinks ul li {
	margin-bottom: 15px;
}
.clear {
	clear:both;
}	
img.sponsor-sub {
	width:246px;
	height:133px;
}