/* CSS Document */

body,td,table,li,ul,p,form,fieldset,h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
}
table,img,fieldset {
	border:0;
}
.clearLeft {
	clear:left;
}
body {
	background:#366c25 url(../images/grass_background.jpg) repeat left top;
	font-size:11px;
	font-family:Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
	color:#333;
	margin-bottom:30px;
}
textarea, input {font-family:Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;}

p {
	margin-bottom:.8em;
	margin-top:.8em;	
	line-height:1.4em;
}

p a, p a:link, p a:visited, td a:link, td a:visited {
	color:#821d00;
	font-weight: normal;	
}

a, a:link, a:visited {
	color:#821d00;
	font-weight: normal;
}
a:hover {
	text-decoration: none;
}

h1 {
	color:#701c00;
	font-size:23px;
	font-family:Bookman Old Style, Helvetica, Arial, sans-serif;	
	padding:5px 0;
	padding-left:45px;
	margin-bottom:10px;
	font-weight: normal;	
}
h2 {
	color:#701c00;
	font-family:Bookman Old Style, Helvetica, Arial, sans-serif;	
	font-size:18px;
	font-weight: normal;	
}
h3 {
	color:#701c00;
	font-family:Bookman Old Style, Helvetica, Arial, sans-serif;	
	font-size:14px;
	font-weight: normal;
}
h4 {
	color:#701c00;
	font-family:Bookman Old Style, Helvetica, Arial, sans-serif;	
	font-size:12px;
	font-weight: bold;
}


#wrapper {
	width:980px;
	margin: 0 auto;
	margin-bottom: 0px;
	background:#ffffff url(../images/golf_ball.jpg) no-repeat left top;
}

#wrapper-wide {
	width:1031px;
	margin: 0 auto;
	margin-bottom: 0px;
	background:#ffffff url(../images/golf_ball.jpg) no-repeat left top;
}


#header {
	position:relative;
	width:950px;
	height:98px;
	margin: 0 auto;	
	background:url(../images/header-bg.gif) no-repeat left top;
}


.dots {
margin: 3px 0px;
padding: 0px;
width: auto;
height: 1px;
border-top: 1px dotted #000;
clear: left;
}

.comment {
margin: 3px 0px;
padding: 10px;
width: auto;
border-top: 1px dotted #ddd;
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
border-bottom: 1px dotted #ddd;
background-color: #eee;
clear: left;
}

/* Logo ============================ */
.logo {
	position:absolute;
	left:0px;
	bottom:1px;
	height:97px;
	width:256px;	
	background:url(../images/OGA_Logo.gif) no-repeat 0% 50%;
}

/* Header Search Box ================================ */
.searchBox, .searchBox_forum {
	position:absolute;
	top:35px;
	right:16px;
	width:221px;
	height:28px;
	text-align: right;
}
.searchBox input, .searchBox_forum input {
	position:relative;
	width:166px;
	top:0;
	padding: 2px;
	border:1px solid #999;
	color:#701c00;
	font-size:12px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;	
}
.searchBox input.button, .searchBox_forum input.button {
	width:auto;
	border:none;
	position:relative;
	top:8px;
}

.searchBox a, .searchBox_forum a {
	color:#b47432;
	font-weight: normal;
}


/* HEADER MENU (top right nav) ============== */
ul.headMenu {
	position:absolute;
	top:0px;
	right:0px;
	width: 669px;
	list-style-type:none;
	text-align: right;
}
ul.headMenu li {
	display:inline;
	padding:5px 10px;
	background:url(../images/headMenu_divider.gif) no-repeat top right;
}
ul.headMenu a:link, ul.headMenu a:visited {
	text-decoration:none;
	text-transform: uppercase;	
	color:#2d0600;
	font-size:11px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;	
}
ul.headMenu a:hover{
	text-decoration:underline;		
}

ul.headMenu li.on a:link, ul.headMenu li.on a:visited {
	color:7e2204;
}

/* MAIN MENU STYLES =================================== */


#MainMenuContainer{
}

