.imgleftmargin15 {
	margin:0px 0px 0px 0px;
	float:left;
}
.imgrightmargin15 {
	margin:0px 0px 15px 15px;
	float:right;
}
.redblocktext {
	display:block;
	padding:5px;
	background-color:#762123;
	color:#FFFFFF;
	font-size:1.2em;
}
.greyblocktext {
	display:block;
	padding:5px;
	background-color:#68686A;
	color:#FFFFFF;
	font-size:1.2em;
}


/* Sort padding & margins out */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

/* Remove list styles from lists */
ol, ul {
	list-style:none;
}

/* Normalise font style & weight */
address, caption, cite, code, dfn, th, var {
	font-style:normal;
	font-weight:normal;
}

/* Set tables to have a default of nothing */
table {
	border-collapse:collapse;
	border-spacing:0;
}

/* Remove border from Fieldset and images */
fieldset, img {
	border:0;
}

/* Left align text etc... */
caption, th {
	text-align:left;
}

/* Removes quotation marks from q */
q:before, q:after {
	content:'';
}

/* Create a consistent font size through all browsers */
body {
	font-size: 76%;
	color:#3A3A3A;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	background-image:url("/Include/Images/sidestripe.jpg");
	background-position:right;
	background-repeat:repeat-y;
}
textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, input, p, blockquote, th, td, blockquote, textarea {
	font-size:1em;
}

/*----------------*/


.syserror {
	display:block;
	width:auto;
	padding:4px;
	background-color:#FF0000;
	color:#FFFFFF;
	font-weight:bold;
}
.syssuccess {
	display:block;
	width:auto;
	padding:4px;
	background-color:#009933;
	color:#FFFFFF;
	font-weight:bold;
}
.clearer {
	clear:both;
	line-height:1px;
	font-size:1px;
	height:1px;
}


li {
	padding:2px 0px;
}
ol {
	padding:8px 0px 8px 20px;
}
p {
	margin-bottom:0.6em;
	line-height:1.5em;
}
a, a:visited {
	text-decoration:none;
	color:#762123;
	font-weight:normal;
}
a:hover, a:focus {
	color:#333333;
}
p a, p a:visited {
	border-bottom:1px #762123 solid;
}
p a:hover, p a:focus {
	border-bottom:1px #000 solid;
}
fieldset {
	padding:15px;
	margin:10px 0px 10px 0px;
	border:3px #828388 solid;
}
legend {
	padding:8px;
	font-weight: bold; 
	font-size: 1em;
	color:#828388;
}
acronym {
	border-bottom:1px #666666 dashed;
}
blockquote {
}
blockquote img {
	float:left;
	margin:0 3px 0 0;
}
blockquote p {
	margin:0;
	padding:2px 0px;
}
cite {
	font-weight:bold;
	padding:10px 0px;
	display:block;
	text-align:right;
}
img {
	border:0;
}

/* ----------------- used as main heading ---------------- */

h1 {
	font-size: 1.9em;
	font-weight:normal;
	clear:both;
	padding:0 0 12px 0;
}
#blogpostholder h1 {
	padding:20px 0 10px;
}
h2 {
	font-weight: normal; 
	font-size: 1.8em; 
	color:#762123;
	clear:both;
	padding:10px 0 8px;
}
h1 span, h2 span,h3 span {
	color:#762123;
}
h3 {
	font-size: 1.2em;
	font-weight:normal;
	color:#000;
	padding:0 0 12px 0;
}
h4 {
	font-size:1em;
	color:#333;
}
.divider {
	height:6px;
	background-image:url("/Include/Images/br.jpg");
	background-repeat:repeat-x;
	background-position:left center;
	clear:both;
	padding:10px 0;
}
/*  -------------------- GENERIC FORM & BUTTON STYLES  -------------------- */


input[type="text"], input[type="password"], textarea {
	padding:0.6em;
	border:2px #666666 solid;
	color:#666666;
}
.textfield {
	padding:0.6em;
	border:2px #666666 solid;
	color:#666666;
}
input[type="text"]:focus, input[type="text"]:hover, input[type="password"]:focus, input[type="password"]:hover, textarea:hover, textarea:focus {
	border:2px #000000 solid;
	background-color:#FFFFF0;
}

/*  These styles are for the form buttons  
	They are seperate as IE doesn;t like mixing the class with the CSS2 styles
*/

