﻿
@charset "utf-8";
/* CSS Document */

.IconText {
	/* text below icons */
	font-family:Georgia;
	font-size:10px;
	color:#00653b;
}


/* All this is for the bottom footer text menu */
table.centerCss 	{	margin-left:auto; margin-right:auto; }
.FooterHref 		{	color:#006539;	text-decoration: none;}
.FooterTextSpan 	{	color:#006539;	text-decoration: none;}
.FooterTR 			{	font-size: large;}
.FooterText 		{	font-size: medium;	color:#00653b; text-align: center;	}
.FooterText 		{	font-size: medium;	color:#00653b; text-align: center;	}

a.FooterHref 		{	color:#006539;	text-decoration: none;}

#ImgPopMessage {
 padding-top:5px;
 position:absolute;
 display:none;
 width:100px;
}

#FbPopMessage {
 padding-top:5px;
 position:absolute;
 display:none;
 width:80px;
}

#WifiPopMessage {
 padding-top:5px;
 position:absolute;
 display:none;
 width:80px;
}

#CompPopMessage {
 padding-top:5px;
 position:absolute;
 display:none;
 width:80px;
}

body {
	margin:0;
	padding:0;
	background:white;
	font-family:Georgia;
	font-size:14px;
	color: #000000;
	line-height:18px;
}
a:link {
	color:#00653b;
}
a:hover {
	text-decoration:underline;
	color:#00653b;
}
img {
	border: none;
}
a {
	outline:none;
	color:#00653b;
}
#wrapper {
	width:1024px;
	margin-left: auto;
	margin-right:auto;
	padding:0;
	height:auto;
}
#wrapper_inner {
	width:1024px;
	height:339px;
	background-color:#00653b;
}
#header {
	width:1024px;
	height:155px;
}
#logo {
	background:url(../images/logo.jpg) no-repeat;
	height:101px;
	width:202px;
	float:left;
	margin-top:30px;
	margin-left:45px;
	display:block;
}
#top_right {
	margin-right:16px;
	width:312px;
	float:right;
}
#top_right_text {
	font-size:15px;
	text-transform: capitalize;
	color:#03653c;
	text-decoration:none;
	font-weight:bold;
	color:#00653b;
}
#top_right a {
	font-size:11px;
	text-transform:uppercase;
	color:#00653b;
	text-decoration:none;
	padding-left:3px;
	padding-right:3px;
}
#top_right a:hover {
	font-size:11px;
	text-transform:uppercase;
	color:#00653b;
	text-decoration:underline;
	padding-left:3px;
	padding-right:3px;
}
#top_right ul {
	margin:0;
	padding:0;
}
#top_right li {
	float: left;
	display:inline;
}
#left {
	float:left;
	width: auto;
	color:#fff;
}
#left a {
	color: #FFFFFF;
	text-decoration:none;
	line-height:22px;
}
#left a:hover {
	text-decoration:underline;
	color:#fff;
}
#left li {
	display: block;
	margin-left:10px;
}
#left strong {
	text-transform:uppercase;
}
#content {
	float:right;
	width:485px;
	height:300px;
	padding-top:40px;
	padding-left:100px;
	background-color:#00653b;
	color:#fffdfe;
}
#content p {
	text-align:justify;
	width:355px;
	line-height:22px;
}
#content_interior {
	background:white;
	float:right;
	padding-left:35px;
	width:619px;
	margin-right:77px;
	padding-bottom:25px;
}
#content_interior p {
	text-align: left;
	width:575px;
	line-height:20px;
	padding:0 0 10px 0;
	margin:0px;
}
#content_interior h1 {
	font-size:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#00653b;
	font-weight:bold;
	text-transformue 
	: capitalize;
	text-align:left;
	margin:0px;
	padding:10px 0;
}
#right_interior {
	float: right;
	width:289px;
}
#contact {
	color:#006539;
	font-weight:bold;
	margin-left:45px;
	margin-top:50px;
}
#contact a {
	color:#006539;
	text-decoration:none;
}
#contact a:hover {
	color:#015A3E;
	text-decoration:underline;
}
/* This controls the footer placement */



#footer {
	color:#006539;
	text-align:center;
	padding-top:10px;
	border:10px;
}

#icons {
	float:right;
	margin-right:20px;
	width:200px;
}

#BottomTable {
	text-align:center;	
}




