/* BASE STYLE SHEET */
@import url(reset.css);

/* BASIC TYPOGRAPHY
==================== */
body {
	font-size: 14px;
	background: #241f1a;
	color: #000;
	line-height: 1;
}
body, p, div, th, td, input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p {
	margin: 0 0 1em;
	line-height: 1.3;
}
strong {
	color: #fff;
}

/* HEADINGS
==================== */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h1 {
	font-size: 28px;
	margin-bottom: 1em;
	color: #fff;
}
h2 {
	font-size: 22px;
	margin: 1em 0 .5em;
	color: #241f1a;
}
h3 {
	font-size: 20px;
	color: #314145;
	margin: 2em 0 .5em;
}
h4 {
	font-size: 125%;
}
h5 {
	font-size: 100%;
}

/* QUOTES
==================== */
blockquote {
	background: transparent url(/images/close-quote.gif) no-repeat bottom right;
}
blockquote p {
	background: transparent url(/images/open-quote.gif) no-repeat top left;
	line-height: normal;
	font-weight: bold;
	padding: 8px 0 20px;
	margin-bottom: 0;
	text-indent: 30px
}

/* LINK STYLES
==================== */
a:link, a:visited {
	color: #98d663;
	text-decoration: none;
}
a:hover, a:active {
	color: #fff;
}
a img {
	border: none;
}
a.outline img {
	border: 1px solid #fff;
}
a.outline:hover img {
	border-color: #000;
}

/* LISTS
==================== */
ul, ol {
	margin: 0 0 10px 25px;
	list-style: disc;
}
/* TABLES
==================== */
table {
	border-collapse: collapse;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

/* PAGE LAYOUT
==================== */
#header {
	width: 760px;
	margin: 0 auto;
}
#content {
	width: 720px;
	margin: 0 auto;
	padding: 20px;
	background: #66634c;
	color: #bcb4ac;
}
#main {
	width: 460px;
	float: left;
}
#sidebar {
	width: 240px;
	float: right;
}
#footer {
	width: 720px;
	margin: 0 auto;
	color: #bcb4ac;
	font-size: 12px;
	text-align: center;
	padding: 20px;
}
.column, .lastcolumn {
	width: 350px;
	float: left;
	padding-right: 20px;
}
.lastcolumn {
	padding-right: 0;
}

/* NAVIGATION
==================== */
#navbar {
	width: 758px;
	margin: 2px auto;
	border: 1px solid #bcb4ac;
}
ul#nav {
	list-style: none;
	margin: 0;
	background: #314145;
	height: 30px;
}
#nav li {
	float: left;
	height: 20px;
}
#nav a {
	display: block;
	width: 84px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	text-align: center;
	text-transform: lowercase;
	color: #bcb4ac;
	text-decoration: none;
}
#nav a:hover {
	background: #66634c;
	color: #fff;
}
#nav a.current {
	color: #98d663;
}
#nav li.first a, #nav li.last a {
	width: 85px;
}

/* MISC CLASSES
==================== */
.clearing {
	clear: both;
}
.center {
	text-align: center;
}
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}
img.alignleft, div.alignleft {
	float: left;
	margin: 0 1em .5em 0;
}
img.alignright, div.alignright {
	float: right;
	margin: 0 0 .5em 1em;
}
.callout {
	background: transparent;
	border: 1px solid;
	border-width: 1px 0;
	padding: 1em;
	margin: 15px;
}
.section {
	margin-bottom: 15px;
}
.notice {
	background: #fff url(/images/notice.gif) 5px 5px no-repeat;
	border: 1px solid #ffe100;
	padding: 10px 10px 10px 58px;
	margin-bottom: 15px;
	min-height: 48px;
}
.smallnotice {
	background: #fff url(/images/notice-sm.gif) 5px 50% no-repeat;
	border: 1px solid #ffe100;
	padding: 10px 10px 10px 30px;
	margin-bottom: 15px;
	min-height: 18px;
	color: black;
	font-size: 14px;
}
.warning {
	background: #fff url(/images/warning.gif) 5px 5px no-repeat;
	border: 1px solid red;
	padding: 10px 10px 10px 58px;
	margin-bottom: 15px;
	min-height: 48px;
}
.smallwarning {
	background: #fff url(/images/warning-sm.gif) 5px 50% no-repeat;
	border: 1px solid red;
	padding: 10px 10px 10px 30px;
	margin: 15px 20px;
	min-height: 18px;
	color: black;
	font-size: 12px;
}
