
body {
	background: url('../images/bg-main.png') repeat-x #1B100A;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 20px;
	color:#000000;
	padding:0;
	margin:0;
	font-size: 14px;
}

#logo {
	height: 208px;
}
/*---------------- core -------------------*/

#wrapper {
	width:986px;
	margin: 0 auto;
}

#shadowright {
	width:13px;
	float:right;
	background: url('../images/shadow-right.png') no-repeat;
	height: 573px;
}

#corecontainer {
	padding:0;
	margin:0;
	width: 973px;
}

#coreleft {
	padding:0;
	margin:0;
	width:253px;	
	background: url('../images/shadow-left.png') top right no-repeat;
}

#coreright {
	padding:0;
	margin:0;
	width:720px;
	float:right;
	background: url('../images/bg-nav.png') 0px 14px no-repeat;
}

#corenav {
	padding:0;
	margin:0;
	height: 66px;
	width:720px;
}

#toplink {
	float: right;
	padding: 23px 70px 0 0;
}

#toplink a {
	display: block;
	height: 21px;
}

#homelink {
	background: url('../images/tm-home.png') no-repeat;
	width: 68px;
}

#memberslink {
	background: url('../images/tm-members.png') no-repeat;
	width: 93px;
}

#eventslink {
	background: url('../images/tm-events.png') no-repeat;
	width: 68px;
}

#rcgalink {
	background: url('../images/tm-rcga.png') no-repeat;
	width: 89px;
}

#memb_events {
	padding: 28px 0 0 80px;
	font-size:0.9em;
	background: url('../images/membership-events.png') no-repeat bottom right;
	width: 186px;
	height: 18px;
}

#coremenu {
	padding:0;
	margin:0;
	height: 61px;
	width:720px;
}

.mm-start {
	background: url('../images/mm-left.png') no-repeat;
}

.mm-mid {
	background: url('../images/mm-mid.png') no-repeat;
}

.mm-end {
	background: url('../images/mm-right.png') no-repeat;
}

#corebody {
	background: url('../images/bg-body.png') repeat-y #EFE7D1;	
	width:720px;
	padding:0;
	margin:0;
}

#shadow {
	background: url('../images/shadow.gif') no-repeat;
	width: 720px;
}

#edge {
	background: url('../images/pic-edge.png') 0 81px no-repeat;
	min-height: 530px;
	width: 720px;
}

#splash {
	position: relative;
	width: 253px;
}

#splashcover {
	background: url('../images/splash.png') no-repeat;
	height: 502px;
	width: 100%;
	position: absolute;
	top: 0;
}

#splashspace1 {
	height: 15px;
}

#splash1, #splash2, #splash3 {
	background-position: top right;
	background-repeat: no-repeat;
}

#splash1 div, #splash2 div, #splash3 div {
	width: 100%;
	height: 100%;
	background-position: top right;
	background-repeat: no-repeat;
}
/*#splash2 div {
	background-image: url('../images/splash_top/1.jpg');
}*/
#splash1 {
	/*background: #FF0000;*/
	height: 155px;
	width: 100%;
}

#splashspace2 {
	display: none;
}

#splash2 {
	/*background: #00FF00;*/
	height: 155px;
	width: 100%;
}

#splashspace3 {
	height: 10px;
}

#splash3 {
	/*background: #0000FF;*/
	height: 150px;
	width: 100%;
}

#corefooter { 
	height: 74px;
	width:720px;
	background: url('../images/bg-footer.png') no-repeat;
	color: #A45825;
	text-align: center;

}

/*------------------ other ----------------------*/

.prompt {
	text-align: center;
	color:#986631;
	font-size: 12px;
}
	
.designedby {
	text-align: right;
	color: #5A3B2A;
	font-size: 10px;
}

a.footlink:link, a.footlink:visited {
  color: #A45825;
  text-decoration: none;
}

a.footlink:hover {
  color: #d7854e;
  text-decoration: underline;
}

ul {
  margin: 0px 0px 0px 0px;
}

hr {
  background: #CCCCCC;
  height: 1px;
  width: 100%;
}
.pathway {
	font-size: 11px;
	color:#777777;
}

a.pathway {
  color            : #09096C;
  font-weight      : normal;
}

a.pathway:hover {
  color : #09096C;
  text-decoration: underline;
}

/* --Default Class Settings-- */

a {
	color: #A45825;
	text-decoration: none;
}

a:hover {
	color: #d7854e;
	text-decoration: underline;
}

