html {   /*forces Firefox to display scrollbar. This prevents page shift when navigating between long and short pages*/
	min-height: 100%; 
	margin-bottom: 1px; 
}

body {
  	margin: 0;
  	padding: 0;
  	text-align: center;  
  	background-color: #e8e7f5;    
  	font-family: Verdana, arial,  sans-serif;
  	font-size: medium;
  	color: #757575;	
}

a  {	
	color: #3e0961;
	text-decoration: none;
}

a:hover  {
	text-decoration: underline;
}

h1  {
	font-family:  Verdana, arial,  sans-serif;
	font-size: 160%;
	font-weight: normal;
	color: #3e0961;
	text-align: center;
	position: relative; /*fixes ie disappearing text bug! */
}


img {
 border:none;
}


#wrapper {
  	text-align: left;
  	width: 770px;  
  	margin: 10px auto 0 auto;  	
 	padding: 0;
	height: 500px;	  		
}

#header {	
	background-image: url(../img/header.jpg);
  	background-repeat: no-repeat;
  	background-position: top center;
  	margin: 0;	
	height: 133px;
	}
	
#nav_bar  {
	background-color: #3e0961;
	width: 743px;
	height: 25px;
	padding: 0;	
	margin: 0 0 0 14px;	
}

#nav_bar ul  {
	color: #fff;
	margin: 0;
	padding: 2px 0 0 10px;	
}

#nav_bar ul li  {
	display: inline;
  	list-style-type: none;
	width: 165px;  
  	padding: 0;
	margin: 0 40px 10px 0;
	/*border: 1px solid white;	*/
}

#nav_bar li a {
	color: #fff;
	font-size: 80%;		
	text-decoration: none;
	text-align: center;			
	padding: 0;
	margin: 0;
	/*border: 1px solid white;*/
}	
	
	
#content_container  {
	background-image: url(../img/content_bg.png);
  	background-repeat: repeat-y;
  	background-position: top center;
  	margin: 0;	
}

#content_home  {
	font-size: 90%;	
  	padding: 0 20px 0 30px;
	position: relative; /*fixes ie disappearing text bug! */
}


#content_home h1 {
	font-size: 180%;
	margin: 20px 0 5px 0;
}

#content_home .content_block {
	float: left;
	background-image: url(../img/content_box.gif);
  	background-repeat: no-repeat;
  	background-position: top center;
	width: 337px;
	height: 189px;
	margin: 0 0 0 10px
}

#content_home .content_block img {
	float: left;
	/*padding: 20px 0 0 20px;*/
	margin: 20px 10px 0 20px;
	border: 1px solid #338100;
}

#content_home .content_block h2 {
	font-family:  Verdana, arial,  sans-serif;
	font-size: 130%;
	font-weight: normal;
	color: #3e0961;	
	padding: 5px 0 0 20px;
	margin: 15px 0 0 0;
}

#content_home .content_block p {	
	font-size: 90%;
	font-weight: normal;	
	padding: 0 15px 0 0;
	margin: 10px 0 0 0;
}


#footer  {
	background-image: url(../img/footer.png);
  	background-repeat: no-repeat;
  	background-position: top center;
  	margin: 0;	
	height: 200px;
	width: 100%;
}

#footer p.address  {
	float: left;
	font-size: 80%;
  	margin: 0;	
	padding: 35px 0 0 15px;
}

#footer p.xhtml  {
	float: right;
	font-size: 80%;
  	margin: 0;	
	padding: 35px 15px 0 0;
	display: none;
}



#dropmenudiv{
	position:absolute;
	margin: 5px 0 0 0;
	border:1px solid #3F0C64;
	border-bottom-width: 1px;
	font:normal 12px Arial;
	line-height:18px;
	z-index:100;
}

#dropmenudiv a{
	/*width: 100%;*/
	display: block;
	text-align: left;
	text-indent: 3px;
	border-bottom: 0px solid black;
	padding: 0 0;
	text-decoration: none;
	font-weight: bold;
	background-color: #e8e7f5;
	color: #3F0C64;
}

#dropmenudiv a:hover{
	background-color: #3F0C64;
	color: #FFFFFF;
	font-weight: bold;
}

.clearboth  {
	clear: both;
}

.boldtxt  {
	font-weight: bold;
}

#leftbar  {	
	float: left;
	padding: 0 0 0 25px;
}

