

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    background: #3333cc;
    color: #4d4d4d;
    font-size: 0.8em;
}

#wrapper {
    margin: 0 auto;
    text-align: left;
    width: 994px;
    padding: 0 5px;
    background: url('../_/bg.png') repeat-y;
}

a {
	/*color: #000;
	text-decoration: none;*/
}
a:hover {
	text-decoration: underline;
}

img {
    border: none;
	vertical-align: middle;
}

h2 {
    margin: 20px;
    /* color: #000; */
}

h2.block {
    margin: 0px;
    background: url('../_/h2_grad_trans.png') #ff6600 repeat-x;
    border: 1px solid #ff6600;
    font-size: 1.2em;
    color: #FFFFFF; /* c4 */
    padding: 10px 20px;
}

h2.block a {
    color: #FFFFFF; /* c4 */
}

h3, h4 {
    margin: 20px 20px 5px;
    /*color: #000000;  c6 */
}
table h3, table h4 {
	margin: 0;
}
strong {
	font-weight: bold;
	/*color: #000;*/
}
p {
    margin: 5px 20px;
}
table {
    margin: 25px 20px;
	border-collapse:collapse;
	/*border-bottom: 1px solid #818181;*/
}
table th {
	padding-bottom: 10px;
	font-size: 1.2em;
	border-bottom: 1px solid #818181;
	vertical-align: top;
}
table div.filter {
	display: block;
	position: relative;
}
table div.filter form {
	position: absolute;
	bottom: 0px;
	display: none;
}
table div:hover.filter form {
	display: block;
}
table td,
table th {
	padding: 5px 10px;
}
ol {
	padding-left: 21px;
	margin: 5px 20px;
}
ul {
	margin: 5px 20px;
	list-style: none;
}
ul li {
	padding-left: 15px;
	background: url('../_/bbRight.gif') no-repeat 0 5px;
	margin: 2px 0 2px 2px;
}

/*
 * Generic form styles
 */
input.submit {
    background: #818181; /* c1 */
    color: #FFFFFF; /* c4 */
    border: none;
    padding-left: 10px;
    padding-right: 10px;
}

input.text, input.password {
    border: 1px solid #818181; /* c1 */
}

select {
	border: 1px solid #818181; /* c1 */
}

/*
 * Header banner
 */
.head .banner {
    position: relative;
    background-color: #ff6600;
}

.head h1 {
    background: url('../_/header.jpg') no-repeat top right;
    height: 194px;
    text-indent: -99999px;
}

/*
 * Head controls on white bg
 */
.head .controls {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 964px;
    padding: 0 15px;
    background: url('../_/controlBG.png');
}

.head .controls .siteCrumb {
    float: left;
    display: inline;
    list-style: none;
    font-size: 0.85em;
    margin: 0;
}

.head .controls .siteCrumb li {
    float: left;
    display: inline;
    list-style: none;
    margin: 9px 0 8px;
    border-left: solid #000 1px;
	background: none;
	padding: 0 8px;	
}

.head .controls .siteCrumb li.first {
    border: none;
}

.head .controls .siteCrumb li a {
    text-decoration: none;
    color: #000000;
    float: left;
    display: inline;
}

.head .controls .siteCrumb li.first a {
    background: url('../_/bbLeft.gif') no-repeat 0 3px;
	padding-left: 10px;
}

.head .controls .siteCrumb li a:hover {
    text-decoration: underline;
}

.head .controls .tools {
    float: right;
    display: inline;
    list-style: none;
    font-size: 0.85em;
    margin: 0;
}

.head .controls .tools li {
    float: left;
    display: inline;
    list-style: none;
	background: none;
	padding: 0;
	margin: 0;	
}

.head .controls .tools li a {
    text-decoration: none;
    color: #000000;
    float: left;
    display: inline;
    padding: 1px 5px;
    margin: 7px 0 8px;
    border-left: solid #000 1px;
}

.head .controls .tools li.first a {
    border: none;
}

.head .controls .tools li a:hover {
    text-decoration: underline;
}

.head .controls .tools .rFont a, .head .controls .tools .lFont a, .head .controls .tools .xlFont a {
    height: 13px;
    overflow: hidden;
    padding: 0px 0px 3px;
    text-decoration: none !important;
}

.head .controls .tools .rFont a {
    width: 8px;
    padding-left: 5px;
}

.head .controls .tools .lFont a {
    width: 11px;
    border: none;
}

.head .controls .tools .xlFont a {
    width: 15px;
    border: none;
    padding-right: 5px;
}

.head .controls .tools .rFont a span, .head .controls .tools .lFont a span, .head .controls .tools .xlFont a span {
    height: 13px;
    float: left;
    display: inline;
}

.head .controls .tools .rFont a span {
    background: url('../_/rFont.png') no-repeat;
    width: 8px;
}

.head .controls .tools .lFont a span {
    background: url('../_/lFont.png') no-repeat;
    width: 11px;
}

.head .controls .tools .xlFont a span {
    background: url('../_/xlFont.png') no-repeat;
    width: 15px;
}

.head .controls .tools .addthis a {
    padding: 0 5px;
}

/*
 * Head controls drop down
 */
.head #userControls {
    position: absolute;
	float: left;
	display: inline;
    top: 0px;
    right: 20px;
    width: 150px;
    background: #FFF;
}

.head #userControls #userControlsToggle {
	float: left;
	display: inline;
    background-color: #ff6600;
    color: #FFF;
    text-decoration: none;
    border: #ff6600 solid 1px; /* c2 */
	padding: 2px 0;
	font-weight: bold;
}
.head #userControls #userControlsToggle .login {
	float: left;
	display: inline;
	text-align: center;
	width: 129px;
	padding-left: 10px;
	margin-left: 10px;
	background: url('../_/bwDown.gif') no-repeat 0 7px;
}
.head #userControls #userControlsToggle .search {
	float: right;
	display: inline;
	text-align: center;
	width: 129px;
	padding-right: 10px;
	margin-right: 10px;
	background: url('../_/bwDown.gif') no-repeat 129px 7px;
}