input.formbutton {
	border:2px #68686A solid;
	background-color:#878789;
	background-image:url("/Include/Images/bg.jpg");
	background-position:center bottom;
	background-repeat:repeat-x;
	color:#FFFFFF;
	cursor:pointer;
	padding:0.6em 1.5em;
}
input[type="submit"], input[type="button"] {
	border:2px #68686A solid;
	background-color:#878789;
	background-image:url("/Include/Images/bg.jpg");
	background-position:center bottom;
	background-repeat:repeat-x;
	color:#FFFFFF;
	cursor:pointer;
	padding:0.6em 1.5em;
}
input[type="submit"]:hover, input[type="button"]:hover {
	border:2px #000 solid;
}


/* --------------------------------------------------------------- */

.innerfive {
	padding:5px;
}
.innerten {
	padding:10px;
}
.innerfifteen {
	padding:15px;
}

/* #####################  NEED TO HAVE GENERIC DETAILS AND GRIDVIEW STYLES ###################### */

/* Details View */
.detailsviewstyles {
	width:90%;
}
.detailsviewstyles td {
	padding:3px;
}
.detailsviewstyles th {
	padding:3px;
	font-weight:bold;
}
.altrowdetailsviewstyles {
}

/* Grid View */
.gridviewstyles {
	width:90%;
}
.gridviewstyles td {
	padding:3px;
}
.gridviewstyles th {
	padding:3px;
	font-weight:bold;
}
.altrowgridviewstyles {
}
.selectedgridviewrow {
}

/*  ############################  END GENERIC STUFF  ############################  */
/*  #############################################################################  */

#outerframe {
	border-top:2px #762123 solid;
}
#frame {	
	width:890px;
	margin:0 auto;
}

#contentleft {
	float:right;
	width:640px;
	border-left:1px #CCCCCC dotted;
	padding-left:20px;
}
#contentleft ul {
	padding:0 0 11px 25px;
}
#contentleft li {
	list-style:none;
}
#contentleft img {
	border:4px #999999 solid;
}
#contentright {
	float:left;
	width:205px;
	padding:0 0 0 0;
	/*border-left:1px #CCCCCC dotted;*/
}


/*  ############################  END FRAMES  ############################  */
/*  #############################################################################  */

#header {
	position:relative;
	height:85px;
}
#topmininav {
	position:absolute;
	width:160px;
	background-color:#762123;
	background-image:url("/Include/Images/mininavleft.jpg");
	background-position:bottom left;
	background-repeat:no-repeat;
	right:0;
	top:0;
}
#topmininav div {
	display:block;
	background-image:url("/Include/Images/mininavright.jpg");
	background-position:bottom right;
	background-repeat:no-repeat;
}
#topmininav ul {
	padding:5px 0 5px 13px;
}
#topmininav li {
	display:inline;
	padding:0 8px 0 8px;
}
#topmininav li a, #topmininav li a:visited {
	color:#FFFFFF;
	font-size:1em;
	text-decoration:none;
}
#topmininav li a:hover {
	text-decoration:underline;
}

.logo {
	position:absolute;
	left:0;
	top:10px;
	width:auto;
}
/*  ############################  END HEADER ITEMS ############################  */
/*  #############################################################################  */

#mainnav {
	background-image:url("/Include/Images/bg.jpg");
	background-repeat:repeat-x;
	background-position:bottom;
	height:35px;
	background-color:#878789;
}
#mainnav ul {
	padding:3px 0 0 0;
}
#mainnav li {
	float:left;
	background-image:url("/Include/Images/divider.jpg");
	background-position:right center;
	background-repeat:no-repeat;
}
#mainnav li a, #mainnav li a:visited {	
	float:left;
	padding:5px 25px;
	display:block;
	text-align:center;
	font-weight:bold;
	color:#FFFFFF;
	font-size:1.2em;
}
#mainnav li a:hover {
	background-color:#878789;
}
.endnav {
	background:none !Important;
}

/*  ############################  END MAIN NAV  ############################  */
/*  #############################################################################  */

#content {
	padding:15px 0;
}



#footer {
    width:890px;
	/*padding:30px;*/
	padding-top:20px;
	color:Black;
	/*background-color:#762123;
	color:#FFFFFF;*/
	border-top:5px #762123 solid;
	/*Minheight*/
    min-height:20px;
    height:auto !important;
    height:20px;
	clear:both;
	margin:10px auto;
}
#footer a, #footer a:visited {
	color:#FFFFFF;
	text-decoration:underline;
}
#footer a:hover {
	text-decoration:none;
}
#footer h5 {
	color:#FFFFFF;
	font-size:1.1em;
	text-transform:uppercase;
	padding:0 0 10px 0;
}
#innerfooter {
	width:890px;
	margin:0 auto;
	text-align:center;
}
#footer .fsections {
	float:left;
	width:170px;
	padding:0 23px;
	border-left:2px #FFFFFF solid;
    min-height:240px;
    height:auto !important;
    height:240px;
}
#footer ul {
}
#footer li {

}
#footer li a, #footer li a:visited {

}
#footer li a:hover {

}

