@charset "UTF-8";
body  {
	margin: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(crossroads%20images/gretdotbg.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	
}
.thrColFixHdr {
	margin-top: 10px;
}
.tablepic {
	margin-top: 40px;
	margin-left: 80px;
}


.thrColFixHdr #container {
	width: 1000px;  /* using 20px less than a full 1024px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	border-top-width: 6px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FCCC03;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 

.thrColFixHdr  #header .headFR {
	float: right;
	padding-right: 10px;	
}
.thrColFixHdr  #header .headFL {
	float: left;
	padding-left: 10px;	
}
.thrColFixHdr #header {
	height: 120px;
	width: 1000px;
	padding-top: 10px;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FCCC03;
	background-color: #F4F4F4;
		
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	
}
.style1 {
	color: #FF0000;
}

.thrColFixHdr #navigation {
	float: left; /* since this element is floated, a width must be given */
	width: 120px; /* padding keeps the content of the div away from the edges */
	margin-top: 34px;
	Margin-left: 5px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: "Times New Roman", Times, serif;
	background-color: #F4F4F4;
}
#navigation ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	
}
#navigation li.nav1 a:link, #navigation li.nav1 a:visited {
	font-size: 90%;
	display: block;
	padding:  0.4em 0 0.4em 0.5em;
	background-color: transparent;
	color: #901602;
	text-decoration: none;
}

#navigation li.nav1 a:hover {
	color: #FFCC66;
}	

#navigation li.nav2 a:link, #navigation li.nav2 a:visited {
	font-size: 90%;
	display: block;
	padding:  0.4em 0 0.4em 0.5em;
	background-color: transparent;
	color: #901602;
	text-decoration: none;
}

#navigation li.nav2 a:hover {
	color: #901602;
}	

#navigation ul ul {	
	margin-left: 12px;		
}


#navigation ul li {
	border-bottom: 1px solid #E7AFAF;	
	margin: 0;		
}

#navigation ul ul li.nav1 a:link, #navigation ul ul li.nav1 a:visited {	
	background-color: transparent;
	color: #901602;		
}
#navigation ul ul li.nav1 a:hover {
	background-color: transparent;
	color: #FFCC66 ;
}

.thrColFixHdr #side2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* padding keeps the content of the div away from the edges */
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	margin-top: 20px;
}
#side2 .adbox h3 {
	background-color: #901602;
	font-size: 90%;
	text-decoration: none;
	text-align: center;
	margin-top: 0px;
	margin-left: 0px;
	color: #FFFFFF;
}

#side2 h3 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 100%;
	color: #901602;
	background-color: #CCCCCC;
	padding: 2px;
	text-align: center;
	margin-bottom: 4px;
	margin-top: 0px;
}
.adbox {
	border: 1px dotted #B1B1B1;
	background-color: #F4F4F4;
	font-size: 80%;
	text-align: center;
	line-height: normal;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 6px;
}
.adbox h4 {
	color: #901602;
	line-height: normal;
	margin-bottom: 0px;
	font-size: 90%;
	margin-top: 4px;
	text-decoration: underline;
}

.thrColFixHdr #mainContent {
	margin-top: 20px;
	margin-right: 180px;
	margin-bottom: 0;
	margin-left: 155px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
}
#mainContent p {
	line-height: 1.5em;
	color: #333;
}
.newsbox blockquote {
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
	margin-top: 0px;
}
#mainContent h1 {
	text-align: left;
	color: #901602;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 150%;
	background-color: #F4F4F4;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-top: 0px;
	margin-bottom: 6px;
}
#mainContent h2 {
	font-size: 100%;
	color: #901602;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.dales {
	border: 1px solid #901602;
	height: 301px;
	width: 500px;
	margin-left: 70px;
	margin-bottom: 20px;
}

#mainContent h3 {
	font-size: 100%;
	color: #901602;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 5px;
}
.leageunder {
	border-bottom: 1px solid #E7AFAF;	
	margin: 0;	
}

.leageunder a:hover{
	background-color: transparent;
	color: #901602;	
}

#jacksmith {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-image: url(crossroads%20images/jacksgarage4.jpg);
	height: 982px;
	margin-top: 20px;
}
#jacksmith h1 {
	font-size: 250%;
	color: #901602;
	margin-top: 0px;
}
#jacksmith h2 {
	font-size: 150%;
	color: #FFCC66;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom: 0px;
}
#jacksmith h3 {
	font-size: 150%;
	text-decoration: none;
	margin-bottom: 0px;
	color: #FFFFFF;
	margin-top: 0px;
}
#jacksmith p {
	font-size: 80%;
	color: #FFFFFF;
	margin: 0px;
}

