/* PWGA New Site CSS Document */

body {
	background-image: url(images/blueGradient.png);
	background-repeat: repeat; 
	margin: 0;
	padding: 0;
	color: #FFFFCC; /* ECE9D8, FFFFCC */
	font-size: .9em;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

hr {
	  color:#F0ECB9;
}


/* the order of links: link, visited, hover, - else hover links do not get applied   */ 
a:link {
   color: #006600; /* dark green color */
   text-decoration: none;
}

a:visited {
   color: #006600;
   text-decoration: none;
}

a:hover {
   color:#0033CC;  /* blue */
  /* text-decoration: underline; */
}

li {
  list-style-type: square;
}



/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 151px; /* Width of Menu Items */
font-size: 1em;
background: #8da482; 
}
	
.suckerdiv ul li{
position: relative; 
list-style-type: none;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 170px; /*sub menu width*/
top: 0;
visibility: hidden; 
}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #F0ECB9; /* text color - sand*/
font-weight: bold;
text-decoration: none;
text-align: center;
padding: 2px 4px; 
border-bottom: 0;
}

#suckerdiv>ul a {  /* any a element that is descended from a ul element which is itself the child of a div
					 with an id of 	suckerdiv */
width: auto;
}			

.suckerdiv ul li a:visited{
color: #F0ECB9;
}

.suckerdiv ul li a:hover{
color:#0033CC;
/*text-transform: uppercase; 
font-stretch:wider;
font-weight:bolder; */
background: #F0ECB9;  /* unfortunately only the links area changes the bkg color - not the whole box. Read www.xs4all.nl/~peterned/csshover.html */

}

.suckerdiv .subfolderstyle{
background: url(images/arrow-list02.gif) no-repeat center right;
}
	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */

#suckertree1 li {
padding: 0 0 17px 0;  /* top rt, bottom, left. This gives padding on the bottom for the main menu items */
background: url(images/btnTemplate02.jpg) no-repeat; /* background-image tag does not work */
font-family:"Comic Sans MS"; 
}

#suckertree1 li ul li { /* first level submenu */
background: #8da482; /* background-color does not work */
border:solid;
border-color: #24563d;
border-width:0 0 1px 0;
height: 1.4em; /* This makes the 2nd level submenu appear more compact */
font-size: .75em;
}
/* end of left menu styling */
 
 
#content { 
   background:url(images/darkhorseBkg.jpg) 100% top repeat;
   padding: 2px 10px 5px 15px;
}  

#flashplugin {
   padding: 6px; 
   font-size: .8em; 
}

#monthlyapparel{
				border-color:#F0ECB9;
				border-width: 2px 2px 2px 2px;
    			border-style: solid;
				padding-left: 4px;

}

#girlsnightout {
				border-color:#F0ECB9;
				border-width: 2px 2px 2px 2px;
    			border-style: solid;
				padding-left: 4px;
}

#lengfeldAward {
   background:url(images/balloons02.gif) repeat-y right;
}

#tourneyName { /* heading */
   background: #24563d;
   padding: 2px;
}

#subheading {
   font-style: italic;
   font-weight: bold;
   color: #000000;
}

#brCrumbs a:link {
   color: #FFFFCC;
   text-decoration: none;
}

#bottomnavbar li {  /* this is for the images - find a club, usga logo */ 
   list-style-type: none; /* no bullets */
   padding: 0 10px 0 3px;
   display: inline;
}

#footer {
   background: #8da482;
   font-size: .75em;
   color: #FFFFCC;		
   padding: 10px;   
}

#copyrt {
   background: #8da482;
   font-size: .7em;
   color: #FFFFCC;
   padding: 5px;
}	

#copyrt a:link {
   color:#0033CC;
}

#copyrt a:hover {
   text-decoration:underline;
   color: #0033CC; /* underline color - need this for IE */
}