.head #userControls form{
	margin: 10px 0;
	float: left;
	display: inline;
	width: 150px;
}

.head #userControls #login {
	width: 149px;
	border-right: 1px solid #818181;
}

.head #userControls form .text, .head #userControls form .password {
	width: 100px;
}

.head #userControls form p {
}

/*
 * Head main nav
 */
.head .nav {
    float: left;
    display: inline;
    list-style: none;
    background: url('../_/h2_grad_trans.png') #ff6600 repeat-x; /* c2 */
    width: 964px;
    padding: 0 15px;
    margin: 0;
    font-size: 0.85em;
}

.head .nav li {
    float: left;
    display: inline;
    list-style: none;
	background: none;
	padding: 0;
	margin: 0;	
}

.head .nav li a {
    float: left;
    display: inline;
    color: #FFFFFF; /* c4 */
    text-decoration: none;
    padding: 9px 5px 8px;
}

.head .nav li a:hover {
    color: #000000; /* c5 */
    background: #FFFFFF; /* c4 */
}

.head .nav li.selected a {
    color: #000000; /* c5 */
    background: #FFFFFF; /* c4 */
}

.head .subNav {
    float: left;
    display: inline;
    list-style: none;
    background-color: #FFFFFF; /* c4 */
    width: 964px;
    padding: 0 15px;
    margin: 0;
    font-size: 0.85em;
	zoom: 1;
}

.head .subNav li {
	position: relative;
    float: left;
    display: inline;
    list-style: none;
	background: none;
	padding: 0;
	margin: 0;	
}

.head .subNav li a {
    float: left;
    display: inline;
    color: #000000; /* c5 */
    text-decoration: none;
    padding: 9px 5px 8px;
}

.head .subNav li a:hover {
    text-decoration: underline;
}

.head .subNav li.selected a {
    text-decoration: underline;
}

.head .subNav li ul,
.head .nav li ul {
	position: absolute;
	display: block;
	visibility: hidden;
	background: url('../_/dropDown.png') bottom left no-repeat;
	top: 100%;
	left: -10px;
	width: 150px;
	z-index: 99;
	margin: 0px;
	padding: 0 5px 5px;
	float: none;
}

.head .subNav li ul li,
.head .nav li ul li {
	display: block;
	float: none;
}
.head .subNav li ul li a,
.head .nav li ul li a {
	display: block;
	float: none;
	color: #000000;
	margin: 0;
	padding: 3px 10px;
}
.head .subNav li ul li a:hover,
.head .nav li ul li a:hover {
	background: #818181;
	color: #FFFFFF;
}

.head .subNav li:hover ul,
.head .nav li:hover ul {
	display: block;
	visibility: visible;
}

/*
 * breadCrumb
 */
.head .breadCrumb {
    float: left;
    display: inline;
    list-style: none;
    font-size: 0.85em;
    margin: 0;
    width: 964px;
    padding: 0 15px;
	background-color: #ff6600;
}

.head .breadCrumb li {
    float: left;
    display: inline;
    list-style: none;
    margin: 9px 0 8px;
	background: none;
	padding: 0 0 0 8px;	
}

.head .breadCrumb li.first {
    border: none;
	padding: 0 0 0 5px;
}

.head .breadCrumb li a {
    text-decoration: underline;
	color: #FFFFFF;
    float: left;
    display: inline;
}
.head .breadCrumb li.current a {
    text-decoration: none;
}

.head .breadCrumb li a {
    background: url('../_/bwRight.gif') no-repeat 0 3px;
	padding-left: 10px;
}
.head .breadCrumb li.first a {
	background: none;
	padding-left: 0px;
}

.head .breadCrumb li a:hover {
    text-decoration: underline;
}

/*
 * footer tail
 */
.bodyClose, .cb {
    clear: both;
}

.foot {
    margin-top: 10px;
    background: #FFFFFF; /* c4 */
}

.foot .tail {
    background: url('../_/tail.png') no-repeat #3333cc; /* c3 */
    width: 994px;
    padding: 30px 5px 50px;
    margin: 0 -5px;
    color: #FFFFFF; /* c4 */
    clear: both;
}

.foot .tail p {
    font-size: 0.85em;
    float: left;
    display: inline;
    margin: 0px;
}

.foot .tail ul {
    font-size: 0.85em;
    float: right;
    display: inline;
    list-style: none;
    margin: 0px;
}

.foot .tail ul li {
    float: left;
    display: inline;
    list-style: none;
	padding: 0;
	background: none;
}

.foot .tail ul li a {
    color: #FFFFFF; /* c4 */
    text-decoration: underline;
    padding: 0 3px;
    line-height: 1em;
    border-left: 1px solid #FFFFFF; /* c4 */
    height: 0.8em;
    line-height: 0.8em;
    float: left;
    display: inline;
}

.foot .tail ul li.first a {
    border-left: none;
}
.foot .sponsors {
	padding: 10px 0;
	margin: 0 20px;
	width: 954px;
	float: left;
	display: inline;
	border-bottom: 1px solid #818181;
}
.foot .sponsors .centred {
	float: none;
    text-align: center;
    width: 954px;
}
.foot .sponsors .centred a {
	float: none;
}
.foot .sponsors a {
	float: left;
	display: inline;
	/*width: 190px;*/
	text-align: center;
	overflow: hidden;
}
.foot .sponsors a.sportCom {
	border-right: 1px solid #818181;
	width: 173px;
	margin-right: 20px;
	text-align: left;
}

.foot .stateList {
	padding: 10px 0;
	margin: 0 20px;
	width: 954px;
	float: left;
	display: inline;
	border-bottom: 1px solid #818181;
}

