@charset "UTF-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #EEEEEE;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: center; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.quote {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	text-align: right;
	padding: 0px 15px 0px 550px;
}

.menu {
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.menu a {
	text-decoration: none;
	color: #FFFFFF;
}
.menu a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

h1 {
	font-size: 16pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #336AAA;
}

h2 {
	font-size: 14pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #336AAA;
}

body {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

.footer {
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #336AAA;
}
.footer a {
	text-decoration: none;
	color: #336AAA;
}
.footer a:hover {
	text-decoration: underline;
	color: #336AAA;
}




.main {
	width:120px;
	border:1px white;
}

.month {
	background-color:#336AAA;
	font:bold 12px verdana;
	color:white;
}

.daysofweek {
	background-color:gray;
	font:bold 9px verdana;
	color:white;
}

.days {
	font-size: 9px;
	font-family:verdana;
	color:gray;
	background-color: white;
	padding: 1px;
}

.days #today{
	font-weight: bold;
	color: red;
}






.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.contact {
	margin: 0 0 0 2em;
}
.contact a {
	color: #000000;
}
.gallery {
	text-indent: -1em;
	margin: 10px 0 0 2em;
	color: #777777;
}
/*a {
	text-decoration: none;
	color: #777777;
}
a:hover {
	text-decoration: underline;
	color: #008800;
}*/
.location {
	margin: -12pt 0 12pt 0;
	font-size: 11pt;
	text-align: right;
}
.description {
	font-size: 10pt;
	margin: 6pt 0 6pt 0;
}
.grey {
	color: #777777
}
.green {
	color: #008800
}
.active {
	color: #000000;
	text-decoration: underline;
}

.highslide {
	cursor: url(js/hsgraphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 2px solid white;
}
.highslide:hover img {
	border: 2px solid gray;
}
.highslide-wrapper {
	background: white;
}
.highslide-image {
	border: 10px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 5px solid white;
    border-top: none;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(js/hsgraphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

a.highslide-full-expand {
	background: url(js/hsgraphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
