﻿* {
	margin: 0;
	padding: 0;
	font-family: arial;
	font-size: 12px;
}

body {
	background-color: #3f392e;
	text-align: center;
}

a img {
	border: none;
}

#wrapper {
	text-align: left;
	width: 940px;
	margin: 0 auto;
	padding: 0 0 40px 0;
}

#header {
	position: relative;
	width: 100%;
	height: 156px;
	background: url('../assets/bg_topnav_all.gif') bottom left repeat-x #3f392e;
}

#logo {
	position: absolute;
	top: 70px;
	left: 165px;
}

#xtras {
	position: absolute;
	top: 40px;
	right: 35px;
}

#xtras p {
	color: #ccc;
}

#xtras a {
	text-decoration: none;
	font-family: georgia;
	font-size: 13px;
	color: #fff;
	padding: 0 10px;
	border-left: 1px solid #ccc;
}

#xtras a.first {
	border-left: none;
	padding-left: 0;
}

#xtras a:hover {
	text-decoration: underline;
}

#xtras form {
	padding-top: 12px;
	text-align: right;
}

#xtras #btn_go {
	position: relative;
	top: 9px;
	left: 4px;
}

#topnav {
	position: absolute;
	right: 0;
	bottom: 4px;
	list-style-type: none;
}

#topnav li {
	display: inline;
	border-right: 1px solid #9da24d;
	padding: 3px 0;
}

#topnav li.current a {
	background-color: #e2e7ad;
}

#topnav a {
	color: #3f392e;
	padding: 3px 8px;
	font-family: georgia;
	font-size: 13px;
	text-decoration: none;
}

* html #icon {
	position: relative;
	top: 3px;
}

* html #topnav {
	bottom: 2px;
}

* html #topnav a {
	font-size: 11px;
	height: 20px;
}

* html #topnav a {
	padding: 3px 10px;
}

#topnav a:hover {
	background-color: #e2e7ad;
}

#banner {
	text-align: right;
	border-top: 1px solid #3f392e;
}

.minilinks {
	vertical-align: top;
	width: 155px;
	background-color: #3f392e;
	border-right: 1px solid #999;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}

#chicklets {
	width: 940px;
}

.chicklet_slot {
	vertical-align: top;
	background-color: #201d17;
	border-right: 1px solid #3f392e;

}

.chicklet {
/*		min-width: 157px;*/
}


.chicklet ul {
	list-style-type: none;
	margin: 16px 0 16px 18px;
	padding: 0 16px 0 0;
/*	border-right: 1px solid #3f392e;*/
}

.chicklet li {
	font-family: helvetica;
	margin-bottom: 6px;
	line-height: 15px;
	font-size: 12px;
	color: #fff;
	padding-left: 17px;
	background-position: 0 4px;
	background-repeat: no-repeat;
}

.chicklet li a {
	font-weight: normal;
	font-family: helvetica;
	font-size: 13px;
	color: #fff;
}


.chicklet h1 {
	/*width: 172px;*/
	height: 47px;
	padding: 4px 12px 0 12px;
	font-weight: normal;
	font-family: georgia;
	font-size: 14px;
	text-align: right;
}

.chicklet h1 a {
	color: #3f392e;
	font-weight: normal;
	font-family: georgia;
	font-size: 14px;
	text-decoration: none;
}

.chicklet h1 a:hover {
	text-decoration: underline;
}

.chicklet.beige {
	border-top: 1px solid #e7d7b1;
}

.chicklet.beige h1 {
	border-top: 1px solid #f3ebd8;
	background: url('../assets/bg_h1_beige.gif') bottom right repeat-x #e7d7b1; /* BEIGE */
}

.chicklet.brown {
	border-top: 1px solid #bd9760;
}

.chicklet.brown h1 {
	border-top: 1px solid #decbaf; /* light brown */
	background: url('../assets/bg_h1_brown.gif') bottom right repeat-x #bd9760; /* BROWN */
}

.chicklet.green {
	border-top: 1px solid #c6cf5b;
}

.chicklet.green h1 {
	border-top: 1px solid #ede7ad; /* light green */
	background: url('../assets/bg_h1_green.gif') bottom right repeat-x #c6cf5b; /* GREEN */
}

.chicklet.blue {
	border-top: 1px solid #b7c5e2;
}

.chicklet.blue h1 {
	border-top: 1px solid #dbe2f0; /* light blue */
	background: url('../assets/bg_h1_blue.gif') bottom right repeat-x #b7c5e2; /* BLUE */
}

.chicklet.beige li {
	background-image: url('../assets/bullet_beige.gif');
}

.chicklet.brown li {
	background-image: url('../assets/bullet_brown.gif');
}

.chicklet.green li {
	background-image: url('../assets/bullet_green.gif');
}

.chicklet.blue li {
	background-image: url('../assets/bullet_blue.gif');
}

/* IE fix */
#story {
	border-top: none;
}


#colophon {
	border-top: 1px solid #ccc;
	padding-top: 12px;
	margin: 20px 0 0 180px;
}

#colophon p {
	color: #fff;
	text-align: right;
}

#colophon a {
	color: #fff;