.foot .sitemap {
	padding: 10px 0;
	margin: 0 20px;
	width: 954px;
	float: left;
	display: inline;
	font-size: 0.85em;
}
.foot .sitemap ul {
	margin: 0;
	padding: 0 10px;
	float: left;
	display: inline;
	width: 139px;
}
.foot .sitemap ul ul {
	padding: 0 0 5px;
	float: none;
	display: list-item;
	width: auto;
	/*border-bottom: 1px dotted #818181;*/
}
.foot .sitemap li {
	margin: 2px 0;
	padding: 0;
	background: none;
}
.foot .sitemap li a {
	font-weight: bold;
	text-decoration: none;
	color: #818181;
	font-size: 1.2em;
}
.foot .sitemap li li a {
	font-weight: normal;
	font-size: 1em;
}
.foot .sitemap li li li {
	padding-left: 10px;
}
.foot .sitemap li li li a {
	font-weight: normal;
	font-size: 1em;
}

.foot .sitemap a:hover {
	text-decoration: underline !important;
}
/*
 * Body
 */
.body .content {
    float: left;
    display: inline;
    width: 794px;
}

.body .sideBar {
    float: left;
    display: inline;
    width: 180px;
    padding: 0 10px;
}

.body .content .nav {
    display: inline;
    float: left;
    width: 100%;
    background: #ff6600; /* c2 */
    list-style: none;
    margin: 0;
	padding: 0;
}

.body .content .nav li {
    display: inline;
    float: left;
    background: #818181;
    list-style: none;
    margin: 0 0 0 10px;
	padding: 0;
}

.body .content .nav li a {
    color: #FFFFFF;
    text-decoration: none;
    padding: 7px 10px;
    display: inline;
    float: left;
}

.body .content .nav li.selected {
    background: #FFFFFF;
}

.body .content .nav li.selected a {
    color: #000000;
}


.body .content .firstFold a,
.body .content .homeSub a,
.body .content .homeSub a {
	color: #4d4d4d;
}

.body .content .firstFold {
    float: left;
    display: inline;
    width: 794px;
    background: url('../_/firstFold.gif') repeat-y;
    margin-top: 10px;
	position: relative;
}

.body .content .firstFold .events {
    float: left;
    display: inline;
    width: 280px;
    background: #FFF;
    margin: 0 0 0 10px;
    padding-bottom: 40px;
}

.body .content .firstFold .events .tabBlock {
	height:250px;
	overflow-x:hidden;
	overflow-y:scroll;
	width:280px;
	float: left;
	display: inline;
}
.body .content .firstFold .news {
    float: right;
    display: inline;
    margin: 0;
    background: #FFF;
    width: 494px;
}

.body .content .firstFold .events table {
	clear: both;
    margin: 0 20px 20px;
	border: none;
	vertical-align: top;
}

.body .content .firstFold .events table th {
    padding: 15px 0 0 0;
    color: #000;
    font-size: 1.2em;
	border: none;
	vertical-align: top;
	text-align: left;
}
.body .content .firstFold .events table td {
    padding: 0;
	vertical-align: top;
}

.body .content .firstFold .events table .date {
    padding-right: 15px;
    white-space: nowrap;    
}

.body .content .firstFold .events .more {
    position: absolute;
    bottom: 20px;
    left: 30px;
    color: #000000;
}

.body .content .homeSub {
    float: left;
    display: inline;
    width: 280px;
    margin-left: 10px;
}

.body .content .homeSub .gallery {
	width: 280px;
	margin-top: 10px;
	border: solid 1px #ff6600;
	background: #ff6600;
	float: left;
	display: inline;
}
.body .content .homeSub .gallery #galleryCar {
	float: left;
	display: inline;
	height: 65px;
	width: 244px;
	margin: 5px 18px;
	position: relative;
	overflow: hidden;
}
.body .content .homeSub .gallery #galleryCar div {
	position: absolute;
	height: 65px;
	width: 260px;
	top: 0px;
	left: 0px;
}
.body .content .homeSub .gallery a {
	float: left;
	display: inline;
	width: 80px;
	margin-right: 2px;
	width: 80px;
	height: 65px;
	overflow: hidden;
	
}
.body .content .homeSub .gallery img {
	float: left;
	display: inline;
}
.body .content .homeSub .gallery .back,
.body .content .homeSub .gallery .next {
	display: block;
	position: absolute;
	top: 5px;
	width: 10px;
	height: 65px;
	background: #F00;
	text-indent: -99999px;
	cursor: pointer;
}
.body .content .homeSub .gallery .back {
	left: 5px;
	background: url('../_/backArrow.png') no-repeat;
}
.body .content .homeSub .gallery .next {
	right: 5px;
	background: url('../_/nextArrow.png') no-repeat;
}

.body .content .homeSub .accordion {
    float: left;
    display: inline;
    width: 280px;
    margin-top: 10px;
    background: #FFF;
}

.body .content .homeSub .accordion .acBody {
    float: left;
    display: inline;
    width: 280px;
}

.body .content .homeSub .accordion h2.acToggle {
    padding: 5px 20px;
    margin-bottom: 2px;
    float: left;
    display: inline;
    width: 238px;
}

.body .content .homeSub .accordion img {
    margin-left: 20px;
    margin-top: 5px;
    width: 80px;
    float: left;
    display: inline;
}

.body .content .homeSub .accordion p {
    width: 140px;
    float: right;
    display: inline;
}

.body .content .homeSub .accordion .more {
    width: 140px;
    float: right;
    display: inline;
    color: #000000;
    margin: 2px 20px 5px;
}

.body .content .homeSub .memberCount {
    float: left;
    display: inline;
    width: 280px;
    background: #ffffff;
    margin-top: 10px;
}

.body .content .homeSub .memberCount p {
    text-align: center;
    font-size: 2em;
    margin: 0px;
    float: left;
    display: inline;
    width: 280px;
    padding: 5px 0;
}

.body .content .homeSub .adBlock {
    float: left;
    display: inline;
    width: 280px;
}

.body .content .homeSub .adBlock a {
    float: left;
    display: inline;
    margin: 10px 0 0 0;
    width: 135px;
    height: 110px;
    overflow: hidden;
    color: #FFF;
    text-decoration: none;
}

