body {
	margin: 0;
	padding: 0;
	background: #000 url('../img/home_bg.jpg') no-repeat scroll 0px 175px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #fff; 
	font-size: 10px;
}

body#equipment-list	{ background: #000 url('../img/equipment_bg.jpg') no-repeat scroll 0px 175px; }
body#courses 		{ background: #000 url('../img/courses_bg.jpg') no-repeat scroll 0px 175px; }

/*
body#about-us 		{ background: #000 url('../img/about_bg.jpg') no-repeat scroll 0px 175px; }
body#newsletter 	{ background: #000 url('../img/newsletter_bg.jpg') no-repeat scroll 0px 175px; }

body#noticeboard	{ background: #000 url('../img/noticeboard_bg.jpg') no-repeat scroll 0px 175px; }
body#links	 		{ background: #000 url('../img/links_bg.jpg') no-repeat scroll 0px 175px; }
body#membership-form{ background: #000 url('../img/membership_bg.jpg') no-repeat scroll 0px 175px; }*/

img { border: 0; }

a img { border: 0; }

.contact { color: #3590BF; }

h1 {
	text-indent: -9999px;	
}

h2 {
	color: #3590BF;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: normal;
	font-family: Verdana;
}

h3 { 
	font-weight: normal;
	text-transform: uppercase;
	margin: 15px 0;
	padding: 5px 0;
	font-size: 14px;
	display: block;
}

.noncolumn h3 {
	margin: 15px 0;
	padding: 5px 0;
	border-bottom: 1px solid #3590BF;
	font-size: 14px;
}

p {
	font-size: 10px;
	line-height: 1.5em;
	margin: 0;
	padding: 4px 0;
}

a {
	text-decoration: none;
	color: #39bdeb;
}

a.arrows:link, a.arrows:visited, a.arrows:hover, a.arrows:active  {
	padding-right: 30px;
	background: url('../img/arrows.gif') no-repeat bottom right;
}


.clearfix:after { content: " "; display: block; height: 0; font-size:0; clear: both; }
.clearfix { display:inline-block; }
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

#article h3 span.date {
	font-size: 0.7em;
	margin-right: 20px;
}

div#summary {
	padding-left: 110px;
	padding-right: 95px;
	padding-bottom: 15px;
	border-bottom: 1px solid #131921;	
}

#article h3 span.readmore {
	font-size: 0.7em;
	text-transform: none;
	float: right;
}

/* Pagination
================================================*/
ul.pagination {
    list-style: none;
    text-align: center;
}

ul.pagination li {

    font-size: 1.2em;
display: inline;


}

ul.pagination li a {
    padding: 2px 8px;
    margin-right: 3px;
}

ul.pagination li span {

    margin-right: 4px;
}

ul.pagination li span.first {
    margin-right: 4px;
}

ul.pagination li a.page {
    background-color: #316692;
    color: #ddd;
    font-weight: bold;
}

ul.pagination li a.page:hover {
    text-decoration: none;
    color: #fff;
}

ul.pagination li.selected a.page {
    background-color: #E86F24;
    color: #fff;
}

ul.pagination li.disabled a {
    color: #444;
    cursor: default;
}

