@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

div#page {
	width: 933px;
	margin: 0 auto;
	padding: 24px;
	background-color: #FFFFFF;
	position: relative;
}

div#header {
	height: 68px;
	position: relative;
	background-image: url(../images/header_background.gif);
	background-repeat: no-repeat;
}

div#header div#logo {
	position: absolute;
	left: 21px;
	top: 21px;
}

div#header p#tagline {
	position: absolute;
	left: 136px;
	top: 30px;
	font-size: 14px;
	color: #FFFFFF;
}

div#header form#search {
	position: absolute;
	left: 760px;
	top: 31px;
}

form#search input#query {
	width: 136px;
	height: 16px;
	margin-right: 6px;
	color: #666666;
}

form#search input#go {
	vertical-align: top;
	position: relative;
	top: 2px;
}

div#top-nav {
	margin-right: -3px;
}

div#top-nav a {
	display:block;
	float: left;
}

div#flash {
	clear: both;
	margin-bottom: 24px;
}

div#main-body {
}

div#main-body div#right-bar {
	float: right;
	width: 194px;
	padding-left: 20px;
}

div#right-bar h3 {
	color: #B67951;
	font-weight: normal;
	font-size: 11px;
	background-image: url(../images/feature_background.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	line-height: 18px;
}

div#right-bar p {
	margin: 6px 10px 20px 10px;
	font-size: 10px;
	line-height: 1.5em;
}

div#right-bar p.wrapper {
	margin-left: 0;
	margin-right: 0;
}

div#content {
	background-image: url(../images/dotted-vertical.gif);
	background-repeat: repeat-y;
	background-position: right top;
	margin-right: 214px;
	padding-right: 22px;
}

div#content h1 {
	font-size: 16px;
	line-height: 1.6em;
	font-weight: normal;
	margin-bottom: 10px;
	margin-left: 24px;
}

div#content div#left-col {
	float: left;
	padding-top: 17px;
	padding-right: 0;
	width: 230px;
}

div#content div#right-col {
	float: right;
	background-image: url(../images/bg-bucket3.gif);
	background-repeat: no-repeat;
	padding-top: 17px;
	width: 230px;
}

div#content div#center-col {
	background-image: url(../images/bg-bucket2.gif);
	background-repeat: no-repeat;
	padding-top: 17px;
	width: 229px;
	margin: 0 auto;
}

div#left-col div.col-content {
	background-image: url(../images/dotted-vertical.gif);
	background-repeat: repeat-y;
	background-position: right top;
	padding-left: 27px;
	padding-top: 10px;
	height: 284px;
}

div#center-col div.col-content {
	background-image: url(../images/dotted-vertical.gif);
	background-repeat: repeat-y;
	background-position: right top;
	padding-left: 27px;
	padding-top: 10px;
	height: 284px;
}

div#right-col div.col-content {
	padding-left: 27px;
	padding-top: 10px;
	height: 284px;
}

div.col-content h3 {
	font-size: 14px;
	font-weight: normal;
	margin-top: 6px;
}

div.col-content {
	font-size: 10px;
}

div.col-content h3 a {
	background-image: url(../images/brown_arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 16px;
}

div.col-content p.col-text {
	margin-top: 24px;
	margin-right: 24px;
}

div#footer {
	margin-top: 105px;
	margin-left: 24px;
	font-size: 10px;
	color: #aaaaaa;
}

div#footer p#copyright a {
	color: #878889;
	margin: 0 3px;
}

div#footer p#credit {
	float: right;
	color: #aaaaaa;
}

div#footer p#credit a {
	color: #878889;
}

ul.col-list {
	list-style: none;
	margin-top: 24px;
	line-height: 1.7em;
}

ul.col-list a {
	color: #5F6062;
	padding-left: 11px;
	background-image: url(../images/small-brown-arrow.gif);
	background-repeat: no-repeat;
	background-position: left center; 
}
ul.col-list a:hover {
	color: #B67951;
}

p.logo {
	margin: -6px 20px 0 -5px;
	padding-bottom: 38px;
	background-image: url(../images/dotted-horizontal.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

div.col-content ul.nav {
	list-style-type: none;
	margin: 0 20px 0 -6px;
	padding: 0;
}

div.col-content ul.nav li {
	padding: 0 0 2px 0;
	background-image: url(../images/dotted-horizontal.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

div#customerlogin {
	margin-top: 6px;
	margin-left: 10px;
	font-weight: bold;
	font-size: 13px;
}

div#customerlogin a {
	display: block;
	width: 100px;
	padding: 12px 28px 12px 0;
	background-image:url(../images/link-pointer-brown.gif);
	background-position: right center;
	background-repeat: no-repeat;
	
}