
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #2a2a2a;
}

.pagebody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #2a2a2a;
	background: url(../images/backgrounds/mainbg.jpg) center top;
	margin: 0px;
}

.formCell
{
	padding:1px;
	text-align:left;
}
.forminput
{
	font-size:9pt;
}

/*  Registration form styles */

.regFormTable
{
	border:1px solid #D4D4D4;
}

.regformCellColumn
{
	border:1px solid #808080;
	background-color:#D4D4D4;
	font-weight:bold;
	color: #2a2a2a;
	font-size:9pt;
}


.regformCell
{
	border:1px solid #D4D4D4;
	font-size:8pt;
}

.btnPink80
{
	border:1px solid #2a2a2a;
	background-color:#ee59a1;
	width:80px;
	height:22px;
	text-align:center;
	font-family: Tahoma, verdana,arial;
	font-weight:bold;
	font-size:9px; 
	color: #ffffff;
	text-decoration:none;
	cursor:pointer;
}


.btnPink150
{
	border:1px solid #2a2a2a;
	background-color:#ee59a1;
	width:150px;
	height:22px;
	text-align:center;
	font-family: Tahoma, verdana,arial;
	font-weight:bold;
	font-size:9px; 
	color: #ffffff;
	text-decoration:none;
	cursor:pointer;
}



.btnPink150LargeFont
{
	border:1px solid #2a2a2a;
	background-color:#ee59a1;
	width:150px;
	height:26px;
	text-align:center;
	font-family: Tahoma, verdana,arial;
	font-weight:bold;
	font-size:11px; 
	color: #ffffff;
	text-decoration:none;
	cursor:pointer;
}

/* --------------------Main Page Elements------------------------ */

#GOLMasthead 
{
	width:860px;
	margin:0 0 0 0px; 
	padding:0 0 0 0;
	/*border:1px solid Red;*/
}

#GOLContent 
{
	width:860px;	
	padding-top: 20px;
	padding-bottom: 15px;
	background: url(../images/backgrounds/contentbg.jpg) center top repeat-y;
	text-align:left;
	float:left;
	/*margin-left:-12px;*/
	/*border:1px solid blue;*/
	/*padding-left: 30px;
	padding-right: 30px;*/
}

#GOLFooter 
{
	text-align:left;
	width:860px;
	background: url(../images/backgrounds/footerbg.jpg) center top no-repeat;
	color: #cfcfcf;
	/*padding-left: 30px;
	padding-right: 30px;*/
	padding-top: 35px;
	font-size: 11px;
	float:left;
	/*margin-left:-12px;*/
}


#GOLFooter  a {
	color: #aaaaaa;
	text-decoration: none;
}

#GOLContent ul {
	list-style-image: url(../images/bullet.gif);
	list-style-position: outside;
	margin-left: 16px;
	padding: 0px;
}

/* --------------------Main Page Elements------------------------ */


h1 {
	color: #ee59a1;
	font-size: 15px;
	font-weight: bold;
}

h2 {
	color: #ee59a1;
	font-size: 12px;
	font-weight: bold;
}

h3 {
	color: #2a2a2a;
	font-size: 12px;
	font-weight: bold;
}

a {
	color: #ee59a1;
	text-decoration: underline;
}

a:hover {
	color: #f976b4;
	text-decoration: none;
}


.smalltext
{
	color: #aaaaaa;
	font-size: 10px;
	font-weight: normal;
	text-decoration:none;
}

ul
{
	list-style-image: url(../images/bullet.gif);
	list-style-position: outside;
	margin-left: 16px;
	padding: 0px;
}/**/


/*----------------------------------------------forms-------------------------------------------*/

.formtext
{
	font-family:Arial, Verdana;
	font-size:10pt;
}

/*----------------------------------------------top menu-------------------------------------------*/
#navholder {
	width:860px;
	height:41px;
	background: url(../images/backgrounds/navbg.jpg) center top no-repeat;
	padding:0px;
	/*margin:0 0 0 -12px;
	border:1px solid #808080;*/
}


#menuholder {
	width:756px;
	height:41px;
	padding:0px;
	float:left;
	background-color:#ee5ba1;
}


#menuLeft
{
	background: url(../images/nav/leftbg.jpg) left top no-repeat;
	height:41px;
	width: 50px;
	margin-left:10px;
	float:left;	
	text-align:center;
	vertical-align:middle;
}

