html {
	background-image: url('images/bg.png');
	background-repeat: repeat-x;
	background-position: top left;
	background-color: #EFEFEF;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
	font-size: 10pt;
	padding-top: 25px;
	padding-bottom: 15px;
	margin: 0;
}

body
{
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, strong
{
	font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
}

.contact-box h4
{
	margin-bottom: 0.5em;
}

#header
{
	text-align: center;
}

a img {
	border: none;
}

p
{
	text-align: justify;
}

.info
{
	float: left;
	margin-right: 8px;
}

.content
{
	background-color: white;
	border: 1px solid #ccc;
	padding: 20px;
	-webkit-border-radius: 5px 5px;
	-moz-border-radius: 5px 5px;
	background: url('images/content-bg.png') repeat-x bottom left #fff;
	-webkit-box-shadow: #cccccc 0px 2px 3px;
	-moz-box-shadow: #ccc 0px 2px 3px;
	margin-bottom: 20px;
}

.main-content
{
	float: left;
	width: 500px;
}

.contact-box, .right-col
{
	float: right;
	width: 200px;
}

#right-col
{
	float: right;
	width: 240px;
}

hr {
	border: none;
	height: 1px;
	background-color: #ccc;
}

#main-wrapper
{
	width: 800px;
	margin: auto;
}

.top-heading
{
	margin-top: 0;
}

#footer
{
	clear: both;
	text-align: left;
	color: #888888;
	font-size: 10px;
	padding-top: 10px;
}

a {
	color: #08c;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#footer a, #SQT a {
	color: #666;
	text-decoration: underline;
}

#SQT {
	clear: both;
	text-align: left;
	color: #888888;
	font-size: 10px;
	padding-top: 30px;
}

.right-image {
	float: right;
	text-align: top;
}

#menu-wrapper {
	margin: 20px 0px;
	height: 30px;
	padding: 0;
	background: transparent url('images/menu-bg.png') bottom left;
}

#menu {
	list-style-type: none;
	list-style-position: outside;
	display: block;
	margin: 0;
	text-align: center;
	position: absolute;
	width: 800px;
	margin: 7px 0px;
	height: 12px;
	padding: 0;
	-webkit-border-radius: 5px 5px;
	-webkit-padding-start: 0px;
}

.menu-item, .page_item {
	display: inline;
	margin: 0px 4px;
	color: white;
	padding: 3px 9px 4px;
}

.menu-item a, .page_item a {
	color: #282828;
	text-decoration: none;
	padding: 3px 9px 4px 0px;
	white-space: nowrap;
	font-size: 12px;
	font-weight: bold;
}

.menu-item a:hover, .page_item a :hover {
	color: #000;
}

.menu-item.active, .page_item.current_page_item {
	background: url('images/menu-item-left.gif') no-repeat left;
	background-position-x: 0%;
	background-position-y: 50%;
}

.menu-item.active a, .page_item.current_page_item  a {
	background: url('images/menu-item-right.gif') no-repeat right;
	color: #fefefe;
	font-weight: bold;
}

.error
{
	color: red;
}

#upcoming-events
{
	border: 1px solid #FFE222;
	font-size: smaller;
	background-color: #FFFBE2;
	padding: 10px;
	margin: 8px;
}

#upcoming-events th
{
	text-align: right;
	font-weight: bold;
}

#text-3 h2.top-heading
{
	padding-left: 40px;
	height: 24px;
	background: transparent url('/images/email.png') no-repeat bottom left;
}

#text-4 h2.top-heading
{
	padding-left: 36px;
	height: 24px;
	background: transparent url('/images/information.png') no-repeat bottom left;
}
