body
{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #FFF;
	text-align: center;
}
.limitDiv
{
	width: 850px;
	margin: 0 auto;
	text-align: left;
}
.bannerArea
{
	background: #004238;
	position: relative;
	width: auto;
	padding: 35px 0;
}
.contactTable
{
	position: relative;
	z-index: 20;
}
.moto
{
	color: #19544B;
	position: relative;
	margin-top: -25px;
	height: 60px;
	text-align: right;
	z-index: 0;
	background: url(images/moto.png) no-repeat 50% 50%;
	background-size: 100%;
	width: 100%;
}
.banner
{
	height: 266px;
	width: 850px;
	background-color: #004238
	/*border: solid 2px #FFF*/
}
/*#home{background-image: url(images/Ancient_Map.jpg);}
#service{background-image: url(images/Ancient_Map.jpg);}
#about{background-image: url(images/Ancient_Map.jpg);}
#belize{background-image: url(images/Ancient_Map.jpg);}
#contact{background-image: url(images/Ancient_Map.jpg);}*/
.contactInfo, .contactInfo a:link,
.contactInfo a:active, .contactInfo a:visited
{
	color: #959595;
	text-decoration: none;
	font-size: 10.5pt;
	font-family: 'Century Gothic';
	/*font-weight: bold;*/
	text-transform: uppercase;
	padding: 0;
}
.contactInfo a:hover
{
	color: #FFF;
}
ul#main-menu {
	list-style-type:none;
	padding:0;
	margin:10px 0 0 0;
}
#main-menu li{
	list-style:none;
	display:inline;
	border-right:1px solid #959595;
	padding:0 8px ;
	margin:0;
	
}
#main-menu li:after{
	border-right:3px solid #959595;
	/*content:"|";
	font-size:18px;*/
	color: #959595;
	
}
#main-menu li:last-child{
	border:0;
	padding-right:0;
}
.linkCell
{
	/*border-right: solid #959595 3px;*/
	padding: 0;
	text-align: right;
}
.linkCell_noBorder
{
	border-right: none;
	padding: 0;
	padding-left: 16px;
	text-align: right;
}
.linkCell a:link, .linkCell_noBorder a:link,
.linkCell a:visited, .linkCell_noBorder a:visited
{
	color: #959595;
	text-decoration: none;
	font-size: 15px;
	font-family: 'Century Gothic';
	text-transform: uppercase;
	/*font-weight: bold;*/
}
.linkCell a:hover, .linkCell_noBorder a:hover
{
	color: #FFF;
}
.linkCell a:active, .linkCell_noBorder a:active
{
}
.contentArea
{
	padding-top: 15px;
	margin-bottom:  25px;
	background: url(images/contentBG.jpg) repeat-x;
	color: #333333;
	font-family: 'Century Gothic';
	font-size: 11pt;
	text-align: left;
}
.contentArea table
{
	color: #333333;
	font-family: 'Century Gothic';
	font-size: 11pt;
	text-align: left;
	margin-bottom: 15px;
}

.contentArea h1
{
	font-family: 'Century Gothic';
	text-transform: uppercase;
	font-size: 25pt;
	font-weight: normal;
	letter-spacing: 3px;
	margin: 0;
	margin-bottom: 15px;
	color: #004238;
}
.contentArea h2
{
	text-transform: capitalize;
	font-family: 'Century Gothic';
	font-size: 16pt;
	font-weight: normal;
	color: #004238;
	margin-top: 0.9em;
	margin-bottom: 0.3em;
}
.contentArea p
{
	margin-top: 0;
	font-family: 'Century Gothic';
	text-align: justify;
}
.contentArea ul
{
	margin: 0;
	padding: 0;
	padding-left: 20px;
}
.contentArea h2 a:link{
	text-decoration:underline;
}
.contentArea h2 a:hover,.contentArea h2 a:active{
	text-decoration:none;
}
.vertical
{
	width: 200px;
	vertical-align: top;
}
.contactForm
{
	font-family: 'Century Gothic';
	text-transform: uppercase;
	color: black;
	font-size: 8pt; 
	font-weight: normal; 
	text-decoration: none;
}
.contactForm input, .contactForm textarea
{
	font-family: 'Century Gothic';
}
.contactForm input{
	width:250px;
	
}
.contactForm table
{
	background: none;
	margin-top: 20px;
}
.contactForm th
{
	text-align: left; 
	font-size: 8pt;
	font-weight: normal;
}
.contactForm .note
{
	text-align: left; 
	font-size: 0.8em;
	color: red;
	font-weight: normal;
	text-transform: none;
}
a:link, a:hover, a:active, a:visited
{
	color: #007967;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
/*.linkCell a:visited
{
	color: #C8C8C8;
	text-decoration: underline;
}*/
.hide
{
	display: none;
}