/* Landing Page */
body.landing {
	background-color: #d3c6ad;
	z-index: 10;
	display: block;
	margin-top: 5px;
}

body.landing img.logo {
	border: none;
	text-align: center;
	padding: 0px;
	margin: 0 220px 0 0;
}

body.landing div.middle {
	width: 462px;
	position: relative;
	display: block;
	text-align: center;
	margin: 0 auto;
}

body.landing div.middle img {
	border: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

body.landing h2.enterSite {

}

.landing div#bottom {
	width:600px;
	text-align: center;
	margin: 0 auto;
	display: block;
}

.landing div#bottom div.inside {
	text-align: left;
}

.landing div#bottom ul {
	margin: 0 0px 0 3px;
}

.landing div#bottom li {
	text-align: left;
	display: inline;
	margin: 0px;
	padding-right: 15px;
}

.landing div#bottom li a {
	color: #036ABE;
}

.landing div#bottom h3 {
	color: #514B42;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	display: inline;
}