@charset "utf-8";

/*Credits: By Luke Davis */
/*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: 11pt;
}

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: 350px;
}

#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;
	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:625px;
	float:left;
	display: block;
	padding-top: 7px;
	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 {
	width:10px;
	float:left;
	display: block;
	background-image: url(../imgs/maindivider.gif);
	background-repeat: repeat-y;
}
.columndivider {height: 530px;}
.columndividernews {
	height: 920px;
}
.columndividercoaches {height: 1140px;}
.columndividercharity {height: 470px;}
.columndividerresults {height: 385px;}
.columndividercontact {height: 380px;}

.columnleft img {
	float: left;
	}

.columnleft2 img {
	border: 3px solid #c63713
	}	

.columnright {
	width:265px;
	float:right;
	display: block;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	text-align: center;
	}

/* EXTRA HEADER INFO */

#topheader {
	width:951px;
	height:55px;
	background:#031678 url(../imgs/topheader.gif) repeat-x 0 0;
	margin-right: auto;
	margin-left: auto;
}

#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: 55px;
	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: 350px;
	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 {
	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: 530px;
}
#wrappercontactus {
	height: 1300px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #030E3B;
}

/* FOOOOOOOOOOOOOOOTER!!! */

#footerwrapper {
	width:951px;
	margin:0 auto;
	text-align: left;
}

#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 {
	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(greybar.gif);
}




.oneColFixCtrHdr #mainbit #wrapper .column td {
	font-size: 16px;
}

#centreimagesl {
	float: left;
	}
	
#centreimagesr {
	float: right;
	}

#diary {
	width: 235px;
	float: left;
	padding-top: 5px;
	height: 408px;
	}

#performances {
	width: 240px;
	Height: 408px;
	float: left;
	}
	
	#othernews {
	width: 290px;
	Height: 440px;
	float: left;
	}
	
	#boy {
	width: 150px;
	Height: 383px;
	float: left;
	padding-top: 25px;
	}

	#titlelogo {
	width: 625px;
	Height: 130px;
	float: left;
	}