@charset "utf-8";
/* CSS Document */

/* CSS reset */
*, html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	-webkit-text-size-adjust:none;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
a {
	text-decoration:none;
}
a img {
	border:none;
	text-decoration:none;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}


/* overall page styling */

body {
	background:url(/images/background.jpg) top left repeat;
	padding:10px;
}

#wrapper {
	width:800px;
	position:absolute;
	left:50%;
	margin-left:-420px;
	margin-bottom:10px;
	background-color:#fff;
	padding:20px;
	border:1px solid #CCC;
}

#main_leftcol {
	margin-top:20px;
	float:left;
	width:131px;
	margin-right:19px;
}

#main_rightcol {
	margin-top:20px;
	float:left;
	width:650px;
}

#body_header {
	text-align:center;
}

#main_nav {
	margin-top:10px;
}

#main_nav a img{
	/*margin: 0 3px 0 3px;*/
}

#banner {
	margin-top:25px;
}

#body_main {
	position:relative;
	margin-top:20px;
}

#body_main_leftcol, #body_main_rightcol {
	float:left;
}

#body_main_leftcol {
	width:460px;
	margin-right:20px;
}

#body_main_rightcol {
	width:170px;
}

#body_footer {
	margin-top:30px;
	padding-left:20px;
}

#body_footer p {
	margin-bottom:0;
}

/* general content styling */

h1 {
	font-family:Verdana, Geneva, sans-serif;
	color:#663300;
	margin-bottom:15px;
}

p {
	color:#663300;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	margin-bottom:12px;
	line-height:16px;
}

a {
	color:#608050;
}

a:hover {
	text-decoration:underline;
}

li {
	color:#663300;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	margin-bottom:9px;
	background:url(/images/bullet.gif) top left no-repeat;
	margin-left:30px;
	padding-left:20px;
	line-height:16px;
}
.divider {
	color:#000;
}
.center {
	text-align:center;
}
.subtitle {
	font-size:0.6em;
	color:#aaa;
	text-align:center;
	margin-bottom:0;
	line-height:12px;
}

.warning {
	color:#F00;
}

.hidden {
	visibility:hidden;
}
