body {
	text-align: center;
	font-family: "arial",helvetica,sans-serif;
/*	font-size: 13px; */
	background-color: rgb(50,50,50);
	background-image: url(img/fade.png);
	background-position: top LEFT;
	background-repeat: repeat-X;
	margin: 8px;
	padding: 0px;
}


.plain_text ul{
	list-style-type:circle;
/*	margin-left:10px;*/
	padding-left:35px;
	font-size: 12px;
}

.plain_text ul li{
	margin-bottom:2px;
	margin-left:none;
	padding-left:0px;
	font-size: 12px;
}


p{
	text-align:justify;
	font-size: 14px;
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:8px;
}

p + p{
	margin-top:0px;
	margin-bottom:10px;
}


h1 {
	font-size: 18px;
	font-weight: bold;
	color:#2F4F2F;
	margin-top:10px;
	margin-bottom:10px;
	padding-top:10px;
	padding-bottom:0px;
	text-align: left;
}

h2 {
	font-size: 20px;
	font-weight: bold;
	color:#2F4F2F;
	margin-top:10px;
	margin-bottom:10px;
	padding-top:10px;
	padding-bottom:0px;
}

h3 {
	font-size: 30px;
	font-weight: bold;
	font-family: "Times", "Times New Roman", serif;
	color:black;
	margin-top:10px;
	margin-bottom:5px;
	padding-top:10px;
	padding-bottom:0px;
}

h4{
	margin-left:20px;
	font-size: 18px;
	font-weight: bold;
	color:#2F4F2F;
	margin-top:10px;
	margin-bottom:10px;
	padding-top:10px;
	padding-bottom:0px;
	text-align: left;

}
a{
	text-decoration:underline;
	color:#003000;
}

a:hover{
	text-decoration:underline;
	color:#2F4F2F1;
}

img.floatLeft { 
	float: left; 
}

img, img a, img a:hover{
	margin:2px;
	border:none;
}

p.footer{
	text-align:center;
	font-size:10px;
	color:#846D7A;
	margin:7px;
}

p.title{
	font-size:18px;
	color:#999999;
	vertical-align:middle;
}

/* IDs */



#container{
	/*border-bottom: 2px solid #2F4F2F;*/
	margin-left: auto;
	margin-right: auto;
	width: 900px;
/*	background-color:white;*/
}

#header{
/*height:10px;*/
	padding:0;
/*	background-image: url(img/logo.png);
	background-repeat:no-repeat; */
}

#logo {
  margin: 0 auto;
  text-align: left;
  width:66px;

}

/*#header{
	height:30px;
  background:white;
	padding:0;
}*/

#navcontainer{
	font-size: 16px;
	font-weight: bold;
	font-family: "Times", "Times New Roman", serif;
	font-variant: small-caps;
	clear:left;
	position:relative;
	width:900px;
	height:40px;
   background-image: url(img/nav_bg.png);
	background-position: top left;

	/*border-top: none,*/
	border-bottom: 2px solid black;
	/*border-left: none;*/
	/*border-right: none;*/
}

#navigation{
	padding-top:15px;
	text-align:center;
}

#navigation ul, #navigation ul li
{
	top:0px;
	text-decoration:none;
	font-weight:bold;
	display: inline;
	margin-top: 10px;
	margin-left:0px;
	padding: 10px 10px 0px 10px;
}

#navigation a:link, #navigation a:visited
{
	color: #2F4F2F;
	text-decoration: none;
}

#navigation a:hover
{
	color: black;
	text-decoration: none;
}

#text{
	float:left;
  background-image: url(img/fade.jpg);
	background-repeat:repeat-x;
  background-color:white;
}

#homepage{
	float:left;
	/*background-image:url(img/homepage.jpg);*/
	background-position:top center;
   background-color:rgb(50,50,50);
   background-repeat:no-repeat;
   height:560px;
   width:100%;
}

#mainleft{
	float:left;
	text-align:center;
}

