/*---------------------------------------
SITE-WIDE PAGE MARGINS, BACKGROUND COLOUR
---------------------------------------*/


/*-------------
ID's
--------------*/
#footer {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #9A9A9A;
	padding: 10px 0 35px 15px;
}

#footer a:link { color:#9A9A9A; text-decoration:none}
#footer a:visited { color:#9A9A9A; text-decoration:none}
#footer a:hover { color:#ffffff; text-decoration:underline}
#footer a:active { color:#9A9A9A; text-decoration:none}


/*-------------
TEXT FORMATTING
--------------*/
body td, p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #9A9A9A;
}

body input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
	border: 1px dashed #333333;
}

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	display: inline;
	line-height: 18px;
	color: #ffffff;
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	display: inline;
	line-height: 18px;
	color: #ffffff;
}

h3 {

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	display: inline;
	line-height: 18px;
	color: #FFFFFF;
}

.smallwhite {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #ffffff;
}

.smallyellow {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #ffcc00;
}

a:link { color:#ffffff}
a:visited { color:#ffffff}
a:hover { color:#ffcc00}
a:active { color:#ffffff}


/*------------
OTHER ELEMENTS
------------*/

.splash-bg-left {
	background: url("../images/splash/bg-left.jpg") repeat-y right top;
}

.splash-bg-right {
	background: url("../images/splash/bg-right.jpg") no-repeat left top;
}

.core-bg {
	background:   url("images/corebg.jpg") repeat-x top;
}

.core-bg-left {
	background:  url("images/bg-left.jpg") repeat-y right top;
}
.core-bg-right {
	background:  url("images/bg-right.jpg") repeat-y left top;
}

.bg-top-panel {
	background:  url("images/panelbg.jpg") no-repeat;
}
.bg-panel ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.bg-panel h1 {
	padding: 5px 0px 5px 5px;
	margin: 1px;
}	
.bg-panel li{
	text-decoration: none;
}	
.bg-panel li a {
  	height: 23px;
	voice-family: "\"}\""; 
  	voice-family: inherit;
	text-decoration: none;
	display: block;
	padding: 8px 0 0 10px;
}

/*------------
GALLERY
------------*/

#gallery img {
	padding: 1px;
	margin: 2px;
	float: left;
}
#gallery a:hover img {
	background-color: #bbbbbb;
}
#gallery {
	clear: both;
}
h4 {


	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	display: inline;
	line-height: 18px;
	color: #FFCC00;
}
