@charset "utf-8";

html {
	width: 100%;
	height: 100%
	}

body  {
	background-color: black;
	top:        0px;
	padding: 0;
	height: 100%;
	font-size: 62.5%; /*sets 1em = 10px */
	}
	
#mainWrapper {
	top: 50px;
	height: 46em;
	width: 76em;
	text-align: center;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	border: 6px solid #FFFFFF;
	background-color: #D6C48D;
	}

#bottomWrapper {
	height: auto;
	width: 76em;
	text-align: center;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	top: 7em;
	font-size: .9em;
	clear: none;
	}

img  {
	border: 0;
	}

.bkTopLeft {
	position: absolute;
	height: 8.6em;
	width: 4.4em;
	text-align: left;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	}
	
#vertStripe {
	position: absolute;
	height: 26em;
	width: 9.4em;
	background-color: #000000;
	margin: 0px;
	left: 4.4em;
	top: 0em;
	padding-top: 20em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
	
.bkTopRight {
	margin: 0px;
	height: 8.6em;
	width: 62.2em;
	position: absolute;
	left: 13.8em;
	top: 0em;
	padding: 0px;
}

#horizStripe {
	margin: 0px;
	height: 3em;
	width: 60.2em;
	position: absolute;
	left: 0em;
	top: 8.6em;
	background-color: #000000;
	padding-top: 1em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 15.8em;
}

.bkBottomLeft {
	position: absolute;
	height: 33.4em;
	width: 4.4em;
	text-align: left;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 12.6em;
	}
	
.bkRightSide {
	position: absolute;
	height: 31.2em;
	width: 2.2em;
	text-align: left;
	margin: 0px;
	padding: 0px;
	left: 73.8em;
	top: 12.6em;
	}
	
.bkBottom {
	position: absolute;
	height: 2.2em;
	width: 62.2em;
	text-align: left;
	margin: 0px;
	padding: 0px;
	left: 13.8em;
	top: 43.8em;
	}

.logo {
	position: absolute;
	height: 15.9em;
	width: 12.7em;
	text-align: left;
	margin: 0px;
	padding: 0px;
	left: 2.7em;
	top: 3em;
	z-index: 1000;
	}

.textLeft {
	position: absolute;
	height: 27.2em;
	width: 31em;
	left: 167px;
	top: 141px;
	text-align: center;
}

.textRight {
	position: absolute;
	height: 27.2em;
	width: 23em;
	left: 50em;
	top: 14em;
	margin: 0em;
	padding: 0em;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	line-height: 1.2em;
	font-weight: 900;
	text-align: left;
	font-style: italic;
	margin: 0em;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 1.1em;
	padding-left: 0em;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	line-height: 1.2em;
	font-weight: 900;
	text-align: left;
	font-style: italic;
	margin: 0em;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 1.1em;
	padding-left: 0em;
}

.rtHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	line-height: 1.2em;
	font-weight: 900;
	text-align: left;
	font-style: italic;
	margin: 0em;
	padding: 0em;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	line-height: 1.2em;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: left;
	margin: 0px;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 1.2em;
	padding-left: 0em;
}	
.left {
	float: left;
	padding-top: 0.6em;
	padding-right: 0.6em;
	padding-bottom: 0.6em;
	display: block;
}

.right {
	float: right;
	padding-top: 0.6em;
	padding-bottom: 0.6em;
	display: block;
	padding-left: 0.6em;
}

.picTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: normal;
	font-weight: 900;
	text-align: center;
	padding-top: 0.3em;
	display: block;
}


.home a {
	height: 2.2em;
	width: 5.7em;
	float: left;
	z-index: 11000;
}

.home a:link {
	background-image: url(images/smlbtn-home.gif);
	background-repeat: no-repeat;
	background-position: left center;
	z-index: 11000;
}

.home a:visited {
	background-image: url(images/smlbtn-home.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.home a:hover{
	background-image: url(images/smlbtn-rd-home.gif);
	background-repeat: no-repeat;
	background-position: left center;
		z-index: 11000;
}

.service a {
	height: 2.2em;
	width: 7.6em;
	float: left;
}

.service a:link {
	background-image: url(images/smlbtn-services.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.service a:visited {
	background-image: url(images/smlbtn-services.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.service a:hover{
	background-image: url(images/smlbtn-rd-services.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.menus a {
	height: 2.2em;
	width: 6.8em;
	float: left;
}

.menus a:link{
	background-image: url(images/smlbtn-menus.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.menus a:visited{
	background-image: url(images/smlbtn-menus.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.menus a:hover{
	background-image: url(images/smlbtn-rd-menus.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.policies a {
	height: 2.2em;
	width: 7.5em;
	float: left;
}

.policies a:link {
	background-image: url(images/smlbtn-policies.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.policies a:visited {
	background-image: url(images/smlbtn-policies.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.policies a:hover {
	background-image: url(images/smlbtn-rd-policies.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.gallery a {
	height: 2.2em;
	width: 6.9em;
	float: left;
}

.gallery a:link{
	background-image: url(images/smlbtn-gallery.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.gallery a:visited{
	background-image: url(images/smlbtn-gallery.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.gallery a:hover{
	background-image: url(images/smlbtn-rd-gallery.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
	
.event a {
	height: 2.2em;
	width: 14.6em;
	float: left;
}

.event a:link{
	background-image: url(images/smlbtn-hwy3.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.event a:visited{
	background-image: url(images/smlbtn-hwy3.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.event a:hover{
	background-image: url(images/smlbtn-rd-hwy3.gif);
	background-repeat: no-repeat;
	background-position: left center;
} 
	
.contact a {
	height: 2.42em;
	width: 8.8em;
	float: left;
}

.contact a:link{
	background-image: url(images/smlbtn-contact.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.contact a:visited{
	background-image: url(images/smlbtn-contact.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.contact a:hover{
	background-image: url(images/smlbtn-rd-contact.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#bottomWrapper  a:link {
	text-decoration: underline;
	color: #666666;
}	


#bottomWrapper a:hover {
	color: #666666;
	text-decoration: none;
}
.menu               {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.05em;
	line-height: 1.7em;
	font-style: normal;
	font-weight: 400;
	color: #000000;
	text-align: left;
	margin: 0px;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 1.2em;
	padding-left: 0em;
	text-decoration: none;
	list-style-position: inside;
}

.menu a:link {
	text-decoration: underline;
}
.menu a:visited {
	color: #999999;
}


.menu  a:hover  {
	text-decoration: none;
	}
