﻿/* CSS layout */

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#masthead {
	width: 760px;
}

#wrapper {
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}

#top_nav {
	height: 32px;
	margin-left: 16px;
}

#container {
	position: relative;
	width: 100%;
}

#page_content {
	margin-top: 34px;
	margin-right: 270px;
	margin-left: 60px;
}

#right_col {
	width: 220px;
	position: absolute;
	right: 0px;
	top: 0px;
	margin-top: 10px;
}

#footer {
	margin-left: 0px;
	height: 70px;
	background-image:url('images/footer_03.jpg')
}

p {
	color: #576163;
	font-size: 11px;
}
	
a {
	color: #576163;
	text-decoration: underline;
}
a:visited {
	color: #576163;
}
a:active {
	color: #576163;
	text-decoration: underline;
}
a:hover {
	color: #576163;
	text-decoration: underline;
}

h1 {
	font-size: 22px;
	color: #576163;
}

h2 {
	font-size: 14px;
	color: #576163;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #ff9900;
	margin-left: 0px;
}

li {	
	margin-left: 0px;
	color: #576163;
	font-size: 11px;
	list-style-type: square;
}	

.eventdate {
	font-size: 14px;
	margin-top: 20px;
	margin-left: 10px;
	color: #ff9900;
	font-weight: bold;
}

.footer {
	font-size: 9px;
	margin-left: 50px;
	color: #ccd4c7;
}

.nav-dk-gray {
	color: #576163;
	font-size: 11px;
	font-weight: bold;
}

.caption {
	font-style: italic;
	font-size: 10px;
	color: #576163;
}

.orange-small {
	color: #ff9900;
	font-size: 10px;
}

.nav-gray {
	margin-left: 24px;
	color: #ccd4c7;
	font-size: 11px;
	font-weight: bold;
}

.nav-gray-dk {
	margin-left: 24px;
	color: #576163;
	font-size: 11px;
	font-weight: bold;
}

.form_text {
	font-size: 11px;
	color: #576163;
}

.nav-dk-gray-right {
	margin-left: 30px;
	color: #576163;
	font-size: 11px;
	font-weight: bold;
}

.nav-white {
	margin-left: 15px;	
	color: #ccd4c7;
	font-size: 11px;
	font-weight: bold;
}

.nav-white-dk {
	margin-left: 15px;	
	color: #576163;
	font-size: 11px;
	font-weight: bold;
}

.front-title {
	font-size: 12px;
	font-weight: bold;
	color: #576163;
	margin-left: 0px;
}

.front-name {
	font-size: 9px;
	color: #576163;
	margin-left: 0px;

}


#right-dk-gray {
	background-image:url('images/round_dk-gray-2.jpg');
	height: 150px;
	padding: 5px;
}

#right-lt-gray {
	background-image:url('images/round_lt-gray-2.jpg');
	height: 150px;
	padding: 5px;
}

#right-lt-creme {
	background-image:url('images/round_creme-2.jpg');
	height: 150px;
	padding: 5px;
}

#right-lt-orange {
	background-image:url('images/round_orange-4.jpg');
	height: 120px;
	padding: 5px;
}




