@import url(http://fonts.googleapis.com/css?family=Lato:400,700|Rokkitt:700);
body {
	background: url(../images/bg.jpg) center top fixed #47352b;
	margin: 0px;
	padding: 0px;
}
.clearall {
	clear: both;
}
a {
	color: inherit;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	color: #423931;
	font: normal 18px Lato;
	line-height: 24px;
	letter-spacing: 0.5px;
}
h1 {
	color: #3b516a;
	font: 40px Rokkitt;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.center {
	text-align: center;
}
.tenpxmargin {
	margin-top: 10px;
}
#wrapper {
	width: 1100px;
	margin: 0 auto;
	box-shadow: 0 0 25px #000000;
	margin-bottom: 50px;
}
#header {
	width: 1100px;
	margin-bottom: 11px;
}
#topicons {
	position: relative;
	margin: 0 auto;
	margin-top: 10px;
	width: 1042px;
	height: 36px;
	background-image: url(../images/topicons.png);
	z-index: 99999;
}
#banner {
	position: absolute;
	top: 0px;
	width: 1100px;
	height: 440px;
}
#logo {
	position: relative;
	margin-left: 50px;
	margin-top: 50px;
	width: 213px;
	height: 92px;
	z-index: 99999;
}
#nav {
	position: relative;
	width: 1100px;
	height: 50px;
	margin-top: -160px;
	margin-left: -8px;
	z-index: 99999;
}
#nav ul {
	list-style: none;
	font: bold 30px Rokkitt, serif;
	color: #ffffff;
	text-transform: uppercase;
}
#nav li {
	display: inline;
	margin-left: 60px;
}
#bottomicons {
	position: relative;
	margin: 0 auto;
	margin-top: 285px;
	width: 1042px;
	height: 36px;
	background-image: url(../images/bottomicons.png);
	z-index: 99999;
	opacity: 0.4;
}
#welcomebar {
	background-color: #d6be9e;
	height: 70px;
}
#welcomebar h1 {
	float: left;
	padding-top: 13px;
	margin-left: 20px;
}
#social {
	margin-left: 225px;
}
#social img {
	padding-top: 20px;
	float: left;
	margin-right: 5px;
	opacity: 0.6;
	transition: all 0.5s ease-out;
}
#social img:hover {
	opacity: 1;
	transition: all 0.5s ease-out;
}
#content {
	background-color: #eeeae0;
	width: 1100px;
}
.homesection {
	padding-left: 55px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.hometext {
	width: 545px;
	margin-right: 40px;
	float: left;
}
.bluetext {
	color: #3b516a;
	font: 23px Rokkitt;
	font-weight: bold;
	line-height: 20px;
	letter-spacing: 0.5px;
}
.bluelink {
	color: #3b516a;
}
.darkerbg {
	background-color: #d7cebf;
}
.darkestbg {
	background-color: #c7b49b;
}
#footer {
	background-color: #3b516a;
	padding-top: 15px;
	padding-bottom: 15px;
}
#footer p {
	color: #ffffff;
	font-size: 22px;
	
}
#footercol1 {
	width: 250px;
	padding-right: 30px;
	border-right: 1px solid #8e8456;
	margin-left: 50px;
	float: left;
}
#footercol2 {
	width: 250px;
	padding-left: 30px;
	padding-right: 30px;
	border-right: 1px solid #8e8456;
	float: left;
	text-align: center;
}
#footerlamb {
	width: 136px;
	height: 98px;
	padding-left: 30px;
	padding-top: 30px;
	float: left;
}
#footerlast {
	float: left;
	padding-left: 30px;
}
.footerheader {
	font: bold 30px Rokkitt, serif;
	color: #f2e9bb;
	text-transform: uppercase;
}
.footerlinks {
	font: bold 13px Rokkitt, serif;
	margin-top: -25px;
	text-align: left;
	line-height: 13px;
	letter-spacing: 01px;
	
}
.uppercase {
	text-transform: uppercase;
}