/* \*/
* html {
	height: 1%;
}
/* */

/*body , html*/
body
	{
	background: url(../images/background.gif) #ffffff center top;
	background-repeat: repeat-y;
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 16px;
	margin: 0;
	padding: 0;
	}

#all {
	background: url(../images/backtop.gif) center top no-repeat;
}

#page
	{
	position: relative;
	/*font-size: 16px;*/
	width: 838px;
	margin-left: auto;
	margin-right: auto;	
	margin-bottom: 16px;
	text-align: left;
	/*background-color: red;*/
	}

#content
	{
	/*margin-top: -63px;*/
	margin-top: 15px;
	padding-left: 12px;
	}

#header
	{
	/*font-size: 16px;*/
	position:relative;
	left: 0px;
	top: 0px;
	}
	
#sportsturflink, #homelink {
	display: block;
	position: absolute;
	/*border: 1px solid red;*/
	z-index: 2;
}

#sportsturflink {
	/*width: 210px;
	height: 100px;*/
	right: 20px;
	top: 50px;
}

#homelink {
	/*width: 380px;
	height: 150px;*/
	top: 0;
	left: 0;
}

.transparent
	{
	/*font-size: 16px;*/
	position:relative;
	left: 625px;
	top: -88px;	
	}
		
.leftcolumn
	{
	font-size: 16px;
	color: #333;
	/*background: #fff;*/
	width: 395px;
	float: left;
	margin: 0;
	padding: 0;
	margin-left: 70px;
	_margin-left: 30px;		/* hack for IE6 (only IE6 see's this) */
	}

.rightcolumn
	{
	font-size: 16px;
	float: right;
	color: #333;
	/*background: #fff;*/
	width: 310px;
	_width: 270px;
	padding:0;
	padding-right: 26px;
	padding-left: 10px;
	}

.rightcolumn p, .rightcolumn h3
	{ 
	padding-left: 3px;
	padding-right: 30px;
	}

.rightcolumn .imgwrap1 {
	left: -12px;
}
	
.imgwrap1 {
	width: 297px;
	height: 224px;
	background: url(../images/imageback.gif) no-repeat;
	overflow: hidden;
	padding: 15px;
	position: relative;
}

#slideshowwrap img {
	display: none;
}

#slideshowwrap img.active {
	display: block;
}

p.caption {
	position: absolute;
	background: url(../images/captionback.png);
	width: 297px;
	height: 23px;	
	overflow: hidden;
	color: #ffffff;
	font-style: italic;
	text-align: center;
	left: 15px;
	top: 215px;
	padding: 0;
	margin: 0;
}
	
h1
	{
	letter-spacing:1px;
	margin-top: 0;
	color: #662c0a;
	font-size: 18px;
	font-weight: normal;
	}
		
h2
	{
	letter-spacing:1px;
	color: #662c0a;
	font-size: 18px;
	font-weight: normal;
	margin-top: 32px;
	}

h3
	{
	color: #048927;
	font-size: 16px;
	font-weight: normal;
	}

p, ul, ol, table
	{
	font-size: 13px;
	line-height:170%;	
	}

.small
	{
	font-size: 12px;
	line-height:180%;	
	}

.arrow
	{
	margin-left: -38px;		
	}
	
img
	{
	border: none;
	}
		
#footer
	{
	margin-left: 70px;
	padding-top: 20px;
	_margin-top: 60px;			/* hack for IE6 (only IE6 see's this) */
	clear: both;
	text-align: center;
	padding-right: 30px;
	}

#footer p
	{
	margin-top: -5px;
	font-size: 12px;
	text-align: left;
	}

#footer #hr
	{
	width: 100%;
	color: #048927;
	}
	
#footer, #footer :link, #footer a:visited
	{
	color: #666;
	}
	
table td p {
	margin: 0;
	padding: 0;
}

#nav, #nav li {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav {
	border-bottom: 1px solid #662c0a;
	margin: 0 10px 0 3px;
	padding-bottom: 15px;
}

#nav li {
	padding: 0 0 3px 0;
}

#nav a {
	color: #2A944D;
	background-color: #e0e0e0;
	text-decoration: none;
	display: block;
	padding: 1px 10px;
}

#nav a:hover {
	color: #ffffff;
	background-color: #AAA8A9;
}

#nav a.current {
	background-color: #2A944D;
	color: #ffffff;
}

.ppbuttonswrap {
	background-color: #e0e0e0;
	border: 1px solid #AAA8A9;
}

.ppbuttons {
	background-color: #ffffff;
}

.ppbuttons h2 {
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #662c0a;
}

/* === the following is for showing the layout uncomment as needed === */
/*
#page
	{
	border: 1px solid red;
	}
#content
	{
	border: 1px solid green;
	}	
	
.leftcolumn
	{
	border: 1px solid cyan; 
	}	
	
.rightcolumn
	{
	border: 1px solid blue;
	}	
	
#footer
	{
	border: 1px solid silver;
	}	

.transparent
	{	
	border: 1px solid yellow;
	}
	
	
.green
	{
	color: #048927;
	}
	
.brown
	{
	color: #662ca;
	}		
*/