/* CSS Document */

/* CSS Document */
/*  RESET  */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td {	vertical-align: top;
}
/*  End RESET */

body {
	background: #C8CFC7;
}
.header {
	background: url(Images/floor.jpg) no-repeat;
	height: 294px;
	width: 826px;
	margin-right: auto;
	margin-left: auto;
	font: bold 1em Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

#wrapper {
	background: #FFFFFF;
	width: 826px;
	border: 10px solid #4F328F;
	margin: 10px auto;
}
#wrapper .top {
	background: #93A190;
	height: 140px;
}
.top .logoicon {
	padding-left: 8px;
	padding-top: 5px;
}

.top p {
	padding-top: 30px;
	padding-bottom: 20px;
	color: #FFFFFF;
	float: right;
	width: 315px;
	font: bold 1.1em Arial, Helvetica, sans-serif;
}




.header img {
	position: relative;
	left: 70px;
	top: 40px;
	border: 4px solid #0E0F0A;
	height: 130px;
	width: 406px;
}
.header p {
	clear: both;
	position: relative;
	top: 70px;
	padding-right: 50px;
	padding-left: 140px;
}
#nav {
	background: #808F7C;
	clear: both;
	padding-left: 12px;
	height: 30px;
	font: .88em Arial, Helvetica, sans-serif;
}
#nav ul {
	padding: 0 0 0 10;
	margin: 0
	list-style-type: none;
	background: #808F7C;
}

#nav li {
  float: left;
  padding: 10 0 0;
  width: 118px;
  margin-top: 0;
  margin-bottom: 0;
  border-right: 1px solid #697766;
  border-left: 1px solid #697766;
  margin-right: 10px;
  height: 30px;
  text-align:center;
}
#nav li a {
	display: block;
	padding: 7px 10px 0px;
	color: #fff;
	text-decoration: none;
	background: #808F7C;
	height: 22px;
} 
#nav a:hover {
	color: #B1C13A;
	background: #697766;
}

#nav li ul {
	position: absolute;
	left: -999em;
	width: 180px;
	background: #93A190;
}
#nav li ul li{

	width: 180px;

}

#nav li:hover ul {
	left: auto;
}

#wrapper .main {
	font-family: Arial, Helvetica, sans-serif;
	padding: 10px;
}
.main h1 {
	font-size: 2.5em;
	color: #4F328F;
	font-style: italic;
	padding-left: 46px;
	z-index: 5;
	padding-bottom: 20px;
	padding-top: 10px;
}
.main .intro {
	float: right;
	width: 305px;
	margin-bottom: 10px;
	margin-right: 30px;
	margin-top: 15px;
}
#wrapper .main .intro img {
	margin-left: 44px;
}

.main .intro p {
	margin-bottom: 5px;
	font-size: .85em;
}

.leftquote {
	float: left;
	width: 372px;
	clear: both;
	background: #E4E8E3;
	border-right: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
	border-left: 1px solid #DFDFDF;
	margin-bottom: 5px;
	padding-bottom: 10px;
}
.quote {
	float: left;
	width: 365px;
	padding: 5px;
	margin-bottom: 10px;
	height: 130px;
	color: #4F328F;
	font-size: 0.9pc;
	margin-top: 5px;
	
}
.rightquote {
	float: right;
	width: 372px;
	background: #E4E8E3;
	border-right: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
	border-left: 1px solid #DFDFDF;
	margin-bottom: 5px;
	padding-bottom: 10px;
}

.leftquote h2 {
	font-size: 2em;
	color: #FFFFFF;
	font-style: italic;
	background: #4F328F;
	padding-left: 30px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: -1px;
	margin-left: -1px;
}

.leftquote .quote img {
	float: left;
	border: 2px solid #93A190;
	margin-right: 10px;
	padding: 0px;
}

.rightquote h2 {
	font-size: 2em;
	color: #FFFFFF;
	font-style: italic;
	background: #4F328F;
	padding-left: 30px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: -1px;
	margin-left: -2px;
}

.rightquote .quote img {
	float: right;
	border: 2px solid #93A190;
	padding: 0px;
	margin-left: 10px;
}
.rightquote .quote {
	text-align: right;
}

.quote p {
	margin-top: 10px;
}
td li {
	font: .70em Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	list-style-type: none;
}
.prev {
	font-family: Arial, Helvetica, sans-serif;
}
.main .prev .midpoint {
	background: #E4E8E3;
	text-align: center;
	padding: 5px;
	margin-top: 5px;
}
.indent92 {
	margin-left: 92px;
}
.indentR92 {
	margin-right: 92px;
}

.indent46 {
	margin-left: 46px;
}
.clear {
	clear: both;
	height: 1%;
	width: 100%;
}
.indent102 {
	margin-left: 92px;
}
.main h2 {
	color: #A6B246;
	font-size: 1.5em;
	font-style: italic;
	font-weight: 600;
	margin-bottom: 10px;
}
.diamonds li{
	margin-left: 48px;
	background: url(Images/diamond.gif) no-repeat;
	padding-left: 27px;
	padding-top: 2px;
	padding-bottom: 10px;
}

.diamonds2 li{
	margin-left: 0px;
	background: url(Images/diamond.gif) no-repeat;
	padding-left: 22px;
	padding-top: 2px;
	padding-bottom: 10px;
	width: 342px;
}
.width286 {
	float: left;
	width: 286px;
	margin-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.width286 li {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 0.88em;
}



.main .intro .larger {
	font-size: 1.13em;
}
.plus {
	background: #E4E8E3;
	padding: 10px 0px 0px 10px;
	margin-right: 92px;
	border: 1px solid #C8CFC7;
	margin-left: 92px;
}
.dateshours {
	font-size: 1.13em;
	width: 260px;
	clear: right;
	margin-right: auto;
	margin-left: auto;
}
.dateshours td {
	font-size: 0.75em;
	padding: 3px 1px 3px 4px;
}
.dateshours h3 {
	background: #899630;
	margin-top: -2px;
	margin-left: -5px;
	padding: 10px;
}

.dateshours table {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 2px solid #B7C64F;
}
.dateshours th {
	font-size: .88em;
	font-weight: bold;
	text-align: left;
	background: #B7C64F;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}
.homex {
	width: 180px;
	float: left;
	margin-left: 10px;
	color: #4F328F;
	background: #E4E8E3;
	height: 70px;
	font-weight: 700;
	font-size: 1.2em;
	font-style: italic;
	text-align: center;
	vertical-align: middle;
	line-height: 1.2em;
	padding: 5px;
	margin-bottom: 15px;
}

