/*---------- Content Presentation Stylesheet ------------ */
/*          Created By Ben Stewart - Nov 2007             */

* {
	margin:0;
	padding:0;
}
html {
	height:100%;
	margin-bottom:1px; /* keeps a vertical scrollbar on all pages */
}
body {
 background-color: #fff;
 font-size:14px;
 line-height:140%;
 font-family: Arial, Helvetica, sans-serif;
 color: #000;
width:580px;
}
h1, h2, h3 {
	font-weight:bold;
	color: #b42929;
	margin: 0;
	text-transform:uppercase;
	padding:5px 0 15px 0;
}
h1 {
	font-size:32px;
	text-transform:none;
}
h2 {
	font-size:15px;
	padding:5px 0 10px 0;
	color:#0098cb;
}
h3 {
	font-size:12px;
}
ul {
	margin: 0 10px 15px 20px;
}
li {
	margin:0px;
	list-style: disc;
	padding:0 0 5px 5px; 
} 
p {
	margin: 0 0 15px 0;
}
a {
	border:none;
	color: #000;
	text-decoration: none;
}
a:active {
	outline: none;
}
a:focus {
	-moz-outline-style: none;
}
hr {
	height:1px;
	background-color: #fff;
	border: 1px solid #fff;
	margin-bottom: 10px;
}
img.Image_left {
	float: left;
	margin: 0px 5px 10px 0px;
}
img.Image_right {
	float: right;
	margin: 0px 0px 10px 5px;
}
img.Image_centre {
	margin: 0 auto 15px auto;
}
body {
	background-color: #231f20;
	margin: 0px auto;
	width:100%;
}
#container {
	text-align:left;
	width:950px;
	margin:0 auto;
}
#header {
	height:350px;
	background: url(images/header_mask.png) no-repeat;
}
#slideshow {
	height:350px;
	margin-top:20px;
	background:#fff;
	z-index:-999;
	position:absolute;
}
#menu_area {
	height:35px;
	margin-right: -15px;
}
.logo_link {
	/*width:350px;
	height:97px;*/
	border:0;
	margin: 40px 0 165px 30px;
}
#wrapper {
	background:#fff;
}
#content {
	float:left;
	width:580px;
	padding:20px 0 20px 50px;
}
#right_col {
	float:right;
	width:230px;
	padding:20px 50px 20px 0px;
	text-align:center;
	color:#103F93;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
}
#right_col a {
	color:#103F93;
	font-size:16px;
	font-weight:bold;
}
#right_col img {
	text-align:center;
	padding-bottom:10px;
	margin-bottom:30px;
	width:200px;
	border:0;
}
#bottom_line {
	clear:both;
	width:940px;
	margin-left: -15px;
	height: 50px;
}
#bottom_line p {
	border-bottom: #b42929 4px solid;
	color:#0098cb;
	padding: 0 0 5px 30px;
}
#bottom_line a {
	color:#0098cb;
}
#Slogan {
	font-weight:bold;
	margin: 0;
	text-transform:uppercase;
	font-size:16px;
	padding:15px 0 10px 0;
	color:#0098cb;
	width: 100%;
	text-align: left;
}
#Slogan .title {
	font-weight:bold;
	color: #b42929;
	margin: 0;
	padding:5px 0 15px 0;
	font-size:32px;
	text-transform:capitalize;
}
#footer {
	color: #FFF;
	text-align:center;
	padding: 0px;
	font-size:10px;
}
#footer p {
	margin:0;
	padding: 10px 0px;
}
#footer a {
	color: #FFF;
}
/*------------- Contact Form --------------*/

div.contactForm {
	width:365px;
	padding: 0px;
	margin: 30px;
}
div.row {
	clear: both;
	padding-top: 5px;
	vertical-align: middle;
}
div.row span.label {
	float: left;
	width: 80px;
	text-align: right;
	padding:0px 10px 0px 0px;
}
div.row span.formw {
	float: right;
	width: 210px;
	text-align: left;
}
input, textarea, .button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 210px;
	border: 1px solid #000;
	background: #fff;
	padding-left: 3px;
}
input {
	width:143px;
}
div.row span.formw textarea {
	height:60px;
}
div.spacer {
	clear: both;
}
.button{
  width:75px;
  cursor:pointer;
}
