﻿/* CSS layout */
#site {
	width: 1000px;
	margin: 0px auto;
	background-color: #000000;
}
#masthead {
	width: 1000px;
	height: 100px;
	background-color: #C0C0C0;
	background-image: url('images/trencherq-logoa-grey.jpg');
	background-repeat: no-repeat;
}
#navigation {
	width: 1000px;
	height: 35px;
	background-image: url('images/button-background-yellow.gif');
	background-repeat: repeat-x;
	font-family: Arial;
	font-size: small;
}
#navigation ul {
	list-style-type: none;
	margin: 0;
	padding-left: 250px;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #000066;
	text-decoration: none;
	display: block;
	padding: 5px;
	background-image: url('images/button-background-yellow.gif');
	font-weight: bold;
	background-repeat: repeat-x;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-color: #666666;
	border-right-color: #666666;
	border-left-color: #666666;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #a9a9a9;
	background-color: #FFCC00;
	background-image: url('images/button-background-yellow-on.gif');
	background-repeat: repeat-x;
}


#container {
	position: relative;
	width: 1000px;
	background-color: #CCCCCC;
}
#left_col {
	width: 197px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #CCCCCC;
	background-image: url('images/dark-down-gradient.jpg');
	background-repeat: repeat-x;
	padding-left: 3px;
}
#page_content {
	min-height: 800px;
	margin-left: 200px;
	background-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: thin;
	border-left-color: #999999;
	padding-left: 5px;
	padding-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
#page_content h1 {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}
#footer {
	width: 1000px;
	background-color: #000000;
}
#footer a{
	color: #FF9900;
}
}
#left_col h1 {
	font-size: x-large;
	color: #FF9900;
	font-family: Aharoni;
}
#left_col ul li.indent{
	list-style-image: url('images/ul.gif');
	margin-left: -20px;
}
#left_col ul li.head {
	color: #CC3300;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
	margin-left: -40px;
	font-weight: bold;
	font-size: large;
}
}
#left_col a {
	font-size: large;
	color: #333333;
	font-family: Aharoni;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
