/*---------------------------------------*/
/*Page CSS Properties            */
/*---------------------------------------*/

body {
	margin: 0px;
	padding: 0px;
	font-family : Georgia, "Times New Roman", Times, serif;
	font-style : normal;
	font-size: 12px;
	background-color: #fff;
	background-image:url(/uploads/Image/noresize/bg-home.jpg);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: center top;
	line-height: normal;
}

td {
	font-family : Georgia, "Times New Roman", Times, serif;
	font-style : normal;
	font-size: 12px;
	line-height:18px;
	color: #696969;
}

p {
	padding-left:0px;
	padding-right:0px;}
	
td, p, th {
	font-size:12px;
	line-height: normal;
}	

hr {
	background-color: #EFEFEF;
	border: 1px solid #EFEFEF;
}
li {
	list-style-type: square;
}
h1 {
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 28px;
	font-style : normal;
	font-weight : normal;
	height : auto;
	letter-spacing : normal;
	line-height : normal;
	color : #4f213b;
	padding-left:0px;
	margin:0px;
}
h2 {
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #4f213b;
	font-weight: normal;
	line-height:normal;
}
h3 {
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #4f213b;
	font-weight: normal;
	line-height : normal;
}
h4 {
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 12px;
	font-style : normal;
	font-weight : bold;
	height : 25px;
	letter-spacing : 1px;
	line-height : 26px;
	color : #ffc756;
	font-weight: normal;
}


/*---------------------------------------*/
/*Links CSS Properties            */
/*---------------------------------------*/

a:link {
	font-family : Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
	color: #4d7812;

}
a:visited {
	font-family : Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
	color: #4d7812;

}
a:hover {
	font-family : Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #4f213b;

}
a:active {
	font-family : Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #4f213b;

}

/*---------------------------------------*/
/*Background CSS Properties            */
/*---------------------------------------*/

.Top-Tile {
	background-repeat: repeat-x;
	background-image: none;
	background-position: top;
	height: 382px;
}
.Bot-Tile {
	background-repeat: repeat-x;
	background-image: none;
	background-position: right top;
	height: 147px;
}
.Left-Tile {
	background-repeat: repeat-y;
	background-image: none;
	background-position: right;
}
.Left-Tile-Top {
	background-repeat: no-repeat;
	background-image: none;
	background-position: right top;
	height: auto;
}
.Left-Tile-Bot {
	background-repeat: repeat-x;
	background-image: url(/uploads/Image/noresize/tile-bottom-left.jpg);
	background-position: right top;
	height: 276px;
}
.Right-Tile {
	background-repeat: repeat-y;
	background-image: none;
	background-position: left;
}
.Right-Tile-Top {
	background-repeat: no-repeat;
	background-image: none;
	background-position: left top;
	height: auto;
}
.Right-Tile-Bot {
	background-repeat: repeat-x;
	background-image: url(/uploads/Image/noresize/tile-bottom-right.jpg);
	background-position: left top;
	height: 276px;
}
.Middle-Tile {
	width:960px;
	background-color: none;
}
.Main-Content {
	background:none;
	width:960px;
}
.Bottom-Tile {
	background-image: url(/uploads/Image/noresize/tile-bottom-middle.jpg);
	height: 276px;
	background-repeat: no-repeat;
	background-position: center top;
}


/*---------------------------------------*/
/*News CSS Properties                    */
/*---------------------------------------*/

.news-title {
	padding: 5px;
	font-weight: bold;
	color: #990000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	font-size: 14px;
	height: 40px;
}
.news-content {
	padding: 5px;
	vertical-align: top;
	height: 250px;
}
.news-author {
	padding: 5px;
	font-style: italic;
	color: #666666;
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.news-date {
	padding: 5px;
	color: #990000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.news-buttons {
	padding: 5px;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	height: 30px;
}

/*---------------------------------------*/
/*Multi-Level CSS Menu		             */
/*---------------------------------------*/

/* core lists */
#menu_cssmulti 									
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	/*float:left;*/
	width: 100%;
	text-align: center;
	height: 35px;
	padding-top:14px;
	padding-right: 0px;
	background:none;
}
#menu_cssmulti ul 								
{ 
display: inline-block;
float:left;

} 

#menu_cssmulti .menu_arrow {
display:none;
}

/* makes it centered in IE */
#menu_cssmulti ul  								
{ 
display: inline; 
margin: 0; 
padding: 0;
padding-left:0px; 
list-style: none;
list-style-type:none;
white-space: nowrap; 
text-align: left; 
padding-top:7px; 
}

#menu_cssmulti li  								
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu_cssmulti ul.menu_list 					
{ 
display: block; 
margin: 0 auto;
float:left;
}

#menu_cssmulti li li ul 						
{ 
left: 100%; 
margin-top: -23px;
margin-left: -5px; 
}

/* stylable */
#menu_cssmulti a  								
{ 
display: block; 
line-height: normal;   
/* all links styles:  */ 
color: #fff; 
text-decoration: none; 
font-family:Arial,Helvetica,sans-serif;
} 

#menu_cssmulti a:hover  								
{ 
display: block; 
line-height: normal;  

/* all links styles:  */ 
color: #68c863; 
text-decoration: none;
background:none;
background-repeat: no-repeat;
background-position: center top;
} 

