@charset "utf-8";

body  {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}
*, html, ul, li, #footer img
{
	margin: 0px;
	padding: 0px;
}
h1, h2, h3,h4
{
	color: #C1022D;
	padding: 0px 10px 10px 0px;
}

h1
{
	font-size: 2em;

}

h2 {
	font-size: 1.5em;
}
h3
{
	font-size: 1.3em;
}
h4
{
	font-size: 1.1em;
}


p
{
	padding-bottom: 0.8em;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
}
.largeh2
{
	font-size: 2em;
}
.smallh1
{
	font-size: 1.4em;
}
.padleft
{
	padding-left: 240px;
}

a
{
	color: #C1022D;
	text-decoration: underline;
}
a:hover
{
	color: #333333;
	text-decoration: underline;
}



 #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
} 
 #header {
	background: #ffffff;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(images/recaf_banner_fixed.jpg);
	height: 365px;
} 
 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
}
#sidebar1 li
{
	list-style-position: inside;
	list-style-type: none;
	font-size: 1em;
}
#sidebar1 li a
{
	line-height: 28px;
	height: 28px;
	display: block;
	padding-left: 15px;
	text-decoration: none;
	color: #000000;
}

#sidebar1 li a:hover
{
	background-image: url(images/recaf_nav_marker.jpg);
	background-repeat: no-repeat;
	color: #C1022D;

}


 #mainContent {
	margin: 0 10px 0 200px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#mainContent ul {
	padding: 0em 0px 1.9em 0px;
}
#mainContent li {
	list-style-position: inside;
	list-style-image: url(images/dot.jpg);
}

 #footer {


} 

#footer   img 
{
	border-style: none;
}
#footer a img
{
	margin: 0px;
	padding: 0px;
}

.red {color:#C1022D
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.col1-single
{
	float: left;
	width: 100%;
	padding-bottom: 10px;
}

.col2-left
{
	float: left;
	width: 550px;
}
.col2-left-small
{
	float: left;
	width: 250px;
}
.col2-left300
{
	float: left;
	width: 300px;
}

.col2-right
{
	float: right;
	width: 240px;
	top: 415px;
	left: 800px;
	padding-bottom: 10px;
}
	
/* // Easy Slider */
.col2-right-big
{
	float: right;
	width: 530px;
	padding-bottom: 10px;
}
.imgcaption
{
	width: 220px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: left;
}

.imgcaption p
{	background-color: #CCCCCC;

	padding: 7px;
	font-weight: bold;
}
.staffcaption
{
	width: 120px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}
.staffcaption p
{
	background-color: #ffffff;
	padding: 2px;
	font-size: 0.8em;
}
.imgcaptionwide
{
	float: left;
	width: 400px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.imgcaptionwide p
{	background-color: #CCCCCC;

	padding: 7px;
	font-weight: bold;
}
#clear {
	clear: both;
}

/* Easy Slider */
	#slider{
	margin-left: 0px;
	}


	#slider2{
	margin-top:10px;
}
	#slider3{
	margin-top:0px;
}
	#slider img {
	border: none;
	}
	#slider ul, #slider li,
	#slider2 ul, #slider2 li,
	#slider220 ul, #slider220 li,
	#slider300 ul, #slider300 li,
	#slider3 ul, #slider3 li{
	margin:0;
	padding:0;
	list-style:none;
	background-color: #CCCCCC;
	font-size: x-small;
		}
#slider li  {
	/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:220px;
	height:542px;
	overflow:hidden;
		}	

#slider2 li
{
	/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:450px;
	height:180px;
	overflow:hidden;
	background-color: #FFFFFF;
}
#slider3 li
{
	/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:500px;
	overflow:hidden;
	/* background-color: #FFFFFF; */
	height: 380px;
}
#slider220 li
{
	/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:220px;
	overflow:hidden;
	/* background-color: #FFFFFF; */
	height: 230px;
}
#slider300 li
{
	/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:300px;
	overflow:hidden;
	/* background-color: #FFFFFF; */
	height: 226px;
}

#slider p, #slider3 p
{
	padding: 5px;
}
		
	/* numeric controls */	

	ol#controls{
	margin:1em 0;
	padding:0;
	height:84px;
	width: 225px;
		}
	ol#controls li{
	margin:0 8px 8px 0;
	padding:0;
	float:left;
	list-style:none;
	height:28px;
	line-height:28px;
		}
	ol#controls li a{
	float:left;
	height:28px;
	line-height:28px;
	border:1px solid #ccc;
	background:#b70027;
	color:#FFFFFF;
	padding:0 10px;
	text-decoration:none;
		}
	ol#controls li.current a{
	color:#333333;
	background-color: #E5E5E5;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
blockquote
{
	background-image: url(images/quote.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 10px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 110px;
}
.testimonial
{
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	background-color: #FFFFFF;
	display: block;
	font-size: xx-large;
	padding: 10px;
}
.author
{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	background-color: #FFFFFF;
	display: block;
	font-size: medium;
	color: #999999;
}
blockquote.end
{
	background-image: url(images/quoterev.jpg);
	background-repeat: no-repeat;
	background-position: 590px top;
	margin: -210px 222px 0px 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	height: 80px;
}
.colour-left
{
	width: 55px;
	float: left;
}
.style7
{
	font-size: 9px;
	padding: 1px;
}
