﻿body
{
	background-color: Black;
	color: White;
	margin: 0 0 0 0;
	height:100%;
	overflow:visible;
	font-family:Calibri, Arial, Helvetica, Verdana;
	font-size: Normal;
}

.pagewrapper
{
	width:100%;
	text-align:center;
}

.Menu1 {
padding-top:5px;
/* Since we aren't floating li in this example we don't have to set a height on the div */
}
.Menu1 ul {
margin: 0 0 5px 0; /* Just some margin to align the blue border below the menu */
padding: 0;
}
.Menu1 li {
display: inline; /* The menu is horizontally aligned using display: inline */
}

.MainTitle
{
  
  font-size:3.0em;
  color: White;
  text-align:center;
}

.GalleryPicNavigationButtons
{
	text-align: center;
}

.GalleryPic
{
	text-align:center;
}

.ContactPageWrapper
{
	text-align: center;
	width:420px;
	margin-left:auto;
	margin-right:auto;
	
}

.ContactPageText
{
	width: 420px;
}

.AboutUsMain
{
	width: 420px;
	text-align:justify;
	margin-left:auto;
	margin-right:auto;
}

.ContactPageBoxContent
{
	border-width: 1px;
	border-style: solid;
	border-color:White;
	width: 420px;
	text-align: left;
	padding: 5px 5px 5px 5px;
}

.ContactPageBoxContent input
{
	border-color:White;
	background-color: Black;
	border-style: solid;
	border-width: 1px;
	color: White;
	width: 299px;
}

.ContactPageBoxContent textarea
{
	border-color:White;
	background-color: Black;
	border-style: solid;
	border-width: 1px;
	color: White;
	width: 299px;
}

.ContactErrorElement
{
	text-align:center;
	color:Yellow;
}

.ContactPageSubmissionText
{
	color: Aqua;
}

.LeftSideColumn
{
	position: relative;
	float: left;
	width:27%;
	clear: both;
}

.RightSideColumn
{
	position: relative;
	width:71%;
}

.footermenu
{
	font-size: x-small;
	color: Gray;
	font-family: Arial, Helvetica, Sans-Serif, Verdana;
	clear:both;
	position:relative;
	bottom:0px;
	margin-left: auto;
	margin-right: auto;
}

.footermenu li
{
	direction: ltr;
}

.footermenu a 
{
	text-decoration:none;
	color: Gray;
}

.footermenu a:hover
{
	color: White;
}

.SiteMapContent
{
	margin-left:auto;
	margin-right:auto;
	width: 500px;
	text-align: left;

}

.SiteMapContent a 
{
	text-decoration:none;
	color: White;
}

.SiteMapContent a:hover
{
	color: Yellow;
}

.WebReferralContainer
{
	margin-left:auto;
	margin-right:auto;
}

.webreffooter {
	margin-left:10px;
	margin-right:10px;
	margin-bottom:0px;
	margin-top: 0px;
	border-bottom-width:0px;
	border-top-width:0px;
	overflow:hidden;
	text-align:center;
}

.webreffooter a 
{
    text-decoration:none;
}