@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,300italic);

body {
	font: 300 12px/18px 'Roboto', sans-serif;
	margin: 0px;
	padding: 0px;
	color: #212121;
}

.banner {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 582px;
	background-image: url(../images/banner-01.jpg);
}

.container {
	width: 1000px;
	margin: 0px auto;
	padding: 0px;
	clear: both;
}

.logoBox {
	background-color: #ffffff;
	height: 185px;
	width: 172px;
	float: left;
	margin-left: 15px;
	border-bottom-left-radius: 50%;
	border-bottom-right-radius: 50%;
}

.logo {
	width: 140px;
	height: 140px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	margin: 30px auto 0px auto;
}

ul.nav {
	float: left;
	list-style: none;
	padding: 0px;
	margin: 0px 0px 0px 40px;
}

ul.nav li {
	font-weight: 400;
	font-size: 16px;
	text-transform: uppercase;
	color: #231f20;
	float: left;
	clear: none;
	padding: 90px 18px 40px 18px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

ul.nav li a {
	text-decoration: none;
	color: #ffffff;
}

ul.nav li.active, ul.nav li:hover {
	background-color: #fbad1b;
	cursor: pointer;
}

ul.nav li:hover > a { color: #231f20; }

.wrapper {
	width: 100%;
	padding: 10px 0px;
	clear: both;
	overflow: auto;
}

.yellowBG {
	background-color: #fbad1b;
	padding: 25px 0px;
}

.centreText {
	text-align: center;
}

h1 {
	font-size: 24px;
	font-weight: 400;
	text-transform: uppercase;
}

.yellowBG p {
	font-size: 16px;
	line-height: 24px;
}

.moreBtn {
	color: #ffffff;
	font-size: 12px;
	font-style: italic;
	text-decoration: none;
	background-color: #664421;
	padding: 10px 13px;
	border-radius: 10px;
	display: inline-block;
}

.homeCol {
	width: 194px;
	margin: 30px 74px 0px 0px;
	text-align: center;
	float: left;
}

.homeCol img {
	border-radius: 50%;
	border: 3px solid #fbad1b;
}

h2 {
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 400;
}

.last {
	margin-right: 0px;
}

.horLine {
	background-color: #dadada;
	width: 100%;
	height: 1px;
	clear: both;
}

.locationBox {
	text-align: center; 
}

h3 {
	font-size: 24px;
	font-weight: 400;
	text-transform: uppercase;
}

.oneThird {
	width: 33%;
	float: left;
}

.oneThird h2 {
	margin-top: 0px;
}

.oneThird img {
	margin: 0px 10px;
}

.rightText {
	text-align: right;
}

.illustris {
	font-family: "Trebuchet MS", Vsans-serif;
	text-decoration: none;
	color: #F59800;
}

.illustris: hover {
	text-decoration: none;
}

.banner-inner {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	width: 100%;
	height: 200px;
	background-image: url(../images/banner-01.jpg);
}

.content {
	margin: 20px auto;
}

.content p {
	font-size: 14px;
	line-height: 21px;
}

.threeFourth {
	float: left;
	width: 700px;
	padding-right: 19px;
	margin-right: 30px;
	border-right: 1px dotted #ececec;
}

.oneFourth {
	float: left;
	width: 250px;
}

.homeCol p {
	font-size: 12px;
	line-height: 18px;
}

.rightImage {
	float: right;
	margin-left: 10px;
	background-color: #ffffff;
	padding: 5px;
	border: 1px solid #ececec;
}

.divisionsCol {
	width: 750px;
	margin: 0px auto;
}