.body .content .homeSub .adBlock a.first {
    margin: 10px 10px 0 0;
}
.body .content .homeSub .adBlock a.blue {background: url('../_/blue_s.png') no-repeat;}
.body .content .homeSub .adBlock a.brown {background: url('../_/brown_s.png') no-repeat;}
.body .content .homeSub .adBlock a.green {background: url('../_/green_s.png') no-repeat;}
.body .content .homeSub .adBlock a.grey {background: url('../_/grey_s.png') no-repeat;}
.body .content .homeSub .adBlock a.lightblue {background: url('../_/lightblue_s.png') no-repeat;}
.body .content .homeSub .adBlock a.orange {background: url('../_/orange_s.png') no-repeat;}
.body .content .homeSub .adBlock a.purple {background: url('../_/purple_s.png') no-repeat;}
.body .content .homeSub .adBlock a.red {background: url('../_/red_s.png') no-repeat;}
.body .content .homeSub .adBlock a.teal {background: url('../_/teal_s.png') no-repeat;}
.body .content .homeSub .adBlock a.yellowbrown {background: url('../_/yellowbrown_s.png') no-repeat;}

.body .content .homeSub .adBlock a span {
    float: left;
    display: inline;
    padding: 5px 10px;
}
.body .content .homeSub .adBlock a span.heading {
    font-size: 1.3em;
    font-weight: bold;
}

.body .content .homeMain {
    float: right;
    display: inline;
    margin: 0;
    width: 494px;
}

.body .content .homeMain .newsTicker {
    margin-top: 10px;
    background: #FFF;
    float: left;
    display: inline;
    width: 494px;
}

.body .content .homeMain .newsTicker h2 {
    float: left;
    display: inline;
    width: 120px;
    height: 100%;
    text-align: center;
    /*padding: 0px;
    height: 38px;
    line-height: 38px;*/
    padding: 10px 0;
    height: 1.1em;
    line-height: 1.1em;
}

.body .content .homeMain .newsTicker #newsTicker {
    float: left;
    display: inline;
    width: 295px;
    /*height: 40px;
    line-height: 40px;*/
    margin: 11px 0;
    height: 1.32em;
    line-height: 1.32em;
    overflow: hidden;
    position: relative;
    white-space: nowrap;
}

.body .content .homeMain .newsTicker #newsTicker * {
    white-space: nowrap;
}

.body .content .homeMain .newsTicker #newsTicker div {
    position: absolute;
    left: 0;
    top: 0;
}
.body .content .homeMain .newsTicker #newsTicker a {
	color: #818181;
	text-decoration: none;
}
.body .content .homeMain .newsTicker #newsTicker a:hover {
	color: #000;
	text-decoration: underline;
}

.body .content .homeMain .newsTicker .rss {
    float: left;
    display: inline;
    width: 75px;
    /*height: 38px;
    line-height: 38px;*/
    padding: 10px 0;
    height: 1.32em;
    line-height: 1.32em;
    text-align: center;
    border: 1px solid #e5541d;
    background: #e5541d url('../_/rss_grad.gif') repeat-x;
    color: #FFFFFF;
    text-decoration: none;
    position: absolute;
}

.body .content .homeMain .newsTicker .rss img {
    margin-top: -6px;
    margin-left: 10px;
    border: none;
}

.body .content .homeMain .moreNews {
    margin-top: 10px;
    float: left;
    display: inline;
    width: 494px;
    background: #FFF;
}

.body .content .homeMain .moreNews .nav {
    padding-top: 10px;
    width: 492px;
    background: url('../_/h2_grad_trans.png') #ff6600 repeat-x; /* c2 */
    border-top: 1px solid #ff6600;
    border-left: 1px solid #ff6600;
    border-right: 1px solid #ff6600;
}

.body .content .homeMain .moreNews .tabBlock div {
    float: left;
    display: inline;
    width: 324px;
}

.body .content .homeMain .moreNews em {
    font-style: normal;
    font-weight: bold;
    color: #000000;
}

.body .content .homeMain .moreNews .tabBlock div.side {
    width: 170px;
}

.body .content .homeMain .moreNews div.side img {
    margin-left: 20px;
    margin-top: 5px;
    width: 150px;
}

.body .content .homeMain .moreNews div.side p {
    margin-right: 0;
}

.body .content .homeMain .adBlock {
    float: left;
    display: inline;
    width: 494px;
}

.body .content .homeMain .adBlock a {
    float: left;
    display: inline;
    margin: 10px 0 0 0;
    width: 494px;
    height: 110px;
    overflow: hidden;
    color: #FFF;
    text-decoration: none;
}
.body .content .homeMain .adBlock a.blue {background: url('../_/blue_l.png') no-repeat;}
.body .content .homeMain .adBlock a.brown {background: url('../_/brown_l.png') no-repeat;}
.body .content .homeMain .adBlock a.green {background: url('../_/green_l.png') no-repeat;}
.body .content .homeMain .adBlock a.grey {background: url('../_/grey_l.png') no-repeat;}
.body .content .homeMain .adBlock a.lightblue {background: url('../_/lightblue_l.png') no-repeat;}
.body .content .homeMain .adBlock a.orange {background: url('../_/orange_l.png') no-repeat;}
.body .content .homeMain .adBlock a.purple {background: url('../_/purple_l.png') no-repeat;}
.body .content .homeMain .adBlock a.red {background: url('../_/red_l.png') no-repeat;}
.body .content .homeMain .adBlock a.teal {background: url('../_/teal_l.png') no-repeat;}
.body .content .homeMain .adBlock a.yellowbrown {background: url('../_/yellowbrown_l.png') no-repeat;}

.body .content .homeMain .adBlock a span {
    float: left;
    display: inline;
    padding: 5px 10px;
}
.body .content .homeMain .adBlock a span.heading {
    font-size: 1.5em;
    font-weight: bold;
    width: 100%;
}

