/* CSS Document */

.picturebox {
	border: solid #6699FF 3px;
	text-align: center;
	background-color: #CECCFE;
	font-size: 12px;
	letter-spacing: 5px;
	color: #FFFFFF;
}
.wrwinnerslistbox {
	text-align: left;
	font-size: 10px;
	margin-left: 15px;
	width: auto;
}
.headerpanel {
	text-align: center;
	padding: 4px;
	background-image: url(Images/datepanel.jpg);
	color: #0000FF;
	font-size: 10px;
	font-style: oblique;
	border-bottom: solid #0000FF 1px;
	border-top: solid #0000FF 1px;
	font-weight: bold;
}
.textpanel{
	border: solid #6699FF 1px;
	text-align: center;
	color: #FFFFFF;
	font-weight: normal;
	padding: 2px;
	background-image: url(Images/bluecheck.gif);
	line-height: 20px;
	font-size: 12px;
	margin: 0px 5px;
	margin-top: 5px;
}

.hdline1 {
	font-size: 15px;
	background-image: url(Images/castblugrad.gif);
	text-align: center;
	font-weight: normal;
	vertical-align: middle;
	color: #FFFFFF;
	letter-spacing: 4px;
	margin: 5px 0px 0px;
}
.hdline2 {
	text-align: center;
	color: #0066CC;
	letter-spacing: 2px;
	border-bottom: solid #6699FF 1px;
	font-style: normal;
	font-size: 12px;
}
.hdline3 {
	color: #0066CC;
	letter-spacing: 2px;
	line-height: 20px;
	font-style: normal;
	font-size: 12px;
	font-weight: bold;
}
.style1 {
	color: #FFCC33;
	font-size: 10px;
	font-weight: bold;
}
.style2 {
	color: #CCCCCC;
	font-size: 9px;}
.style3 {
	color: #333333;
	font-size: 10px;
	line-height: 15px;
}
.style4 {
	font-size: 16px;
	font-weight: bold;
}
.style5 {
	font-size: 9px;
	padding-left: 5px;
}
.style6 {
	color: #FF0000}
.style7 {
	letter-spacing: 10px;
	font-style: oblique;
	font-size: 10px;
	color: #333333;
}
.stylelink {
	font-style: italic;
	letter-spacing: 7px;
	border: double #6699FF 6px;
	margin-left: 150px;
	margin-right: 150px;
	font-weight: bold;
	background-image: url(Images/datepanel.jpg);
}

.stlyetrialdate {
	color: #333333;
	font-size: 10px;
	font-style: italic;
	letter-spacing: 3px;
	font-weight: bold;
	margin: 0px 2px;
	padding: 0px 5px;
}
.stylenowrap {
	white-space: nowrap;
	font-size: 9px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 1px;
	text-align: center;
	min-width: 985px;
	background-image: url(Images/blugrad.jpg);
	background-repeat: repeat-x;
}
p {
	margin: 10px 0;
	padding: 0px 5px;
}
h1 {
	font-size: 10px;
	color: #FFFFFF;
	background: #CCCCFF url(Photos/heading1_bgnd.jpg);
	border: solid #666666 1px;
	margin: 2px 4px;
	letter-spacing: 3px;
	text-align: center;
	padding: 5px 0px;
}
h2 {
	font-size: 12px;
	color: #0066CC;
	text-align: left;
	letter-spacing: 3px;
	line-height: 25px;
}
h3 {
	font-size: 16px;
	color: #000099;
	font-style: oblique;
	letter-spacing: 1px;
}
h4 {
	font-size: 12px;
	color: #0000FF;
	background-color: #EDFEF9;
	border-bottom: solid #999999 1px;
	border-top: solid #999999 1px;
	text-align: left;
}
h5 {
	font-size: 12px;
	color: #000099;
	background-color: #6699FF;
	border-top: solid #999999 1px;
	border-bottom: solid #999999 1px;
	text-align: center;
}
h6 {
	font-size: 9px;
	color: #999999;
	text-align: center;
}

a {
	font-size: 12px;
	color: #0000FF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#header{
	width: 985px;
	height: 150px;
	text-align: right;
	background: #fff url(Images/header.jpg) no-repeat;
}

#main-content{
	color: #333333;
	width: 665px;
	text-align: left;
	float: left;
	height: auto;
	padding: 0px 10px;
	background-color: #FFFFFF;
}
#left-nav {
	float: left;
	width: 150px;
	height: 600px;
	text-align: center;
	border-bottom: solid #0000FF 5px;
	background-color: #0066CC;
	color: #FFFFFF;
}
#right-nav {
	width: 150px;
	height: 600px;
	text-align: center;
	font-size: 10px;
	float: right;
	border-bottom: solid #0000FF 5px;
	color: #FFFFFF;
	font-weight: normal;
	background-color: #0066CC;
}
#right-nav a{
	font-style: normal;
	font-weight: normal;
	font-size: 9px;
	padding: 2px 2px 2px 2px;
	margin: 0px 10px 0px 10px;
	display: block;
	list-style-type: none;
	color: #0000FF;
	border: solid #333333 1px;
	background-image: url(Images/gradientblue.jpg);
}
#right-nav a:hover{
	color: #FFFFFF;
	background-color: #9999FF;
	margin: 0px 10px 0px 10px;
	background-image: url(Images/gbar.gif);
}
#footer {
	text-align: center;
	width: auto;
	clear: both;
	background-image: url(Images/footergrad.gif);
	height: 30px;
}

