/* CSS Document */

body {
	margin: 0px;
	margin-top:30px;
	color: #000000;
	background-color:#f0f0f0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}
.topBackground {
	background-image: url(../images/header.jpg);
}
.menuBackHome {
	background-image: url(../images/menuback-home.jpg);
}
.menuBackMenu {
	background-image: url(../images/menuback-menu.jpg);
}
.menuBackFindUs {
	background-image: url(../images/menuback-findus.jpg);
}
.menuBackAttractions {
	background-image: url(../images/menuback-attractions.jpg);
}
.menuBackContact {
	background-image: url(../images/menuback-contact.jpg);
}
.leftBackground {
	background-image: url(../images/left.jpg);
	background-repeat:repeat-y;
	background-position:top;
}
.rightBackground {
	background-image: url(../images/right.jpg);
	background-repeat:repeat-y;
	background-position:top;
}
.contentTable {
	background-image: url(../images/logo-background.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}

.topSpacer {
	height: 30px;
}
.topRowSpacer {
	height: 100px;
}
.leftColSpacer {
	width: 48px;
}
.widthSpacer2 {
	width: 2px;
}
.widthSpacer4 {
	width: 4px;
}
.widthSpacer6 {
	width: 6px;
}
.widthSpacer10 {
	width: 10px;
}
.widthSpacer15 {
	width: 15px;
}
.widthSpacer24 {
	width: 24px;
}
.widthSpacer56 {
	width: 56px;
}
.widthSpacer150 {
	width: 140px;
}
.heightSpacer2 {
	height: 2px;
}
.heightSpacer4 {
	height: 4px;
}
.heightSpacer6 {
	height: 6px;
}
.heightSpacer10 {
	height: 10px;
}
.heightSpacer20 {
	height: 20px;
}
.heightSpacer26 {
	height: 26px;
}
.heightSpacer40 {
	height: 40px;
}
.heightSpacer70{
	height: 70px;
}
.heightSpacer100{
	height: 100px;
}
.heightSpacer150{
	height: 150px;
}
.heightSpacer210{
	height: 210px;
}
.heightSpacer300 {
	height: 300px;
}
.shadowSpacer {
	width: 8px;
	height: 8px;
}

.bottomRow {
	background-color: #3A5B8C;
}
.homeText{
	color: #000000;
	text-align: justify;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
}
.jobsArea{
	color: #dddddd;
	text-align: left;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.mainText{
	text-align: center;
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
}
.mainTextLeft{
	margin-top: 25px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	text-align: left;
}
.contactFormText{
	text-align: left;
	font-size: 15px;
	margin-left: 150px;
	margin-right: 15px;
	vertical-align: top;
}
.TextBox{
	text-align: left;
	width: 280px;
	font-size: 12px;
}
.TextArea {
	text-align: left;
	width: 280px;
	font-size: 12px;
}
.contactFormBox1{
	text-align: left;
	width: 257px;
	margin-left: 36px;
}
.menuText {
	font-size: 15px;
	text-align: left;
	color: #ffffff;
	vertical-align:top;
}
.menuTextSelected {
	color: #2d552d;
	font-weight:bold;
}
.menuSubText {
	font-size: 10px;
	text-align: left;
	color: #ffffff;
	vertical-align: top;
	margin-left: 20px;
}
.menuSubTextSelected {
    font-size: 10px;
	text-align: left;
	color: #FFFF00;
	vertical-align: top;
	margin-left: 20px;
}
.menuBackground {
	background-image: url(/IMAGES/menu-btm.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#ffffff;
}
.headingText {
	font-size: 15px;
	text-align: left;
	color: #444444;
	vertical-align:top;
	font-weight:bold;
}

.footerText {
	font-size: 14px;
	text-align: center;
	color: #2d552d;
	margin-top: 10px;
	background-color:#f0f0f0;
}
.footerSubText {
	font-size: 12px;
	text-align: center;
	color: #b0a782;
	margin-top: 5px;
	background-color:#f0f0f0;
}



.menuText a:link {
	color:#ffffff;
	text-decoration: none;
}
.menuText a:visited {
	color:#ffffff;
	text-decoration: none;
}
.menuText a:hover {
	color: #6f996f;
	text-decoration: none;
}
.menuText a:visited:hover {
	color: #6f996f;
	text-decoration: none;
}
.menuText a:active {
	color: #ffffff;
	text-decoration: none;
}

.menuSubText a:link {
	color:#FFFFFF;
	text-decoration: none;
}
.menuSubText a:visited {
	color:#FFFFFF;
	text-decoration: none;
}
.menuSubText a:hover {
	color: #FFFF00;
	text-decoration: none;
}
.menuSubText a:visited:hover {
	color: #FFFF00;
	text-decoration: none;
}
.menuSubText a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.footerSubText a:link {
	color:#b0a782;
	text-decoration: none;
}
.footerSubText a:visited {
	color:#b0a782;
	text-decoration: none;
}
.footerSubText a:hover {
	color:#2d552d;
	text-decoration: none;
}
.footerSubText a:visited:hover {
	color:#2d552d;
	text-decoration: none;
}
.footerSubText a:active {
	color: #b0a782;
	text-decoration: none;
}