.body .content .extra {
	margin-left: 10px;
	margin-top: 10px;
	padding-bottom: 20px;
	width: 784px;
	float: left;
	display: inline;
	background: #FFFFFF;
	overflow: hidden;
}
.body .content .extra img {
	margin: 2px 20px 10px;
}
.body .content .extra img.nomargin {
	margin: 0;
}
.body .content .extra img[style~="right;"] {
	margin: 2px 0 10px 20px;
}
.body .content .extra img[style~="left;"] {
	margin: 2px 20px 10px 0;
}
.body .content .extra .newsImage {
	float: right;
	display: inline;
	margin: 25px 20px 10px;
	border: 1px solid #4d4d4d;
}
.body .content .extra .newsDetail {
	color: #4d4d4d;
	font-style: italic;
	margin: -10px 20px 20px;
}
.body .content .extra .newsHighlights {
	clear:both;
	padding: 20px;
}
.body .content .extra .newsHighlights h2.block {
	padding: 5px 20px;
} 
.body .content .extra .newsHighlights div {
	float: left;
	display: inline;
	width: 230px;
	margin-left: 27px;
}
.body .content .extra .newsHighlights div.first {
	clear: both;
	margin-left: 0;
}
.body .content .extra .newsHighlights div img {
	margin: 10px 0;
	float: right;
	display: inline;
	width: 80px;
}
.body .content .extra .newsHighlights div p,
.body .content .extra .newsHighlights div h3 {
	float: left;
	display: inline;
	width: 135px;
}
.body .content .extra .newsHighlights div h3 {
	margin: 10px 0 0;
}
.body .content .extra .newsHighlights div p {
	margin: 5px 0 20px;
}

.body .content .extra .newsHighlights div ul {
	margin: 5px 0;
}
.body .content .extra .newsHighlights div a {
	color: #4d4d4d;
	text-decoration: none;
}
.body .content .extra .newsHighlights div a:hover {
	text-decoration: underline;
}

.body .sideBar .item {
	width: 180px;
	float: left;
	display: inline;
    margin: 10px 0 0;
    background: #ffffff; /* c4 */
	padding-bottom: 1px;
}

.body .sideBar a {
    color: #4d4d4d;
}

.body .sideBar .button {
	float: left;
	display: inline;
	margin-top: 10px;
}
.body .sideBar .button img {
	display: inline;
	float: left;
	border: none;
	width: 180px;
	height: 130px;
}

#findClub {
    padding-bottom: 5px;
}

#findClub p {
    background: #818181; /* c1 */
    margin: 0 20px;
}

#findClub input.text {
    width: 100px;
}

#findClub input.submit {
    width: 30px;
    padding-left: 0px;
    padding-right: 0px;
}

#homePoll {
    padding-bottom: 5px;
}

#homePoll p {
    margin: 3px 20px;
}

#homePoll p input {
    vertical-align: middle;
    margin-right: 5px;
}

#homePoll p.submit {
    text-align: center;
}

.body .sideBar .accordion {
	background: #FFF;
	margin-top: 10px;
	width: 180px;
	float: left;
	display: inline;
}
.body .sideBar .accordion h2.acToggle {
    margin-bottom: 2px;
    padding: 5px 20px;
}
.body .sideBar .accordion ul {
	padding-bottom: 3px;
}





.body .extra .pagination {
    width: 760px;
    float: left;
    display: inline;
}

.body .extra .pagination span {
    float: left;
    display: inline;
    text-decoration: none;
}

.body .extra .pagination a {
    float: left;
    display: inline;
    padding: 0 5px;
    text-decoration: none;
    color: #4d4d4d;
}

.body .extra .pagination .archive {
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #818181;
}

.body .extra .pagination a:hover {
    text-decoration: underline;
}

.body .extra .pagination a.selected {
    background: #ff6600;
    color: #FFF;
}

.body .extra .newsFilter {
    margin: 5px -1px 0px 0;
    float: left;
    display: inline;
    width: 200px;
    font-size: 0.8em;
    padding: 0 14px 5px 20px;
    position: relative;
	border-right: 1px solid #818181;
}

.body .extra .newsFilter ul {
    padding: 5px 0 0;
	margin: 0px;
    float: left;
    display: inline;
    list-style: none;
    text-align: center;
}

.body .extra .newsFilter ul li {
    float: left;
    display: inline;
	margin: 0px;
	padding: 0;
	background: none
}

.body .extra .newsFilter ul li a {
    padding: 2px 0;
    float: left;
    display: inline;
    text-decoration: none;
	color: #4d4d4d;
}

.body .extra .newsFilter ul li a:hover {
    text-decoration: underline;
}

.body .extra .newsFilter ul li.selected a {
    background-color: #ff6600;
    color: #FFF;
}

.body .extra .newsFilter .clearFilters {
	float: left;
	display: inline;
	padding-top: 30px;
    margin: 5px 0;
    width: 180px;
    font-size: 1.2em;
    font-weight: bold;
	text-align: center;
}
.body .extra .newsFilter .clearFilters a {
	color: #4d4d4d;
}

.body .extra .newsFilter ul.year,
.body .extra .newsFilter ul.year li,
.body .extra  .newsFilter ul.year a {
    width: 50px;
}

.body .extra .newsFilter ul.month, 
.body .extra .newsFilter ul.month li, 
.body .extra .newsFilter ul.month a {
    width: 100px;
}

.body .extra .newsFilter ul.day, 
.body .extra .newsFilter ul.day li, 
.body .extra .newsFilter ul.day a {
    width: 50px;
}

.body .extra .newsArchive {
    margin: 5px 0 0px 0px;
    float: left;
    display: inline;
    width: 510px;
    padding-left: 29px;
    padding-bottom: 50px;
    position: relative;
    border-left: 1px solid #818118;
}

.body .extra .newsArchive p {
    margin: 5px 0;
}

.body .extra .newsArchive a {
    text-decoration: none;
    color: #4d4d4d;
}

.body .extra .newsArchive a:hover {
    text-decoration: underline;
}

