﻿/* 3 column fixed faux column layout. Thanks, alistapart */

/* structure */
#faux {
	background: #fff url("/images/faux-bg.gif") repeat-y 0 0;
	overflow: auto;
	width: 100%;
}

#header {
	background: #00355e url("/images/header-bg.jpg") no-repeat 0% 0%;
	height:	144px;
	position: relative;
}

#leftcol {
	display: inline;
	float: left;
	margin: 0 10px;
	width: 190px;
}

#centercol {
	display: inline;
	position: relative;
	float: left;
	margin: 0 10px 0 15px;
	width: 465px;
}

#rightcol {
	display: inline;
	position: relative;
	float: right;
	margin: 0 10px;
	width: 190px;
}
/* /structure */

#bodytop {
	background: #00355e url("/images/bodytop.gif") no-repeat 0% 0%;
	height: 10px;
	overflow: hidden;
}

#bodybottom {
	background: #00355e url("/images/bodybottom.gif") no-repeat 0% 0%;
	height: 10px;
}

/* ================================== sub sidebar nav ================================== */
.subnav {
	font-size: 11px;
}

ul.subnav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.subnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.subnav ul li {
	padding: 0 0 0 15px;
}

.subnav a {
	color: #000;
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #ffe596;
	padding: 2px;
}

.subnav a:hover {
	background: #ffefbf;
}
/* ================================== /sub sidebar nav ================================== */