ul.mainMenu {
	position:relative;
	width:941px;
	height:29px;
	margin:0 auto;
	list-style-type:none;
	padding-left:10px;
	background:url(../images/mainnav_back.gif) repeat-x left bottom;
	z-index:100;
}
.mainMenu li {
	height:29px;
	float:left;
	padding-left:10px;
	background:url(../images/mainnav_left_off.gif) no-repeat left top;
}
.mainMenu li a:link, .mainMenu li a:visited {
	height:29px;
	line-height:29px;
	float:left;
	display:block;
	padding-right:10px;	
	color:#472117;
	text-decoration:none;
	font-weight:bold;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-transform: uppercase;
	white-space:nowrap;
	background:url(../images/mainnav_right_off.gif) no-repeat right top;	
}

.mainMenu li#on, .mainMenu li.lihover { /* set in the jquery */
	background:url(../images/mainnav_left_on.gif) no-repeat left top;	
}
.mainMenu li#on a:link, .mainMenu li#on a:visited, .mainMenu li a:hover, #wrapper .mainMenu li a.hover, #wrapper-wide .mainMenu li a.hover {
	background:url(../images/mainnav_right_on.gif) no-repeat right top;
}
.mainMenu li#on a:hover, .mainMenu li#on a.hover {
	background-color:#fff;
}

/* Sub Menu Syles ================= */
.mainMenu li ul {
	list-style-type:none;
	display:none;
	position:absolute;
	top:29px;
	clear:left;
	width:auto;
	height:auto;
	background:#fff;
	border:1px solid #999997;
	border-top:none;
	z-index:105;
	margin-left:-12px;
}
* html .mainMenu li ul {
	width:1%;
}
.mainMenu li ul li {
	position:relative;
	float:none;
	height:24px;
	border:2px solid #fff;
	background:none;
	padding-left:0;
}
.mainMenu li.iefix {
	/* This class is applied in the IE jquery script */
	float:left;
	clear:left;
}



#wrapper #MainMenuContainer .mainMenu li ul a:link, 
#wrapper #MainMenuContainer .mainMenu li ul a:visited, 
#wrapper-wide #MainMenuContainer .mainMenu li ul a:link, 
#wrapper-wide #MainMenuContainer .mainMenu li ul a:visited {
	float:none;
	margin-top:0;
	height:22px;
	line-height:22px;
	padding:0 15px;
	text-transform:none;
	color:#000;
	background:url(../images/icon-menu.gif) no-repeat 110% 300%;
	border:1px solid #fff;
	font-weight:normal;
}
#wrapper #MainMenuContainer .mainMenu li ul a:hover, 
#wrapper-wide #MainMenuContainer .mainMenu li ul a:hover {
	background-color:#ebdbc2;
	background-position:4px 9px;
	border:1px solid #ccaa7d;
}
.mainMenu li ul ul {
	top:-1px;
	z-index:1000;
	margin-left:0;
	border-top:1px solid #999997;
}

/* I-Frame Menu STYLES =================================== */

#iFrameMenuContainer {

}

ul.iFrameMenu {
	position:relative;
	width:910px;
	height:29px;
	margin:0 auto;
	list-style-type:none;
	padding-left:10px;
	background:url(../images/mainnav_back.gif) repeat-x left bottom;
	
}
.iFrameMenu li {
	height:29px;
	float:left;
	padding-left:12px;
	background:url(../images/iframenav_left_off.gif) no-repeat left top;
}
.iFrameMenu li a:link, .iFrameMenu li a:visited {
	height:29px;
	line-height:29px;
	float:left;
	display:block;
	padding-right:12px;	
	color:#333333;
	text-decoration:none;
	font-weight:bold;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	white-space:nowrap;
	background:url(../images/iframenav_right_off.gif) no-repeat right top;	
}