#leftbar img  {		
	margin: 0 0 0 10px;
	border: 1px solid #000;
}

#leftbar p.caption  {		
	margin: 0 0 0 10px;
	width: auto;
	font-size: 70%;
}

#leftbar ul.plainlinks  {		
	margin: 30px 0 0 20px;
	padding: 0;	
	font-size: 90%;
	list-style-type: none;
}

#leftmenu {
	width: 150px;
}

#leftmenu ul  {
	font-family:  Verdana, arial,  sans-serif;
	font-size: 95%;
	margin: 0 0 50px 0;
	padding: 20px 0 0 20px;		
	clear: both;
}


#leftmenu ul li  {
	list-style-type: none;
	padding: 10px 0 5px 0;
	border-bottom: 1px dashed #338100;
}

#leftmenu ul li a  {
	background-image: url(../img/butt.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 20px;	
}

#leftmenu ul li a:hover  {
	background-image: url(../img/butt_hover.jpg);
	background-repeat: no-repeat;
	background-position: center left;
}	
	


#content_wrapper  {	
	padding: 0 0 60px 10px;
  	margin: 10px 30px 0 190px; 	
	font-size: 80%;	
	background-image: url(../img/ball_bg.jpg);
  	background-repeat: no-repeat;
	background-position: bottom left;
	border-left: 1px solid #e8e7f5;
}

#content_wrapper h1  {	
	font-size: 170%;
	text-align: left;		
}

#content_wrapper h2  {	
	font-size: 130%;
	font-weight: normal;			
}

#content_wrapper h3  {	
	font-size: 100%;			
}


#content_wrapper .threeimg  {	
	border: 1px solid #000;
	margin: 10px 0 0 45px;   	
} 

#content_wrapper .twoimg  {	
	border: 1px solid #000;
	margin: 10px 0 0 40px;   	
}

#content_wrapper .floater  {	
	float:left;
	margin: 0 10px 10px 0;
	border: 1px solid #000;   	
}

#content_wrapper .centre  {
	text-align: center;	 	
}

#content_wrapper .centre img  {
	border: 1px solid #000;   	
}


#committee .comm_left  {
	width: 47%;
	float: left;
}

#committee .comm_right  {
	width: 47%;
	float: left;
}

#committee .comm_left p, #committee .comm_right p  {
	text-align: center;
}

#committee .comm_left img, #committee .comm_right img  {
	border: 1px solid #000;
}

#address  {
	text-align: center;
	font-family:  Verdana, arial,  sans-serif;
	font-size: 160%;
	font-weight: normal;
	margin: 5px 0 15px 0;
	
}

#address p  {
	margin: 0;
	padding: 0;
}


	
#gallery_container {
    position:relative; 
    width:535px; 
    margin:0;
    padding: 0;     
    float: left;
    }

#gallery_container .hoverimg {
    width:535px; 
    height:201px; 
    color:#000; 
    background:#fff;	
    text-align: center;
}

#gallery_container .hoverimg img {
    width:300px; 
    height:199px; 
    border: 1px solid #000;
}

#gallery_container ul {
    padding:0; 
    margin:0px;
    margin-top: 30px;
    margin-bottom: 20px;
    width:535px; 
    list-style-type:none; 
    }
	
#gallery_container li {
  float:left;
    }
	
#gallery_container a.gallery span {
    position:absolute; 
    width:0px; 
    height:0px; 
    top:0px; 
    left:0px;  
    overflow:hidden; 
    background:#fff;
    }

/* Adding the thumbnail images */
#gallery_container a.gallery, #gallery_container a.gallery:visited {
    display:block; 
    color:#000; 
    text-decoration:none; 
    border:1px solid #000; 
    margin:1px 2px 1px 20px; 
    text-align:left;	  
    height:50px; 
    width:75px;
    }

#gallery_container a.slidea {
    background:url(../about/img/gallery/thumbs/g1.jpg); 
    height:50px; 
    width:75px;
    }
#gallery_container a.slideb {
    background:url(../about/img/gallery/thumbs/g2.jpg); 
    height:50px; 
    width:75px;
    }
#gallery_container a.slidec {
    background:url(../about/img/gallery/thumbs/g3.jpg); 
    height:50px; 
    width:75px;
    }
#gallery_container a.slided {
    background:url(../about/img/gallery/thumbs/g4.jpg); 
   height:50px; 
    width:75px;
    }
