
/* Core Styles */

body {
	background: black;
	text-align: center;
	font-family: arial;
	color: #232323;
	font-size: 13px;
	line-height: 18px;
}

td {
	font-family: arial;
	font-size: 13px;
	line-height: 18px;
}

img {
	border: 0px;
}

a {
	color: #D21F2B;
}

h1, h2, h3, h4, h5 {
	font-family: 'Lucida Grande', 'Trebuchet MS', 'Lucida Sans Unicode', sans-serif;
	font-weight: 300;
	line-height: 24px;
}

h1 a, h2 a, h3 a, h4 a, h5 a {
	text-decoration: none;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}


/* Layout Styles */

#site_container {
	width: 915px;
	background: white;
	margin: 0 auto;
	border: 1px solid black;
}

#sidebar {
	width: 214px;
	background: url(/site_images/sidebar_bg.png) #565043;
	color: white;
	float: left;
}

#sidebar #navigation_container ul {
	font-family: 'Lucida Grande', 'Trebuchet MS', 'Lucida Sans Unicode', sans-serif;
	list-style-type: none;
	text-align: right;
	margin-bottom: 70px;
	margin-left: 0px;
	padding-left: 0px;
}

#sidebar #navigation_container ul a {
	color: white;
	text-decoration: none;
}

#sidebar #navigation_container ul li {
	padding-right: 15px;
	margin-left: 0px;
	padding-left: 0px;
}

#sidebar #navigation_container ul li.current {
	background: #C72C44;
}

#sidebar #primary_nav {
	font-size: 17px;
	line-height: 26px;
}

#sidebar #secondary_nav {
	font-size: 12px;
	line-height: 18px;
}

#sidebar #cover_art_shot {
	text-align: center;
	margin-bottom: 20px;
}

#sidebar #cover_art_shot img {
	width: 150px;
	height: 230px;
}

#body_container {
	margin-left: 214px;
	text-align: left;
}

#footer_container {
	clear: right;
	font-size: 11px;
	padding-top: 25px;
	padding-bottom: 25px;
	color: #646464;
}

.content_sidebar {
	width: 255px;
	float: right;
	margin-left: 30px;
	padding: 20px;
	background: #F6EBC9;
}

html>body .content_sidebar {
	width: 215px;
}

.content_sidebar h2 {
	font-size: 16px;
	margin-top: 0px;
}

/* Text formatting styles */

#body_container ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}

#body_container li {
	background: url(/site_images/bullet.png) no-repeat 0px 4px;
	margin-left: 0px;
	padding-left: 15px;
	margin-bottom: 6px;
}


/* Page Template Styles */

#body_container {
	background: url(/site_images/content_bg.png) repeat-y;
}

#body_container .content_container {
	margin: 50px;
	margin-left: 110px;
}

#body_container.big_cover {
	background: url(/site_images/big_cover_bg.png);
	padding-left: 25px;
	padding-right: 64px;
	text-align: center;
}

#body_container.big_cover .content_container {
	margin: 0px;
	padding: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
}

#vertical_site_title {
	float: left;
	margin-top: 120px;
}

.big_title {
	height: 120px;
	background: url(/site_images/solid_bg.png) #F3AF26;
	color: white;
	position: relative;
	margin-left: -60px;
	margin-right: -50px;
	margin-top: -50px;
	margin-bottom: 50px;
}

.big_title h1 {
	margin: 0px;
	position: absolute;
	bottom: 10px;
	right: 50px;
	font-size: 24px;
	font-weight: 300;
	text-transform: uppercase;
}

.research_cover {
	margin-right: 10px;
	margin-bottom: 10px;
}

table.form_fields td input, table.form_fields td select, table.form_fields td textarea {
	width: 155px;
	font-family: verdana;
	font-size: 12px;
	line-height: 16px;
}

table.form_fields td textarea {
	height: 32px;
}