.iFrameMenu li#on, .iFrameMenu li.lihover { /* set in the jquery */
	background:url(../images/iframenav_left_on.gif) no-repeat left top;	
}
.iFrameMenu li#on a:link, .iFrameMenu li#on a:visited, .iFrameMenu li a:hover, #wrapper .iFrameMenu li a.hover, #wrapper-wide .iFrameMenu li a.hover {
	background:url(../images/iframenav_right_on.gif) no-repeat right top;
}
.iFrameMenu li#on a:hover, .iFrameMenu li#on a.hover {
	background-color:#fff;
}

/* i-Frame Sub Menu Syles ================= */
.iFrameMenu li ul {
	list-style-type:none;
	display:none;
	position:absolute;
	top:29px;
	clear:left;
	width:auto;
	height:auto;
	background:#fff;
	border:1px solid #999997;
	border-top:none;
	z-index:55;
	margin-left:-12px;
}
* html .iFrameMenu li ul {
	width:1%;
}
.iFrameMenu li ul li {
	position:relative;
	float:none;
	height:24px;
	border:2px solid #fff;
	background:none;
	padding-left:0;
}
#wrapper #iFrameMenuContainer .iFrameMenu li ul a:link, 
#wrapper #iFrameMenuContainer .iFrameMenu li ul a:visited, 
#wrapper-wide #iFrameMenuContainer .iFrameMenu li ul a:link, 
#wrapper-wide #iFrameMenuContainer .iFrameMenu li ul a:visited {
	float:none;
	margin-top:0;
	height:22px;
	line-height:22px;
	padding:0 15px;
	text-transform:none;
	color:#000;
	background:url(../images/icon-menu.gif) no-repeat 110% 300%;
	border:1px solid #fff;
	font-weight:normal;
}
#wrapper #iFrameMenuContainer .iFrameMenu li ul a:hover, 
#wrapper-wide #iFrameMenuContainer .iFrameMenu li ul a:hover {
	background-color:#ebdbc2;
	background-position:4px 9px;
	border:1px solid #ccaa7d;
}
.iFrameMenu li ul ul {
	top:-1px;
	z-index:1000;
	margin-left:0;
	border-top:1px solid #999997;
}
.iFrameMenu li.iefix {
	/* This class is applied in the IE jquery script */
	float:left;
	clear:left;
}


/* CONTENT AREA STYLES =============================*/
#contentWrapper {
	width: 949px;
	margin: 0 auto;
	padding: 0;
	border-left: #999999 1px solid;	
	border-right: #999999 1px solid;
	background-color: #FFFFFF;
	overflow: hidden;
}

#contentWrapper-wide {
	width: 1000px;
	margin: 0 auto;
	padding: 0;	
	border: #999999 1px solid;
	background-color: #FFFFFF;
	overflow: hidden;
}

#LeftColumn {
	width:170px;
	padding: 10px 11px;
	margin: 0;
	float: left;
	overflow: hidden;
}


#MainColumn {
	width:750px;
	padding: 10px 0px 10px 0px;
	margin:0;
	float:left;
} 

.MiddleColumn {
	width: 365px;
	padding: 0px 0px 0 10px;
	margin: 0;
	float:left;
}

#MiddleColumnWide {
	width:556px;
	padding: 0px 0px 0 0px;
	margin: 0;
	float:left;
}

#RightColumn {
	width:170px;
	padding: 0px 5px 0 0;
	margin: 0;
	float:right;
}


/* LEFTWIDGET STYLE =============================*/

.LeftWidget {
	width: 171px;
	background:url(../images/LeftBarWidget_back.jpg) no-repeat bottom left;
	padding: 0 0 6px 0;
	margin: 0 0 20px 0;
	overflow: hidden;
}

.LeftWidget h3 {
	margin: 0;
	padding: 4px 8px 10px 10px;
	color:#FFFFFF;
	background:url(../images/LeftBarWidget_header.gif) no-repeat top left;
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;	
	text-transform: uppercase;	
}

.LeftWidget h3 a {
	margin: 0;
	padding: 0;
	color:#FFFFFF;
	font-weight: bold;
	text-decoration: none;
}


