@import url("reset.css");

/* text, tags, etc. */

body {
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background: url(body-bg.jpg) top left repeat-x;
	background-color: #FFFFFF;
}

p { margin: 0px 0px 18px 0px; }
ul { list-style: disc; margin: 0px 0px 18px 20px; }
ol { list-style: decimal; margin: 0px 0px 18px 20px; }

a { color: #5a584b; text-decoration: underline; }
a:hover { color: #000000; text-decoration: underline; }

.nomargin { margin: 0px; }

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	line-height: 34px;
	font-weight: bold;
	margin: 30px 0px 0px 10px;
	color: #f2f0d5;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	line-height: 28px;
	font-weight: bold;
	margin: 0px 0px 12px 0px;
	color: #3a859d;
	text-shadow: 1px 1px 0px #addae8;
}

h3 {
	font-size: 18px;
	line-height: 24px;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	color: #3a859d;
}

h4 {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	margin: 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #999999;
}

/* page layout */

.container {
	width: 940px;
	margin: 0px auto;
}

#header {
	width: 100%;
	height: 160px;
	padding: 20px 0px;
	margin: 10px 0px 0px 0px;
	background: url(header-bg.png) top center no-repeat;
	color: #FFFFFF;
	overflow: auto;
}

#header div.container { width: 960px; }
#header p { margin: 0px 0px 0px 10px; color: #cec1c4; }

#nav {
	width: 100%;
	margin: 0px 0px 20px 0px;
	background-color: #AAAAAA;
	overflow: auto;
}

#content {
	float: left;
	width: 620px;
	min-height: 400px;
	margin: 0px 20px 20px 0px;
}

	#content.full {
		float: none;
		width: 940px;
		margin: 0px 0px 20px 0px;
	}

#sidebar {
	float: left;
	width: 300px;
	margin: 0px 0px 20px 0px;
}

#subfooter {
	clear: both;
	width: 100%;
	padding: 20px 0px;
	background-color: #bbd3dd;
	overflow: auto;
}

#footer {
	clear: both;
	width: 100%;
	padding: 10px 0px;
	background-color: #444444;
	color: #CCCCCC;
	text-align: center;
	font-size: 12px;
	line-height: 18px;
}

	#footer a { color: #CCCCCC; text-decoration: none; }
	#footer a:hover { color: #bbd3dd; text-decoration: underline; }

/* navigation styles */

#header ul {
	list-style: none;
	padding: 0px;
	margin: 8px 0px 0px 0px;
}

#header ul li {
	display: inline;
	padding: 0px;
	margin: 0px;
}

#header ul li a {
	display: block;
	float: left;
	margin: 0px 20px 0px 0px;
	padding: 5px 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

#header ul li a:hover {
	text-decoration: none;
	background-color: #635040;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#header ul li a.last { margin: 0px; }

/* subfooter columns */

#subfooter ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 18px;
}

#subfooter ul li {
	display: block;
	float: left;
	width: 220px;
	margin: 0px 20px 0px 0px;
	padding: 0px;
}

#subfooter ul li.last { margin: 0px; }

#subfooter ul li img { border: 1px solid #444444; }

/* fancy table style */

.chart { 
	margin: 0px 0px 18px 0px;
	border-right: 1px solid #635040;
	border-top: 1px solid #635040;
}

.chart tr th {
	padding: 5px;
	background-color: #635040;
	border-left: 1px solid #635040;
	border-bottom: 1px solid #635040;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
}

.chart tr td {
	padding: 5px;
	background-color: #FFFFFF;
	border-left: 1px solid #635040;
	border-bottom: 1px solid #635040;
}

/**/

.twocolumns {
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;	
}
