html * {
	margin: 0;
	padding: 0;
}

body {
	background: #83338c url(/assets/images/bg.jpg) top left repeat-x;
	font-size: 100%;
	font-family: Arial, sans-serif;
	text-align: center;
}

p {
	padding-bottom: 15px;
	line-height: 1.6em;
	font-size: 0.9em;
}

.floatRight {
	float: right;
	margin: 0 0 10px 10px;
}

.floatLeft {
	float: left;
	margin: 0 10px 10px 0;
}

.clr {
	clear: both;
}

#container {
	width: 823px;
	margin: 0 auto;
	text-align: left;
}

#header {
}

#contact {
	background: url(/assets/images/contactbox.png) top center no-repeat;
	width: 317px;
	height: 124px;
	text-align: center;
	color: white;
	float: right;
}

#contact h4 {
	text-decoration: underline;
	padding-top: 10px;
	margin-bottom: 5px;
}

#contact p {
	font-size: 0.8em;
	line-height: 1.3em;
}

#contact a {
	color: #d5d5d5;
}

#contact a:hover {
	color: white;
}

#logo {
	background: url(/assets/images/logo.gif) top left no-repeat;
	width: 412px;
	height: 103px;
	text-indent: -5000px;
	overflow: hidden;
	margin: 45px 0 45px 40px;
	float: left;
}

#nav {
	clear: both;
	margin-bottom: 15px;
	margin-left: 5px;
	height: 30px;
}

#nav ul {
	list-style-type: none;
}

#nav ul li {
	float: left;
}

#nav ul li a {
	padding: 19px 32px 16px;
	color: black;
	text-decoration: none;
	background: url(/assets/images/nav_bg.gif) top left repeat-x;
}

#nav ul li a:hover {
	text-decoration: underline;
}

#nav ul li.first a {
	background: url(/assets/images/first.gif) top left no-repeat;
}

#nav ul li.last a {
	background: url(/assets/images/last.gif) top right no-repeat;
}

#nav ul li.active a {
	color: #333;
	text-decoration: underline;
}

#adBox {
	margin-bottom: 10px;
}

.top, .bottom {
	height: 15px;
	background: white;
}

#adBox .top {
	background: url(/assets/images/top_big_box.gif) top center no-repeat;
}

#adBox .bottom {
	background: url(/assets/images/bottom_big_box.gif) top center no-repeat;
	height: 15px;
	clear: both;
}

#adBox .content {
	padding: 0 15px;
	background: white;
}

#adBox h2 {
	border: none;
}

h1 {
	color: #5a4b78;
	margin-bottom: 10px;
}

h2 {
	color: #6f2a76;
	font-weight: normal;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #999;
}

.left {
	width: 525px;
	float: left;
}

.right {
	width: 293px;
	float: right;
}

.left .top {
	background: url(/assets/images/top_med_box.gif) top left no-repeat;
}

.left .bottom {
	background: url(/assets/images/bottom_med_box.gif) top left no-repeat;
}


.left .content, .right .content {
	background: white;
	padding: 0 15px;
	font-size: 0.8em;
	line-height: 1.6em;
}

.right .top {
	background: url(/assets/images/top_small_box.gif) top left no-repeat;
	height: auto;
}

.right .bottom {
	background: url(/assets/images/bottom_small_box.gif) bottom left no-repeat;
}

.right .content {
	padding-top: 15px;
}

.right .top h4 {
	color: white;
	text-align: center;
	padding: 10px 0;
}

#footer {
	clear: both;
	color: white;
	font-size: 0.9em;
	text-align: center;
	padding: 15px 0;
	font-size: 0.8em;
}

#footer p {
	padding: 0 0 5px 0;
}

#footer ul {
	list-style-type: none;
	margin-bottom: 5px;
}

#footer ul li {
	display: inline;
}

#footer ul li a {
	padding: 0 15px;
	color: white;
	border-right: 1px solid #e6e6e6;
}

#footer ul li.last a {
	border: none;
}

.content ul {
	margin-left: 30px;
	margin-bottom: 15px;
	font-size: inherit;
	font-size: 0.9em;
}

div#contactus {
	width: 300px;
	background: #e5e5e5;
	border: 1px solid #999;
	padding: 10px;
}

div#contactus h3 {
	margin-bottom: 15px;
}

div#contactus p {
	margin-bottom: 10px;
}

div#contactus p span {
	width: 65px;
	display: block;
	float: left;
}

div#contactus input {
	width: 150px;
	padding: 3px 5px;
}

div#contactus textarea {
	width: 100%;
	height: 70px;
}

div#contactus p.button {
	text-align: right;
}

div#contactus p .button {
	width: inherit;
}

div.errors {
	border: 1px solid #cb712b;
	background: #ffe1a9;
	position: absolute;
	font-size: 10px;
	width: 217px;
	color: black;
	padding: 7px;
	margin-top: -35px;
}

#contactus {
	float: right;
}

div#directions table tr td {
	font-size: 0.8em;
}