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

body {
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	font-size:90%;
}

header {
	height:55px;
	width:320px;
}

#main {
	/*height:425px;*/
	width:320px;
	overflow:auto;
}

.main_filler {
	/*height:420px;
	width:320px;*/
}

h1 {
	font-size:1.6em;
	margin: 0 0 0.5em 0;
}

h2 {
	font-size:1.3em;
	margin: 0 0 0 0;
}
h3 {
	font-size:1.2em;
	margin: 0 0 0.5em 0;
}
p {
	margin: 0 0 0 0;
}

.twoSectionBox {
	margin:20px 0;
}
.twoSectionBox .topSection {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-color:#666;
	color:#FFF;
	padding:5px;
	margin:0;
}
.twoSectionBox .topSection h2, .twoSectionBox .topSection p {
	margin:0;
	padding:0;
}
.twoSectionBox .bottomSection h3 {
	margin:0 0 5px 0;
	padding-top:5px;
}
.twoSectionBox .bottomSection {
	padding:0 5px;
	border-left:1px dotted #666;
	border-right:1px dotted #666;
	border-bottom:1px dotted #666;
	margin:0;
}

.club {
	margin:0 10px 10px 10px;
	padding:10px 0;
	border-bottom:1px solid #CCC;
}

.clubF1 {
	margin:0;
}

.clubLink {
	border:none;
	display:inline-block;
	padding:1px 10px;
	color:#FFF;
	text-decoration:none;
	font-size:1.2em;
	background-color:#009E00;
}

.tandc {
	font-size:xx-small;
}
.callButton {
	padding:10px 20px;
	width:100%;
	background-color:#00A200;
	border-radius:5px;
	color:#FFF;
	text-decoration:none;
	margin:10px auto;
}

.clear {
	clear:both;
}