.body .extra .newsArchive .pagination {
    position: absolute;
    bottom: 0px;
    left: 24px;
    width: auto;
}

.body .extra .newsArchive .pagination a {
    color: #4d4d4d;
}

.body .extra .newsArchive .pagination a.selected {
    color: #fff;
}

.body .extra .tabBlock {
	clear: both;
}

.body .extra .calendar,
.body .extra .searchResults,
.body .extra table.full {
	width:744px;
}
.body .extra .calendar a {
	color: #4d4d4d;
}
.body .extra .searchResults {
	margin-top: 5px;
}

.body .extra .calendar .download {
	text-align: center;
}

.body .extra .searchResults .details,
.body .extra .searchResults .map {
	text-align: center;
}

.body .extra .footLink {
	margin-top: 20px;
}

.body .extra  .srHead {
	padding-top: 30px;
	clear: both;
}

#advancedSearch {
	float: left;
	display: inline;
	width: 680px;
	margin: 5px 20px;
	padding: 10px 32px;
	border-top: 1px solid #818181;
	border-bottom: 1px solid #818181;
}

#advancedSearch p {
	float: left;
	display: inline;
	width: 680px;
}

#advancedSearch p span {
	float: left;
	display: inline;
}

#advancedSearch label {
	float: left;
	display: inline;
	width: 130px;
}
#advancedSearch .postCode input {
	margin-right: 5px;
}
#advancedSearch label.within {
	width: auto;
	margin-right: 5px;
}

#advancedSearch input {
	float: left;
	display: inline;
}

.filterPannel {
	margin-top: 25px;
	text-align: center;
}
.filterPannel label {
	padding-right: 20px;
}

.body .extra .mapBlock {
	float: left;
	display: inline;
}
.body .extra .mapBlock #map {
	border: 5px solid #818181;
	margin: 0 20px;
	width: 342px;
	height: 250px;
	float: left;
	display: inline;
}
.body .extra .mapBlock p {
	width: 352px;
	float: left;
	display: inline;
}
.imageGallery {
	margin-left: 20px;
	margin-right: 20px;
}

#toggleShow {
	cursor: pointer;
}
#toggleHide {
	cursor: pointer;
}




/*
**  Online store
**  styles ported from ANZC
*/
#store img {
    margin: 0px;
}

#store .imgHeading {
	padding: 0px;
	margin: 0px;
}

#store .subHead {
    display: inline;
    float: left;
    font-size: 0.9em;
    margin: 15px 0 0 10px;
    padding: 0 10px;
    width: 180px;
}

#store .subNav {
    width: 200px;
    margin: 5px 0 0 10px;
    padding: 0px;
    float: left;
    display: inline;
    list-style: none;
    font-size: 0.8em;
}

#store .subNav li {
    width: 200px;
    float: left;
    display: inline;
    list-style: none;
    border-top: 1px dotted #adadad;
    padding: 0px;
}

#store .subNav li.first {
    border: none;
}

#store .subNav li a {
    width: 180px;
    padding: 5px 10px;
    float: left;
    display: inline;
    text-decoration: none;
    color: #4d4d4d;
}

#store .subNav li a:hover, #store .subNav li.selected a {
    background: #e6edfd;
}

#store .storeBody {
    float: right;
    display: inline;
    width: 550px;
    margin-top: 10px;
    margin-right: 10px;
}

#store .storeBody .highlights {
    float: left;
    display: inline;
    list-style: none;
    width: 550px;
    margin: 10px 0 0 0;
    padding: 0px;
}

#store .storeBody .highlights li {
    float: left;
    display: inline;
    width: 130px;
    margin-left: 10px;
    padding: 0px;
    background: 0px;
}

#store .storeBody .highlights li.first {
    margin: 0;
}

#store .storeBody .highlights li a {
    float: left;
    display: inline;
    width: 130px;
	overflow: hidden;
}

#store .storeBody .pageNav {
    float: left;
    display: inline;
    width: 550px;
}

#store .storeBody .pageNav .manifest {
    float: left;
    display: inline;
}

#store .storeBody .pageNav .pagination {
    width: auto;
    float: right;
}

#store .storeBody .pList {
    float: left;
    display: inline;
    list-style: none;
    text-align: center;
    margin-top: 0px;
	padding: 0px;
}

#store .storeBody .pList li {
    float: left;
    display: inline;
    list-style: none;
    border: 1px solid #adadad;
    width: 268px;
    margin-top: 10px;
}

#store .storeBody .pList li.odd {
    clear: both;
    margin-right: 10px;
}

#store .storeBody .pList li a {
    width: 248px;
    min-height: 192px;
    padding: 5px 10px;
    float: left;
    display: inline;
    text-decoration: none;
    background: #FFF;
}

#store .storeBody .pList li a:hover {
    background: #e6edfd;
}

#store .storeBody .pList li a span {
    float: left;
    display: inline;
    width: 248px;
    margin-top: 10px;
    border-top: 1px dotted #adadad;
}

#store .storeBody .pList li a .heading {
    margin: 0 0 10px;
    font-weight: bold;
    color: #4d4d4d;
    border-top: none;
    border-bottom: 1px dotted #adadad;
    padding-bottom: 5px;
    min-height: 2.5em;
}

#store .storeBody .pList li a img {
    max-height: 104px;
}

#store .storeBody .pList li a span span {
    width: 168px;
    font-size: 0.8em;
    color: #4d4d4d;
    text-align: left;
    border: none;
    margin-top: 5px;
}

#store .storeBody .pList li a span .plusCart {
    text-align: right;
    width: 80px;
}

#store .storeBody .pImage {
    width: 340px;
    float: left;
    display: inline;
    overflow: hidden;
    margin-top: 10px;
    text-align: center;
}

#store .storeBody .pData {
    width: 200px;
    float: right;
    display: inline;
}

#store .storeBody .pData form {
    border-top: 1px dotted #adadad;
    margin: 10px 0 0 0;
    width: auto;
}

#store .storeBody .pData label {
    float: none;
}

