﻿
/* Color Legend */


/* Reset */

html, body { margin: 0; padding: 0; border: 0;  
				background: transparent; font-size:10px; }

div, span, article, aside, footer, header, hgroup, nav, section,
h1, h2, h3, h4, h5, h6, p, blockquote, a, ol, ul, li, 
table, tr, th, td, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
	}

img 	{ margin:0; padding:0; border:0; }

table, tr, th, td, tbody, tfoot, thead {
	margin: 0; padding: 0; border: 0;
	vertical-align: baseline;
	background: transparent;
	}
	
table { border-collapse: collapse; border-spacing: 0; }
	
input, select, textarea, form, fieldset {
	margin: 0; padding: 0; border: 0;
	}

article, aside, dialog, figure, footer, header, hgroup, nav, section { 
	display:block; }

h1, h2, h3, h4, h5, h6, p, li, blockquote, td, th, a, caption, em, strong, strike { 
	font-family:"Times New Roman", Times, serif;
	font-size:100%;
	font-weight: normal;
	font-style: normal;
	line-height: 100%; 
	text-indent: 0;
	text-decoration: none;
	text-align: left;
	color: #000;
	}

ol, ul { list-style: none; }


/* Global */

html 	{	}
body	{
	background-color: #008000;
	text-align: center;
}


/* Headings */

h1, h2, h3, h4, h5, h6 { font-weight: bold; color: #000; }

h1 { font-size:32px; }
h2 { font-size:25px; }
h3 { font-size:16px; }
h4 { font-size:14px; }
h5 { font-size:14px; }
h6 { font-size:14px; }

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin: 0; }



/* Text Elements */

p           	{ color:#333333;  font-size:14px; line-height:150%;  }
p .left			{ margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p .right 		{ margin: 1.5em 0 1.5em 1.5em; padding: 0; }

a           	{ color: #333333;  }
a:link			{ color: #333333;  }
a:visited		{ color: #333333;  }
a:active		{ color: #333333;  }
a:focus			{ color: #333333;  }
a:hover     	{ color: #FF0000;  }


strong      	{ font-weight: bold; }
em		      	{ font-style: italic; color:#800000; }

/* Images */



/* Lists */

ul          	{  }
ol          	{ list-style-type:decimal; }

ul li		    { color:#333333; font-size:15px; line-height: 20px;  }
ol li	     	{ color:#000; font-size:12px; }

dl          	{  	}
dt       		{  	}
dd          	{ 	}



/* Tables */

table       	{ width:100%; margin-left:100px; }

tr				{ 	}
.odd			{ background-color:#eee; }
.even			{ background-color:#fff; }

td				{
	color: #000000;
	font-size: 14px;
	height:30px;
	line-height: 20px;
}


th          	{
	color: #000000;
	font-weight: bold;
	font-size: 15px;
	line-height:30px;
	height:40px;	
}
thead, th    	{ background: #ffffff; }

tbody			{   }

th,td,caption 	{ 	}
caption 		{ 	}

tfoot       	{	}
.tfooter		{ background-color:#ccc; text-align:center; font-style:italic; }

caption     	{ background: #efefef; }





/* Containers */

#wrapper 			{ width:760px; margin:0 auto; background-color: #f5f5dc;  }

#header				{ background-color:#ffffff; width:100%; overflow: hidden; padding-top:10px; padding-bottom:10px; background-image:url('../images/headergoatclub2.jpg');  }

#header h1			{ margin:10px 0 10px 0;  padding:0px 0; color:#333333; text-align:center; font-style:italic; }


#header ul			{ width:100%; padding: 0px margin: 0px; }


#header ul li		{ display: inline; font-size:30px; padding:0 15px 0 15px; }

#header ul li img		{ vertical-align:middle; }

#navigation 			{ clear:both; background-color: #f5f5dc; margin-top: 20px; font-size: 15px;
							margin-bottom: 8px; padding-bottom: 10px;  border-bottom:1px #008000 solid; border-top:2px #008000 solid;
											padding-top: 10px;	}
							
#navigation ul			{ width:100%; padding: 0px; 
	margin: 0px; }
#navigation ul li		{ display: inline;
	line-height: 15px;	}
#navigation ul li a		{ border: 1px solid #333333;
	padding: 5px 20px 5px 20px;
	font-size: 14px;
	text-decoration: none;
	background-color: #333333;
	color: #FFFFFF; }
#navigation a:link		{
	color: #fff;
	background-color: #008000;
}
#navigation a:visited	{
	color: #fff;
	background-color: #008000;
}
#navigation a:active	{
	color: #fff;
	background-color: #008000;
}
#navigation a:hover		{ color:#333333; background-color:#f5f5dc; 	}
#navigation a:focus		{ color:#fff; background-color:#333333;	}



#content 			{ padding:20px 20px 20px 20px; background-color: #f5f5dc;  }
#content h1			{
	margin: 0 0 10px 0;
	padding: 15px 0;
	color: #006600;
	text-align: center;
}

#content h2			{
	color: #006600;
	margin: 5px 0 5px 0;
	text-align: center;
}

#content h3			{ color:#333333; margin:30px 0 5px 100px; }

#content h3 a		{ color:#333333; margin:30px 0 5px 0px; }


#content p			{ line-height:175%; margin:25px 100px; font-size:15px; }

.imageCenter {
	text-align: center;
}

#content ul			{ text-align:left; margin:25px 0 0 100px;  }
#content ul li		{  }

#photos img				{ padding:25px 5px 0px 5px;  }


  
#footer 			{ clear:both; background-color:#333333; margin-top: 50px; padding:20px 0px 20px 0px;
						 font-size: 15px; margin-bottom: 0px; height:150px; background-image:url('../images/footergoatclub.jpg') }

#footer ul			{ width:100%; padding: 0px;
	margin: 0px; }
#footer ul li		{ display: inline;
	line-height: 15px; color:#333333; 	}
#footer ul li a		{ 
	padding: 5px 10px 5px 10px;
	font-size: 14px;
	text-decoration: none;
	color: #ffffff; }
#footer a:link		{ color:#333333; 	}
#footer a:visited	{ color:#333333; 	}
#footer a:active	{ color:#333333; 	}
#footer a:hover		{
	color: #FF0000;
}
#footer a:focus		{ color:#333333; 	}