#poweredby {
}
/*  ############################  END FOOTER  ############################  */
/*  #############################################################################  */


/* ############### HOME PAGE - BOTTOM SECTIONS ############ */

#hptext {
	float:right;
	width:280px;
}
#heroimages {
	float:left;
	width:560px;
}


/* ############### FEATURED SECTIONS  ######## */

#midsection {
	padding:10px 0 0 0;
	height:auto;
}
#featuredsection {
	float:left;
	/*width:575px;*/
	padding:20px 0 0 0;
	/*background-image:url("/Include/Images/featured.jpg");*/
	background-position:top left;
	background-repeat:no-repeat;
}
.featuredsnippet {
	float:left;
	width:198px;
	_width:194px;
	padding:0 10px;
}
.featuredsnippet p {
	font-size:0.9em;
	/*Minheight*/
    min-height:100px;
    height:auto !important;
    height:100px;
}
.featuredsnippet span {
	display:block;
	text-align:center;
	padding:0 0 10px 0;
}
.featuredsnippet a, .featuredsnippet a:visited {
	display:block;
	border-top:1px #58585A dotted;
	border-bottom:1px #58585A dotted;
	padding:10px 35px 10px 0;
	background-image:url("/Include/Images/featuredarrow.jpg");
	background-position:right center;
	background-repeat:no-repeat;
	font-size:1.2em;
	color:#3A3A3A;
	margin-bottom:10px;
}
.featuredsnippet a.timetable {
	background-image:url("/Include/Images/greyarrowright.jpg");
}
.featuredsnippet a:hover {
	background-color:#762123;
	color:#FFFFFF;
	background-image:none;
}
#signup {
	float:right;
	width:280px;
	text-align:right;
}
#signup span {
	display:block;
	padding:15px 0 5px;
}


/* ############### NEWS FEEDS  ######## */


#newsholder, .subnav {
	padding:15px 0;
}
#newsholder ul, .subnav ul {
}
.subnav ul li ul {
 margin-left:10px;
}
#newsholder li, .subnav ul li ul li {
	padding:8px 0 8px 10px;
	border-bottom:1px #9B9999 dotted;
	background-image:url("/Include/Images/newsarrows.jpg");
	background-position:left center;
	background-repeat:no-repeat;
}
.subnav ul li{

	padding:8px 0 8px 20px;
	background-position:left center;
	background-repeat:no-repeat;

}

#newsholder li a, newsholder li a:visited, .subnav ul li ul li a, .subnav ul li ul li a:visited {
	font-size:0.9em;
	font-weight:bold;
	color:#333333;
}

.subnav ul li a, .subnav ul li a:visited {
    font-size:1em;
	font-weight:bold;
	color:#333333;

}


#newsholder li a:hover, .subnav li a:hover {
	text-decoration:underline;
}
#newsholder h3, .subnav h3 {
	font-size:1em;
	font-weight:bold;
	color:#FFFFFF;
	display:block;
	padding:5px;
	background-color:#762124;
}
#ucsfeed {
	float:left;
	width:410px;
}
#bbcfeed {
	float:right;
	width:410px;
}
#bbcfeed h3 {
		font-size:1em;
	font-weight:bold;
	color:#FFFFFF;
	display:block;
	padding:5px;
	background-color:#762124;

}


/* ################## MAIN MASTER PAGE SIDE SECTIONS ######## */

#sideactivenews {
	padding:20px 0px 10px 0px;
}

#sideactivenews h3 {
		font-size:1em;
	font-weight:bold;
	color:#FFFFFF;
	display:block;
	padding:5px;
	background-color:#762124;

}
#sideactivenews p {
padding:20px 0px 0px 20px;

}
#sideadvert {
	padding:15px 0;
}

/* ####################  BLOG THINGS ####################  */

.blogsnippets {
	padding:18px 0px 18px 0px;
	border-bottom:3px #909948 solid;
}
.blogsnippets h2 {
	font-size:1.6em;
	color:#416B29;
}
.blogsnippets h2 a, .blogsnippets h2 a:visited {
	color:#416B29;
	text-decoration:none;
}
.blogsnippets h2 a:hover {
	text-decoration:underline;
}
.blogsnippets img {
	float:left;
	margin:0px 15px 15px 0px;
}
.blogsnippets p {

}
.postdetails {
	display:block;
	font-size:0.8em;
	padding:2px 0px 4px;
}
.categorisedin {
	display:block;
	text-align:right;
	font-size:0.9em;
	padding:6px 0px 0px 0px;
}
.loggedintext {
	display:block;
	padding:15px 0px 15px 0px;
}