#store .storeBody .pData form #quantity {
    width: 50px;
    margin-left: 10px;
    text-align: right;
    float: none;
}

#store .storeBody .pData form #productpriceid {
    width: 198px;
}

#store .storeBody .pData form .variants {
	width: 160px;
	margin: 0px 20px;
}

#store .storeBody .pData form .submit {
    text-align: center;
    border-top: 1px dotted #adadad;
    padding-top: 10px;
    margin-top: 10px;
}

#store .storeBody .pData form .submit input {
    padding: 0 5px;
}

#store .storeBody .pData form .mySelect {
    display: block;
    position: relative;
}

#store .storeBody .pData form .mySelect a {
    display: block;
    font-size: 0.8em;
    padding: 5px 20px 5px 5px;
    border: 1px solid #adadad;
    color: #4d4d4d;
    background: #FFF url('../_/down.gif') no-repeat 182px 5px;
    text-decoration: none;
}

#store .storeBody .pData form .mySelect ul {
    position: absolute;
    top: 100%;
    list-style: none;
    dislay: block;
}

#store .storeBody .pData form .mySelect ul li {
    background: #dadada;
}

#store .storeBody .pData form .mySelect ul li a {
    border: none;
    background: none;
}

#store .storeBody .pData form .mySelect ul li a:hover {
    background: #e6edfd;
}

/* Search results */
.searchResult {
	width: 100%;
    float: left;
    margin: 5px 0;
    border-bottom: 1px solid #ccc;
}
.searchResult .searchTitle {
	width: 730px;
    float: left;
    margin:5px 20px;
}
.searchResult .searchTitle a {
	color: #4D4D4D;
    text-decoration: underline;
}

/* comp draws and results */
.body .extra.ladder table img,
.body .extra.comps table img,
.body .extra.draw table img {
	padding: 0px;
	margin: 0px;
}

.body .extra.ladder table,
.body .extra.comps table,
.body .extra.draw table {
	margin: 0px 20px;
	width: 744px;
}

.body .extra.draw .oldStatsTable {
	background: #eee;
}
.body .extra.draw .oldStatsTable .dddddd {
	background: #ddd;
}

.body .extra.ladder .ladderTable,
.body .extra.ladder .roundTable {
	background: #eee;
}
.body .extra.ladder .ladderTable .odd td,
.body .extra.ladder .roundTable .odd td {
	background: #ddd;
}

.body .extra.comps .compTable {
	background: #eee;
}
.body .extra.comps .compTable .odd td{
	background: #ddd;
}

.body .extra.ladder table th,
.body .extra.comps table th,
.body .extra.draw table th {
	font-size: 1em;
}





/* Gallery */
.body .extra #galleryNav {
	margin: 10px 20px 0;
	width: 744px;
	background: none;
	border-bottom: dotted 1px #808080;
}
.body .extra #galleryNav li {
	margin-left: 0px;
}
.body .extra #galleryNav a {
	color: #808080;
	font-size: 1.3em;
}
.body .extra #galleryNav a:hover {
	background: none;
	text-decoration: underline;
}
.body .extra #galleryNav li.selected a:hover,
.body .extra #galleryNav li.selected a {
	text-decoration: underline;
	font-weight: bold;
}
.body .extra .imageGallery .galleryList {
    float: left;
    display: inline;
	padding:10px 0;
}

.body .extra .imageGallery h3 {
	border-bottom:1px dotted #808080;
	display:inline;
	float:left;
	margin-bottom:0;
	margin-top:30px;
	margin-left: 0px;
	margin-right: 0px;
	padding-bottom:5px;
	padding-left:11px;
	width:733px;
}

.body .extra .imageGallery .galleryList img {
    float: left;
    display: inline;
	margin-right:10px;
	margin-left: 0px;
	background: #FFFFFF;
	border:1px solid #4d4d4d;
	padding: 10px;
}

.body .extra .imageGallery .galleryList div {
    float: left;
    display: inline;
	width: 628px;
}

.body .extra .imageGallery .galleryList h4 {
    margin-top: 2px;
	margin-left: 0px;
	margin-right: 0px;
}
.body .extra .imageGallery .galleryList p {
	margin-left: 0px;
	margin-right: 0px;
}
.body .extra .imageGallery .galleryPair {
	clear: both;
	float: left;
	display: inline;
	width: 744px;
}
.body .extra .imageGallery .galleryPair .galleryList.first {
	padding:10px 10px 10px 0;
}
.body .extra .imageGallery .galleryPair .galleryList div {
	width: 244px;
}

.body .extra .imageGallery .gallery {
    padding: 0px;
}

.body .extra .imageGallery .gallery h2 {
    margin-top: 0;
}
.body .extra .imageGallery .gallery h4, .body .extra .imageGallery .gallery p {
    width: 310px;
	margin: 0px;
	padding: 10px;
	float: left;
	display: inline;
	color: #FFF;
	background: #000;
}
.body .extra .imageGallery .gallery h4 {
	padding-bottom: 0px;
}

.body .extra .imageGallery .gallery .imgFrame {
    height: 260px;
    width: 328px;
    margin: 0 20px 0 0;
    border: 1px solid #000;
    background: #808080;
    float: left;
    display: inline;
    position: relative;
    overflow: hidden;
}

.body .extra .imageGallery .gallery .imgFrame img {
    height: 260px;
    margin: 0;
    width: auto;
}

.body .extra .imageGallery .gallery .imgFrame .load {
    height: 40px;
    padding: 80px;
}

.body .extra .imageGallery .gallery .imgFrame #imgPrev {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    background: #000;
    color: #FFF !important;
    padding: 3px 8px;
    text-decoration: none;
    font-weight: bold;
}

.body .extra .imageGallery .gallery .imgFrame #imgPrev:hover {
    background: #FFFFFF;
    color: #000000 !important;
}

.body .extra .imageGallery .gallery .imgFrame #imgNext {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    background: #000;
    color: #FFF !important;
    padding: 3px 8px;
    text-decoration: none;
    font-weight: bold;
}