#gallery_container a.slidee {
    background:url(../about/img/gallery/thumbs/g5.jpg); 
    height:50px; 
    width:75px;
    }
#gallery_container a.slidef {
    background:url(../about/img/gallery/thumbs/g6.jpg); 
   height:50px; 
    width:75px;
    }
	
#gallery_container a.slideg {
    background:url(../about/img/gallery/thumbs/g7.jpg); 
   height:50px; 
    width:75px;
    }
	
#gallery_container a.slideh {
    background:url(../about/img/gallery/thumbs/g8.jpg); 
    height:50px; 
    width:75px;
    }
	
#gallery_container a.slidei {
    background:url(../about/img/gallery/thumbs/g9.jpg); 
   height:50px; 
    width:75px;
    }
	
#gallery_container a.slidej {
    background:url(../about/img/gallery/thumbs/g10.jpg); 
    height:50px; 
    width:75px;
    }
	
#gallery_container a.slidek {
    background:url(../about/img/gallery/thumbs/g11.jpg); 
   height:50px; 
    width:75px;
    }
	
#gallery_container a.slidel {
    background:url(../about/img/gallery/thumbs/g12.jpg); 
   height:50px; 
    width:75px;
    } 

#gallery_container a.slidem {
    background:url(../about/img/gallery/thumbs/g13.jpg); 
   height:50px; 
    width:75px;
    } 

#gallery_container a.sliden {
    background:url(../about/img/gallery/thumbs/g14.jpg); 
   height:50px; 
    width:75px;
    } 	

#gallery_container a.slideo {
    background:url(../about/img/gallery/thumbs/g15.jpg); 
    height:50px; 
    width:75px;
    } 

#gallery_container a.gallery:hover {
    border:1px solid #fff; 
    }
	
#gallery_container a.gallery:hover span {
    width:535px; 
    height:201px; 
    color:#000; 
    background:#fff;	
    text-align:center;
    }	

#gallery_container a.gallery:hover span img {	
    width:300px; 
    height:199px; 
    border: 1px solid #000;
}

	
#Holepic {
	text-align: center;
	display: block;	
	}

#Holepic img {
	border: 1px solid #000;	
	
}

#Holepic p {	
	font-weight: bold;
	color: #3F0C64;
	
}

#Holepic ul {
	position: relative;
	right: 15px;
	
}

#Holepic li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;	
}


#Holepic li a {
	color: #3F0C64;
	background-color: #e8e7f5;
	border: 1px solid #560b74;
	Text-decoration: none;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	
}

#Holepic li a:hover {
	color: #3F0C64;
	background-color: #B9B6E0;
	
}

#table_wrapper  {
	margin: 10px 0 50px 0;
}

#table_wrapper .red  {
	color: #FF0000;
}

#table_wrapper .green  {
	color: #009900;
}

#table_wrapper .black  {
	color: #000;
}

#table_wrapper .blue  {
	color: #0066FF;
}

/* table styles */

table.scorecard  {	
  	width: 100%;  	
  	border-collapse: collapse;
  	border: 1px solid #3e0961;
	background-color: #fff;
	margin: 0 0 20px 0;
	color: #666;  
	font-size: 80%;	
	float: left;
}

table.scorecard  thead tr {  
  	background-image: url(../img/table_bg.jpg);
	background-repeat: repeat-x;	
}

table.scorecard thead tr th {
  	/*padding: 5px;*/
  	border: 1px solid #3e0961; 
}

table.scorecard tbody th {	
	border-top: 1px solid #c2c2c2;  
}

table.scorecard tbody td {  
  	/*padding:  5px;*/
	border-left: 1px solid #c2c2c2;
	border-top: 1px solid #c2c2c2;  
}

#table_wrapper table.scorecard tbody td.red, table.scorecard tbody td.red {  
  	background-color: #ffacac;  
	color: #666;
}


table.scorecard tbody td.yellow {  
  	background-color: #ffff9d;	  
}


table.calender {	
  	width: 100%;  	
  	border-collapse: collapse;
  	border: 1px solid #3e0961;	
	margin: 0 0 20px 0;
	color: #666;  
	font-size: 80%;	
}

table.calender  thead tr {  
  	background-image: url(../img/table_bg.jpg);
	background-repeat: repeat-x;	
}

table.calender thead tr th {
  	height: 50px;
	padding-left: 10px;
  	border: 1px solid #3e0961; 
}