#menu_cssmulti li.menu_item 					
{ 

float: left; 
position: relative; 
cursor: pointer;  
background: none;
/* top level menu styles:  */ 
margin-right: 7px; 
margin-left:0px;
padding-top:0px;
padding-right: 7px;
padding-bottom:0px;
padding-left:0px;
height:auto;
list-style-type: none;
color:#fff;
border-right:2px solid #FFFFFF;
} 

#menu_cssmulti li.menu_item:hover 				
{ 
white-space: nowrap; 

/* top level menu hover */ 
height:auto;
background:none;
background-repeat: no-repeat;
background-position: center top;
color: #68c863;   
}

#menu_cssmulti li.selected 						
{ 
/* top level selected item */ 
height:auto;
background:none;
background-repeat: no-repeat;
background-position: center top;
color: #68c863;
} 

#menu_cssmulti li.selected > a					
{ 
/* top level selected link */ 
height:auto;
background:none;
background-repeat: no-repeat;
background-position: center top;
color: #68c863;
} 

#menu_cssmulti ul.drop_down						
{ 
text-transform: none;
margin-left:0px;
font-size: 12px;
top: 20px;  
width:auto;
/*opacity: 0.9; */
} 

#menu_cssmulti li ul {
background-color:#000000;
display:block;
left:0;
padding: 0px 3px;
position:absolute;
visibility:hidden;
}

#menu_cssmulti li li 							
{ 
/* dropdown dividing line */ 
border-bottom: 1px solid #68c863; 

}

#menu_cssmulti li li a 							
{ 
/* dropdown bg color */ 
background: none; 	
background-color: #000;  
padding: 0 7px; 
color: #fff;
}

#menu_cssmulti li li a:hover 					
{ 
/* dropdown hover color */
background: none; 
background-color: #000; 
padding: 0 7px; 
color: #DDCCBA; 

}  

#menu_cssmulti li li a.fly_menu 				
{ 
/* sub-dropdown bg color */ 
font-size: 10px;
background: none; 
background-color: #000; 
color: #DDCCBA; 
} 	

#menu_cssmulti li li:hover > a.fly_menu 		
{
 /* sub-dropdown hover color */ 
background: none; 
background-color: #000;  
color: #DDCCBA;
}

/* more core items.  */
#menu_cssmulti table 							{ position: absolute; top: 0; left: 0; border-collapse: collapse; text-align: left; }
#menu_cssmulti table ul li a 					{ padding-left: 0; padding-left: 20px; }
#menu_cssmulti table table 						{ top: auto; left: 100%; margin-left: -1px; padding: 0; margin: 0; }
#menu_cssmulti table table ul 					{ margin-top: -4px; margin-top: -7px; }
#menu_cssmulti li:hover > ul, 

#menu_cssmulti a:hover ul, 
#menu_cssmulti a:hover a:hover ul,
#menu_cssmulti a:hover a:hover a:hover ul		{ visibility: visible; }
#menu_cssmulti a:hover ul ul,
#menu_cssmulti a:hover a:hover ul ul 			{ visibility: hidden; }

#menu_cssmulti li.last {
border-right:0 solid #333333;
}

.content-purple-right-border {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #4f213b;
	padding-right: 4px;
	width: 620px;
}

.golfball-list {
	margin: 0px;
	padding: 0px 0px 0px 40px;
}

.golfball-list li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #4f213b;
	padding-bottom: 7px;
	list-style-position: outside;
	list-style-image: url(/uploads/Image/bullet-golfball.jpg);
}

.bsfac-footer {
	width:640px; 
	padding:7px 5px 5px 5px;
	}
	
.bsfac-footer a:link{
	color: #FFF;
}
.bsfac-footer a:visited{
	color: #FFF;
}
.bsfac-footer a:hover{
	color: #C6C;
}
.bsfac-footer a:active{
	color: #C6C;
}

.events_maintable h1 {
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 28px;
	font-style : normal;
	font-weight : normal;
	height : auto;
	letter-spacing : normal;
	line-height : normal;
	color : #4f213b;
	padding-left:0px;
	margin:0px;
}

.events_maintable h3 {
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #4f213b;
	font-weight: normal;
	line-height : normal;
}

.events_rightsidebox {
background-color:#F4F3F2;
border-color:-moz-use-text-color #4F213B;
border-style:solid;
border-width:1px;
text-align:center;
}

.events_rightsidebox div h1 {
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #4f213b;
	font-weight: normal;
	line-height : normal;
}

.events_rightsidebox div h3 {
color:#666666;
font-weight:bold;
font-size: 18px;
}

a.events_goregister {
letter-spacing:normal;
text-transform:capitalize;
}

.eventsreg_loginsignup {
border:1px solid #4F213B;
}

.eventsreg_status {
border:1px solid #4F213B;

}

.locations_maintable {
border-right:1px solid #4F213B;
margin:18px 0 40px -7px;
}

.locations_breadcrums {
display:none;
}

.locations_maintable h1 {
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 28px;
	font-style : normal;
	font-weight : normal;
	height : auto;
	letter-spacing : normal;
	line-height : normal;
	color : #4f213b;
	padding:0px;
	margin:-10px 0 0 0px;
}

.locations_maincell {
font-size:11px;
padding:0px;
vertical-align:top;
}

.locations_rightcell {
display:none;
}