/*
NCI St Ives styles by Alan Lait
Ideas from Transparentia template by Viktor Persson
URL: http://templates.arcsin.se
*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {
	color: navy;
}
a:hover {
	color: navy;
}
body {
	background: #dddddd;
	color: #444;
	font: normal 62.5% "Trebuchet MS", Helvetica, Arial, sans-serif;
	margin: 0;
}
p,ul {
	font-size: 1.2em;
	padding-bottom: 0.8em;
}
h1 {
	font-size: 1.8em;
	margin-bottom: 4px;
}
h2 {
	font-size: 2em;
	margin-bottom: 4px;
	text-align: center;
}
h3 {
	font-size: 1.4em;
	margin-bottom: 4px;
}
h1,h2,h3 {
	color: navy;
	padding-top: 6px;
}
img.photo, img.advert, img.graph {
  border: none;
}

/* misc */
.clearer {
	clear: both;
}

/* layout */
.top {
	background: url(images/bgtop.gif) bottom no-repeat;
	clear: both;
	font-size: 1px;
  height: 9px;
	margin: 0 auto;
	width: 980px;
	padding-top: 10px;
}
.container {
	background: url(images/bgcontainer.gif) repeat-y;
	margin: 0 auto;
	width: 980px;
}
.bottom {
	background: url(images/bgbottom.gif) top no-repeat;
	clear: both;
	font-size: 1px;
  height: 9px;
	margin: 0 auto;
	padding-bottom: 10px;
	width: 980px;
}
.header {
	background: url(images/headerline.gif) repeat-x;
	border: 1px solid #cccccc;
  text-align: center;
}
.headerleft {
  float: left;
	width: 250px;
  line-height: 115px;
	text-align: center;
}
.headerright {
  float: right;
	width: 250px;
	line-height: 115px;
	text-align: center;
}
.logo {
	height: 115px;
	text-align: center;
}

/* main */
.main {
	clear: both;
	padding: 8px 18px;
}
.maincontainer {
  background: url(images/bgsidenav.gif) repeat-y;
}

/* side menu */
.sidenav h1,.sidenav ul {
	padding-left: 12px;
}
.sidenav {
	background: navy;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	float: left;
	width: 160px;
	margin-bottom: 6px;
	height: 100%;
}
.sidenav h1 {
	color: white;
	font-size: 1.2em;
	height: 20px;
	margin-top: 1.2em;
}
.sidenav ul {
	border-top: 1px solid #cccccc;
	margin: 0;
	padding: 0;
}
.sidenav li {
	border-bottom: 1px solid #CCCCCC;
	border-top: none;
	list-style: none;
	margin: 0;
}
.sidenav li a {
	color: white;
	display: block;
	font-size: 0.9em;
	padding: 3px 6px 3px 14px;
	text-decoration: none;
}
.sidenav li a.current {
	background-color: #ff7216;
}
.sidenav li a:hover {
	background-color: #ff7216;
}
.sidenav li a.link:hover {
	text-decoration: underline;
	color: white; /* fix for IE6 which seems to apply navy from the a:hover style */
  background-color: navy;
}
.sidenav .award {
  margin-top: 45px;
  padding: 15px;
  border-top: 1px solid #cccccc;	
}

/* ad bar */
.adbar {
	float: right;
	width: 164px;
	margin-bottom: 6px;
}
.adbar .aditem {
	padding: 6px 6px;
	border: 1px solid #cccccc;
	background: #fff;
	margin-bottom: 8px;
}

/* content */
.content {
  float: left;
	padding: 0px 10px;
	width: 598px;
}
.content .item {
	padding: 6px 12px;
	border: 1px solid #cccccc;
	background: #fff;
	margin-bottom: 8px;
}
.notice {
  color: #ff7216;
	font-weight: bold;
	font-size: 2em;
}
a.noticelink {
	color: white;
	background: #ff7216;
  border: 1px solid #cccccc;
	display: block;
	font-size: 1.6em;
	padding: 4px;
	text-decoration: none;
}

/* wide content */
.widecontent {
  float: left;
	padding: 0px 10px;
	width: 762px; /* increasing this will cause Firefox to wrap item divs onto new line */
}
.widecontent .item {
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 12px;
	padding-right: 186px;
	border: 1px solid #cccccc;
	background: #fff;
	margin-bottom: 8px;
  width: 572px;
}
.widecontent .wideitem {
	padding: 6px 12px;
	border: 1px solid #cccccc;
	background: #fff;
	margin-bottom: 8px;
  width: 746px;
}
.widecontent .graphitem {
	padding: 6px 12px;
	border: 1px solid #cccccc;
	background: #e9e9e9;
	margin-bottom: 8px;
  width: 746px;
}
.widecontent .aditem {
	padding: 0;
	border: none;
	background: #f3f3f3;
	margin-bottom: 8px;
	font-size: 0.8em; /* increasing this will wrap ads onto new line if browser uses large fonts */
}
.widecontent .webcam {
  float: left;
	margin-right: 12px;
	height: 310px;
	width: 580px;
	background: black;
	color: gray;
}
.widecontent li {
  margin-left: 18px;
	margin-bottom: 8px;
}

/* camera */
.cameraview {
  background: black;
	color: gray;
}

/* footer */
.footer {
	background: #fff;
	border: 1px solid #cccccc;
	color: navy;
	font-size: 1.1em;
	margin: 0 auto;
	text-align: center;
	padding: 6px;
	width: 584px;
}
.footer a {
	color: blue;
	text-decoration: none;
}
.footer a:hover {
	color: blue;
	text-decoration: underline;
}

/* top of page link */
.gototop {
  font-size: 0.8em;
  text-align: center;
}
.gototop a {
  color: #444;
	text-decoration: none;
}
.gototop a:hover {
  color: blue;
	text-decoration: none;
}