h1 {
	font-size:28px;
	color:#986631;
	font-family:"Times New Roman", Times, serif;
	font-weight: lighter;
}

h2 {
	font-size:24px;
	color:#986631;
	font-family:"Times New Roman", Times, serif;
	font-weight: lighter;
}
h3 {
	font-size:18px;
	color:#986631;
	font-family:"Times New Roman", Times, serif;
	font-weight: lighter;
}
h4 {

}
img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right; margin:0 0 1em 1em}
a img.alignleft {float:left; margin:0 1em 1em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
img.special {
	border:1px solid #C6B888;
	background-color:#fbfaf8;
	-moz-border-radius:6px;
	border-radius:6px;
	-webkit-border-radius:6px;
	padding:8px;
}
.fb1 {
	margin-left:20px;
	margin-top:20px;
	padding:8px;
	border:1px solid #C6B888;
	-moz-border-radius:6px;
	border-radius:6px;
	-webkit-border-radius:6px;
	background-color:#fbfaf8;
}
.fb1:hover {
	border:1px solid #696761;

}
/*----------------- Main Menu ---------------------*/

#golfcountryclub {
	background: url('../images/mmi-golfcountrycclub-off.gif') no-repeat;
	width: 83px;
	height: 27px;
	display:block;
}
#golfclubstaff {
	background: url('../images/mmi-golfclubstaff-off.gif') no-repeat;
	width: 60px;
	height: 27px;
	display:block;
}
#tandbinfo {
	background: url('../images/mmi-tandbinfo-off.gif') no-repeat;
	width: 87px;
	height: 28px;
	display:block;
}
#membershipfees {
	background: url('../images/mmi-membershipfees-off.gif') no-repeat;
	width: 73px;
	height: 27px;
	display:block;
}
#clubtours {
	background: url('../images/mmi-clubtours-off.gif') no-repeat;
	width: 37px;
	height: 27px;
	display:block;
}
#whyjoinfaq {
	background: url('../images/mmi-whyjoinfaq-off.gif') no-repeat;
	width: 55px;
	height: 28px;
	display:block;
}
#jobopportunities {
	background: url('../images/mmi-jobopportunities-off.gif') no-repeat;
	width: 85px;
	height: 27px;
	display:block;
}
#contactus {
	background: url('../images/mmi-contactus-off.gif') no-repeat;
	width: 51px;
	height: 27px;
	display:block;
}

#golfcountryclub:hover, #golfcountryclub.selected, .golfcountryclub {
	background: url('../images/mmi-golfcountrycclub-on.gif') no-repeat;
}
#golfclubstaff:hover, #golfclubstaff.selected, .golfclubstaff {
	background: url('../images/mmi-golfclubstaff-on.gif') no-repeat;
}
#tandbinfo:hover, #tandbinfo.selected, .tandbinfo {
	background: url('../images/mmi-tandbinfo-on.gif') no-repeat;
}
#membershipfees:hover, #membershipfees.selected, .membershipfees {
	background: url('../images/mmi-membershipfees-on.gif') no-repeat;
}
#clubtours:hover, #clubtours.selected, .clubtours {
	background: url('../images/mmi-clubtours-on.gif') no-repeat;
}
#whyjoinfaq:hover, #whyjoinfaq.selected, .whyjoinfaq {
	background: url('../images/mmi-whyjoinfaq-on.gif') no-repeat;
}
#jobopportunities:hover, #jobopportunities.selected, .jobopportunities {
	background: url('../images/mmi-jobopportunities-on.gif') no-repeat;
}
#contactus:hover, #contactus.selected, .contactus {
	background: url('../images/mmi-contactus-on.gif') no-repeat;
}

.cbox1, .cbox2, .cbox2_alt {

	padding: 3px 12px;
	border:solid;
	border-color: #c6b888;
	border-width: 1px 1px 1px 1px;
	background-color:#e4d9bc;
}
.cbox2_alt {
	float:right; 
	font-size:0.8em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom:4px;
}
.cbox2 {
	margin-bottom:20px;	
	line-height:30px;
	background-image: url('../images/flag.png');
	background-repeat:no-repeat;
	background-position:5% 50%;
	padding-left:30px;
	padding-right:10px;
	
}

.table-fee td {
	border-bottom: solid 1px #d8cdae;
	padding-left: 4px;
}

.preload {
	visibility: hidden;
	height: 0px;
	overflow: hidden;
}

ol li {
	padding-bottom: 1em;
}