.pics {
	text-align: center;	
	margin-bottom: 20px;
}
p {
	font: 80%/1.8em Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-top: 0;
	margin-top: 0;
}
#calendarcontent {
	padding-left: 10px;
}
#calendarcontent a:link,#calendarcontent a:visited {
	font-size: 80%;
	display: block;
	color: #901602;
	margin-top: 10px;
	margin-bottom: 10px;
	text-decoration: none;
}
#calendarcontent a:hover {
	color: #FFCC66;
	text-decoration: none;
}

	
 
.thrColFixHdr #footer {
	background-color: #F4F4F4;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCCCCC;
	height: 58px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
} 
.thrColFixHdr #footer p {
	font-family: "Times New Roman", Times, serif;
	font-size: 80%;
	color: #901602;
	margin-top: 0px;
	margin-bottom: 0px;
}
.thrColFixHdr #footer img {
	border: none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-right: 10px;
	
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.newsboxfltlft {
	margin: 0px;
	padding: 4px;
	float: left;
	height: 380px;
	width: 310px;
	text-align: justify;
	
}
.newsbox1 {
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.newsboxfltrt {
	margin: 0px;
	padding: 4px;
	float: right;
	height: 380px;
	width: 310px;
	text-align: justify;
	
}
.newsboxfltlft2 {
	margin: 0px;
	padding: 4px;
	float: left;
	height: 250px;
	width: 310px;
	text-align: justify;
	
}
.newsboxfltrt2 {
	margin: 0px;
	padding: 4px;
	float: right;
	height: 250px;
	width: 310px;
	text-align: justify;
	
}
.newsbox {
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	overflow: auto;	
}
.newsbox2 {
	height: 380px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;	
}


.tablefixaveleague {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	border-collapse:collapse;
	border: 1px solid #FFCC00;	
}
.tablefixaveleague tr:hover {
	background-color: #FFCC00;
}
.tablefixaveleague td {
	font-size: 60%;	
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.tablefixaveleague th, .tablefixaveleague tr, .tablefixaveleague td {
	border: 1px solid #FFCC00;
	padding: 2px;	
}
.tabhead {
	font-size: 100%;
	text-align: center;
	background-color: #FFCC00;
	padding: 2px;
}
.tabhead2 {
	font-size: 80%;
	background-color: #FFFFCC;
	text-align: center;
	padding: 2px;
}
.tablefixaveleague td.colcenter {
	text-align: center;
}
.tablefixaveleague td.colcenterred {
	color: #FF0000;
	text-align: center;
}
#compresultstable {
	margin-left: 150px;
}
#tablefixres {
	float: left;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 20px;
}
#tablefixres4 {
	float: left;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 20px;
}
#tablefixres1 {
	float: left;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 50px;
}
#tablefixres2 {
	float: right;
	margin-top: 10px;
	margin-right: 50px;
	margin-bottom: 10px;
	margin-left: 20px;
}
#tablefixres3 {
	float: left;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 200px;
}
#tableave {
	float: right;
	margin-top: 10px;
	margin-right: 40px;
	margin-bottom: 10px;
	margin-left: 5px;	
}
.clubmain-result {
	margin-top: 20px;
}
#tableave1 {
	float: right;
	margin-top: 10px;
	margin-right: 40px;
	margin-bottom: 10px;
	margin-left: 5px;	
}
#tableleague {
	float: left;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 200px;
		
}
#tablefixrescenter {
	margin-left: 200px;
	margin-bottom: 10px;
}

#tablefixrescenter1 {
	margin-left: 200px;
	margin-bottom: 10px;
}
.clubmain {
	background-color: #CCC;
	background-image: url(crossroads%20images/clubcompbg.jpg);
	height: 480px;
	width: 640px;
	margin-left: 4px;
	text-align: center;
	padding-top: 20px;
}
#mainContent .clubmain h2 {
	font-size: 2em;
	font-weight: bold;
	color: #363;
}
#mainContent .clubmain p {
	font-size: 1em;
	color: #333;
}
#mainContent .clubmain h3 {
	font-size: 1.5em;
	font-weight: bold;
	color: #363;
}
#mainContent .centerpic {
	clear: both;
	margin-left: 100px;
}

#mainContent .fortynineclub h1  {
	font-size: 140%;
	padding-left: 30px;
	background-color: #FFF;
	color: #145925;
	text-align: center;
}
#mainContent .fortynineclub h2  {
	color: #145925;
	font-size: 120%;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
}
#mainContent .fortynineclub p  {
	padding-left: 10px;
	color: #145925;
	font-size: 100%;
}
#mainContent .fortynineclub .fortynineclubtable {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	border-collapse:collapse;
	border: 1px solid #FFCC00;
}
