/* @group reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

ol,ul {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
}

/* @end */

/* @group layout */

/* @group overall */

html {
	background: #eee;
}
body {
	background: url(/stylesheets/design_images/42/body.gif) top left repeat-y;
	width: 955px;
	margin: 0;
}
#header {
	background: #fff url(/stylesheets/design_images/42/header.gif) no-repeat 31px 178px;
	margin: 0 45px 0 45px;
	float: left;
	display: inline;
}

#header h1 {
	width: 225px;
	height: 128px;
	background: url(/stylesheets/design_images/42/title.gif) top left no-repeat;
	margin-top: 20px;
	text-indent: -10000px;
	font-size: 1em;
	float: left;
}
#header h1 a {
	display: block;
	height: 42px;
	margin-top: 61px;
	width: 194px;
	margin-left: 8px;
}
#header h1 a:hover {
	background: none;
}

#header_images {
	height: 235px;
	width: 640px;
	float: left;
}

/* @group main menu */

#main_menu {
	width: 560px;
	background: url(/stylesheets/design_images/42/main_menu.gif) bottom left no-repeat;
	margin-left: 225px;
	float: left;
	display: inline;
	padding-bottom: 10px;
	padding: 0 40px 10px 40px;
}
* html #main_menu {
	width: 640px;
	w\idth: 560px;
}
#main_menu li {
	float: left;
	margin-right: 5px;
	border-bottom: 10px solid #DDE7FA;
}
#main_menu li * {
	display: block;
}
#main_menu li a span,
#main_menu li span span {
	padding: 2px 10px;
	font-size: 120%;
	font-weight: bold;
}
#main_menu li.current {
	background-color: #489722;
	color: white;
	border-bottom-color: #3e8921;
}
#main_menu li.current span {
	background: url(/stylesheets/design_images/42/main_menu_tab_left.gif) top left no-repeat;
}
#main_menu li.current span span {
	background: url(/stylesheets/design_images/42/main_menu_tab_right.gif) top right no-repeat;
}
#main_menu li a {
	text-decoration: none;
	color: black;
}
#main_menu li a:hover {
	color: #489722;
	background: none;
}

/* @end */

#main {
	clear: both;
	width: 955px;
}

#content {
	width: 600px;
	float: right;
	color: #3c4d66;
	padding-right: 65px;
}
* html #content {
	width: 665px;
	w\idth: 600px;
}

#sidebar {
	width: 245px;
	float: right;
}

#sidebar .zone {
	margin-bottom: 2em;
	margin-right: 40px;
}

/* @group sidebar menus */

#sidebar .menu {
	margin-right: -30px;
}
#sidebar .menu li {
	margin-top: 2px;
	font-size: 120%;
}
#sidebar .menu li * {
	display: inline-block;
}
#sidebar .menu li * {
	display: block;
}
#sidebar .menu li a {
	cursor: pointer;
}
#sidebar .menu li.current {
	background: #C6D7FA url(/stylesheets/design_images/42/menu_current_side.gif) top right repeat-y;
}
#sidebar .menu li.current span {
	background: url(/stylesheets/design_images/42/menu_current_top.gif) top right no-repeat;
}
#sidebar .menu li.current span span {
	padding: 5px 35px 5px 15px;
	background: url(/stylesheets/design_images/42/menu_current_bottom.gif) bottom right no-repeat;
}
#sidebar .menu li a {
	margin-right: 20px;
	text-decoration: none;
	color:black;
	background: url(/stylesheets/design_images/42/menu_top.gif) top left no-repeat;
}
#sidebar .menu li a:hover {
	margin-right: 0;
	background-position: top right;
}
#sidebar .menu li a span {
	padding: 5px 15px 5px 15px;
	background: url(/stylesheets/design_images/42/menu_bottom.gif) bottom left no-repeat;
	color: #516bc2;
}
#sidebar .menu li a:hover span {
	background-position: bottom right;
	color: black;
}




/* @end */
#footer {
	clear: both;
	background: #eee url(/stylesheets/design_images/42/footer.gif) top left no-repeat;
	padding: 50px 45px 20px 45px;
	text-align: center;
	width: 865px;
}
* html #footer {
	width: 955px;
	w\idth: 865px;
}

img.right,
#content p img.right {
	float: right;
	margin: 1em 0 1em 10px;
}

img.left,
#content p img.left {
	float: left;
	margin: 1em 10px 1em 0;
}
#content table td {
	padding: 0 1em .25em 0;
}
#content .right {
	float: right;
}
#content div.right {
	font-size: 90%;
	background: #b6cbfa;
	padding: 0 10px;
	margin-right: 40px;
	display: inline;
}
#content div.right p {
	margin: 0 20px 1em 20px;
}
#content iframe {
	margin-left: 90px;
}

/* @end */

/* @group calendar */

