@charset "UTF-8";
	
body {
	font: Georgia, "Times New Roman", Times, serif;
	background: #666 url('../img/body_bg.gif') repeat-x left top;
	margin: 0;
	padding: 0;
}

/* main structure */

#wrapper {
	width: 795px;
	display: block;
	padding: 20px 20px 20px 20px;
	margin: auto;
}

/* the header */

#header_wrapper {
	width: 795px;
	display: block;
	margin: 0;
	padding: 0;
}

#header {
	width: 795px;
	height: 150px;
	background: url('../img/header.gif') no-repeat;
	display: block;
	overflow: none;
	margin: 0;
	padding: 0;
}

#header h1 {
	font: normal 38px/1.5em Arial, Helvetica, sans-serif;
	letter-spacing: .01em;
	margin: 0;
	padding: 50px 0 20px 50px;
	width: 795px;
}
		
#header a, #header a:hover {
	background: transparent;
	color: #fff;
	text-decoration: none;
}

img { outline:none; border: 0; }


/* the navigation */

/* Pages */
#pages {
	background: #000;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 15px 0 6px 20px;
}

#pages li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
		
#pages ul, ol {
	margin: 0;
	padding: 0;
}
	
#pages a {
	background: #999999;
	color: #000;
	font-weight: normal;
	margin: 0;
	padding: 6px 10px;
	text-decoration: none;
	outline: 0;
	-webkit-border-radius-topleft: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
}
	
#pages a:hover {
	background: #999999;
	color: #000;
	text-decoration: underline;
}
	
.current_page_item a, .current_page_item a:hover {
	background: #fff !important;
	color: #000 !important;
	text-decoration: none !important;
}
		
/* the content */

#content_wrapper {
	width: 750px;
	display: block;
	float: left;
	background: #fff;
	padding: 20px 20px 20px 25px;
	margin: auto;
}

#content {
	float: left;
	width: 545px;
	margin-right: 25px;
	text-align: left;
}

#content h1 {
	font: 20px/1.5em Georgia, "Times New Roman", Times, serif;
	font-weight: 700;
	color: #325b0a;
}

#content h2 {
	font: 16px/1.5em Georgia, "Times New Roman", Times, serif;
	font-weight: 700;
	margin-left: 0;
}

#content p {
	font: 13px/1.5em Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 0;
	padding: 5px 0 5px 0;
	line-height: 1.7em;
}

#content a {
	font: 13px/1.5em Georgia, "Times New Roman", Times, serif;
	color: #990000;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

ul.list {
	font: 13px/1.5em Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	list-style: none;
	padding: 3px 0 3px 0;
	margin-left: 20px;
	text-indent: -10px;
}

ul.list li {
	padding: 1px 0 1px 0;
}
/*
ol.publist {
	font: 11px/1.6em Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-left: 30px;
	text-indent: -5px;
}

ol.publist li {
	padding: 1px 0 1px 0;
}

#content ol.publist li a {
	font-size: 11px;
	color: #000;
	text-decoration: none;
}

#content  ol.publist li a:hover {
	text-decoration: underline;
}
*/
ul.publist {
	font: 11px/1.6em Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-indent: -24px;
}

ul.publist li {
	padding: 1px 0 1px 0;
	margin: 0 10px 0 -5px;
	list-style: none;
}

#content ul.publist li a {
	font-size: 11px;
	color: #000;
	text-decoration: none;
}

#content  ul.publist li a:hover {
	text-decoration: underline;
}

#content_contact {
	width: 35%;
	float: left;
}

#content_email {
	width: 60%;
	float: left;
	margin-top: 70px;
	padding: 15px 10px 10px 10px;
	border: 1px #BBD9EE dashed;
	background: #EBF4FA url('../img/email_open.gif') no-repeat 97% 3%;
}

#content_email_fail {
	width: 60%;
	float: left;
	margin-top: 70px;
	padding: 15px 10px 10px 10px;
	border: 1px #DBCF71 dashed;
	background: #F0EAC2 url('../img/email_open.gif') no-repeat 97% 3%;
}

#content_email p {
	font: 12px/1.5em Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

#content_email form {
	font: 12px/1.5em Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-align: center;
}

#content_email .submit{
	font: 12px/1.5em Georgia, "Times New Roman", Times, serif;
}


#content_email_fail p {
	font: 12px/1.5em Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

#content_email_fail form {
	font: 12px/1.5em Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-align: center;
}

#content_email_fail .submit{
	font: 12px/1.5em Georgia, "Times New Roman", Times, serif;
}

#content .image{
	width: 106px;
	float: right;
	margin: 15px;
}

.content_notice {
	width: 70%;
	margin: 0;
	padding: 10px;
	border: 1px #BBD9EE dashed;
	background: #EBF4FA;
	font: 11px/1.5em Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.content_notice p {
	font: 11px/1.5em Arial, Helvetica, sans-serif;
	font-weight: normal;
}

/* the sidebar */

#sidebar {
	float: left;
	width: 180px;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #fff url('../img/sidebar/sidebar_bg.gif') repeat-y;
}

#sidebar_header {
	width: 180px;
	height: 25px;
	float: left;
	display: block;
	background: url('../img/sidebar/sidebar_hd.gif') no-repeat;
	margin: 0;
	padding: 0;
}

#sidebar_header h1 {
	margin: 3px 3px 3px 5px;
	font: 11px/1.5em Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #fff;
}

#sidebar_header h1 img {
	vertical-align: text-bottom;
	margin-right: 3px;
	border: 0;
}

#sidebar_content {
	width: 180px;
	float: left;
	display: block;
}

#sidebar_content ul {
	font: 11px/1.4em Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0;
	padding: 7px;
}

#sidebar_content ul li {
	padding: 5px 0 0 0;
	margin-left: 7px;
	list-style: none;
}

#sidebar_content ol {
	font: 9px/1.4em Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0 10px;
	padding: 7px;
	list-style: none;
}

#sidebar_content ol li {
	padding: 10px 0 0 0;
	margin-left: 0px;
}

#sidebar_content a {
	font: 11px/1.4em Arial, Helvetica, sans-serif;
	color: #325b0a;
	text-decoration: none;
}

#sidebar_content a:hover {
	text-decoration: underline;
}

#sidebar_spacer {
	width: 180px;
	height: 7px;
	float: left;
	background: #fff;
}

.crest {
	position: relative;
	float: left;
	left: 20px;
	bottom: 100px;
	width: 62px;
	height: 101px;
	background: #fff url('../img/yorkcrest.gif') no-repeat;
}

/* the footer */

#footer {
	width: 795px;
	height: 21px;
	float: left;
	display: block;
	background: #666 url('../img/footer.gif') no-repeat;
	margin: 0 auto 20px 0;
}

/* Text align */
.center {
	text-align: center;
}
	
.alignright {
	text-align: right;
}

.alignleft {
	text-align: left;
}




