﻿/* General styling. */

body {
	padding: 0px;
	margin: 0px;
	background-color: #c0c0c0;
	height: 100%;
	min-height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	/*text-align: center; Might need this for IE6, test later. */
}

#root {
	position: relative;
	background-image: url('/images/shadow-background.gif');
	background-repeat: repeat-y;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 17px;
	padding-right: 17px;
}

#header {
	height: 123px;
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
}

#header h1, #header h2 {
	display: none; 
}

#main {
	background-color: #ffffff;
	padding: 25px 40px;
	overflow: auto;
}

img {
	border: none;
}

/* Footer styling. */

#footer {
	clear: both;
	color: #c0c0c0;
	background-image: url('images/footer.gif');
	height: 25px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 14px;
}

#footerLeft {
	float: left;
}

#footerRight {
	float: right;
}

#footer a, #footer a:visited {
	color: #c0c0c0;
	text-decoration: none;
	border-bottom-color: #c0c0c0;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
}

#footer a:active, #footer a:hover, #footer a:focus {
	color: #c0c0c0;
	text-decoration: none;
	border-bottom-color: #c0c0c0;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

/* Navigation styling. */

#navigation {
	background-image: url('images/footer.gif');
	height: 39px;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 20px;
}

#navLeft, #navLeft a {
	float: left;
}

#navRight, #navRight a {
	float: right;
}

#navigation ul {
	padding: 0px;
	margin: 0px;
}

#navigation li {
	display: inline;
	float: left;
}

#navigation a {
	display: block;
	height: 39px;
	outline: none;
}

/* Side-bar styling. */

#sidebar {
	float: right;
	width: 200px;
}

.sidebarBox {
	margin-bottom: 14px;
}

.sidebarBox h4 {
	background-image: url('images/sidebar-header.gif');
	height: 19px;
	padding-left: 6px;
	padding-top: 4px;
	font-size: 1em;
	font-weight: bold;
	color: #ffffff;
	margin: 0px;
}

.sidebarBox ul {
	list-style: none;
	border: 1px #c0c0c0 solid;
	border-top: none;
	border-bottom: none;
	margin: 0px;
	padding: 0px;
}

.sidebarBox a {
	display: block;
	min-height: 17px;
	border-bottom: 1px #c0c0c0 dashed;
	padding-left: 5px;
 	padding-top: 6px;
	padding-bottom: 2px;
}

.sidebarBox a:link, .sidebarBox a:visited {
	background-color: #fff;
	text-decoration: none;
	color: #000000;
}

.sidebarBox a:active, .sidebarBox a:hover, .sidebarBox a:focus {
	background-color: #e2e6ea;
	text-decoration: none;
	color: #000000;
}

.sidebarBox a img {
	border-style: none;
}

/* Main content styling. */

#content {
	float: left;
	width: 480px;
	
}

#content h1 {
	margin: 0px 0px 15px 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	border-left-color: #717171;
	border-left-style: solid;
	border-left-width: 6px;
	border-bottom-color: #717171;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	padding-left: 8px;
	padding-bottom: 3px;
}

#content h2 {
	margin: 0px 0px 13px 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border-bottom-color: #717171;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-top: 2px;
}

#content a:link, #content a:visited {
     border-bottom: 1px black dashed;
     text-decoration: none;
     color: black;
}

#content a:hover, #content a:active {
	border-bottom: 1px black solid;
	text-decoration: none;
	color: black;
}

/* Table styling. */

table {
	margin-bottom: 18px;
}

caption {
	padding: 0 0 5px 0;
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #c1dad7;
	border-bottom: 1px solid #c1dad7;
	border-top: 1px solid #c1dad7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #cae8ea url('/images/table-header.jpg') no-repeat;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #c1dad7;
	background: none;
}

td {
	border-right: 1px solid #c1dad7;
	border-bottom: 1px solid #c1dad7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}

th.spec a:link, th.spec a:visited, th.spec a:hover, th.spec a:active {
     border: none;
     text-decoration: underline;
     color: #4f7b72;
}

th.specalt a:link, th.specalt a:visited, th.specalt a:hover, th.specalt a:active {
     color: #797268;
}

td a:link, td a:visited, td a:hover, td a:active {
     border: none;
     text-decoration: underline;
     color: #4f7b72;
}

td.alt a:link, td.alt a:visited, td.alt a:hover, td.alt a:active {
     color: #797268;
}

th.spec, th.specalt {
	width: 150px;
}

td.alt {
	background: #f5fafa;
	color: #797268;
}

th.spec {
	border-left: 1px solid #c1dad7;
	border-top: 0;
	background: #fff url(/images/bullet1.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

th.specalt {
	border-left: 1px solid #c1dad7;
	border-top: 0;
	background: #f5fafa url(/images/bullet2.gif) no-repeat;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #797268;
}

/* Form styling. */

#content label, #content input, #content select, #content textarea {
	display: block;
	float: left;
	margin-bottom: 5px;
}

#content label {
	width: 100px;
}

#content ol {
	list-style: none;
}

#content ol li {
	display: block;
	clear: left;
}

#content textarea {
	width: 300px;
	height: 100px;
}

#content ul.ticked {
	list-style-image: url('/images/bullet-tick.gif');
	padding-left: 20px;
}

/* Legal pages styling. */

.revisionDate {
	font-style: italic;
}

/* Projects page styling. */

.project {
	clear: left;
}

.project h3 {
	display: inline;
	font-size: 12px;
}

.project img {
	float: left;
	padding: 1px;
	margin-right: 5px;
	margin-bottom: 10px;
	border: 1px dashed gray;
}

/* Site Map page styling. */

.sitemap {
	 padding-left: 0px;
}

.sitemap ol {
	padding-left: 25px;
}