
body {
	background: #2f4756 url('img/global/body_background.gif') top left repeat-x;
	font: 12px/20px "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	margin: 0; padding: 5px;
	text-align: center;
	color: #333;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #a24405;
}
h1 {
	height: 1px;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	padding-left: 12px;
}

#content h2, #content h3 {
	padding-left: 12px;	
}
.deck {
	padding-bottom: 3px;
	margin: 0;
	border-bottom: 1px solid #d1cac3;
}
a:link, a:visited, a:hover, a:active {
	color: #0d63ac;
	text-decoration: none;
}
a:hover {
	color: #001166;
}
img {
	display: block;
}
a img {
	border: 0 none transparent;
}
hr {
	height: 1px;
	border: 0;
	color: #bfd2e4;
	background-color: #d1e4f6;
}
blockquote {
	margin-left: 25px;
}
ul {
	padding: 0;
	magin-left: 0;
}
#content ul, .sidebar ul {
	list-style-image: url('img/global/bullet.gif');
	margin-left: 10px;
}
.content li, .sidebar li {
	margin-bottom: .35em;
}
table {
	margin: 1em 0 0 0;
	width: 100%;
}
tbody {
	border: none;
}
thead th {
	border-bottom: 2px solid #d3e7f4;
	color: #494949;
	font-weight: bold;
}
th a:link, th a:visited {
	color: #6f9dbd;
}
td, th {
	padding: .4em .5em;
	vertical-align: top;
}
tbody th {
	border: solid #d1e4f6;
	border-width: 1px 0;
}
tr:first-child td.region, tr:first-child td.module, tr:first-child td.container {
	border-top-width: 0;
}
fieldset {
	border: 1px solid #ccc;
}
select { margin: 0; }


/* Page layout */

#header {
	width: 970px;
	margin: 0 auto;
}
#page {
	min-height: 400px;
	margin: 0 8px;
	padding: 8px 0 20px 0;
}
#container {
	margin: 0 auto;
	width: 718px;
	text-align: left;
	background: #fff url('img/global/page_shadow.gif') bottom left repeat-x;
	margin-top: 0;
}
.liner {
	margin: 0 12px;
}
#logo {
	width: 1000px;
	height: 300px;
	background: url('img/global/logo.jpg') top left no-repeat;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -515px;
	z-index: -50;
}
#slogan {
	font-size: 120%;
	font-style: italic;
	color: #96a1a9;
	text-align: right;
	width: 718px;
	height: 85px;
	margin: 0 auto 0 auto;
	padding-top: 20px;
}
#left {
	width: 496px;
	float: left;
}
#right {
	width: 198px;
	float: left;
	margin-left: 8px;
}
#footer {
	color: #96a1a9;
	font-size: 80%;
	margin: 0 auto;
	width: 718px;
	text-align: left;
	position: relative;
	background: none;
	top: 2em;
}



/* Site navigation */

#nav { 
	overflow: hidden;
	width: 718px;
	height: 34px;
	margin: 0 auto;
	clear: both;
	position: relative;
}
#nav * {
	font-size: 12px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}
#nav ul {
	float: right;
	height: 34px;
	margin: 0; 
	padding: 0;
	list-style-type: none;
	text-align: center;
	display: inline;
}
#nav ul li { 
	float: left;
}
#nav ul li a {
	display: block;
	text-decoration: none;
	padding: 8px 0 0 0;
	color: #fff;
	background: url('img/global/nav_background.gif') bottom left repeat-x;
	background-position: -34px 0;
	width: 115px;
	height: 34px;
	text-align: center;
}
#nav ul li a:hover { background-position: -140px -34px; }
#nav ul li a:active, #nav ul li a.active { background: none; color: #333; background-color: #fff; }


/* Classes */

.clear {
	line-height: 0;
	clear: both;
}


/* Sidebars */

#sidebarJoinUs {
	border: 1px solid #d6d2cf;
	background: url('img/global/feature_joinus_background.jpg') top left no-repeat;
	height: 243px;
	width: 196px;
}

#sidebarJoinUs ul {
	margin-left: 0;
}
#sidebarJoinUs li {
	list-style-type: none;
	margin: 0 0 5px 0;
	padding: 0;
	display: block;
	height: 25px;
	width: 167px;
}
#sidebarJoinUs li a {
	color: #333;
	display: block;
	background: url('img/global/feature_joinus_li.gif') top left no-repeat;
	background-position: -2px 0;
	height: 25px;
	width: 167px;
	overflow: hidden;
	margin: 0;
	padding: 0 0 0 5px;
	line-height: 23px;
}
#sidebarJoinUs li a:hover {
	background-position: 0 -25px;
}


#sidebarPodcast ul {
	margin-left: 0;
}
#sidebarPodcast li {
	list-style-type: none;
	display: block;
	line-height: 16px;
	margin-bottom: 1em;
}
#sidebarPodcast a {
	display: block;
	background: url('img/global/button_play.gif') top left no-repeat;
	padding-left: 30px
}
