@charset "utf-8";
/* CSS Document */

html{
	margin:0;
	padding:0;
	}

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#666;
	background:#fff;
	margin:0;
	padding:0;
	}

#content_header{
	background:url(../images/header.jpg) no-repeat;
	width:900px;
	height:200px;
	margin:0 auto;
	border-top:solid #fff 1px;
	}

#content{
	width:900px;
	margin:0 auto;
	}
	
#col_right{
	width:260px;
	float:left;
	padding:0 30px 0 20px;
	margin-top:20px;
	}

#col_left{
	width:550px;
	float:left;
	padding:0 20px 0 10px;
	border-right:solid #e0e0e0 1px;
	margin-top:20px;
	min-height:400px;
	}

#col_left_2 div{
	width:100%;
	}

		
.date{
	color:#599ec9;
	font-size:14px;
	font-weight:bold;
	letter-spacing:-1px;
	margin:0 0 5px 0;
	}

.date p{
	padding:0;
	margin:0;
	}
	
.winner{
	background:url(../images/trophy.png) no-repeat left;
	padding-left:19px;
	width:auto;
}

.events_homepage{
	border-bottom:dashed #e0e0e0 1px;
	padding:15px 0 15px 0;
	width:260px;
	}
	
.events_arch{
	border-bottom:dashed #e0e0e0 1px;
	padding:15px 0 15px 0;
	}

.bold{
	font-weight:bold;
	letter-spacing:-1px;
	}

#header{
	background:url(../images/header_repeat.jpg) repeat-x;
	height:150px;
	border-bottom:solid #666 1px;
	}

.logo{
	background:url(../images/logo.jpg) no-repeat;
	width:900;
	height:78px;
	}

.logo_container{
	width:900px;
	margin:0 auto;
	padding:40px 0 0 0;
	}

.navigation{
	width:900px;
	margin:0 auto;
	}

#navigation_container{
	width:100%;
	background:url(../images/nav_bg.jpg) repeat-x;
	height:35px;
	border-top:solid #333 1px;
	border-bottom:solid #ccc 1px;
	}

.navigation ul{
	list-style:none;
	float:left;
	width:auto;
	margin:0;
	padding:0;
	}

.navigation ul li{
	float:left;
	margin:0 1px 0 0;
	padding:0;
	}

.header{
	color:#000;
	font-size:24px;
	font-weight:bold;
	letter-spacing:-1px;
	width:400px;
	}

.news_header{
	color:#000;
	font-size:16px;
	font-weight:bold;
	letter-spacing:-1px;
	margin-top:35px;
	}

.events_table{
	padding:0;
	margin:0;
}

.leader{
	width:100%;
	border-collapse: collapse;
}

.event_date{
	background:url(../images/calendar.png) no-repeat right;
	padding-right:19px;
	width:80px;
	color:#599ec9;
	font-size:14px;
	font-weight:bold;
	letter-spacing:-1px;
	margin:0 0 5px 0;
}

.game_date{
	background:url(../images/chess.jpg) no-repeat right;
	padding-right:19px;
	width:80px;
	color:#599ec9;
	font-size:14px;
	font-weight:bold;
	letter-spacing:-1px;
	margin:0 0 5px 0;
}

.center{
	text-align:center;
}

.center_head{
	text-align:center;
	font-weight:bold;
	letter-spacing:-1px;
}

.left_head{
	font-weight:bold;
	letter-spacing:-1px;
}

.leader tr td{
	padding:10px;
	}

.leader_colour_1{
	background:#e0e0e0;
	}

.field_width{
	padding-right:10px;
	}

#footer{
	width:900px;
	margin:80px auto 10px auto;
	text-align:center;
	border-top:solid #e0e0e0 1px;
	padding:20px 0 20px 0;
	font-size:10px;
	}

.clear{
	clear:both;
	}

.navigation a:link {text-decoration:none; color:#212121; background:url(../images/button_link.jpg) no-repeat; width:100px; height:25px; display:block; text-align:center; padding-top:10px;}
.navigation a:visited {text-decoration:none; color:#212121; background:url(../images/button_link.jpg) no-repeat; width:100px; height:25px; display:block; text-align:center; padding:10px 0 0 0;}
.navigation a:hover {text-decoration:none; color:#599ec9; background:url(../images/button_link.jpg) no-repeat; width:100px; height:25px; display:block; text-align:center; padding:10px 0 0 0;}
.navigation a:active {text-decoration:none; color:#212121; background:url(../images/button_link.jpg) no-repeat; width:100px; height:25px; display:block; text-align:center; padding:10px 0 0 0;}

a:link {text-decoration:none; color:#599ec9;}
a:visited {text-decoration:none; color:#599ec9;}
a:hover {color:#999; border-bottom:dashed #999 1px; padding-bottom:1px;}
a:active {text-decoration:none; color:#599ec9;}

a:link.events_arch {text-decoration:none; color:#599ec9; }
a:visited.events_arch {text-decoration:none; color:#599ec9; }
a:hover.events_arch {color:#999; text-decoration:none; }
a:active.events_arch  {text-decoration:none; color:#599ec9; }

/*----------------------------------------------------------CONTACT FORM------------------------------------------------------------------------*/

input{
	width:200px;
	padding:5px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	border: solid 1px #e0e0e0;
	background: #fff;
	color: #666;

	}
select{
	width:212px;
	padding:5px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	border: solid 1px #e0e0e0;
	background: #fff;
	color: #666;
	}
textarea{
	font-family:Arial, Helvetica, sans-serif;
	width:435px;
	padding:5px;
	font-size:14px;
	border: solid 1px #e0e0e0;
	background: #fff;
	color: #666;
	}
.submit input{
	width:auto;
	padding:5px;
	text-align:left;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	}
.submit input:hover{
	width:auto;
	padding:5px;
	text-align:left;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	border: solid 1px #e0e0e0;
	background: #fff;
	color: #599ec9;
	cursor:pointer;
	}
.required{
	vertical-align:top;
	}
#contact_form{
	padding:0 0 60px 0;
	margin:0;
	}

#contact_form td{
	padding:0 30px 10px 0;
	}
	
.message_booking textarea{
	width:200px;
	}
	
#rssincl-box-166970{
	width:500px;
}
