/* CSS Play Harlow general styling */

body {
	background: url(holding_page_bg_tile.jpg) repeat top center #ffffff;
	margin:0;
	padding-bottom:30px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
#container{
	position:relative;
	width:760px;
	height:auto;
	top:70px;
	margin:0 auto;
	padding:0;
}


/* menu */

#menu-holder {
	position:absolute;
	top:0px;
	left:0px;
	width:760px;
	overflow:hidden;
	font-family: Georgia, Times, Times New Roman, serif;
	font-size:12px;
	color:#333333;
	font-weight:bold;
	overflow:hidden;
	text-decoration:none;
	height:30px;
}

#menu1 {
	margin:0;
	top:0;
	left:0;
	padding:10px 0 0 0;
	position:absolute;
	background-color:#ffffff;
	width:60px;
	height:30px;
}

#menu2 {
	margin:0;
	top:0;
	left:70px;
	padding:10px 0 0 0;
	position:absolute;
	background-color:#ffffff;
	width:65px;
	height:30px;	
}

#menu3 {
	margin:0;
	top:0;
	left:145px;
	padding:10px 0 0 0;
	position:absolute;
	background-color:#fff;
	width:95px;
	height:30px;	
}
#menu1 a:link {
	height:30px;
	display:block;
	color:#333333;
	text-decoration:none;
}

#menu1 a:visited {
	height:30px;
	display:block;
	color:#333333;
	text-decoration:none;
}

#menu2 a:link {
	height:30px;
	display:block;
	color:#333333;
	text-decoration:none;
}

#menu2 a:visited {
	height:30px;
	display:block;
	color:#333333;
	text-decoration:none;
}

#menu3 a:link {
	height:30px;
	display:block;
	color:#333333;
	text-decoration:none;
}

#menu3 a:visited {
	height:30px;
	display:block;
	color:#333333;
	text-decoration:none;
}

#home {
	/*text-indent:-300em;*/
	overflow:hidden;
	left:10px;
	width:60px;
	padding:0;
	text-align:center;
	color:#333333;
	text-decoration:none;
}

#events {
	/*text-indent:-300em;*/
	overflow:hidden;
	left:107px;
	width:65px;
	padding:0;
	text-align:center;

}
#background {
	/*text-indent:-300em;*/
	overflow:hidden;
	left:214px;
	width:95px;
	padding:0;
	text-align:center;
}



#home a:hover {
	color:#179C52;
}
#events a:hover {
	color:#179C52;
}
#background a:hover {
	color:#179C52;
}


/* heading styles */

h1 {
	font-family: Georgia, Times, Times New Roman, serif;
	font-weight:bold;
	color:#179C52;
	font-size:24px;
	line-height:26px;
	padding:5px 0 5px 0;
}

h2 {
	font-family: Georgia, Times, Times New Roman, serif;
	font-weight:bold;
	color:#179C52;
	font-size:18px;
	margin-bottom:10px;
}

h3 {
	font-family: Georgia, Times, Times New Roman, serif;
	font-weight:bold;
	color:#179C52;
	font-size:16px;
	margin-bottom:4px;
}

h4 {
	font-family: Georgia, Times, Times New Roman, serif;
	font-weight:bold;
	color:#179C52;
	font-size:13px;
	padding:0;
	margin-bottom:2px;
}


/* content */

#content {
	background-color:#fff;
	width:760px;
	position:absolute;
	top:30px;
	left:0px;
	height:auto;
	color:#333333;
}

#content .col01 {
	float:left;
	margin:30px 40px 30px 30px;
	width:450px;
	font-size:13px;
	line-height:20px;
	height:auto;
}

#content .col01 .title {
	background:url(title_graphic1.gif) no-repeat;
	width:320px;
	height:54px;
	padding:0;
}

#content .col01 .call {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size:16px;
	line-height:20px;
}

#content .col01 a {
	color:#333333;
	text-decoration:none;
	border-bottom:1px solid #333333;
}

#content .col01 a:visited {
	color:#333333;
	text-decoration:none;
	border-bottom:1px solid #333333;
}

#content .col01 a:hover {
	color:#ffffff;
	text-decoration:none;
	border-bottom:none;
	background-color:#179C52;
}

#content .col01 h3 .events {
	background: url(dots_col1.gif) no-repeat bottom;
}

#content .col01 img {
	float:right;
	margin:10px 0 10px 10px;
}

/*footer styling*/

.end_page {
	width:690px; 
	height:30px; 
	background-color:#ffffff; 
	padding:10px 0 10px 0; 
	margin-top:30px; 
	margin-bottom:10px; 
	color:#666666;
	font-size:11px;
	border-top:1px dotted #888888;
}

/*begin right column styling*/

#content .col02 {
	float:right;
	width:210px;
	font-size:13px;
	line-height:16px;
	margin:30px 30px 30px 0;
	top:0px;
	left:520px;
}
#content .col02 .header {
	width:210px;
	height:9px;
	background: url(slash_col2.gif) no-repeat;
	padding:1px 0 1px 0;
	margin-top:0;
	margin-bottom:-8px;
}
#content .col02 .footer {
	width:210px;
	height:2px;
	margin:5px 0 15px 0;
	padding:1px 0 1px 0;
}

#content .col02 h2 {
	width:210px;
	background: url(dots_col2.gif) no-repeat bottom;
	padding:0 0 10px 0;
}

#content .col02 h2 a {
	color:#179C52;
	border-bottom:none;
}

#content .col02 h2 a:visited {
	color:#179C52;
	border-bottom:none;
}

#content .col02 h2 a:hover {
	color:#ffffff;
}

.button {
	margin: 0px;
	padding: 0px;
	border: none;
	width: 40px;
	height: 20px;
	background-color: #179C52;
	color:#ffffff;
	font-size:11px;
	font-weight:bold;
	text-align: center;
}
.formfield {
	margin: 0px;
	padding: 0px;
	border: 1px solid #888888;
}
.formspace {
	padding: 5px 10px;
}

#content .col02 .register {
	padding-bottom:10px;
	display:block;
}

#content .col02 .events {
	width:210px;
	height:auto;
}

#content .col02 .events .left {
	float:left;
	width:145px;
	height:auto;
}

#content .col02 .events .left .h4 {
	margin-bottom:0;
	text-align:left;
	font-size:12px;
	font-family: Georgia, Times, Times New Roman, serif;
	font-weight:bold;
	color:#179C52;
	font-size:12px;
	line-height:14px;
	margin-bottom:2px;
}
#content .col02 .events .title {
	font-weight:bold;
	font-size:14px;
	line-height:15px;
	margin-top:5px;
	margin-bottom:5px;
}

#content .col02 .events .venue {
	font-weight:normal;
	font-size:14px;
	line-height:16px;
}

#content .col02 .events .date {
	float:right;
	margin:0 0 5px 5px;		
}

#content .col02 .events .free {
	color:#999999;
	margin:2px 0 2px 0;
} 

#content .col02 .events .text {
	clear:both;
	margin-top:5px;
}

#content .col02 a {
	color:#333333;
	text-decoration:none;
	border-bottom:1px solid #333333;
	line-height:20px;
}

#content .col02 a:hover {
	color:#ffffff;
	text-decoration:none;
	border-bottom:none;
	background-color:#179C52;
}

.team_names {
	padding:10px 0 20px 0;
	color:#179C52;
	font-weight:bold;
}