@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666666;
}
.clear {
	clear: both;
}

p {
	margin-bottom: 15px;
}
a {
	color: #332E32;
}


.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}

.container {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 50px;
}




.marginRight10px {
	margin-right: 10px;
}
.marginLeft10px {
	margin-left: 10px;
}
.marginTop10px {
	margin-top: 10px;
}
.marginBottom10px {
	margin-bottom: 10px;
}
.marginRight20px {
	margin-right: 35px;
}
.marginLeft20px {
	margin-left: 20px;
}
.marginBottom20px {
	margin-bottom: 20px;
}
.headContain {
	background-image: url(../images/header-bkg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 142px;
}
.header {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 122px;
}
.nav {
	float: right;
	width: 750px;
	text-align: right;
	height: 30px;
	padding-top: 60px;
}
.nav ul {
	display: inline;
	font-size: 90%;
	font-weight: bold;
	padding-bottom: 15px;
}
.nav ul li {
	display: inline;
	margin-right: 7px;
	margin-left: 7px;
}
.nav a {
	color: #666666;
	text-decoration: none;
}
.nav a:hover {
	color: #FFFFFF;
	background-color: #333333;
	padding-top: 3px;
	padding-bottom: 3px;
}
.banner {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.introText {
	float: left;
	width: 480px;
	font-size: 250%;
	line-height: 120%;
	font-weight: bolder;
	color: #332E32;
	margin-right: 20px;
}
.bannerContain {
	background-image: url(../images/cross-grey.jpg);
	background-repeat: repeat;
	height: 400px;
}
.banner a:hover {
	color: #0066CC;
}

.banner {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
}
.homeTextBox {
	float: left;
	width: 295px;
}
.content p {
	line-height: 170%;
}
.content a:hover {
	color: #0066CC;
}

.content {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
}

.contentContain {
	background-image: url(../images/content-bkg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.content h1 {
	color: #332E32;
	padding-bottom: 5px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #332E32;
	margin-bottom: 15px;
	font-size: 160%;
	text-transform: uppercase;
}
.content ul {
	color: #332E32;
	line-height: 130%;
	margin-bottom: 15px;
	margin-left: 30px;
	font-weight: bold;
}
.content ul li {
	margin-bottom: 10px;
	margin-left: 30px;
}
.tick {
	list-style-image: url(../images/tick.jpg);
}
.squareBullet {
	list-style-image: url(../images/square-bullet-black.png);
}

.footContain {
	height: 250px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #666666;
	background-image: url(../images/footer-bkg.jpg);
	background-repeat: repeat;
	margin-top: 50px;
}
.footer {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
}
.footer p {
	font-size: 80%;
}

.footer h1 {
	color: #FFFFFF;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-size: 140%;
}
.footer ul {
	font-size: 80%;
	line-height: 130%;
	margin-left: 30px;
	list-style-image: url(../images/footer-bullet.png);
}
.footer ul li {
	margin-bottom: 10px;
}
.footer a {
	color: #999999;
}
.footer a:hover {
	color: #FFFFFF;
}


.slBox {
	float: left;
	width: 200px;
	margin-right: 20px;
}
.sl-contain {
	float: left;
	width: 450px;
}
.small {
	font-size: 12px;
}
.banner h1 {
	font-size: 180%;
	color: #FFFFFF;
	background-color: #332E32;
	text-transform: uppercase;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
.inner .introText {
	width: 700px;
}
.inner .bannerContain {
	height: 280px;
}




.home1 #home1, .ms1 #ms1, .rec1 #rec1, .cr1 #cr1, .pp1 #pp1, .con1 #con1 {
	color:#FFFFFF;
	background-color:#333333;
	padding-top: 3px;
	padding-bottom: 3px;
}
.grey-bkg {
	color: #332E32;
	background-color: #EBEBEB;
}
.addressbox {
	background-image: url(../images/cross-grey.jpg);
	background-repeat: repeat;
	border: 1px solid #CCCCCC;
	padding: 20px;
	float: right;
	width: 300px;
}
.blackbkg {
	background-color: #333333;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #FFFFFF;
	font-weight: bold;
}
.text {
	background-color: #F2F2F2;
	border: 1px solid #CCCCCC;
}
#posText {
	background-color: #F2F2F2;
	border: 1px solid #CCCCCC;
}
.submit {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #333333;
	padding: 5px;
	text-transform: uppercase;
}
.pic {
	float: right;
	margin-bottom: 30px;
	margin-left: 30px;
	border: 1px solid #CCCCCC;
}
.rec1 .bannerContain {
	height: 320px;
}
.pp1 .bannerContain {
	height: 240px;
}
.con1 .bannerContain {
	height: 210px;
}

