@charset "utf-8";
/* CSS Document */

.Container {
	width:959px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/Background.jpg);
	padding-left:33px;
	padding-right:32px;
	background-repeat: no-repeat;
}

.Header {
	width:959px;
	height:175px;
	background-image:url(images/Template_01.jpg);
}

.Menu {
	width:929px;
	height:22px;
	background-image:url(images/Template_02.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:bold;
	color:#FFFFFF;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:30px;
}

.Content {
	width:959px;
	margin:0px;
	background-image:url(images/content-back-top.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

.ContentWrapper {
	margin:0px;
	background-color:red;
	background-image:url(images/content-back.jpg);
}

.Footer {
	width:959px;
	height:100px;
	background-image:url(images/Template_06.jpg);
}

.RightContent {
	width:479px;
	float:right;
}

.LeftContent {
	width:419px;
	padding-left:30px;
	padding-right:30px;
	border:0px solid white;
}

.HeaderImage {
	width:408px;
	height:91px;
	margin-bottom:40px;
	margin-top:30px;
}

.HeaderImage2 {
	width:408px;
	height:42px;
	margin-bottom:40px;
	margin-top:30px;
}

.Text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
}

.Image {
	width:425px;
	height:344px;
	margin-bottom:10px;
	margin-top:30px;
	margin-left:20px;
}

.TextBox {
	width:385px;
	margin-left:20px;
	background-color:#FF9900;
	padding:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#003399;
}

.ContactDetails {
	font-family:Arial, Helvetica, sans-serif;
	margin-left:30px;
	margin-top:20px;
	width:300px;
	height:60px;
	float:left;
}

.Logos {
	margin-right:25px;
	padding-top:15px;
	width:221px;
	height:70px;
	float:right;
}

a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #F04D24;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.FooterTextYellow {
	color: #FFE300;
	font-weight:500;
}

.FooterHeader {
	font-size: 18px;
	color: #FFFFFF;
	font-weight:500;
}
.FooterTextWhite {
	color: #FFFFFF;
	font-weight:500;	
}

div { border:0px solid blue; }

