@charset "utf-8";

/*Credits: By Luke Davis */
/*Credits: Navigation bar By Santosh Setty (http://webdesigninfo.wordpress.com) */
/*Posted to: Dynamic Drive CSS Library (http://www.dynamicdrive.com/style/) */

body {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: Corbel, Verdana, Arial, sans-serif;
	font-size: 10pt;
}

body a {
	color: #FFFFFF;
	text-decoration: underline;
	
}

body h2 {
	text-decoration: underline;
}

body img {
	border-color: #c63713;
	}
	
#mainbit {
	width:100%;
	min-width:975px;
	background-color: #031678;
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 490px;
}

#mainbitsite {
	width:100%;
	min-width:975px;
	background-color: #031678;
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#containerheader {
	width:100%;
	min-width:975px;
	background-color: #031678;
	float: left;
}

#containerheadersite {
	width:100%;
	min-width:975px;
	background-color: #031678;
	float: left;
}

#header {
	width:951px;
	margin:0 auto;
	height:230px;
	background-image: url(../imgs/mainheader.jpg);
}

#headersite {
	width:951px;
	height:110px;
	background-image: url(../imgs/mainheadersite1.jpg);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.column {
	width:277px;
	float:left;
	display: block;
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}

.columnleft {
	width:640px;
	float:left;
	display: block;
	padding-top: 7px;
	padding-right: 52px;
	padding-bottom: 15px;
	padding-left: 20px;
}

.columnleft2 {
	width:640px;
	float:left;
	display: block;
	padding-top: 7px;
	padding-right: 52px;
	padding-bottom: 15px;
	padding-left: 20px;
}

.columndivider, .columndividernews, .columndividercoaches, .columndividercharity, .columndividerresults, .columndividercontact, .columndividernewsjanapr08, .columndividernewsarchive, .columndivideroc, .columndividernewsjul08apr09 {
	width:10px;
	float:left;
	display: block;
	background-image: url(../imgs/maindivider.gif);
	background-repeat: repeat-y;
}
.columndivider {height: 530px;}
.columndividernews {
	height: 1350px;
}
.columndivideroc {
	height: 760px;
}

.columndividernewsarchive {
	height: 400px;
}

.columndividernewsjanapr08 {
	height: 930px;
}

.columndividernewsjul08apr09 {
	height: 2400px; 
	}

.columndividercoaches {height: 2325px;}
.columndividercharity {height: 860px;}
.columndividerresults {
	height: 1100px;
}
.columndividercontact {height: 380px;}


.columnleft img {
	float: left;
	}

.columnright {
	width:185px;
	float:right;
	display: block;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	text-align: center;
	}
	
.columnright img {
	border: 3px solid #c63713
	}

/* EXTRA HEADER INFO */

#topheader {
	width:951px;
	height:55px;
	background:#031678 url(../imgs/topheader.gif) repeat-x 0 0;
	margin-right: auto;
	margin-left: auto;
}


#topheader img {
float: left;
}

#containertopheader {
	width:100%;
	min-width:975px;
	float:left;
	background-color: #031678;
	background-repeat: repeat-x;
	background-image: url(../imgs/topheader.gif);
	height: 55px;
}



#containerNavigation {
	width:100%;
	min-width:975px;
	float:left;
	background-color: #031678;
	background-repeat: repeat-x;
	background-image: url(../imgs/navbg.gif);
	height: 46px;
}

#navigation {
	width:951px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-color: #031678;
	height: 46px;
}

.headerimg1{
	position: relative;
	right: -710px;
	top: 0px;
	width: 230px;
}


/*Credits: By Santosh Setty (http://webdesigninfo.wordpress.com) */
/*Posted to: Dynamic Drive CSS Library (http://www.dynamicdrive.com/style/) */