.mceContentBody ul, #blogpostholder ul {
	padding:8px 0px 8px 15px !Important;
	list-style-position:outside !Important;
	list-style-type:disc !Important;
}
#singlelisting {
	padding:30px;
}

/* ----- SEARCH -------- */

.searchhead {
	padding:20px 0px 2px 0px;
	margin:2px 0px 10px 0px;
	border-bottom:1px #416B29 solid;
	color:#416B29;
}

.innerlight {

}



/* ################  FORMS ############### */
.myforms {
	width:560px;
}
.myforms li {
	width:100%;
	clear:both;
	float:left;
	padding:10px 0px;
	list-style:none !Important;
}
.myforms label {
	display: inline-block;
	line-height: 1.5em;
	vertical-align: top;
	float:left;
	width: 20em; /* Width of labels */
	padding:0px 5px 0px 0px;
}
.myforms label span {
	font-size:0.9em;
}
.myforms em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
}
.myforms .mysubmit {
  	margin: 0px 0px 0px 0em; /* This line can be used the button with the inputs */
}
.myforms select {
	padding:0.3em;
	border:2px solid #666666;
}
/* ####################################### */


/* Contact */

#contactleft {
	float:left;
	width:500px;
}
#contactright {
	float:right;
	width:280px;
	height:400px;
	border:4px #666 solid;
}

/*  BLOG STYLES  */

a.clickherelink, a.clickherelink:visited {
	display:block;
	width:40%;
	padding:6px 28px 6px 0px;
	font-weight:bold;
	background-image:url("/Include/Images/blog-link-arrow.jpg");
	background-position:right;
	background-repeat:no-repeat;
	text-align:right;
	float:right;
	text-decoration:none;
}
.postdetails {
	font-size:0.9em;
	color:#999999;
}
#commentsholder {
	padding:10px 0px;
	clear:both;
}
#leavecomment {
}
#leavecomment ul {
}
#leavecomment li {
	padding:3px 0px;
}
#leavecomment li label {
	display:block;
}
.comments_ind, .comments_ind_admin {
	padding:10px;
	border-bottom:1px #CCCCCC solid;
	margin:4px 0;
}
.comments_ind_admin {
	background-color:#EBEEE7;
}
.comments_ind h4, .comments_ind_admin h4 {
	padding:2px 0px;
}
span.postDate {
	display:block;
	font-size:0.9em;
	color:#999999;
	padding:0px 0px 10px 0px;
}
.categorisedin {
	color:#999;
	font-weight:bold;
	text-align:right;
	font-size:0.9em;
}
.blogthumb {
	border:1px #BC0176 solid;
}
#blogcatpager {
	padding:12px 0px;
	font-weight:bold;
	font-size:0.9em;
	text-align:right;
}
#blognavigation {
	font-size:1.1em;
	padding:0 0 15px 0;
}
#blognavigation li {
	border-bottom:1px #003300 dotted;
}
#blognavigation li a, #blognavigation li a:visited {
	display:block;
	padding:7px;
}
#blognavigation li a:hover {
	background-color:#F0F0F0;
}

/* ###########################  TIMETABLE ############################ */

#timetable {
	padding:10px 0;
}
#contentleft table {
	border:1px #666666 solid !Important;
}
#contentleft table td {
	padding:5px;
	border-bottom:1px #EFEFEF dotted;
}
#contentleft table th {
	background-color:#762123;
	color:#FFFFFF;
	padding:5px;
}
#timetable h2 {
	padding:20px 0 5px 0;
	font-size:1.2em;
}
.ttleft {
	float:left;
	width:260px;
}
.ttright {
	float:right;
	width:260px;
}
.box1 {
	background-color:#762123;
	color:#FFFFFF;
	padding:5px;
}

/* ######################### RECOMMEND FRIEND ########################  */

#recfriend {
	padding:0 0;
}
#recfriend ul {
}
#recfriend li {
	padding:5px 0;
}
.recBut {
}

/* ####################### MAILING LIST SIGNUP ########################## */

#mailinglist {
	padding:20px;
	background-color:#EEEEEE;
}
#mailinglist li {
	list-style:none;
}
#siteby {
	text-align:right;
	color:#FFFFFF;
	font-size:0.9em;
}