/*****Style by Organic Mindgrapes - Juan Ojeda*****/

/******layout & background images******/

#content {
	padding: 10px 20px 20px 20px;
	margin-bottom: 20px;
	background-color: black;
	background-image: none;
}

#perf_content div#perf_heading
 {
	background: url(/performance/images/header-bg.gif) top left no-repeat;
	width: 930px;
	height: 110px;
	position: relative;
	padding: 10px 10px 0px 10px;
}

#perf_content div#perf_heading img {
	margin: 0px;
	padding: 0px;
	border: none;
	float: left;
}

#content #perf_content #perf_heading h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 3.3em;
	font-style: italic;
	font-weight: bold;
	color: #444444;
	padding: 0px 10px 0px 0px;
	margin: 0px;
	line-height: 3.3em;
	vertical-align: baseline;
	text-transform: uppercase;
	float: right;
}

#perf_content div#perf_heading h1 {
	width: 330px;
	height: 81px;
	overflow:hidden;
	background: url(header-logo.gif) top left no-repeat;
	float: left;
}

#perf_content div#perf_heading h1 span {
	margin: -1000px;
}

/***end workaround***/

#perf_content .perf_block {
	padding: 0px 10px 30px 10px;
	background: #000 url(/performance/images/content-bg.gif) top left repeat-y;
	width: 931px;
	
}

#perf_content div.top, #perf_content div.bottom {
	margin: 0;
	margin-left: -10px;
	padding: 0;
	border: none;
	width: 951px;
	height: 6px;
	position:relative;
}

#perf_content div.top {
	background: #000 url(/performance/images/content-top.gif) top left no-repeat;
}

#perf_content div.bottom {
	background: #000 url(/performance/images/content-bottom.gif) top left no-repeat;
	margin: 0px 0px 5px 0px;
}

.perf_block .right{
	float: right;
	width: 300px;
	height: auto;
	clear: right;
}

.perf_block .left{
	width: 600px;
	height: auto;
}

.perf_block div.indent {
	margin-left: 20px;
}

.perf_block .subsection {
	margin: 30px 0 0 0;
}

.perf_block img.left {
	width: inherit;
	float: left;
	clear: left;
	padding: 0px 20px 20px 0px;
}


/*****Typography & colours*****/

#perf_content a, #perf_content a:visited {
	color: #FF7C06;
	padding: 2px 10px;
}

#perf_content a:hover {
	color: #FFAF28;
	background-color: #666;
}

#content #perf_content {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 62.5%;/*reset 1em to 10px*/
}

.perf_block h2, .perf_block h3, .perf_block h4, .perf_block h5, .perf_block h6 {
	color: #FF7C06;
	font-weight: bold;
	font-style: italic;
}

.perf_block h2 {
	font-size: 2.2em;
	text-transform:uppercase;
}

.perf_block h3 {
	font-size: 1.8em;
	line-height: 2em;
}

.perf_block h4 {
	font-size: 1.6em;
}

.perf_block p {
	font-size: 1.4em;
	color: #434343;
	padding: 0px 10px;
	margin: 10px 0 10px 0;
}

.perf_block p, .perf_block li {	
	color: #434343;
	font-size: 1.4em;
}

.perf_block li a:hover {
	text-decoration: underline;
}

.perf_block .highlight {
	color: #FF7C06;
	font-weight: bold;
	font-style: italic;
}

.perf_block #nav_list li{
	font-size: 1.8em;
	font-weight: bold;
	font-style: italic;
}

.perf_block li {
	font-style: normal;	
}

#perf_content .bigger
 {
	font-size: 1.8em;
}


/*****stop "growing ems" *****/
.perf_block li li {
	font-size: 1em;
}
.perf_block #nav_list li li{
	font-size: .9em;	
}