.body .extra .imageGallery .gallery .imgFrame #imgNext:hover {
    background: #FFFFFF;
    color: #000000 !important;
}

.body .extra .imageGallery .gallery #scroller {
    position: absolute;
    top: 0;
    left: 0;
    height: 200px;
}

.body .extra .imageGallery .gallery #scroller span {
    float: left;
    display: inherit;
    width: 328px;
    height: 260px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
}

.body .extra .imageGallery .gallery .thumbs {
    float: right;
	display: inline;
	width: 394px;
}

.body .extra .imageGallery .gallery .thumbs a {
    background-color: #808080;
    float: left;
    display: inline;
    height: 88px;
    width: 116px;
    border: 1px solid #000;
    text-align: center;
    margin: 0 16px 20px;
    overflow: hidden;
}

.body .extra .imageGallery .gallery .thumbs a.first {
    margin: 0 4px 20px 0;
}

.body .extra .imageGallery .gallery .thumbs a.last {
    margin: 0 0 20px 4px;
}

.body .extra .imageGallery .gallery .thumbs a img {
    display: block;
    margin: 0px auto;
    height: 90px;
    border: none !important;
}

#showAssoc, #showClub {
	position: relative;
}
#showAssoc span, #showClub span {
	display: block;
    padding: 5px;
    width: 190px;
    background: url('//s7.addthis.com/static/t00/atbkg.png');
    position: absolute;
    z-index: 999999;
    bottom: 2.0em;
    left: -100px;
    text-decoration: none;
}
#showAssoc span span, #showClub span span {
	display: block;
    padding: 15px;
    width: 160px;
    background: #FFF;
    position: static;
    z-index: 999999;
    bottom: 0;
    left: 0;
}

#newsFlash {
	height: 367px;
}
#newsFlash .mainNewsItem {
	display: block;
	height: 287px;
	padding: 10px;
	text-decoration:none;
}
#newsFlash .mainNewsItem .imgWrapper {
	width: 474px;
	display: inline;
	float: left;
	height: 250px;
	background-color: #808080;
	background-position: center center;
	background-repeat: no-repeat;
}
#newsFlash .mainNewsItem .imgHeading {
	width: 454px;
	display: inline;
	float: left;
	height: 37px;
	line-height: 37px;
	background: #6f6f6f;
	color:#FFFFFF;
	display:block;
	font-size:1.1em;
	font-weight:bold;
	padding:0 10px;
	text-decoration:none;
}
#newsFlash .thumbNewsItem {
	display: block;
	padding-left: 10px;
}
#newsFlash .thumbNewsItem a {
	width: 70px;
	margin-left: 10px;
	height: 50px;
	overflow: hidden;
	display: inline;
	float: left;
	background-color: #808080;
	background-position: center center;
	background-repeat: no-repeat;
	text-decoration: none;
}
#newsFlash .thumbNewsItem a.first {
	margin-left: 0px;
	margin-right: 1px;
}

#newsFlash .thumbNewsItem a span {
	display: inline;
	float: left;
	width: 60px;
	padding: 5px;
	background: #6f6f6f;
	visibility: hidden;
	text-decoration: none;
	color: #FFF;
	font-size: 0.8em;
}
#newsFlash .thumbNewsItem a:hover span {
	visibility: visible;
}

table.committeeTable {
	margin: 0 10px;
}
table.committeeTable td {
	width: 300px;
}
table.committeeTable td span.headcell {
	font-size: 1.2em;
}
#emailbox {
	width: 400px;
    height: 430px;
    background-color: #ffffff;
    border:2px solid #333333;
	overflow: scroll;
	overflow-x: hidden;
}
#emailbox td {
	text-align: left;
    vertical-align: top;
}
#emailbox input.textbox {
    width:170px;
}
#emailbox textarea {
	width:174px;
    height: 60px;
    color:#4D4D4D;
    font-family:Arial,Helvetica,sans-serif;
    font-size:0.8em;
}
#simplemodal-container a.modalCloseImg {
	background:url(/_fuse/801/_/x.png) no-repeat; /* adjust url as required */
	width:25px;
	height:29px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:-13px;
	right:-10px;
	cursor:pointer;
}




/* new tables */


.body .extra table.competitionTable img {
  padding: 0px;
  margin: 0px;
}

.body .extra .drawLadder {
  width: 585px;
  float: left;
  display: inline;
}
.body .extra .drawLadderSidebar {
  float: left;
  display: inline;
  width:198px;
  margin-top: 24px;
}
.body .extra .drawLadderSidebar h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  text-align: right;
}
.body .extra .drawLadderSidebar ul {
  margin-top: 20px;
  margin-left: 0px;
  text-align: right;
}
.body .extra .drawLadderSidebar ul li {
  padding-left: 0;
  padding-right: 15px;
  background: url("../_/bbLeft.gif") no-repeat 172px 5px;
}

.body .extra table.competitionTable {
  margin: 0px 20px;
  width: 744px;
  background: #eee;
  text-align: left;
  border: 1px solid  #ff6600;
  border-bottom: 10px solid  #ff6600;
}
.body .extra .drawLadder .competitionTable {
  width: 544px;
}

.body .extra table.competitionTable td,
.body .extra table.competitionTable th {
  border-bottom: 1px solid  #ff6600;
  padding: 2px 10px;
}
.body .extra table.competitionTable .mergeDown td,
.body .extra table.competitionTable .mergeDown th {
  border-bottom: none;
}

.body .extra table.competitionTable .odd td {
  background: #ddd;
}

.body .extra table.competitionTable thead th {
  background: #FFC780;
  color: #000;
}

.body .extra table.competitionTable .competitionLabel {
  width: 450px;
}
.body .extra table.competitionTable .detailIcon {
  background: #FFC780;
  width: 10px;
}
.body .extra table.competitionTable .odd .detailIcon {
  background:  #ff6600;
}
.body .extra table.competitionTable thead .detailIcon {
  background: #FFC780;
}