table.calender tbody th {
	vertical-align: top;
	font-weight: normal;	
	border-top: 1px solid #c2c2c2;  
}

table.calender tbody td {
	vertical-align: top;  	
	border-left: 1px solid #c2c2c2;
	border-top: 1px solid #c2c2c2;  
}


table.fees  {
	width: 100%;
	float: left;		
}

table.fees  head tr th.weekdays {   	
	width: 40%;	
}

table.fees  head tr th.weekends {   	
	width: 40%;	
}

table.fees thead tr th.moneycol1 {   	
	width: 15%;
}

table.fees thead tr th.moneycol2 {   	
	width: 5%;
}

table.fees tbody tr td.extra_header {   	
	font-family:  Verdana, arial,  sans-serif;
	font-size: 130%;
	font-weight: normal;
	color: #3e0961;	
	padding: 10px 0 10px 0;	
}

table.fees tbody tr td {
	vertical-align: top;
}

table.fees tbody tr td.tablesmallprint {
	font-size: 70%;
	padding: 10px 0px 10px 0px;
}


table.results {	
  	width: 100%;  	
  	border-collapse: collapse;
  	border: 1px solid #3e0961;	
	margin: 0 0 20px 0;
	color: #666;  
	font-size: 90%;	
}

table.results thead tr {  
  	background-image: url(../img/table_bg.jpg);
	background-repeat: repeat-x;	
}

table.results thead tr th {
  	height: 50px;
	padding-left: 5px;
  	border: 1px solid #3e0961; 
}

table.results tbody th {
	vertical-align: top;
	font-weight: normal;	
	border-top: 1px solid #c2c2c2;  
}

table.results tbody td {
	vertical-align: top;
	padding-left: 5px;	
}

table.results tbody tr.odd {
	background-color: #e8e7f5;   
}



#smallprint {
	font-size: 70%;
	margin: 20px 0 30px;
	padding: 0;
}

#smallprint p {	
	margin: 0;
	padding: 0;
}

.small_links  {
	font-family: Verdana, arial, sans-serif;
	font-size: 80%;
	padding: 20px 0 0 30px;
}

#calender_key  {
	font-size: 80%;
}
#calender_key ul  {	
  	padding: 0;
	margin: 0 0 10px 0;	
}


#calender_key ul li  {
	display: inline;
  	list-style-type: none;
	width: 165px;  
  	padding: 0;
	margin: 0;	
}

#results_index  {	
	margin: 10px 0 50px 0;	
}

#results_index h2  {	
	font-size: 130%;
	font-weight: normal;
	margin:10px 0 10px 0;
}

#results_index p {	
	margin: 0;
	padding: 0;
}


/* Added for programmable status on home page - ST 01/07/08 */
#content_home hr { 
	margin-left: 0px; 
	width:700px; 
	height: 3px; 
	color: #000080;
}

#content_home .date { 
	font-weight: bold; 
	margin-bottom: 10px; 
	font-size: 95%; 
	float: left; 
	width: 420px; 
	color: #000080;
}

#content_home .course_status { 
	margin-bottom: 10px; 
	font-size: 95%;  
	width: 270px; 
	color: #000080; 
	float: left; 
}

#content_home .course_status span { 
	font-weight: bold 
}

#content_home .course_notices { 
	width: 650px; 
	margin-left:15px; 
	margin-right:30px; 
	margin-bottom:20px; 
	margin-top:10px; 
	background-color: #D4F8C2; 
	border:2px solid #9CD998; 
	font-size:95%; 
	padding: 8px; 
	clear:both; 
	color: #800000; 
}

#content_home .events { 
	width: 100%; 
	font-size: 90%; 
	line-height: 20px; 
	margin-bottom: 15px; 
	clear:both;
}

#content_home .events div { 
	font-weight: bold; 
	width: 75px; 
	float:left; 
	color: #000080;
}

#content_home .events span { 
	font-weight: normal; 
	width: 330px; 
	margin-right: 15px;
	float:left; 
	font-size:104%; 
	color: #000000;
}

#content_home .events .fixture_link {
	float: left;
	width: 270px;
	font-weight: normal; 
}

#content_home .events .fixture_link a {
	font-size: 95%;
	color: #000080;
}


#content_home .menu { 
	font-size: 90%; 
	width: 685px; 
	margin-bottom: 10px; 
	margin-top: 20px; 
	color: #000000;
}

