body {

	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000;

}

.alt {

	display: none;

}

.nav ul {

	list-style: none;
	margin: 0;
	padding: 0;

}

.boxy {

	border: 1px solid #f00;

}

hr {

	width: 80%;
	color: #981632;
	border: none;
	border-bottom: 1px solid #981632;

}

#page {

	display: block;
	text-align: center;

}

#layout {

	text-align: left;
	margin-left: auto;
	margin-right: auto;

}

#header #logo {

	position: absolute;
	z-index: 50;
	top: 0;
	left: 0;

}

#topNav {

	background: url("images/navbg.png") top left repeat-x;
	height: 76px;
	padding-left: 325px;
	position: relative;
	top: 75px;
	margin-bottom: 75px;

}

#topNav ul li {

	float: left;

}

#topNav ul li a {

	display: block;
	width: 110px;
	height: 76px;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	font-family: "Century Gothic", Helvetica, sans-serif;
	text-align: center;

}

#topNav ul li a strong {

	display: block;

}

#topNav ul li a:hover {

	background: url("images/black.png");

}

#topNav ul li a span {
	
	display: block;
	padding: 25px 6px 25px 6px;

}

#bodyDisplay {

	width: 75%;
	border: 1px solid #fff;

}

#topContactInfo {

	float: right;
	font-family: "Century Gothic", Helvetica, sans-serif;
	font-size: 17px;

}

#topContactInfo .container {

	width: 440px;
	padding: 10px;

}

#topContactInfo .container ul {

	list-style: none;
	margin: 0;
	padding: 0;

}

#topContactInfo .container ul li {

	float: left;
	padding: 16px;

}

#topContactInfo .container ul li em {

	display: block;
	font-style: normal;
	color: #981632;
	text-transform: uppercase;
	
}

#topContactInfo .container ul li a {

	color: #000;
	text-decoration: none;

}

#topContactInfo .container ul li a:hover {

	text-decoration: underline;

}

#sideBar {

	width: 185px;
	float: left;
	font-size: 16px;
	color: #073f2c;
	text-align: center;
	margin-top: 90px;

}

#content {

	margin: 0 0 0 185px;
	*margin: 0 0 0 185px;
	width: 80%;

}

#content .container {

	padding: 15px;

}

#content .container a {

	color: #4d8b62;

}

#content .container h3 {

	font-size: 18px;
	color: #981632;
	font-family: "Century Gothic", Helvetica, Airal, sans-serif;

}

#bottomNav {

	padding-left: 185px;

}

#bottomNav ul li {

	float: left;

}

#bottomNav ul li a {

	display: block;
	padding: 10px;
	color: #888;
	font-family: "Century Gothic", Helvetica, sans-serif;
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;

}

#bottomNav ul li a:hover {

	color: #981632;

}

#copyright {

	clear: both;
	color: #666;
	font-size: 10px;

}

#copyright a {

	color: #222;

}

#copyright a:hover {

	color: #981632;

}