.LeftWidget ul {
	margin: 0;
	padding: 5px 5px 5px 5px;
	list-style: none;
}
.LeftWidget li {
	margin: 0;
	padding: 0 0 0 3px;
	line-height: 13px;
	background:url(../images/LeftBarWidget_arrow.gif) no-repeat;
}
.LeftWidget li a {
	text-decoration: none;
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	color:#000000;
	display: block;
	font-size: 12px;
	padding: 4px 0 4px 25px;
	margin: 0;
	font-weight: normal;	
	background:url(../images/LeftBarWidget_BottomBar.gif) no-repeat bottom left;
	
}

.LeftWidget a:hover {
	text-decoration: underline;
}

.LeftWidget p {
	padding: 2px 8px;
	font-size: 12px;
}

.LeftWidget label {
	padding: 0;
	display:block;
}
.LeftWidget input {
	padding: 2px;
	width:145px;
	border:1px solid #999999;
}

.button {
	padding: 2px;
	width:145px;
	border:1px solid #999999;
}

.LeftWidget .checkbox {
	top:2px;
	margin:0;
	width:auto;
	border:none;
}
.LeftWidget .button {
	width:auto;	
	border:none;
	float:right;
	margin:3px 10px 0 0;
}

.LeftWidget p a:link, p a:visited {
	color:#215917;
	font-weight: normal;
}

/* HEADERWIDGET STYLE =============================*/

.HeaderWidget {
	width: 732px;
	min-height: 200px;
	background:url(../images/HeaderWidget_bottomback.jpg) no-repeat bottom left;
	padding: 0 0 12px 0;
	margin: 0;
	overflow: hidden;
}

.HeaderWidget h2 {
	margin: 0;
	padding: 0;
	height: 56px;
}

.HeaderWidget h3 {
	margin: 8px 0 5px 0;
	padding: 0;
	font-family: Bookman Old Style, Times New Roman, Times, serif;
	color:#fff9bd;
	font-size: 18px;
	clear:inherit;
}


.HeaderWidget a, .HeaderWidget a:link, .HeaderWidget a:hover, .HeaderWidget a:visited {
	color:#FFFFFF;
}

.HeaderWidget a:hover {
	text-decoration: underline;
}

.HeaderWidget p {
	padding: 10px 20px 0 20px;
	color:#FFFFFF;
}

.HeaderWidget p a {
	color:#FFFFFF;
}

.HeaderWidget .main {
	float: left;
	min-width: 221px;
	min-height: 160px;
	padding: 10px 5px;
	margin: 0px 8px 0 12px;
	background:url(../images/HeaderWidget_photoback.gif) no-repeat top left;
}


.HeaderWidget img.main2 {
	padding: 0;
	border: #ffffff solid 5px;
	float: none;
                width: 178px;
}


/* MIDDLEWIDGET STYLE =============================*/

.MiddleWidget {
	margin: 5px 0px 10px 0;
	float: left;
	padding: 7px 0 0 0;
	width: 98%;
}


.MiddleWidget h3 {
	padding: 5px 5px 4px 0;
	margin: 0 0 15px 0;
	font-family: Trebuchet, Tahoma, helvetica, sans-serif;
	color:#6c2c1a;
	font-size: 13px;
	font-weight: bold;
	background:url(../images/TextWidget_h2_back.gif) repeat-x top left;	
	border-bottom: 1px solid #beb59a;
	text-transform: uppercase;
	line-height: 15px;
}

.MiddleWidget span {
	padding: 0 5px 0 0;
	background-color:#fffdf6;
}

.MiddleWidget a {
	color:#215917;
	font-weight: normal;
}

.MiddleWidget p {
	margin: 2px 0;
	padding: 0;
	font-size: 12px;	
}

.MiddleWidget img {
	padding: 2px;
	margin: 0.5em 0.75em 0.5em 0em;
}

img.thumbnail {
	padding: 2px;
	margin: 0em 0.9em 0.5em 0em;
	border: 1px solid #bbb;
	float: left;
}

