@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #1a354a;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.main #container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
.main #header {
	background-image: url(images/header.jpg);
	height: 113px;
	width: 960px; 
}
.main #menutab {
	height: 43px;
	width: 960px;
}
.main #slidewrapper {
	background-image: url(images/slidebg.jpg);
	height: 256px;
	width: 960px;
}
.main #slide {
	background-image: url(images/1.jpg);
	height: 256px;
	width: 866px;
	margin-left: 47px;
}
.main #telwrapper {
	background-image: url(images/tel-wrapper.jpg);
	height: 39px;
	width: 960px;
}
.main #tel{
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
	float: right;
	padding-right: 54px;
	padding-top: 5px;
} 
.main #mainContent {
	padding: 0 20px;
}
.main #copy {
	width: 874px;
	margin-left: 23px;
}
.main #welcome {
	font-size: 24px;
	font-weight: bold;
	color: #ce161a;
	padding-top: 20px;
	padding-bottom: 10px;
}
.redbold {
	font-weight: bold;
	color: #ce161a;
}
.biggertext {
	font-size: 20px;
}
.main #footer {
	background-image: url(images/footer-bg.jpg);
	background-repeat: repeat;
	background-position: top;
	height: 88px;
	background-color: #0f2e40;
}
.main #footerwrapper {
	float: right;
	padding-top: 55px;
	padding-right: 255px;
	font-weight: bold;
	color: #4c6675;
}
.wolink {
	font-weight: bold;
	color: #4c6675;
}
.wobri {
	color: #6d94aa;
}