//* Main content */
html {
overflow:hidden;
}

body{margin:10px;font:11px Verdana, Arial, Helvetica, sans-serif;color:#333;line-height:1.6;overflow:hidden;}
td p {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	line-height:1.6;
	font-weight: normal;
	text-align: left;
}
ul{
	margin:0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
}
/* Main Link Properties */
A:link {
	color: #333;
	text-decoration: none;
}
A:visited {
	color: #333;
	text-decoration: none;
}
A:active {
	color: #333;
	text-decoration: none;
}
A:hover {
	color:#C60;
	text-decoration: underline;
}

/* Top navbar */
div#topnav
{
	background-color: #666;
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
}
div#topnav ul
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: white;
	text-align: left;
	margin: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0px;
	line-height:1.3;
	font-weight: bold;
}
div#topnav ul li
{
display: inline;
}
div#topnav ul li a
{
padding: 5px 10px 5px 10px;
color: white;
text-decoration: none;
border-left: 1px solid #fff;
border-right: 1px solid #fff;
margin-right: -1px;
}
div#topnav ul li a:hover
{
	background-color: #C60;
	color: white;
}

/* Left properties */
.leftSide ul li{
	list-style:none;
	line-height:12px;
	color: #090;
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.date {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}

.leftSide h2 {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #666;
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
	padding: 5px;
}

.leftSide ul {
	padding-left: 5px;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	font-size: 11px;
	line-height: 12px;
}


/* Titles */
h1 {
	font-size: 12px;
	font-family : Verdana,Arial,sans-serif;
	font-weight : bold;
	padding: 5px;
	background-color: #999;
	border-bottom: 1px dotted #CCC;
	color : #FFF;
	margin-top:0px;
	margin-bottom:0px;
}

h2 {
font-size: 12px;
	font-family : Verdana,Arial,sans-serif;
	font-weight : bold;
	padding-top: 5px;
	border-bottom: 1px dotted #999;
	color : #333;
	margin-right: 4px;
	text-align:left;
}

h3 {
	font-size: 12px;
	font-family : Verdana,Arial,sans-serif;
	font-weight : bold;
	padding: 5px;
	background-color: #999;
	border-bottom: 1px dotted #CCC;
	color : #FFF;
	margin-top:0px;
	margin-bottom:0px;
}

h4 {
	font-size: 12px;
	font-family : Verdana,Arial,sans-serif;
	font-weight : bold;
	padding: 5px;
	color : #C60;
}

h5 {
	font-size: 10px;
	font-family : Verdana,Arial,sans-serif;
	font-weight : normal;
	padding: 0px;
	border-bottom: 1px dotted #CCC;
	color : #333;
	margin-top:0px;
	background-color: #999;
}
/* Gray cell backgrounds */
td.gray{
background-color:#CCC;
}

/* Horizontal rule */
hr {
height: 0;
border-width: 1px 0 0 0;
border-style: solid;
border-color: #e69d01;
}
.location {
	font-size: 14px;
	font-weight: bold;
	color: #C60;
	font-family: "Century Gothic";
}
.frontwording {
	color: #090;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
.frontwording2 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}



.costdesc {
	font-style: italic;
	color: #C60;
	font-weight: bold;
}

.photodesc1 {
	font-style: italic;
	color: #C60;
	font-weight: bold;
	font-size: 11px;
	

.photodesc2 {
	font-style: italic;
	color: #666;
	font-weight: bold;
	font-size: 10px;
	font-family: "Century Gothic";
}
.tan {
	font-style: italic;
	color: #C60;
	font-weight: bold;
	font-size: 12px;
}
.opening {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
}
.green {
	color: #090;
}

/* Accordian Menu */
div#container h1.acc_trigger {
	padding: 0;
	margin: 0 0 5px 0;
	background: url(h1_trigger_a.gif) no-repeat;
	height: 26px;
	line-height: 26px;
	width: 200px;
	font-size: 14px;
	font-weight: normal;
	float: left;
}
div#container h1.acc_trigger a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 0 0 0 5px;
}
div#container h1.acc_trigger a:hover {
	color: #ccc;
}
div#container h1.active {background-position: left bottom;}
div#container .acc_container {
	margin: 0 0 5px;
	padding: 0;
	overflow: hidden;
	font-size: 14px;
	width: 200px;
	clear: both;
	background: #f0f0f0;
	border: 1px solid #d6d6d6;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
div#container .acc_container .block {
	padding: 5px;
.Easter {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #93F;
}

div#photograpah .photo {font-family: Verdana, Geneva, sans-serif;
	font-style: italic;
	color: #666;
	font-size: 14px;
	text-align: center;
}

.photo {font-family: Verdana, Geneva, sans-serif;
	font-style: italic;
	color: #666;
	font-size: 14px;
	text-align: center;}

.footer {
	color: #FFF;
}
}
