@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
	background-position: top center;
	font-family: Arial, Tahoma, Verdana; 
	font-size: 12px;
	color:#404040;
}
a {
	color: #881114;
}
h1 {
	color: #881114;
	font-size: 20px;
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #881114;
}
h2 {
	color: #E92124;
	font-size: 14px;
	font-weight: bold;
	
}
#container { 
	width: 900px;
	overflow: hidden;
	margin: auto;
}
#header {
	width: 900px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 193px;
	text-align: right;
	color: #FFF;
	font-size: 14px;
	padding-top: 5px;
	
}
#navholder {
	width: 900px;
	clear: both;
	
}
#header a {
	
	color: #FFF;
	
	
}
#headerleft {
	width: 300px;
	float: left;
	text-align: left;
}
#headerright {
	width: 300px;
	float: right;
	
}
#logo {
	width: 190px;
	height: 50px;
	padding-top: 30px;
	margin: 0px;
	float: left;
	
}
#navbar {
	width: 900px;
	height: 40px;
	background-image:url(../images/navbar.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	
	
}
#navbar ul {
	width: 900px;
	float: left;
	height: 40px;
	display: block; 
	padding: 0px; 
	margin: 0 auto; 
	list-style: none; 
	text-align: center; 
} 

#navbar ul li { 
	display: block; 
	float: left; 
	margin: 0px; 
	list-style: none; 
} 

#navbar a {
	display: block;
	font-family: Arial, Tahoma, Verdana;
	
	font-weight: bold;
	width: 100px;
	height: 29px;
	padding-top: 11px;
	margin-right: 10px;
	
	
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
} 

#navbar a:hover {
	color: #000;
	background-image: url(../images/navbaron.jpg);
	background-repeat: repeat-x;
}
#navbar .on {
	color: #000;
	background-image: url(../images/navbaron.jpg);
	background-repeat: repeat-x;
	
}
#navbar .padding {
	padding-top: 5px;
	height: 36px;
}
#imgcontainer {
	width: 900px;
	height: 300px;
	clear: both;
}

#fulltextbox {
	width: 900px;
	
	padding: 10px 0px 10px 0px;
	overflow: hidden;
}
#lefttext {
	width: 430px;
	padding: 10px 10px 10px 10px;
	float: left;
}
#righttext {
	width: 430px;
	padding: 10px 10px 10px 10px;
	float: right;
}
#lefttextbox {
	width: 280px;
	float: left;
	padding: 10px 10px 10px 10px;
}
#righttextbox {
	width: 600px;
	float: right;
}
#centretextbox {
	width: 280px;
	float: left;
	padding: 10px 10px 10px 10px;
}
#farrighttextbox {
	width: 280px;
	float: right;
	padding: 10px 10px 10px 10px;
}
#footer {
	width: 880px;
	padding: 15px 10px 10px 10px;
	height: 45px;
	clear: both;
	font-size: 16px;
	overflow: hidden;
	color: #FFF;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
}
#footer a {
	
	color: #881114;
	
}
#footerleft {
	width: 300px;
	float: left;
	text-align: left;
}
#footerright {
	width: 300px;
	float: right;
	text-align: right;
}
#cta {
	width: 880px;
	padding-left: 10px;
	padding-right: 10px;
	height: 75px;
	clear: both;
	border-bottom: #38383a 2px solid;
	border-top: #38383a 2px solid;
	
}
.imgmargin {
	margin-right: 5px;
	margin-bottom: 5px;
}

