/* 
############################################################################
Set up any default styles needed throughout 
############################################################################ */
* {
	padding:0;
	margin:0;
}
img { 
	border: 0px; 
	margin: 0px;
	padding: 0px;
}
p {
	margin-top: 5px;				
}

/* 
############################################################################
Standard HTML & Body 
############################################################################ */
body {
	background-color: #fff;
	width: 100%;
	height: 100%;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	font-size: .7em;
	line-height: 14px;
	color: #646464;
}

/* 
############################################################################
Main Layout 
############################################################################ */
div#outer {
	position:absolute;
	top: 50%;
	left: 50%;
	margin-top: -295px; /*set to a negative number 1/2 of the height (although tweaked slightly to make fit on 1024 x 768 resolution)*/
	margin-left: -462px; /*set to a negative number 1/2 of the width*/
	width: 925px;
}
div#centre_container {
	text-align: left;
	height: 575px;
	border: 1px solid #aaaaaa;
}
div#header {
	height: 123px;
	border: 1px solid #fff;
}
div#logo {
	margin: 15px 0 0 15px;
	width: 160px;
	float: left;
}
div#column1 {
	width: 300px;
	height: 448px;
	float: left;
}
div#column1_content {
	margin: 15px 0 15px 15px;	
}
div#scrolling_textbox {
	height: 374px;    
	width: 288px;
	max-width: 288px;            
	overflow: auto;            
	margin: 1em 0;
	padding-right: 15px;
}
div#scrolling_textbox_right {
	height: 410px;    
	width: 304px;            
	overflow: auto;            
	margin: 1em 0;
	padding-right: 15px;
	margin-right: 15px;
	float: right;
}
div#column2 {
	width: 590px;
	height: 450px;
	float: right;
}
div#column2_first {
	width: 225px;
	float: left;
}
div#column2_second {
	width: 333px;
	float: right;
}
div#column_fullwidth {
	width: 915px;
	height: 448px;
	float: left;
}
div#footer {
	color: #646464;
	margin-top: 0px;
	font-size: .9em;
}
.floatleft {
	float: left;	
}
.floatright {
	float: right;	
}
li.square {
	list-style-type: square;				
}
div.news_thumbnail_image {
	width: 88px; 
	height: 68px; 
	margin-right:1px;
	float: left;
	background-color: #eee;
}
div.news_image_footer {
	background-image: url(../images/news_bar.jpg);
	background-repeat: repeat-x; 
	background-color: #c36928;
	height: 20px;
	width: 225px; 
	margin-top:-2px;
}

.iframe_directdebit {
	margin-left: 10px;				
}				

/*############################################################################
Dynamic image display system 
############################################################################ */
#image_rotate {
	list-style: none; 
	margin: 0; 
	visibility: hidden;			
}
/* This is the header image that only shows when Javascript is disabled */
#imagedisplay {
	position: absolute; 
	left: 334px; 
	top: 127px;
}

/* 
############################################################################
Headings 
############################################################################ */
h1 {
	font-size: 1.5em;
	font-weight: bold;
	padding-bottom: 0px;
	margin-top: 0px;
	color: #c36928;
}
h2 {
	font-size: .7em;
	font-weight: bold;
	padding: 9px 0 0px 0;
}
h2.orange {
	font-size: 1em;
	font-weight: bold;
	padding-bottom: 0px;
	margin: 0;
	color: #c36928; 
}
h1.news_headline {
	padding-bottom: 0px;
	margin-top: 0px;
	font-size: 1.5em;
	font-weight: bold;
	color: #c36928;
}
.header {
	font-size: .7em;
	font-weight: bold;
	padding-bottom: 0px;
	margin: 0;
}
.header_secondary_text {
	font-style:	italic;
	font-size: 0.9em;
	font-weight: normal;
}
.text_italics {
	font-style:	italic;
}
/* 
############################################################################
Text Styles 
############################################################################ */
p {
	color: #636363;
}
p.highlighted_text {
	color: #c36928;
	font-weight: bold;
}
.news_image_text {
	font-size: 1.2em;
	color: #fff;
	font-weight: bold;
	margin-left: 12px;
	line-height: 20px;
}
.large {
	font-size: 1.2em;
	font-weight: bold;
}
ul {
	margin: 2px 15px 9px 15px;	
}
li {
	padding-top: 1px;				
}
.speech {
	font-style: italic;			
}				

/* 
############################################################################
Hyperlink Styles 
############################################################################ */
a:link, a:visited {
	color: #646464;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #c36928;			
	text-decoration: none;
}
div#footer a:link, div#footer a:visited {
	color: #646464;
	text-decoration: none;
	font-weight: normal;
}
div#footer a:hover {
	color: #c36928;			
	text-decoration: none;
}
a.heavy:link, a.heavy:visited {
	color: #c36928;
	text-decoration: none;
	font-weight: bold;
}
a.heavy:hover {
	color: #c36928;			
	text-decoration: underline;
}

/* 
############################################################################
Form styles 
############################################################################ */
input.form_input {
	width: 205px;
}
input.form_input_small {
	width: 150px;
	margin-top: 1px;
	margin-right: 5px;
}

/* Paypal form */
#paypal select {
	width: 200px;				
}				

/* 
############################################################################
Miscellaneous 
############################################################################ */
.clear {
	clear: both;
}
.clear5 {
	clear: both;
	height: 5px;
}
.float_left {
	float: left;				
}
/* 
############################################################################
Clearfix from: http://www.positioniseverything.net/easyclearing.html 
############################################################################ */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