#contactpanel{
	text-align: left;
	color: #333333;
	border: solid #CCCCCC 1px;
	padding: 5px 0px;
	width: auto;
}
#photopanel1{
	width: 150px;
	text-align: center;
	height: 460px;
	letter-spacing: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 10px 0px;
	border: solid #999999 1px;
	float: left;
	margin: 10px;
}
#photopanel2{
	width: 150px;
	text-align: center;
	height: 460px;
	letter-spacing: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 10px 0px;
	border: solid #999999 1px;
	float: right;
	margin: 10px;
}
#previewpanel{
	width: auto;
	text-align: center;
	height: 510px;
	letter-spacing: 3px;
	padding: 10px 0px;
	border: solid #999999 1px;
	background-image: url(Images/blueweave.jpg);
	margin: 5px 0px;
}


ul#navlist {
	padding: 0;
	width: 100%;
	background-color: #0066CC;
	margin: 0;
}

#navlist li 
{
	list-style-type: none;
	text-align: right;
	font-weight: bold;
	letter-spacing: 5px;
}

#navlist li a
{
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 4px;
	border-bottom: solid #6699FF 1px;
	height: 17px;
	font-size: 10px;
	padding-right: 5px;
	background-image:  url(Images/menuarrow.gif);
	background-repeat: no-repeat;
}

#navlist li a:hover
{
	display: block;
	background-repeat: no-repeat;
	background-image: url(Images/mbar.gif);
	color: #FFCC33;
	background-color: #0066CC;
}
#wrresultsbox {
	height: auto;
	width: 140px;
	text-align: center;
	font-size: 10px;
	margin-left: auto;
	margin-right: auto;
}
#wrresultsbox a{
	display: block;
	color: #FFFFFF;
	border: solid #6699FF 1px;
	margin-top: 2px;
	font-size: 10px;
}
#wrresultsbox a:hover{
	display: block;
	background-color: #0000FF;
}

#trophylistbox {
	text-align: left;
	font-size: 9px;
	color: #333333;
	width: 160px;
	float: right;
	border: solid #999999 1px;
	margin-bottom: 5px;
	line-height: 10px;
	padding-left: 5px;
}
#trophypicbox {
	text-align: left;
	font-size: 9px;
	color: #333333;
	width: 460px;
	float: left;
}
#clubfeesbox {
	text-align: center;
	color: #333333;
	width: 200px;
	float: left;
	margin: 10px 0px 0px 40px;
	border: solid #999999 1px;
	height: 230px;
	background-image: url(Images/lavendergrad.jpg);
}
#agegroupsbox {
	text-align: center;
	color: #333333;
	width: 200px;
	float: right;
	margin: 10px 40px 0px 0px;
	border: solid #999999 1px;
	height: 230px;
	background-image: url(Images/lavendergrad.jpg);
}
#infoboxmiddle {
	width: 665px;
	float: none;
	height: auto;
	background-image: url(Images/infoboxmiddle.jpg);
	padding-top: 8px;
}
#infoboxtop {
	width: 665px;
	float: none;
	height: 21px;
	background-image: url(Images/infoboxtop.jpg);
	text-align: center;
	color: #006699;
	letter-spacing: 4px;
	font-weight: bold;
	padding-top: 7px;
}
#wrinfoboxtop {
	width: 665px;
	float: none;
	height: 21px;
	background-image: url(Images/wrinfoboxtop.jpg);
	text-align: center;
	color: #006699;
	letter-spacing: 4px;
	font-weight: bold;
	padding-top: 7px;
}
#eventbox {
	text-align: center;
	width: 165px;
	float: right;
	height: 250px;
	font-size: 10px;
	margin-right: 10px;
}
#resultbox {
	text-align: center;
	width: 165px;
	float: left;
	height: 250px;
	font-size: 10px;
	margin-left: 10px;
}

#resultsbox {
	width: 600px;
	text-align: center;
	height: 130px;
	background: url(Images/resultsboxbgnd.jpg) no-repeat;
	padding-top: 25px;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
#resultsbox a{
	color: #0000FF;
	font-size: 10px;
	padding: 2px 4px;
}
#resultsbox a:hover{
	color: #FF0000;
}
#ctcchamp {
	border: solid #6699FF 3px;
	text-align: center;
	width: 135px;
	height: 235px;
	margin: 5px auto;
	background-color: #99CCFF;
	background-image: url(Photos/rmellon2009.jpg);
}
#wrapper {
	text-align: left;
	width: 985px;
	background-color: #FFFFFF;
	height: auto;
	margin: 7px auto;
}
#formarea {
	float: right;
	width: 300px;
}
#wlmcadarea {
	width: 150px;
	color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	background-color: #0066CC;
}
#adscroll{
	width: 148px;
	height: 185px;
	background-color: #0066CC;
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
	overflow: auto;
	border-bottom: 1px dashed blue;
	visibility: visible;
}
#mainscroll{
	height: 545px;
	background-color: #FFFFFF;
	color: #333333;
	overflow: auto;
	padding-left: 10px;
	padding-right: 10px;
	border: solid #CCCCCC 1px;
	margin: 5px 0px;
	line-height: 17px;
}
#newscol1{
	height: auto;
	color: #333333;
	width: 300px;
	float: left;
}
#newscol2{
	height: auto;
	color: #333333;
	float: right;
	width: 300px;
}
#specialnews{
	height: auto;
	width: 300px;
	text-align: left;
	float: right;
	color: #0066CC;
	font-size: 10px;
	border: dashed #0000FF 1px;
	background-color: #F9F9F9;
	padding: 5px 10px;
	line-height: 15px;
	margin-left: 10px;
}
#latestnews{
	height: auto;
	text-align: left;
	background-image: url(Images/latestnewsmiddle.gif);
	background-repeat: repeat-y;
	padding-left: 10px;
	padding-right: 15px;
	background-color: #FFFFFF;
	line-height: 17px;
	padding-bottom: 10px;
}
