@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: #FDF9F5;
	margin: 0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 700px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align:left;
	overflow: hidden;
}
td img {
/* Another Mozilla/Netscape bug with making sure our images display correctly */
	display: block;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
}

#topbanner {
	width: 700px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
}
	
#nav, #nav ul {
	width: 700px;
	height: 29px;
	background-color: #666666;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	list-style: none;
}

#nav a {
	display: block;
	height: 21px;
}

#nav a:link, #nav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#nav a:hover {
	color: #e9c0a5;
	text-decoration: none;
}

#nav li {
	float: left;
	width: 10em;
	text-align: left;
	padding-top: 8px;
	list-style-type: none;
}

#nav li.first {
	float: left;
	width: 10em;
	text-align: left;
	padding-left: 45px;
	padding-top: 8px;
	list-style-type: none;
}

#nav li.long {
	float: left;
	width: 18em;
	text-align: left;
	padding-top: 8px;
	list-style-type: none;
}

#nav li ul {
	position: absolute;
	height: auto;
	width: 12em;
	left: -999em;
	vertical-align:middle;
	padding: 4px;
}

#nav li ul.classes {
	position: absolute;
	height: auto;
	width: 13em;
	left: -999em;
	vertical-align:middle;
	padding: 4px;
}

#nav li:hover ul, #nav li.sfhover ul {
	position: absolute;
	left: auto;
	background-color:#ffffff;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
}

#nav li ul a:link, #nav li ul a:visited {
 	color: #666666;
	position: relative;
}
 
#nav li ul a:hover {
	color: #e9c0a5;
	position: relative;
}

#nav li ul li {
	float: left;
	text-align: left;
	height: 14px;
	padding:5px 25px 5px 5px;
}

.dojo_body #greenbox {
	width: auto;
	background: #D1E8C5;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	height: auto;
	border-width: 1px;
	border-style: none solid solid solid;
	border-color: #666666;
	margin: 0 auto;
	padding: 0;
}
.dojo_body #whitebox {
	width: auto;
	padding: 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	height: auto;
	margin: 12px;
}
.orangebox {
	padding: 15px;
	width: 73%;
	background-color: #F5FAF7;
	border-width: 1px;
	border-style: solid;
	border-color: #CD6632;
	vertical-align: top;
}
.addressbox {
	padding: 25px 15px 15px 15px;
	height:85px;
	background-color: #F5FAF7;
	border-width: 1px;
	border-style: solid;
	border-color: #CD6632;
	vertical-align: top;
	text-align: center;
	margin-bottom: 10px;
}
.lotusbox {
	padding: 15px;
	background-color: #F5FAF7;
	border-width: 1px;
	border-style: solid;
	border-color: #CD6632;
	vertical-align: top;
}
a:link {color:#CD6632; text-decoration:none;
}
a:visited {color:#CD6632; text-decoration:none;
}
.pagetitle {
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
.lotus {
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 20px;
}
.imageleft {
	padding: 0px;
	margin-right: 12px;
	margin-bottom: 12px;
}
.imageright {
	padding: 0px;
	margin-bottom: 12px;
	margin-left: 12px;
}
.calendar_container {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}
.calendar_weekday {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CD6632;
	text-align: center;
	vertical-align: middle;
	height: 25px;
	width: 57px;
	margin: 0px;
	padding: 0px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	font-weight: bold;
}
.calendar_activity {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: left;
	vertical-align: top;
	width: 57px;
	margin: 0px;
	padding: 2px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.calendar_weekdaySun {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CD6632;
	text-align: center;
	vertical-align: middle;
	height: 25px;
	width: 57px;
	margin: 0px;
	padding: 0px;
	border: thin solid #666666;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
}
.calendar_activitySun {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: left;
	vertical-align: top;
	width: 57px;
	margin: 0px;
	padding: 2px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.graybox {
	padding: 15px;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	text-align: center;
}
.special_event {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #007B76;
}
table {
	margin: 0 auto;
	padding: 0;
}
li {
	list-style-type: square;
	}
.graybox_gift {
	padding: 15px;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	text-align: center;
	margin-bottom: 10px;
}