.small{
	width:300px;
}

.large{
	width:598px;
}

.full{
	width:100%;
}

.map{
	width:580px;
	padding-right:20px;
	padding-top:10px;
}

#mainleft p, #mainleft h1, #mainleft h2{
	padding-left:30px;
	padding-right:10px;
}

#mainleft ul{
	list-style-type:circle;
	margin-left:10px;
	padding-left:35px;
}

#mainleft ul li{
	margin-bottom:5px;
	margin-left:none;
	padding-left:0px;
}

#maincenter{
	float:left;
	width:300px;
	text-align:left;
}

#maincenter p, #maincenter h1, #maincenter h2{
	padding-left:10px;
	padding-right:10px;
}

#mainright{
	float:right;
	text-align:left;
}

#mainright ul, #mainright ul li {
	list-style: none;
	font-weight:normal;
	text-decoration:none;
	margin:5px 0px 0px 0px;
	padding-left:35px;
}

#mainright ul li a{
	list-style: none;
	font-weight:bold;
	text-decoration:none;
	color:#70371D;
}

#mainright ul li a:hover{
	text-decoration:underline;
	color:#AE6C48;
}


/* Set starting position of right menu */
#space{
	width:300px;
	height:60px;
}

#imageright{
	margin: 10px 0px 0px 0px;
}

#title{
	clear:left;
	padding-left:30px;
	text-align:left;
	padding-top:20px;
}
	
#textcontainer{
	text-align: left;
	width:100%;
	padding:0;
}

.white{
	background-color:white;
}

#textmain{
	background-color:white;
	margin: 0px 0px 20px 0px;
	float:right;
	text-align:left;
	padding-left:30px;
	padding-right:30px;
}

.plain_text {
float:left;
text-align:justify;
margin:20px;
}

#setheight{
	float:left;
	height:400px;
	width:1px;
	margin:0;
	padding:0;
}

#form {
	width:600px;
	float:right;
}

label,input,textarea {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 5px;
}

label {
	text-align: right;
	width: 150px;
	padding-right: 20px;
}

br {
	clear: left;
}


#footer{
	text-align:center;
	width:900px;
	height:28px;
	border-top: 2px solid #50587F;
	background-color:white;
	background-image: url(images/footer.png);
	background-repeat:no-repeat;
	clear:both;
}

#gatelist
{
	padding:15px 0px 0px 20px;
  float:left;
	font-size: 16px;
	font-weight: bold;
	font-family: "Times", "Times New Roman", serif;
	font-variant: small-caps;
	border-color: #AAA #666 #666 #AAA;
	width: 13em;
}

#gatelist li
{
	background: rgb(50,50,50) none repeat scroll 0 0;
	list-style: none;
	margin: 0;
	padding: 2px 2px 2px 2px;
	text-align: left;
	color: white;
}

#gatelist li a, #gatelist a
{
  display:block;
	padding:22px 2px 2px 2px;
	text-decoration: none;
	color: white;
}


#gatelist li:hover { background-color: #2F4F2F; }
#gatelist li a:link { color: white; }
#gatelist li a:visited { color: white; }

.gallery {
float:left;
width:100%;
height:520px;
background-color:transparent;
}

.left{
margin:20px;
float:left;
width:45%;
}

.right{
margin:20px;
float:right;
width:45%;
}

.cell{
  display:block;
  width:100%;
}

.cell img{
  float:right;
  padding-left:50px;
  border: none;
}

.title {font-weight:bold;	color:#2F4F2F;}

#leftdiv{
  margin:none;
  padding:none;
  width:47%;
  float:left;
}

#rightdiv{
  margin:none;
  padding:none;
  width:47%;
  float:right;
}

#magic a img {height: 0; width: 0; border-width: 0;}

#magic a:hover img {
	position: absolute;
	top: 190px;
	left: center;
	margin-left: 150px;
	height: 350px;
	width: 575px;}
