﻿@charset "utf-8";

body
		{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 62.5%;
		line-height: 1.35;
		}

body.mceContentBody
		{
		font-size: 69.5%;
		}

div#wideColumn
		{
		font-size: 1.2em;
		}

a
		{
		color: #b9121b;
		}

ul
		{
		list-style: square;
		margin-bottom: 20px;
		margin-left: 40px;
		}
div#wrapper img, body.mceContentBody img
		{
		float: right;
		clear: right;
		margin: 0 0 15px 15px;
		}

div#wrapper a.standardImage img, body.mceContentBody a.standardImage img
		{
		margin-left: 0px;
		float: none;
		clear: both;
		}

div#wrapper table img, body.mceContentBody table img {
	float: none;
	margin: 0;
	padding: 0;
}

div#wrapper div#smallColumn img
		{
		float: none;
		margin: 15px 0px;
		clear: both;
		}

p
		{
		margin-bottom: 20px;
		}
		
		p.eventList
				{
				margin-bottom: 7px;
				}

table td {
	vertical-align: top;
	padding: 0 15px 15px 0;
}

strong, .signature
		{
		font-weight: bold;
		}
		
		p.eventList strong
				{
				font-size: 1.07em;
				}

h1,
h2,
h3,
h4,
h5,
h6
		{
		color: #363636;
		margin-bottom: 10px;
		font-weight: bold;
		}

h1
		{
		font-size: 1.475em;
		}

h2
		{
		font-size: 1.3em;
		}

h3
		{
		font-size: 1.2em;
		color: #b9121b;
		}

h4
		{
		font-size: 1.1em;
		}

div.hr
		{
		background: url(../wsimages/hr_bg.gif) repeat-x #fff;
		height: 1px;
		overflow: hidden;
		margin-bottom: 20px;
		clear: both;
		}

h1#mainheader
		{
		background: url(../wsimages/mainheader_bg.png) no-repeat top left transparent;
		padding: 10px 10px 5px 10px;
		width: 612px;
		display: block;
		margin-bottom: 0px;
		}

h1.jsActivated
		{
		position: absolute;
		}

/* CALENDAR
------------------------------------------------------------ */

table#calendar
		{
		border-collapse: collapse;
		width: 100%;
		color: #bd8d46;
		background-color: #fcfae1;
		margin-bottom: 15px;
		}

table#calendar td, table#calendar th
		{
		text-align: center;
		vertical-align: middle;
		border: solid 2px #fff;
		height: 16px;
		line-height: 16px;
		padding: 0;
		margin: 0;
		height: 16px;
		}
		
		table#calendar td#today
				{
				color: #fff;
				background-color: #bd8d46;
				}
		
		table#calendar td a
				{
				background-color: #b9121b;
				color: #fff;
				display: block;
				font-weight: bold;
				text-decoration: none;
				font-size: 11px;
				}


table#calendar th
		{
		font-weight: bold;
		font-size: 1.1em;
		}

/* Footer
------------------------------------------------------- */
div#footer table
		{
		width: 100%;
		background-color: #F0F0F0;
		border-collapse: collapse;
		margin-bottom: 5px;
		padding-top: 5px;
		}

div#footer table td
		{
		width: 33%;
		border: solid 2px #fff;
		padding: 10px;
		}

div#footer table td strong
		{
		font-weight: bold;
		font-size: 1.075em;
		}

/* Testimonials
------------------------------------------------------- */
table.testimonial
		{
		width: 198px;
		overflow: hidden;
		float: right;
		clear: right;
		background: url(../wsimages/testimonial_bg.gif) repeat-y;
		border: 0;
		padding: 0;
		margin: 0 0 15px 15px;
		border-collapse: collapse;
		}
		
		table.testimonial td
				{
				padding: 0 3px 5px 3px;
				}
		
		td.testimonial_quote1
				{
				background: url(../wsimages/testimonial_quote1.gif) no-repeat right top;
				width: 21px;
				padding: 0;
				}

		td.testimonial_quote2
				{
				background: url(../wsimages/testimonial_quote2.gif) no-repeat left bottom;
				width: 21px;
				padding: 0;
				}

		table.testimonial tr.testimonial_top td
				{
				background: url(../wsimages/testimonial_top.gif) no-repeat;
				height: 10px;
				overflow: hidden;
				padding: 0;
				}
				
		table.testimonial tr.testimonial_bottom td
				{
				background: url(../wsimages/testimonial_bottom.gif) no-repeat bottom;
				height: 10px;
				overflow: hidden;
				padding: 0;
				}