/* Dairy Creek website styles */

/***** Body and main container ***
 * font:76% Verdana,Tahoma,Arial,sans-serif;	background:#fcfce2 ;
 * **/

body {
	margin:0 auto;	padding:0;
	text-align:left;
	font-family: verdana;
	font-size: 12pt;	color: black;
	background-color: #fcfce2;	
}

h2  {
	font-size:16pt;
	font-weight:bold;
	margin:8px 0 10px 0;
	padding:0;
	color: #006600;
	text-align:center;
}
#menus {
	margin-left: 10px; margin-right:10px;
	padding:0px; 
	background-color: #008800;
	height:25px;
 	}

	#menus li{
	float:left; 
	list-style-type:none;
	border-right:0px solid #800000;
	white-space:nowrap;
	color:#fcfce2;	
	
	}

	#menus li a{
	display:block;
	padding: 0 15px;
	margin-top: 5px;
	font-size:9pt;
	font-weight:bold;
	background-color:inherit;
	color:#fcfce2;	
	text-decoration:none;
	}

	#menus li a:hover{
	background-color: #fcfce2;	
	color: #009900;	
	text-decoration: none;
	}

/***** Main content *****/

#content {
	margin:0px 20px 0px 20px;	padding:0;}

#content h1  {
	font-size:18pt;	margin:8px 0 10px 0;	padding:0;
	color: #006600;
}

#contentxx h2  {
	font-size:16pt;	font-weight:bold;
	//margin:8px 0 10px 0;	padding:0;
	color: #006600;
	text-align:center;
}

#content h3 {
font-size:14pt;font-weight:normal;margin:6px 0 6px 0;padding:0;
}
/**
#content img  {
padding:1px;display:inline;background:#cccccc;color:#303030;border:4px solid #f0f0f0;
}
**/
#content a {
font-weight:bold;
}

#content ul {
list-style-image: url("images/golfball.gif");
margin:0 0 16px 20px;
padding-left: 10px;
}

#content li {
margin:0 0 2px 10px;
padding:0 0 0 4px;
}

#newsletter img  {
	padding:1px;
	display:inline;
	border: 0px;
	background: #fcfce2;
}

#newsletter h3 {
	font-size:14pt;
	font-weight:bold;
	text-align: center;
	padding:0;
	color: #006600;
	text-decoration: none;
	margin: 0px;
}
a.toc:link, a.toc:visited {
		color: #006600;
		text-decoration: none;
		}
a.toc:hover, a.toc:active {
	background-color: #006600;
	text-decoration:underline;
	color: #FFFFFF;
	}
a.toc {
	color: black;
	
}

/*** Winners  ***/

#winners {
margin:0px 20px 10px 20px;padding:0;}



#winners h2  {
font-size:16pt;font-weight:bold;
margin:10px 0 0 0;padding:0;
text-align: center;
color: #006600;
}

#winners h3 {
font-size:12pt;font-weight:bold;
color: #006600;
text-decoration:underline;
}

.midHead {
font-size:14pt;font-weight:bold;
margin:10px 0 0 0;
padding:0;
color: #006600;
}

/***** Solid green Line *****/

#greenbar {
border-bottom:2px solid   #006600;
height: 5px;
margin-left: 20px; margin-right:20px;
}

/***** Footer *****/

#footer {
clear:both;margin:0 auto;border-top:2px solid green;
text-align:center;color:#000000;}

#footer p {
padding:0;margin:0;
font-size: 7pt;
}

/***** Various classes *****/

.tableBorders {
	border-right: 3px solid #009900;
}

.leftBorders {
	border-right: 3px solid #009900;
	width: 180px;
}

.leftMenu {
	border-width: 0px; 
	background-color: inherit;	
	padding: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #009900;
}
a.menuButton {
	text-decoration: none;
	color: green;
}

a.menuButton:link, a.menuButton:visited {
	text-decoration:underline;
	background-color: #fcfce2;	
}
 
a.menuButton:hover, a.menuButton:active {
	//text-decoration:underline;
	background-color: green;
	color: #fcfce2;
}

.cowbullets {
list-style-image: url("images/flowerBullet.gif");
padding-left: 10px; 
margin-left: 60px;

}

.menuadjust {
margin: 0 0 0 -3px;
}

.flightheader {
	font-size:13pt;
	font-weight:bold;
	color: #006600;
//	text-decoration:underline;
	text-align: center;
	}

/**  Various types of events in schedule  ****/
.eventInvites {
	font-weight: bold;
	font-size: 14pt;
	color: #993399;	
}

.eventClub {
	font-weight: bold;
	font-size: 14pt;	
	color: #006600;	
}

.eventSpecial {
	font-weight: bold;
	font-size: 14pt;	
	color: brown;	
}

.eventWarning {
	font-weight: bold;
	font-size: 14pt;	
	color: red;	
}

.leftImage {
	float: left; 
	border: 0px;
	margin: 10px 10px 10px 0;
}

.rightImage {
	float: right; 
	border: 0px;
	margin-left: 10px;
}