/* Screen Stylesheet
-----------------------------------------------------------------------------
version:   1.0
date:      27/02/2009
author:    Chris Beale
*/

/* Basic Elements
-----------------------------------------------------------------------------*/
body {
	background: #fff url("/images/background-body.jpg") top repeat-x;
	color: #000;
	font: 75% "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

#bodywrap {
	background: #ccccff url("/images/background-bodywrap.jpg");
	border: 1px solid #ccccff;
	height: 785px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 800px;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

.stream {display: none;}

/* Typography
-----------------------------------------------------------------------------*/

h1, h2, h3, h4 {
	color: #003399;
	font-style: italic;
}

h5 {line-height: 0.5em;}

a, a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;}

.highlight {font-weight: bold;}

/* Header
-----------------------------------------------------------------------------*/
#header {
	background: url("/images/background-header.jpg") no-repeat;
	height: 218px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 800px;
}

#brand {display: none;}

/* Content
-----------------------------------------------------------------------------*/
#container {
	background: url("/images/background-content.jpg") top no-repeat;
	height: 460px;
	margin: 0;
	padding: 0;
	overflow: auto;
	overflow-x: hidden;
	width: 800px;
}

#content {
	height: 350px;
	margin: 0 0 0 175px;
	padding: 10px 0 0 0;
	width: 610px;
}

#calendar {
	float: right;
	margin: 10px 7px 10px 10px;
	padding: 0;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	background: #87a2e5 url("/images/background-footer.jpg") no-repeat;
	border-bottom: 2px solid #ccccff;
	clear: both;
	color: #333399;
	font-size: 90%;
	padding: 60px 0 6px 0;
	text-align: center;
}

/* Navigation
-----------------------------------------------------------------------------*/
#nav {
	clear: both;
	margin: 0 0 0 175px;
}

#nav ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

#nav ul li {
	display: block;
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 2px;
	text-align: center;

}

#nav a {
	background: url("/images/navBarBg.gif");
	color: #000;
	display: block;
	border: 1px solid #A8B090;
	text-decoration: none;
	width: 95px;
}

#nav li#active {background: url("/images/navBarBgHover.gif");}
#nav a:hover {background: url("/images/navBarBgHover.gif");}