.MiddleWidget ul, .MiddleContent ul {
	margin: 4px 0;
	padding: 0;
	list-style: none;
}
.MiddleWidget li, .MiddleContent li {
	margin: 0;
	padding: 0 0 0 3px;
	line-height: 15px;
	padding: 0px 0 3px 15px;	
	background:url(../images/arrow.gif) no-repeat;
}
.MiddleWidget li a, .MiddleContent li a {
	text-decoration: underline;
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	color:#4e1000;
	display: block;
	font-size: 11px;
	padding: 0;
	margin: 0;			
}

/* MIDDLECONTENT STYLE =============================*/

.MiddleContent {
	margin: 5px 10px 15px 15px;
	float: left;
	padding: 0 0 0 0;
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

.Breadcrumb {
	margin: 0 0 0px 0;
	float: left;
	padding: 0 0 0 0;
}

.MiddleContent p{
	padding:10px 0;
	margin:0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;	
}


.MiddleContent h1, h2, h3, h4, h5 {
	padding: 10px 0 2px 0;
	margin: 0;
	font-family: Bookman Old Style, Times New Roman, Times, serif;
	color:#701c00;
	font-weight: normal;			
}

.MiddleContent h1{
	padding: 25px 0 2px 0;
	font-size: 25px;
}

.MiddleContent h2{
	padding: 15px 0 2px 0;
	font-size: 20px;
}

.MiddleContent h3{
	font-size: 16px;
}

.MiddleContent h4{
	font-size: 14px;
}

.MiddleContent h5{
	font-size: 12px;
	font-weight: bold;	
}

.MiddleContent img {
	padding: 2px;
	margin: 0.75em;
	border: 1px solid #bbb;
	clear: left;
}


img.noborder {
	padding: 0;
	margin: 0.75em;
	border: 0px;
	clear: left;
}

img.nospacing {
	padding: 0;
	margin: 0;
	border: 0px;
}

.MiddleContent hr{
border: #5c1503 1px dotted;
color: #5c1503;
height: 1px;
width: 100%;
padding: 0;
margin: 13px 0 0px 0;
}

/* HOME PAGE TABBED MENU ==================== */
#TabBox {
	margin: 10px 0px 60px 0;
	width: 330px;
	height: 400px;
 	clear: left;
}

.TabContent {
	background:url(../images/ScrollWidget_back.gif) repeat;
	float: left;
	width: 330px;
	height: 400px;
	overflow: auto;
	padding: 10px 10px;
	border-bottom: 1px solid #aa9767; 
	border-left: 1px solid #aa9767; 
	border-right: 1px solid #aa9767;
	scrollbar-3dlight-color:#e7d1a0; 
	scrollbar-arrow-color:#fff; 
	scrollbar-base-color:#e7d1a0; 
	scrollbar-darkshadow-color:#b3a179; 
	scrollbar-face-color:#691609; 
	scrollbar-highlight-color:#e7d1a0; 
	scrollbar-shadow-color:#e7d1a0;	
}


.TabContent ul{
	margin: 6px 0 18px 0;
	padding: 0;
	list-style: none;
}
.TabContent li,{
	margin: 0;
	padding: 0 0 0 3px;
	line-height: 15px;
	padding: 0px 0 3px 15px;	
	background:url(../images/arrow.gif) no-repeat;
}

.TabContent a, .TabContent a:visited{
color:#333;
font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
font-size: 12px;
padding: 0;
margin: 0;
text-decoration: underline;
}

.TabContent a:hover{
color:#821d00;
text-decoration: underline;
border: none;
}

.TabContent p{
padding: 0;
margin: 0 0 5px 0;
}


/* TabMemu STYLES =================================== */