.glossymenu{
	position: relative; /*tab background image path*/
	height: 46px;
	list-style: none;
	background-image: url(../menur_bg.gif);
	background-repeat: repeat-x;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 951px;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: Corbel, Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff; /*left tab image path*/
	background-position: left;
	background-image: url(../menur_hover_left.gif);
	background-repeat: no-repeat;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff; /*right tab image path*/
	background-image: url(../menur_hover_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#wrapper {
	width:951px;
	background-image: url(../imgs/mainbg3.jpg);
	height: 490px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #031678;
}

#wrapperoc, #wrappernews, #wrappercoaches, #wrappercharity, #wrapperresults,#wrappercontactus, #wrappernewsjanapr08, #wrappernewsarchive, #wrappershop, #wrappernewsjul08apr09 {
	width:951px;
	background-image: url(../imgs/mainbodybgsiteloop.gif);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #9d2102;
	background-repeat: repeat-y;
	background-position: bottom;
	}

#wrapperoc {
	height: 760px;
}

#wrappernews {
	height: 1350px;
}

#wrappernewsjul08apr09 {
	height: 2400px;
}

#wrappernewsarchive {
	height: 400px;
}

#wrappershop {
	height: 1540px;
	}

#wrappernewsjanapr08 {
	height: 930px;
}

#wrappercoaches { height: 2325px; }
#wrappercharity { height: 860px; }
#wrapperresults {
	height: 1100px;
}
#wrappercontactus { height: 380px; }

/* FOOOOOOOOOOOOOOOTER!!! */

#footerwrapper {
	width:951px;
	margin:0 auto;
	text-align: left;
	background-image:url(../imgs/footerlogo.gif);
	background-position:center;
	background-repeat:no-repeat;
}

#footerwrapperright {
	float: right;
	text-align:right
}

#footer {
	width:100%;
	min-width:975px;
	margin:0 auto;
	background-color: #011fb5;
	float: left;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-top-color: #1334db;
	border-right-color: #1334db;
	border-bottom-color: #1334db;
	border-left-color: #1334db;
}

#footerwrapper p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

#footerwrapper img {
	float: right;
	border: 0;
}


/* Grey Bar! For home page and site divs */

#containergrey {
	width:100%;
	min-width:975px;
	background-color: #031678;
	float: left;
}

#grey, #greycompany, #greynews, #greycoaches, #greycharity, #greyresults, #greycontact, #greyshop {
	width:951px;
	margin:0 auto;
	height:28px;
}

#grey {	background-image: url(../greybar.jpg);}
#greycompany {background-image: url(../imgs/greybarcompany.gif);}
#greynews {	background-image: url(../imgs/greybarnews.gif);}
#greycoaches {	background-image: url(../imgs/greybarcoaches.gif);}
#greycharity {	background-image: url(../imgs/greybarcharityfund.gif);}
#greyresults {	background-image: url(../imgs/greybarresults.gif);}
#greycontact {	background-image: url(../imgs/greybarcontactus.gif);}
#greyshop {	background-image: url(../imgs/greybarshop.gif);}


.oneColFixCtrHdr #mainbit #wrapper .column td {
	font-size: 16px;
}

#centreimagesl {
	float: left;
	height: 56px;
	}
	
#centreimagesr {
	float: right;
	}

#twoimgs62 {
	height: 62px;
	width: 100%;
	padding-top: 20px;
}

#cheerboy {
	float: right;
	padding-right: 20px;
	padding-top: 15px;
}

/* Shop Columns */

.columnshright {
	width:425px;
	float:left;
	display: block;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 10px;
	font-size:12pt;
	}
	
.columnshleft {
	width:445px;
	float:left;
	display: block;
	padding-top:7px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	font-size:12pt;
}

.columnshleft img, .columnshright img {
float:left;
}

.shopmain {
	width:911px;
	float:left;
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	font-size:12pt;
	}
	
	.shopmain img {
	float: left;
	padding-left: -5px;
	}

.rnews img {
float: right;
margin-left: 3px;
}

.lnews img {
float: left;
margin-right: 3px;
}

