@charset "utf-8";
body {
	background-color: #252525;
	margin: 0px;
	padding: 0px;
	min-width:956px;
	text-align:center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}

img {border:0px}
#wrapper {
	width:956px;
	margin: 0 auto;
	text-align:left;
	background-image: url(gui/bottom.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #030404;
}
#top {
	background-image: url(gui/top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#logo {
	width:440px;
	float:left;
}
#nav {
	width:auto;
	float:right;
	margin-top:210px;
	margin-bottom:20px;
	margin-right:50px;
}
#header {
	background-image: url(gui/header.png);
	background-repeat: no-repeat;
	height: 85px;
	width: 956px;
	background-position: center;
}
#green-page #header {
	background-image: url(gui/header2.png);
	background-repeat: no-repeat;
	height: 85px;
	width: 956px;
	background-position: center;
}


#heading {
	color:#FBFEA4;
	font-size:24px;
	font-family: "Trebuchet MS", Arial;
	padding-top: 34px;
	margin-left: 150px;
}
#content {
	background-image: url(gui/content.png);
	background-repeat: repeat-y;
	background-position: center;
	text-align:left;
	padding-top:20px;
	padding-bottom:20px;
	min-height:670px;
	
}
#contenthp { 
}
#content p {
	
	
	line-height: 24px;
	text-align:left;
	margin-left:150px;
	width:632px;
}
#content img {
	margin-left:142px;
}
#footer {
	color: #FFFFFF;
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	padding-bottom:8px;
	padding-top:8px;
	line-height:16px;
}
a.credit:link {
	color: #CCCCCC;
	text-decoration:none;
}
a.credit:visited {
	color: #CCCCCC;
	text-decoration:none;
}
a.credit:hover {
	color: #CCCCCC;
	text-decoration:none;
}
.gray {
	color:#CCCCCC;
	font-size:10px;
}
.clearboth {
	clear:both;
}

.dots {border-top:1px dotted #ccc; padding-top:15px}

/* LINKS -----------------------------------
--------------------------------------------------*/

a:link, a:visited {color:#006f92; text-decoration:none}
a:hover, a:active {color:#006f92; text-decoration:underline}


/* FORM STYLES -----------------------------------
--------------------------------------------------*/

input, textarea {
background-color:#cddfed;
border:1px solid #3e2e42;
padding:3px;
font-weight:bold}

input:focus, textarea:focus {background:#f7f8c0 !important; color:#3e2e42}
textarea {width:410px}

input {
-webkit-border-radius:5px;
-moz-border-radius:5px;
width:195px;
}

.submit {
width:100px;
background-color:#fof29e;
border:1px solid #3e2e42;
cursor:pointer;
*border:1px;
font-weight:bold;
-webkit-border-radius:5px;
-moz-border-radius:5px;
font-weight:bold
}

.submit:hover {background-color:#f7f8c0;}
form {font-weight:bold; font-size:12px; margin-bottom:0px }
form td {padding:3px 5px}

/* TABLES -----------------------------------
--------------------------------------------------*/

#rental-table {margin-left:150px}
#rental-table td{padding:5px}
.rental-caption {text-align:center; background:#cdccd8; font-weight:bold; font-size:16px}
.rental-captionSub td{text-align:center; border:1px solid #cdccd8 ; font-weight:bold}

#link-table { margin-left:100px; }
#link-table td {width:150px !important; padding:10px; border:1px solid #CCC; text-align:center; border-collapse:collapse; }
#link-table img {margin:0px; }

#galTable {margin-left:125px}
#galTable td {padding:10px; text-align:center}
#galTable img {border:2px solid #c3d0d9; margin:0px; }

#galTable img:hover {border:2px solid #c3d0d9; margin:0px; -webkit-box-shadow: 0px 0px 4px #333;
-moz-box-shadow: 0px 0px 4px #333;}


/* Home event box -----------------------------------
--------------------------------------------------*/

#homeEvent {float:left; position:relative; top:-615px; *top:-625px; left:460px;  color:#FFF; font-size:16px; text-align:center}
#homeEvent span {font-size:18px; color:#FF6; }




#homeEvent a:link, #homeEvent a:visited {font-size:12px; color:#CCC; text-decoration:none}
#homeEvent a:hover, #homeEvent a:active {font-size:12px; color:#CCC; text-decoration:underline}