ul#TabMenu {
	height:36px;
	width: 352px;
	background:url(../images/ScrollWidget_nav_back.gif) repeat-x;
	list-style-type:none;	
}
	ul#TabMenu li {
		display: inline;
	}
	ul#TabMenu li a {
		height: 36px;
		float: left;
		display: block;
		margin: 0px 0 0 0px;
		line-height: 26px;
		background: url(../images/ScrollWidget_right_off.gif) no-repeat top right; 
		padding-right: 4px;
		color: #472117;
		text-decoration: none;
		font-weight: normal;
		font-size:11px;	
		text-transform: uppercase;	
	        font-family: Trebuchet, Tahoma, helvetica, sans-serif;			
	}
		ul#TabMenu li a:hover {
			background: url(../images/ScrollWidget_right_on.gif) bottom right no-repeat;
		}
			ul#TabMenu li a span {
				background: url(../images/ScrollWidget_left_off.gif) top left no-repeat; 
			 	display: block;
				padding: 7px 10px 3px 12px;
				color: #333;				
			}
				ul#TabMenu li a:hover span {
			 		background: url(../images/ScrollWidget_left_on.gif) left bottom no-repeat;
					padding: 2px 10px 8px 12px; 
					
				}
	ul#TabMenu li.on a {	
		background: url(../images/ScrollWidget_right_on.gif) bottom right no-repeat;
                font-weight: normal;
	

	}
	ul#TabMenu li.on a span {	

		background: url(../images/ScrollWidget_left_on.gif) left bottom no-repeat; 
		padding: 2px 10px 8px 12px;
		color: #622703;	

	}
	










/* FOOTER STYLES ============================ */
#footerWrapper {
	clear:left;
	width: 951px;
	height: 89px;
	margin: 0 auto;
	background:url(../images/footer.gif) no-repeat left top;
	padding-bottom:25px;
}
#footer {
	width:900px;
	height:60px;
	padding:4px 10px 10px 25px;
	clear:left;
    font-size:11px;
	color:#efe0b2;		
}
ul.footerMenu {
	list-style-type:none;
	padding:3px 0;		
}
ul.footerMenu li {
	display:inline;
}
ul.footerMenu a:link, ul.footerMenu a:visited {
	color:#efe0b2;
	padding:0 6px 0 6px;
	text-decoration: underline;
	border-right: #a0613b solid 1px;
}
ul.footerMenu a:hover {
	text-decoration: none;
}
#footer p {
	margin-top:12px;
	margin-bottom:0;
}
#footer p a:link, #footer p a:visited {
	color:#efe0b2;
}

/* TABLE STYLES ============================ */
.sectiontable {
	margin: 15px 0 0 0;
	width: 100%;
}

.sectiontable table {
	margin: 15px 0 0 0;
	width: 100%;
}

.sectiontable td {
	padding: 5px 5px;
}

.sectiontableheader {
	padding: 5px 5px;
	background: #852107;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}

.filters {
	text-align: right;
	padding-bottom: 3px;
}
.filters td input {
	width:166px;
	padding: 2px;
	border:1px solid #999;	
}
.filters input.button2 {
	position:relative;
	width:auto;
	border:none;
	top: 4px;
	padding: 0 3px;
}


tr.sectiontableentry1 td {
	padding: 5px 5px;
	border-bottom: 1px solid #DDDDDD;
	background: #FFFFFF;
}

tr.sectiontableentry2 td {
	padding: 5px 5px;
	border-bottom: 1px solid #DDDDDD;
	background: #EFEFEF;
}

tr.sectiontableentry1:hover td,
tr.sectiontableentry2:hover td {
	background: #eee;
}







/* I-Frame Styles ==================== */


#iframe {
	background: #fff;
	width: 920px;
	height: 800px;	
                margin: 0 auto 20px auto;
	padding: 0;
	border-bottom: 1px solid #999; 
	border-left: 1px solid #999; 
	border-right: 1px solid #999;
	z-index:50;
}

#iframe_noborder {
	background: #fff;
	width: 920px;
	height: 800px;	
                margin: 0 auto 20px auto;
	padding: 0;
	z-index:50;
}

#iframe_noborder-wide {
	background: #fff;
	width: 985px;
	height: 800px;	
                margin: 0 auto 20px auto;
	padding: 0;
	z-index:50;
}

