﻿* {
	margin: 0;
	padding: 0;
}
body 
{
	background: #D4C792 url(../images/site_background.gif);
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 13px;
	color: #FFFFFF;
}
.header
{
	background: url(../images/body_top.gif) no-repeat left bottom;
	width: 750px;
	height: 158px;
	margin: 0 auto;
}
/* Logo */
.logo {
	float: left;
	padding: 10px 0 0 15px;
}
.logo h1 {
	margin: 0;
	padding: 0;
	font: italic 48px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.logo h2 {
	margin: -5px 0 0 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 10px;
	font-weight: bold;
	color: #D4C792;
}
.logo a {
	text-decoration: none;
	color: #FFFFFF;
}
.logo_image
{
	float: left;
	width: 730px;
	background: url(../images/YorkRite.jpg) no-repeat left top;
	height: 100px;
}
.logo_image h1
{
	padding: 0 0 0 125px;
	line-height: 100px;
}

/* Menu */

.tab_menu {
	float: right;
	padding-right: 10px;
}

.tab_menu ul {
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
	line-height: normal;
}

.tab_menu li {
	display: inline;
}

.tab_menu a {
	display: block;
	float: left;
	width: 110px;
	height: 20px;
	margin: 0;
	padding: 10px 0 0 0;
	background: url(../images/tab_inactive.gif);
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.tab_menu a:hover, .tab_menu .active a {
	background-image: url(../images/tab_active.gif);
	color: #AA2808;
}

.content_body
{
	width: 750px;
	margin: 0 auto;
	background-color: #D4C792;
	background-repeat: repeat-y;
	background-image: url(../images/body_bg.gif);
}

.clear
{
	clear:both;
}

/* Content Text */
.content_text {
	float: right;
	width: 530px;
	padding: 30px 15px 0 0;
}

.content_text h1, .content_text h2, .content_text h3 {
	margin-bottom: 20px;
}

.content_text h1 {
	font-size: 156%;
	color: #FFCC99;
}

.content_text h2 {
	font-size: 107%;
}

.content_text h3 {
	font: 92%;
}

.content_text ul, .content_text ol {
	list-style-position: inside;
}

.content_text .boxed {
	float: left;
	width: 46%;
	padding-right: 2%;
}

.content_text .boxed h2 {
	padding: 5px 0;
	background: url(images/img5.jpg) repeat-x left bottom;
}
.content_text p
{
	margin-bottom: 10px;
}
.content_text i
{
	color: Aqua;
	font-weight: bold;
}
.content_text a:link, .content_text a:active, .content_text a:visited
{
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
.content_text a:hover
{
	color: #FFCC99;
}

.content_unicode {
    font-family: Code2000, Code2001, "Free Serif", "TITUS Cyberbit Basic", "Doulos SIL", "Chrysanthi Unicode", "Bitstream Cyberbit", "Bitstream CyberBase", Thryomanes, Gentium, GentiumAlt, "Lucida Grande", "Free Sans", "Arial Unicode MS", "Microsoft Sans Serif", "Lucida Sans Unicode";
    font-family /**/:inherit;
}


/* Sidebar */

.sidebar {
	float: left;
	width: 160px;
	padding: 0 0 0 15px;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.sidebar li {
	margin-bottom: 1px;
	padding: 20px 0;
}

.sidebar li ul {
}

.sidebar li li {
	margin: 0;
	padding: 7px 20px;
	border: none;
}

.sidebar h2 {
	padding: 5px 20px;
	border-bottom: 1px dotted #333333;
	font-size: 100%;
	color: #666666;
}

.sidebar h3 {
	font-size: 77%;
	color: #D4C792;
}

.sidebar p {
	margin: 0;
	line-height: normal;
	color: #D4C792;
}

.sidebar a {
	border: none;
	text-decoration: none;
	color: #333333;
}

.sidebar a:hover {
	text-decoration: underline;
}

/* Footer */
.footer
{
	background: url(../images/body_bottom.gif) no-repeat;
	width: 750px;
	height: 50px;
	margin: 0 auto;
	padding: 40px 0 0 0;
	color: #FFFFFF;
	clear: both;
}
.footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}
.footer a {
	text-decoration: underline;
	color: #FFFFFF;
}
.footer a:hover {
	text-decoration: none;
}
.contact_list td
{
	padding: 10px;
	vertical-align: top;
}
.event_list
{
	border-collapse: collapse;
}
.event_list td
{
	padding: 5px;
}