#content_home .menu  a {
	color: #000080;
}

#content_home .brochure_link { 
	width: 705px; 
	clear: both; 
	margin-top: 20px;
}

#content_home .brochure_link p { 
	margin-bottom: 0px;
}

#content_wrapper .fixture_list_link {
  	font-family: Verdana, arial,  sans-serif;
	font-size: 50%;
	color: #757575;	
	margin-top: 0px;
	margin-bottom: 0px;
}

#content_wrapper .wk_events {
	width: auto;
	padding: 0px;
	float: left;
}

#content_wrapper .wk_events_blank {
	clear: both;
}

#content_wrapper .day_event {
	border-bottom: 2px solid #000080;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	width: 500px;
	line-height: 40px;

}

#content_wrapper .day_event_current {
	background-color: #D4F8C2; 
}

#content_wrapper .day_event_date {
	float: left;
	width: 100px;
	font-weight: bold;
}

#content_wrapper .day_event_event {
	float: left;
	width: 400px;
}

#content_wrapper .day_event_blank {
	clear: both;
	width: auto;	
	margin-bottom: 10px;
}

#content_wrapper .results {
	width: auto;
	float: left;
}

#content_wrapper .results_blank {
	clear: both;
}

#content_wrapper .results_title {
	float: left;
	width: 470px;
	margin-left: 20px;	
	line-height: 30px;
	font-size: 110%;
	font-weight: bold;
	color: #000080;
}

#content_wrapper .results_list {
	float: left;
	margin-left: 40px;	
	width: 460px;
	font-size: 105%;
	margin-top: 5px;
	margin-bottom: 20px;
}

#content_wrapper .results_result {
	line-height: 20px;
}

#content_wrapper .fixture_doc {
	width:520px; 
	height: 380px; 
	margin-top: 15px;
	margin-bottom: 0px
}

#content_wrapper .news {
	width: auto;
	float: left;
}

#content_wrapper .news_blank {
	clear: both;
}

#content_wrapper .news_title {
	float: left;
	width: 520px;
	margin-left: 0px;	
	line-height: 30px;
	font-size: 110%;
	font-weight: bold;
	color: #000080;
}

#content_wrapper .news_list {
	float: left;
	margin-left: 10px;	
	width: 520px;	
	font-size: 100%;
	margin-top: 5px;
	margin-bottom: 20px;
}

#content_wrapper .news_article {
	line-height: auto;
	margin-bottom: 5px;
}

#leftbar .acrobat_reader {
	width: 150px;
	float: left;
	font-size: 70%;
	padding: 0px 0 0 5px;		
}

#leftbar .acrobat_reader_topmargin {
	margin-top: 25px;
}

#leftbar .acrobat_reader div {
	margin-top: 4px;
	width: auto;
	float: left;
	margin-left: 5px;
}

#leftbar .acrobat_reader img {
	border: 0px;
	margin-right: 0px;
	margin-left: 15px;
	float: left;
}


#content_wrapper .memberfees {
	width: 520px;
	margin-bottom: 25px;
}

#content_wrapper .memberfees_section {
	width: 240px;
	padding: 7px;
	float: left;
	margin-bottom: 0px;
}

#content_wrapper .memberfees_sectionleft {
	margin-right: 5px;
}

#content_wrapper .memberfees_sectionright {
	background-color: #e8e7f5;
	color: #3F0C64;
}


#content_wrapper .memberfees_sectionfullwidth {
	width: 480px;
	margin-top: 5px;
}

#content_wrapper .memberfees_title {
	width: 240px;
	font-weight: bold;
	font-size: 105%;	
	line-height: 25px;	
}

#content_wrapper .memberfees_sectionleft .memberfees_title {
	color: #000080;
}

#content_wrapper .memberfees_sectionright .memberfees_title {
	color: #3F0C64;
}

#content_wrapper .memberfees_row {
	width: 240px;
}

#content_wrapper .memberfees_type {
	float: left;
	width: 180px;
	font-weight: bold;
}

#content_wrapper .memberfees_cost {
	float: left;
	text-align: right;
	width: 60px;
}

#content_wrapper .memberfees_blank {
	clear: left;
}

ul.four_way_imgs {
	border: none;
	margin: 20px 0px 20px 0px !important;
	padding: 0px;
}

.four_way_imgs li {
	display: inline;

}
