/** 
COLOURS USED
Background Grey:		#e6e7e8;
Background Orange:	#ffd200;
Header 1 Red: 		#ef3e42;
Body Text Grey:		#808284;
**/

* { 
	margin: 0;
	padding: 0;
}


/************************************/
/**                          HTML                           **/
/************************************/

body {
	font-family: Arial, sans-serif;
	color: #000;
	background: #d2d3d3;
	line-height: 1.6em;
	font-size: 0.8em;
}

a img {
	border: none;
}

h1, h2, h3, h4, h5 {
	text-transform: lowercase;
	font-weight: normal;
}





/************************************/
/**                      CLASSES                        **/
/************************************/

.skip{
	position:absolute; 
	top: -100px; 
	z-index: 5000;
} 

.skip:focus,.skip:active { 
	position:absolute; 		
	top: 0;
	width: 100%;
	background: #f00;
	color: #fff; 
	padding: 2px 0;
	text-decoration: none;
	text-align: center;
}

.skip:active {
	color: #00315c; 
}

.linkDivider{display: none;}

.floatRight {
	float: right;
	margin: 0 0 10px 10px;
	clear: right;
}

.floatRightRider {
	float: right;
	margin: 0 0 10px 10px;
}

.clearBoth {
	clear: both;
}

.red {
	color: red;
}

.fullImage {
	border: 1px solid #ccc;
	padding: 3px;
	width: 400px;
}

.textCenter {
	text-align: center;
}

.callToAction{
	margin-top: 20px;
	list-style-type: none;
}

.callToAction li {
	background: url(/content/img/structure/arrow2.gif) left no-repeat;
	padding-left: 15px;
}

.backlinks {
	padding: 0 0 10px 10px;
}

/************************************/
/**                      TEMPLATE                        **/
/************************************/

.rightShadow {
	width: 878px;
	margin: 0 auto;
	height: 100%;
	overflow: hidden;
	background: url(/content/img/structure/right_shadow.gif) right repeat-y;
}

#siteHolder {
	background: #fff url(/content/img/structure/background2.jpg) bottom no-repeat;
	width: 878px;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
}

#siteHolder a, #siteHolder a:visited {
	color: #214295;
	text-decoration: none;
}

#siteHolder a:hover, #siteHolder a:focus {
	color: #112760;
	text-decoration: underline;
}

/**   HEADER   **/

#loggedIn {
	font-size: 0.8em;
	padding-right: 10px;
	float: right;
	text-align: right;
}

#header {

	height: 100%;
	overflow: hidden;
	padding-right: 8px;

	margin-bottom: -5px;
}

.headerImg {
	width: 870px;
	margin-bottom: 0;
	padding-bottom: 0;
}

#headerContent {

}

/** NAV **/

#navBox {
	text-align: center;
	height: 100%;
	overflow: hidden;
	margin: 0 -2px 10px 0;
}

#navBox ul {
	height: 100%;
	overflow: hidden;
}

#navBox li {
	margin-right: 1px;
}

#navBox li.setWidth {
	display: block;
	float: left;
}

#siteHolder #navBox a.current{
	background: url(/content/img/structure/nav_fade_active.jpg) repeat-x;
	color: #fff;
}

	#navBox a, #navBox a:visited {
		display: block;
		padding: 2px 0;
		width: 13.49em;
		color: #383838;
		text-decoration: none;
		background: #949494 url(/content/img/structure/nav_fade_default.jpg) repeat-x;
	}
	
	#navBox a:hover, #navBox a:focus {
		background: url(/content/img/structure/nav_fade_hover.jpg) repeat-x;
		color: #fff;
		text-decoration: none;
	}

/** CONTENT **/

#contentHolder {
	font-size: 0.85em;
	height: 100%;
	overflow: hidden;
	clear: both;
	color: #797777;
	background: url(/content/img/structure/lines.gif) repeat-y;
	min-height: 430px;
}

#contentHolder h1 {
	font-size: 1.9em;
	margin-bottom: 20px;
	color: #214295;
}

#contentHolder h2 {
	font-size: 1.5em;
	color: #214295;
	clear: both;
}

h2.homeh2Big {
	font-size: 2.2em;
}

#mainContent {
	float: right;
	padding: 10px 20px 10px 30px;
	width: 452px;

}

#mainContent p {
	margin: 8px 0;
}

#mainContent ul {
	padding-left: 20px;
}
#mainContent li {}

/**   COLUMN   **/

#colLeft {
	width: 146px;
	float: left;
	padding: 10px 10px 10px 30px;;
}

#colLeft ul {
	padding-left: 10px;

}

#siteHolder #colLeft li {
	width: 140px;
}

#colRight {
	float: right;
	width: 170px;
	padding: 10px;
}


/**   FOOTER   **/

#contactInfo {
	font-size: 0.85em;
	position: absolute;
	padding-left: 30px;
	width: 150px;
	margin-top: -160px;	
}

#contactInfo  ul {
	color: #797777;
	list-style-type: none;
	margin-top: 20px;
	padding: 0;
}

#footer {
	margin: 50px 10px 10px 10px;
	font-size: 0.8em;
	padding: 10px;
	clear: both;
}

#footerContent {
	clear: both;
}
/** FORM **/

fieldset {
	border: none;
	border: 1px solid #000;
	padding: 15px;
	width: 403px;
}

legend {
	clear: both;
	padding: 3px 10px;
	border: 1px solid #000;
}

label {
	font-weight: bold;
}

.defaultForm {
	margin: 10px 0;
}

.formLeft {
	float: left;
	width: 100px;
}

.item_desc {
	width: 200px;
	height: 400px;
	overflow: auto;
}

#mainContent p.formRequired {
	color: #f00;
	padding: 0;
	margin: 0;
}

