/* CSS Document */

/* zero out all tags */
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

html {
	height:100%;		/* bugfix for center problem in firefox */
}

/* specific settings for the body tag. These are sitewide defaults */
body {
	text-align:center;  								/* this is a hack for IE5 to center the wrapper */
	min-width:780px;									/* this is a hack for mozilla */
	background-color: #282828;
	font-family:Century Gothic;
	font-size:100.01%;
	color:#999
	overflow: -moz-scrollbars-vertical;
	min-height: 101%;
}

/* this is the wrapper that will contain our actual site */
#container{
	width:778px;
	background-color:#282828;
	margin: auto;
	text-align:left;
	color:#999;
}



/* misc classes */
.clearboth {
	clear: both;
}
.floatright {
	float: right;
	margin: 0 0 20px 20px;
}
.floatleft {
	float: left;
	margin: 0 20px 20px 0;
}
.floatleftmiddle {
	float: left;
	margin: 20px 20px 20px 0;
}




/* navbar settings */
#navbarcontainer {
}

#navbar {
	color:#999;
	background-color:#282828;
	border-bottom:1px solid #999;
}

#navbar ul {
	padding: 10px 0 5px 0;
	margin: 0;
	background-color:#282828;
	text-align:right;
}
#navbar ul li{
	display: inline;
	padding: 0;
	margin: 0;
}
#navbar ul li a{
	font-size: 85%;
	color: #999;
	background-color: #282828;
	text-decoration: none;
	padding: 0 5px 0 5px;
	text-align: right;
	width: 9em;
} 

#navbar ul li a:hover, #nav ul li a:focus{
	color:#c0c0c0;
}


/* index main images */
#indeximages {
}
#indeximages table {
	padding: 50px 50px 0px 50px;
	text-align:center;
}
#indeximages td img.giThumbnail {
	border: 0px solid;
	border-color: #ffffff;
}

#indexfooter {
	margin-top:60px;
	text-align: center;
}

.border5 {
	border-color:#ffffff;
	border: 5px solid;
}
.border3 {
	border-color: #ffffff;
	border: 333px solid;
}

.indexnames {
	padding-top:10px;
}


div #contact {
	width:100%;
	margin-top: 30px;
}
div #contact p {
	font-size: 0.8em;
	text-align:justify;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding: 10px 10px 10px 10px;
	background-color: #282828;
}
div #contact img {
	border: 0px solid #ffffff;
}
div #contact a {
	text-decoration:underline;
	font-weight:bold;
	color: #ffffff;
}
div #formcontainer {
	width: 100%;
}
div #mailform {
	padding-top: 20px;
	margin: 20px 300px 20px 0px;
	font-size:0.8em;
}
div #mailform h3 {
	margin-bottom:20px;
}
div #mailform input {
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	background-color: #cccccc;
}
div #mailform table tr td input {
	border: 1px solid #000000;
}
div #mailform textarea {
	width: 400px;
	height: 200px;
	background-color: #cccccc;
}
div #display {
	background-color:#555555;
	border: 1px solid #000000;
}
div #display table {
	width: 400px;
}
.error {
	color: #FF5F00;
}
div #guestbook {
	margin-top:20px;
	float: right;
	width:290px;
	text-align:center;
}
div #contactfooter {
	clear:both;
	text-align:center;
	margin-top: 50px;
}
div #poweredby {
	display: none;
}

#admincontainer{
	text-align: left;
	width:800px;
}
#admincontainer table {
	width: 100%;
}
#admincontainer #adminnews table tr th {
	background-color: #777777;
	padding: 2px 2px 2px 5px;
}
#admincontainer #adminnews table tr td {
	background-color: #999999;
	padding: 2px 2px 2px 5px;
}
.adminid {
	width: 50px;
}
.admintitle {
}
.admindate {
	text-align: left;
}
.adminaction {
	width: 100px;
}
#adminadd {
	margin: 10px 0px 10px 0px;
	text-align: center;
}
#addcontainer {
	text-align: center;
	margin-left: 150px;
}
#newsaddbody {
	text-align: left;
}
#newsaddbody textarea {
	background-color: #cccccc;
}
#adminnewstop {
	background-color: #aaaaaa;
	text-align: center;
	margin: 10px 0px 10px 0px;
}
#newsaddtitle {
	text-align:left;
	margin-bottom: 5px;
}
#newsaddtitle input {
	background-color: #cccccc;
}

#whereintheworldcontainer {
}

#whereintheworldcontainer #map {
	width: 600px;
	height: 400px;
	color: #000000;
	margin-top: 20px;
	border: 1px solid #ffffff;
}
