 body {
	font-size:14px;
	background: #3F3F3F;
	font-family: Arial, sans-serif;
	color:#333;
	padding-top:10px;
}

/*
General Typography
-----------------------------------------------------------------------------*/

h1 {
	font-size:24px;
	font-weight:bold;
	margin:0 0 10px 10px;
}

h2 {
	font-size:20px;
	font-weight:bold;
	margin:8px 0 10px 10px;
}

h3 {
	font-size:16px;
	margin:10px 0 0 10px;
}

h4 {
	font-size:14px;
	
	margin: 5px 0 0 10px;
}

p {
	margin:0 10px 5px 10px;
	line-height:150%;
}

blockquote {
	margin:10px 30px;
	line-height:110%;
}

ul {
	margin:0 0 0 20px;
}

li {
	line-height:150%;
}

br {
	height:0;
	padding:0;
	margin:0;
}

a,
a:link,
a:visited {
	color:#40598d;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

input[type='image'] {
	vertical-align: middle;
}


/* Page Structure
-----------------------------------------------------------------------------*/
#banner {
	margin:0;
	padding:0;
	border:0;
}
#main_content {
	background:white url(innova/page-back.gif) repeat-y top left;
}

#story {
	background:url(innova/left-detail.gif) no-repeat left top;
	margin:0;
	padding:20px 0 20px 120px;
}

.section_content {
	margin: 0 auto;
	width:1000px;
}

#breadcrumbs {
	border-bottom:1px solid black;
	background:white url(innova/branding-bar.gif) no-repeat 30px center;
	padding:10px 0 10px 100px;
}

.content_story {
	margin:0 0 0 80px;
	width:500px;
}

.content_story ul {
	padding:0 0 0 5px;
}

.sidebar {
	width:250px;
	float:right;
}

#searchbar {
	margin:20px 0 0 0;
}

.menu {
	margin-top:10px;
}

.menu ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

.menu li {
	line-height:130%;
	margin:0 10px 5px 0;
	
}

.menu a {
	color:#333;
	text-decoration:none;
}

.menu a:hover {
	text-decoration:underline;
}

.menu h4 {
	margin:15px 0 10px 0;
	font-weight:bold;
}

#foot_wrapper {
	text-align:center;
}

.footer_text {
	background:white;
	border-top:1px solid black;
	padding:10px 0;
}

/* auxiliary page styling
-----------------------------------------------------------------------------*/

.auxiliary .content {
	/*margin-left:50px; */
}

.auxiliary .content h2{
	margin-bottom:10px;
}

.auxiliary #site_map {
	/* margin-left:50px; */
}

.auxiliary #site_map h1,
.auxiliary #site_map h2,
.auxiliary #site_map h3 {
	margin-left:0;
}

.auxiliary .content h1,
.auxiliary .content h2,
.auxiliary .content h3 {
	margin-left:0;
}

.auxiliary #site_map a {
	/* display:block; */
}

.auxiliary #site_map ul {}

/* Common Elements 
-----------------------------------------------------------------------------*/

a.deadlink {
	color:red;
	text-decoration:line-through;
}

.clear {
	clear:both;
}

.hidden {
	display:none;
}