.textInput {
	margin-bottom: 10px;
}

/***********************************/
/**                  PAGE SPECIFIC               **/
/***********************************/

/** ADMIN **/

.editBox {
	border: 1px solid #000;
	padding: 5px;
	margin-bottom: 10px;
	height: 100%;
	overflow: hidden;
}

ul.help {
	border: 1px solid #ccc;
	list-style-type: none;
	margin: 10px 0;
}

div.editImageLeft {
	float: left;
}

div.editImageLeft img {
	width: 200px;
	border: 1px solid #ccc;
	padding: 3px;
}

img.deleteImage {
	margin-top: 10px;
	width: 200px;
	border: 1px solid #ccc;
	padding: 3px;
}

#mainContent .editBox p.editImageRight {
	width: 176px;
	float: left;
	padding: 0 5px;
}

#mainContent .editBox h2 {
	margin: 0;
	padding: 0;
	font-size: 1em;
}

#mainContent .editBox p {
	margin: 0;
	padding: 0;
}

ul.colListAdmin {
	list-style-type: none;
	padding-left: 28px;
	margin-bottom: 10px;
}

ul.adminSubNav {

	margin-left: 15px;
	list-style-type: disc;
}

.editListingTable {
	border: 1px solid #ccc;
	margin-bottom: 15px;
	clear: both;
	height: 100%;
	overflow: hidden;
	margin-left: 28px;
}

.editListingTable:hover {
	background: #efefef;
}

#mainContent p.editListingLeft {
	padding: 2px 5px;
	float: left;
}

#mainContent p.editListingLeft a, #mainContent p.editListingLeft a:visited {
	font-weight: bold;
	color: #808284;
	text-decoration: none;
}

#mainContent p.editListingLeft a:hover, #mainContent p.editListingLeft a:focus {
	color: #5d5f60;
}

.editListingRight {
	float: right;
}

#siteHolder #mainContent img.editImage {
	width: 176px;
	border: 1px solid #ccc;
	padding: 2px;
}

#addImageBox {
	border: 1px solid #ccc;
	padding: 15px;
	margin-top: 10px;
}

.resultsRow {
	height: 100%;
	overflow: hidden;
	padding: 2px 0;
}

.resultOption {
	width: 20px;
}

.labelLeft {
	float: left;
	width: 8em;
}

.selectRight {
	float: left;
}

#mainContent fieldset p.noImageText {

	margin: 0;
	padding: 0;
}


#mainContent .editListingTable p.raceDate {
	margin: 0;
	padding: 2px;
}

h3.adminDate {
	background: #999;
	color: #fff;
	padding: 2px 5px;
}

ul.raceResultList {

	float: left;
	width: 200px;
	padding: 5px;
}

#mainContent .editListingTable p.edit {
	border: 0;
	float: right;
	padding: 35px 5px 5px 0;
	font-weight: bold;
}

.selectOption {
	padding-right: 20px;
}

/** NEWS **/

.newsBox {
	margin: 15px 0;
	border-bottom: 1px solid #ccc;
	padding: 0 0 10px 0;
}

#contentHolder h1.news {
	margin: 0;
}

.newsBox p {
	padding: 0;
}

#mainContent p.summary {
	color: #000;
}

#mainContent p.contributor {
	margin: 0;
	font-size: 0.8em;
}

#mainContent ol {
	padding-left: 18px;
}

.newsBox h2 {
	color: #fff;
	padding: 0 0 3px 0;
}

.contributorImg {
	float: right;
	width: 75px;
	border: 1px solid #ccc;
	padding: 2px;
}

#articleImages {
}

#articleImages img {
	width: 101px;
	border: 1px solid #ccc;
	padding: 3px;
	margin: 5px;
}

/** NEWSLETTER **/

.pdf {
	background: url(/content/pages/newsletter/pdficon_small.gif) left no-repeat;
	padding-left: 22px;
}

/** SITEMAP **/

ul.sitemap {

	padding: 0 0 5px 45px;
}

ul.sitemap li {
	list-style-image: url(/content/img/structure/right_arrow.gif);
	list-style-type: circle;
}

#mainContent ul.sitemap a, #mainContent ul.sitemap a:visited {
	font-weight: normal;
}

#mainContent ul.sitemap a:hover, #mainContent ul.sitemap a:focus {
	text-decoration: underline;
}

/** MISC **/

.productBox {
	height: 100%;
	overflow: hidden;
	margin-bottom: 60px;
}



#siteHolder #mainContent .productBox h2 {
	margin: 0;
	padding: 0;
}

#mainContent .productBox p.productType {
	float: left;	
	font-size: 0.9em;
	margin: 0;
	padding: 0 0 0 15px;
}

.productRight {
	float: right;
	clear: right;
	width: 214px;
}

#mainContent .productBox .productRight p {

	margin: 0; 
	padding: 0;
}

img.productImg {
	float: left;
}

.productBox2 {
	height: 100%;
	overflow: hidden;
}

#siteHolder #mainContent .productBox2 h2 {
	margin: 0;
	padding: 0;
}

#mainContent .productBox2 p.productType {
	float: left;	
	font-size: 0.9em;
	margin: 0;
	padding: 0 0 0 15px;
}

#mainContent .productBox2 .productRight p {

	margin: 0; 
	padding: 0;
}

/** SERVICE PACKAGES **/

.packageRow {

	height: 100%;
	overflow: hidden;
	padding-right: 35px;
	margin-bottom: 35px;
}

.packageLeft {

	float: left;
}

.packageRight {

	float: right;
}

#packageNav {
	margin: 10px 0;
}

#packageNav img {
	margin-right: 8px;
	margin-top: 5px;
}