#iframe_wide {
	background: #fff;
	width: 100%;
	height: 800px;	
                margin: 0 auto 20px auto;
	padding: 0;
	border-bottom: 1px solid #999; 
	border-left: 1px solid #999; 
	border-right: 1px solid #999;
	z-index:50;
}

#iframe_small {
	background: #fff;
	width: 600px;
	height: 700px;	
                margin: 0 auto 20px auto;
	padding: 0;
	z-index:50;
}

#iFrameBorder { 
border:0px solid #fff; 
} 





/* I-Frame Menu STYLES =================================== */

#iFrameMenuContainer {
	width: 920px;
	margin: 0 auto;
	padding: 0;
}

ul.iFrameMenu {
	position:relative;
	width:910px;
	height:29px;
	margin:0 auto;
	list-style-type:none;
	padding-left:10px;
	background:url(../images/mainnav_back.gif) repeat-x left bottom;
}
.iFrameMenu li {
	height:29px;
	float:left;
	padding-left:12px;
	background:url(../images/iframenav_left_off.gif) no-repeat left top;
}
.iFrameMenu li a:link, .iFrameMenu li a:visited {
	height:29px;
	line-height:29px;
	float:left;
	display:block;
	padding-right:12px;	
	color:#333333;
	text-decoration:none;
	font-weight:bold;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	white-space:nowrap;
	background:url(../images/iframenav_right_off.gif) no-repeat right top;	
}

.iFrameMenu li#on, .iFrameMenu li.lihover { /* set in the jquery */
	background:url(../images/iframenav_left_on.gif) no-repeat left top;	
}
.iFrameMenu li#on a:link, .iFrameMenu li#on a:visited, .iFrameMenu li a:hover, .iFrameMenu li a.hover {
	background:url(../images/iframenav_right_on.gif) no-repeat right top;
}
.iFrameMenu li#on a:hover, .iFrameMenu li#on a.hover {
	background-color:#fff;
}

/* i-Frame Sub Menu Syles ================= */
.iFrameMenu li ul {
	list-style-type:none;
	display:none;
	position:absolute;
	top:29px;
	clear:left;
	width:auto;
	height:auto;
	background:#fff;
	border:1px solid #999997;
	border-top:none;
	z-index:55;
	margin-left:-12px;
}
* html .iFrameMenu li ul {
	width:1%;
}
.iFrameMenu li ul li {
	position:relative;
	float:none;
	height:24px;
	border:2px solid #fff;
	background:none;
	padding-left:0;
}
.iFrameMenu li ul li a:link, .iFrameMenu li ul li a:visited {
	background:none;
}
.iFrameMenu li.iefix {
	/* This class is applied in the IE jquery script */
	float:left;
	clear:left;
}



#handicap_result_box {
                border: 1px solid #000;
	padding: 1px;
                background-color: #822000;
                height: 28px;
                width: 150px; 
                margin: 0 auto 10px auto;
}

#handicap_result_text {
	color:#ffffff;
	font-size:12px;
	font-family:Bookman Old Style, Helvetica, Arial, sans-serif;
	padding: 7px 2px 7px 7px;
                width: auto; 
                float: left;
}

#handicap_result_number {
	color:#822000;
                font-weight: bold;
	font-size:13px;
	font-family:Bookman Old Style, Helvetica, Arial, sans-serif;
	padding: 5px;
                background-color: #ffffff;
                width: auto; 
                float: right;
                margin: 1px;
}




.calendar  {
background:none repeat scroll 0 0 #D4D0C8;
border-color:#FFFFFF #000000 #000000 #FFFFFF;
border-style:solid;
border-width:2px;
color:#000000;
cursor:default;
display:none;
font-family:tahoma,verdana,sans-serif;
font-size:11px;
position:relative;
width: 250px; 
}

.calendarCell {
font-family: Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
font-size: 12px;
font-weight: bold;
letter-spacing: .1em;
text-decoration: none;
text-align: center;
vertical-align: middle;
color: #666;
background-color: #fff;
width: 57px;
height: 57px;
} 