div.calendar.nav {
	float: right;
}
#content table.calendar {
	width: 600px;
	border-collapse: collapse;
	line-height: 1.1;
}
#content table.calendar td {
	font-size: 85%;
	border-left: 1px solid black;
	border-right: 1px solid black;
	width: 14%;
	padding: 0 2px;
	color: black;
	background-color: #f4f7ff;
}
#content table.calendar td.outside {
	color: #9bafdb;
	background: #dde7fa;
}
#content table.calendar tr.label td.outside {
	font-size: 70%;
}
#content table.calendar tr.label td {
	border-top: 1px solid black;
	padding-bottom: 4px;
}
#content table.calendar td.last {
	border-bottom: 1px solid black;
	padding-bottom: 15px;
}
#content table.calendar div.event a {
	display: block;
	padding: 5px 3px;
	margin: 1px;
	color: white;
	text-decoration: none;
}
#content table.calendar .event a:hover {
	background: black;
}
table.calendar .c1 a {
	background-color: #175ab3;
}
table.calendar .c2 a {
	background-color: #489722;
}
table.calendar .c3 a {
	background-color: #4044b3;
}
table.calendar .c4 a {
	background-color: #1a843f;
}
table.calendar .c5 a {
	background-color: #8137a4;
}

.event .date {
	color: ;
	margin: 4px 0 4px 20px;
	font-size: 160%;
}


/* @end */

/* @group contact form */

div.contactform {
	margin: 20px 40px;
	border-top: 1px solid #003091;
}
.contactform form {
	padding: 10px 0;
}
.contactform div {
	padding: 10px 0 0 0;
}
.contactform input[type="text"] {
	width: 100%;
}
.contactform textarea {
	width: 100%;
	height: 10em;
}
.contactform.submission {
	border: none;
	background: #003091;
	padding: 10px;
	color: white;
	text-align: center;
}
.contactform label {
	display:block;
	color: #003091	;
	font-size: 90%;
	font-weight: bold;
}


/* @end */

/* @group blog */

.blog.post {
	margin-bottom: 2em;
}

.blog.post h2 a {
	color: #003091;
}
.blog.post h2 a:hover {
	color: white;
	background-color: #003091;
}
.blog.post .next {
	float: right;
}
#blog_nav {
	position: relative;
	margin-bottom: 20px;
	width: 600px;
}
#blog_nav div {
}
#blog_nav #newer_posts {
	width: 200px;
	z-index: 2;
	position: absolute;
	right: 0;
	text-align: right;
}
#blog_nav #older_posts {
	width: 200px;
	z-index: 2;
	position: absolute;
	left: 0;
}
#blog_nav #blog_archive {
	text-align: center;
}

.blog.post .published {
	color: #4e75c2;
	margin: 4px 0 0 30px;
	font-size: 90%
}


/* @end */

/* @group image */

#album_nav {
	float: right;
}
#album_nav div {
	display: inline;
}
#album_nav .next {
	margin-left: 10px;
}


/* @end */

/* @end */

/* @group typography */

html {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 90%;
	line-height: 1.5;
	color: black;
}

#header #tagline {
	color: #77a3e6;
	line-height: 1.1;
}

#footer {
	font-size: 80%;
	color: #4e75c2;
}

/* @group content */

#content h1 {
	margin: .5em 0 .25em 0;
	color: #003091;
	font: 180%/1 Georgia, "Times New Roman", Times, serif;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#content h2 {
	color: #003091;
	font: normal 160%/1 Georgia, "Times New Roman", Times, serif;
	margin: .5em 0 .25em;
}

#content h3 {
	margin: 1em 0 .25em 0;
	color: #003091;
	font: bold 135%/1 Georgia, "Times New Roman", Times, serif;
}

#content h4 {
	font-weight: bold;
	margin: 1em 0 .25em 0;
	line-height: 1;
	color: #003091;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#content h5 {
	margin: 1em 0 .25em 0;
	line-height: 1;
	color: #003091;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#content h6 {
	margin: 1em 0 .25em 0;
	line-height: 1;
	color: #003091;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#content p,
#content ul {
	margin: 0 40px 1em 40px;
}

#content ul li {
	list-style-type: disc;
	margin-left: 1em;
}

#content p img {
	display: block;
	margin: 20px auto;
}

div.image img {
	display: block;
	margin: 20px auto;
}

/* @end */

/* @group sidebar */

.sidebar {
	font-size: 90%;
	line-height: 1.2;
}
.sidebar p {
	margin: 0 0 .5em 0 ;
}
.sidebar .zone h2 {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: .25em;
	color: black;
}
.sidebar ul.blog_posts li,
.sidebar ul.calendar_events li {
	list-style-type: disc;
	list-style-position: inside;
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: .25em;
	color: #4e75c2;
}
.sidebar a {
	color: #4e75c2;
}

/* @end */

/* @group links */

a {
	color: #003091;
}

a:hover {
	color: white;
	background-color: #003091
	;
text-decoration:none;
}

a:visited {
	color: #4e75c2;
}

a:visited:hover {
	color: white;
}

/* @end */

strong {
	font-weight: bold;
	font-style: inherit;
}

#content strong {
	color: #000;
}

em {
	font-style: italic;
	font-weight: inherit;
}
div.blog_archive {
margin-left:20px;
}
#content h3.blog_archive {
font-weight:normal;
}

/* @end */

