/*
Colour scheme: red, grey, and black

*/

/*
2-COLUMN LAYOUT
===============
*/

.container {
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	padding: 0;
	/*background-color: white;*/
	position: relative;
}

#content {
	background-color: white;
	margin-left: 196px;
	padding: 0 0 0 10px;
}

#footer {
	font-size: 85%;
	text-align: center;
	vertical-align: top;
	margin-top: 2em;
	margin-left: 196px;
	border-top: 1px gray solid;
}

#banner {
	font : bold 16pt verdana,arial,helvetica,sans-serif;
	color: #336;
	background: #d5d5d5 url("../images/top_bar.jpg") repeat-y;
	margin-left: 196px;
	margin-right: 82px;
	margin-bottom: 0;
	padding: 0;
	border-bottom: #999 1px solid;
	height: 95px;
	vertical-align: middle;
}

.top_line {
	border: none;
	margin: 0;
	border-spacing: 0;
	padding: 0;
	clear: both;
	float: left;
}

/********************/

/*
MENU NAVIGATION
===================
*/

.nav, .nav ul {
	display: block;
	text-align: left;
	margin: 0;
	padding: 0;
	background-color: black;
	border-spacing: 0;
	border-top: white 1px solid;
	border-left: none;
	border-right: none;
	border-bottom: #c00 3px solid;
	float: left;
	width: 100%;
	list-style: none;
}

.nav li a {
	display: block;
	border-right: #333 1px solid;
	text-decoration: none;
	font: 10pt verdana,arial,helvetica,sans serif;
	margin: 0;
	padding: 0 8px 0 8px;
	/*padding: 0.25em 1em;*/
	color: #eee;
}

.nav a.daddy {
	/*background: url(rightarrow2.gif) center right no-repeat;*/
}

.nav li {
	float: left;
	padding: 0;
	/*width: 9em;*/
}

.nav li a {
	padding-top: 2px;
	padding-bottom: 2px;
}

.nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 13em;
	font-weight: normal;
	border-width: 0.1em;
	margin: 0;
	z-index: 1;
}

.nav li li {
	/*padding-right: 1em;*/
	width: 13em;
}

.nav li ul a {
	/*width: 12em;*/
}

.nav li ul ul {
	margin: -1.75em 0 0 12em;
}

.nav li:hover ul ul, .nav li:hover ul ul ul, .nav li.sfhover ul ul, .nav li.sfhover ul ul ul {
	color: #eee;
	left: -999em;
}

.nav li:hover ul, .nav li li:hover ul, .nav li li li:hover ul, .nav li.sfhover ul, .nav li li.sfhover ul, .nav li li li.sfhover ul {
	color: #eee;
	left: auto;
}

.nav li:hover, .nav li a:hover, .nav li.sfhover {
	color: #333;
	background-color: #fff;
}

.nav_selected {
	background-color: #c00;
	color: white;
}

.nav_selected a:hover, .nav_selected li.sfhover {
	background-color: #fff;
}

/********************/

/*
SIDEBAR SEARCH FORM
======================
*/

#navsearch {
	width: 196px;
	float: left;
	background: #d5d5d5 url("../images/side_bar.jpg") repeat-x;
	border-spacing: 0;
	border-bottom: #c00 3px solid;
}

#navsearch h2 {
	background-color: #c00;
	color: white;
	text-align: center;
	padding: 6px;
	border-bottom: white 1px solid;
}

#navsearch h2 a {
	text-decoration: none;
	color: #eee;
}

#sctDates {
	color: #eee;
}

.expandlist {
	display: none;
	color: #e00;
	font-weight: bold;
	/*padding: 5px 3px 5px 2px;*/
	padding-left: 10px;
	padding-right: 3px;
	padding-bottom: 10px;
	padding-top: 10px;
	line-height: 150%;
}

.expandlist label, input, select, button {
	margin-bottom: 5px;
}

.expandlist a {
	color: #eee;
}

/********************/

body {
	font : normal 85% verdana,arial,helvetica,sans serif;
	margin: 0;
}

img { border-color : black; }
h1,h2,h3,h4 { margin : 0px; text-decoration : none; font-size : 120%; font-weight : bold; }
.title { font-size : 26px; font-weight : bold; }
.subtitle { font-size : 18px; font-weight : bold; }
.headline { font-size : 120%; font-weight : bold; text-decoration : none;} 
.subheadline { font-size : 110%; font-weight : bold; }
form { line-height: 1; }
input,select { font-size : 12px; }
textarea { font-size : 13px; }

/********************/

.sortable  {
	display: table;
	border: none;
	border-spacing: 0;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	/*width: 100%;*/
}

.sortable  tr {
	margin: 0;
	padding: 0;
	display: table-row;
	vertical-align: top;
	border-bottom: #aaa 1px solid;
}

.sortable  tr th {
	display: table-cell;
	margin: 0;
	padding: 2px;
	background-color: #ccc;
	border-right: #aaa 1px solid;
	border-bottom: #aaa 1px solid;
}

.sortable  tr th:hover {
	background-color: #bbb;
	border-right: #999 1px solid;
	border-bottom: #999 1px solid;
}

.sortable  tr td {
	padding: 4px 2px 10px 2px;
	margin: 0;
	border-bottom: #999 1px solid;
}

/********************/

#caldiv1 {
	position: absolute;
	visibility: hidden;
	background-color: white;
	/*layer-background-color: white;*/
}

/********************/

/*
IMAGES
=========
*/

.imageset {
	/*border: #9E9E8E 1px solid;*/
	margin: 3px;
	/*width: 90px;*/
	float: right;
}

.imageset_main {
}

.imageset_thumb {
}