/*********************/
/* BASIC */
/*********************/

body {
	font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
	font-size: .85em;
	margin: 0;
	padding: 0;
	background-color: #A5C5D4;
}

p,h1,h2,h3,h4,h5,h5,ol,ul {
	margin: 0px;
	padding: 0px;
}

#wrapper {
	width: 1000px;
}


/*********************/
/* MAIN NAV */
/*********************/

#nav {
	margin-left: 204px;
	margin-bottom: 0px;
}

#nav li {
	list-style-type: none;
	padding: 0px;
	margin: 0;
	float: left;
}

#nav a {
	display: block;
	font-size: .85em;
	text-transform: uppercase;
	color: #D6ECAE;
	text-align: center;
	text-decoration: none;
	background-color: #BF6900;
	padding: 2px 2px 2px 3px;
	width: 93px;
	margin-left: 1px;
	margin-top: 1px;
	font-weight: bold;
	margin-bottom: 2px;
}

#nav a:hover {
	background: #73AFB7;
	color: #FBEF99;
}

#banner {
	margin-bottom: 1px;
	height: 175px;
}

#bannerimage {
	float: left;
	height: 175px;
	width: 790px;
	margin-left: 1px;
	background: url(../images/duckcreek_main_1.jpg) top left no-repeat;
}

#logo {
	float: left;
	height: 175px;
	width: 204px;
	margin: 0;
	background: url(../images/duckcreek_logo.gif) top left no-repeat;
}

#main {
	margin-left: 205px;
	margin-right: 240px;
}

#leftsidebar {
	float: left;
	width: 204px;
    height: 500px;
	padding: 0px 0px 0px 0px;
	margin-top: -23px;
	background: url(../images/left_column_bg.gif)  fixed top left no-repeat;
}

#rightsidebar {
	float: right;
	width: 200;
	margin-right: 2px;
}

table {
	border-collapse: collapse;
}	

caption {
	text-align: left;
	font-weight: bold;
}

td,th {
	font-size: .8em;
	border: 1px solid #5279A9;
	padding: 3px 5px 2px 5px;
}

th#line {
	width:150px;
}

th {
	text-align: left;
	border-color: #12556b;
	color: white;
	background-color: #5279A9;
}

tr.alt td {
	background-color: #ccc;
}

.hoverhack {
	background-color: #909859;
}

#welcomeText {
	margin-bottom: 10px;
}

#welcomeText ul {
	list-style-type: square;
	list-style-position: inside;
	margin-left: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: justify;
	font-size: .95em;
}

#welcomeText li {
	margin-bottom: 5px;
}

.customerLogo {
	margin-top: 20px;
}

#footer {
	clear: both;
	height: 20px;
	font-size: .8em;
}

#footerright{
	margin-right: 10px;
	float: right;
}

#copyright{
	float: left;
}
