/********************************************

	CONTENT MANAGEMENT SOLUTION
	TEMPLATE - FULL WIDTH - THREE COLUMN
	LIQUIFUSION STUDIOS JULY 2004
	JAMES GIBSON
	
********************************************/

/********************************************
	GLOBAL SETTINGS
********************************************/
body {
	font-family:"Lucida Grande", verdana, arial, helvetica, sans-serif;
	background:#f1f1f1;
	font-size:12px;
	color:#000;
	margin:0px;
}
input, select, textarea {
	font-family:"Lucida Grande", verdana, arial, helvetica, sans-serif;
	font-size:12px;
	color:#333;
}
a {
	color:#1B0A75;
	text-decoration:underline;
}
a:hover {
	color:#ffffff;
	background-color:#1B0A75;
	text-decoration:none;
}
h3,h2 {
	font-size:16px;
	color:#1B0A75;
	margin:0px;
	padding:0px;
	margin-bottom:10px;
	padding-bottom:1px;
	border-bottom:1px solid #999;
}
h4 {
	color: Maroon;
}
/*h3, h3 a {
	font-size:13px;
	margin:0px;
	padding:0px;
	margin-bottom:5px;
	padding-bottom:1px;
	color:#990000;
}*/
/*h3 a:hover {
	color:#ffffff;
	background-color:#990000;
	text-decoration:none;
}*/
p {
	margin:0px;
	margin-bottom:10px;
}
/********************************************
	MENU STYLES
********************************************/
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width : 160px;
}
#nav li { /* all list items */
	position : relative;
	float : left;
	line-height : 23px;
	margin-bottom : -1px;
	width: 160px;
}
#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 169px;
	margin-top : -1.35em;
}
#nav li ul ul { /* third-and-above-level lists */
	left:-999em;
}
#nav li a {
	width: 170px; 
	voice-family: "\"}\""; 
	voice-family:inherit;
	width:158px;
	display:block;
	color:#666;
	text-decoration:none;
	background-color:white;
	border:1px solid #666;
	padding:0px 5px;
	font-size:11px;
}
#nav li a:hover, #nav li a.current {
	color : white;
	background-color:#990000;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	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 { /* lists nested under hovered list items */
	left: auto;
}
/********************************************
	CONTAINER STYLES
********************************************/
#header {
	margin: 15px 15px 0px 15px;
	background:#1B0A75;
	border:1px solid #666666;
	height: 100px;
}
#left {
	position: absolute;
	top: 117px;
	left: 0px;
	margin: 15px;
	width: 150px;
}
html>body #left {
	width: 150px; /* ie5win fudge ends */
}
#middle {
	padding: 10px;
	background: #fff;
	border:1px solid #666666;
}
#right {
	position: absolute;
	top:117px;
	right:0px; /* Opera5.02 will show a space at right when there is no scroll bar */
	margin:15px;
	padding:10px;
	background:#fff;
	border:1px solid #666666;
	font-size:11px;
	width:150px;
}
html>body #right {
	width: 150px; /* ie5win fudge ends */
}
#footer {
	padding: 10px;
	background: #fff;
	border:1px solid #666666;
	font-size:11px;
	text-align:center;
}
/********************************************
	SIDEBAR STYLES
********************************************/
#right h3 {
	font-size:12px;
	margin:0px;
	padding:0px;
	margin-bottom:5px;
	padding-bottom:1px;
	border-bottom:1px solid #990000;
	color:#1B0A75;
}
#right h4 {
	font-size:11px;
	margin:0px;
	padding:0px;
	margin-bottom:5px;
	padding-bottom:1px;
	color:#666;
}
#right h4 a {
	color:#666;
	text-decoration:underline;
}
#right h4 a:hover {
	color:#fff;
	background-color:#666;
	text-decoration:none;
}
#right .line {
	height:1px;
	border-bottom:1px solid #990000;
	margin-bottom:5px;
}
#right p {
	font-size:11px;
}
/********************************************
	CONTENT STYLES
********************************************/
#list {
	width:100%;
}
#list td {
	padding:3px;
}
.centerDivider {
	width:100%;
	height:1px;
	border-bottom:1px solid #999;
	margin-bottom:5px;
}
.accessibility {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
#header h1, p.siteArea {
	display: none;
}
hr {
	height: 1px;
	color: Silver;
}