#menuLeft > a
{
	padding-top:11px;
	padding-left:15px;
	font-size:12px; 
    font-weight:normal;
    font-family:Verdana, Arial, Helvetica, sans-serif; 
	float:left;
	height:100%;
	text-decoration:none;
	font-weight:normal;
	color: #FFFFFF;
}

#menuRight
{
	background: url(../images/nav/rightbg.jpg) right top no-repeat;
	height:41px;
	width: 19px;
	float:left;
	margin-right:6px;
}


.menu 
{
	float:left;
	width:100%;	
}





/* ----------------------------FIRST TOP LEVEL---------------------------------------------- */
/* style the links for the top level */
.menu a, .menu a:visited
{	
	list-style-type:none; 
    font-size:12px; 
    font-weight:normal;
    text-decoration:none;
	color: #FFFFFF;
	float:left;
	height:100%;
	padding-top:2px;
	padding-left:10px;
	padding-right:15px; 	
}

.menu a:hover 
{
	text-decoration:underline;
}


/* remove all the bullets, borders and padding from the default list styling */
.menu ul 
{
	list-style-image:none;
	padding:0;margin:0;list-style-type:none; height:41px;
}

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu > ul > li 
{
	background: url(../images/nav/buttonbg.jpg) left top no-repeat;
	height:41px;
	text-align:center;
	padding-left:10px;
	/*border:1px solid #808080;*/
	float:left;	
	line-height:3em;
 }

.menu > ul > li:hover
{
	background: url(../images/nav/buttonbgOVER.jpg) left top no-repeat;
 }



/* ----------------------------SECOND LEVEL---------------------------------------------- */
/* style the sub-level lists 
.menu ul ul {width:15em; margin-top:11px;}*/

.submenuHeader
{
	height:10px;
	width:192px;
	padding:0px;
	margin:0px;
	background: url(../images/submenuTop.gif) top no-repeat;
}

.submenuFooter
{
	float:left;
	height:11px;
	width:192px;
	padding:0px;
	margin:0px;
	background: url(../images/submenuBottom.gif) bottom no-repeat;/**/
	/*background-color:#FFFFFF;*/
}


/* DROP DOWN SUB MENU */
.menu ul li > ul > li 
{	
	float:left;
	line-height:2em;
	text-align:left;
	width:192px;
	position:relative;
	display:block;
	color:#FFFFFF;	
	background-color:#5c5c5c; 
	padding:0px;
	margin-top:-1px;
	font-size:10px; 
    font-weight:normal;
    font-family: Arial,Verdana, Helvetica, sans-serif;
	/*border:1px solid #000000;*/
}


/* style the sub level links */
.menu ul ul li > a, .menu ul ul li > a:visited 
{
	border-top:1px solid #818181; 
	width:80%;
	margin-left:4px;
 }
 
 
.menu ul table ul a, .menu ul table ul a:visited  {width:14em; width:12em;}


/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; left:0; top:0; font-size:1em; z-index:-1;}
.menu ul ul table {left:-1px;}
.menu ul ul table ul.left {margin-left:2px;}
.menu li:hover {position:relative;}
* html .menu a:hover {position:relative;}



/* style the sub level 1 background */
.menu ul :hover a.sub1 {background:#FFFFFF;}
/* style the sub level 2 background */
.menu ul ul :hover a.sub2 {background:#FFFFFF;}

/* style the level hovers */
/* first */
.menu :hover > a {color:#FFFFFF;}
/* second */
.menu ul ul a:hover{color: #666666;background:#FFFFFF;}
.menu ul ul :hover > a {color: #666666;background:#F0F0F0;}
/* third */
.menu ul ul ul a:hover {background:#FFFFFF;}
.menu ul ul ul :hover > a {background:#F0F0F0;}
/* fourth */
.menu ul ul ul ul a:hover {background:#F0F0F0;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:3em;left:0;width:14em;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul {visibility:visible; height:auto; padding-bottom:3em; background:transparent url(images/trans.gif);}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* keep the fourth level hidden when you hover on second level list OR link */
.menu ul :hover ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{visibility:visible;}
/* make the fourth level visible when you hover over third level list OR link */
.menu ul :hover ul :hover ul :hover ul {visibility:visible;}












