@charset "utf-8";

@import url("../css/reset.css");
@import url("../css/nav.css");

html, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	background-color: #ccc;
	color: #040404;
	margin: 0;
	padding: 0;
}
#wrapper {
	width: 774px;
	margin: auto;
	margin-bottom: 25px;
	background-color: #fff;
}
h2 {
	font-size: 14px;
	color: #f05412;
	font-weight: normal;
	margin: 7px 0 12px 0;
}
p {
	padding-bottom: 11px;
}
a {
	color: #f05412;
}


/* headers */
h1#headerCRE, h1#headerCL, h1#headerBL, h1#headerEL, h1#headerE, h1#headerHPC {
	margin-bottom: 15px;
	text-indent: -9999px;
}
h1#headerCRE {
	background: url(../images/headers/cre.png) no-repeat;
	width: 297px;
	height: 17px;
}
h1#headerCL {
	background: url(../images/headers/cl.png) no-repeat;
	width: 294px;
	height: 17px;
}
h1#headerBL {
	background: url(../images/headers/bl.png) no-repeat;
	width: 160px;
	height: 17px;
}
h1#headerEL {
	background: url(../images/headers/el.png) no-repeat;
	width: 211px;
	height: 17px;
}
h1#headerE {
	background: url(../images/headers/e.png) no-repeat;
	width: 136px;
	height: 17px;
}
h1#headerHPC {
	background: url(../images/headers/hpc.png) no-repeat;
	width: 294px;
	height: 40px;
}


/* header */
#header {
	height: 153px;
	background: url(../images/header.jpg) no-repeat;
	position: relative;
}
a#home  {
	position: absolute;
	top: 65px;
	right: 25px;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}



/* footer */
#footer {
	background-color: #6f6f6f;
	padding: 5px 0;
	margin-top: 15px;
	color: #fff;
	font-size: 10px;
	text-align: center;
	clear: both;
}
#footer ul {
	list-style-type: none;
}
#footer ul li {
	display: inline;
	padding: 0 1px;
}
#footer ul li a {
	color: #fff;
	text-decoration: none;
}

#mainContent {
	overflow: hidden;
}


#subSidebar {
	float: right;
	zoom: 1; /* IE6 */
	width: 357px;
	margin-top: 22px;
}

#subContent {
	margin: 22px 0 0 22px;
	width: 330px;
}
#subContentAlt {
	clear: both;
	width: 327px;
	padding-top: 10px;
}
#subContent ul, #subContentAlt ul {
	list-style-type: disc;
	margin: 0 0 0 15px;
}
#subContent ul li, #subContentAlt ul li {
	margin: 0 0 13px 0;
}
#subSharpInfo {
	float: right;
	font-size: 10px;
	padding-top: 13px;
	margin-right: 30px;
	zoom: 1; /* IE6 */ 
}
#subSidebarImg {
	text-align: right;
}


/* home */
#homeSidebar {
	float: left;
	zoom: 1; /* IE6 */
	width: 348px;
}
#homeSharpInfo {
	float: right;
	font-size: 10px;
	padding-top: 16px;
}
#homeSharpInfo p {
	padding: 0;
}
.lizSharp {
	color: #333399;
}
#homeContent {
	margin: 20px 35px 0 376px;
}
#homeContent ul {
	margin: 0 0 0 2px;
}
#homeContent li {
	color: #333399;
}


/* reported decisisons */
#reportedDecisions {
	clear: both;
	width: 327px;
}
#reportedDecisions h2 {
	padding: 8px 0 5px 0;
}
#reportedDecisions p {
	color: #333399;
}


/* experience */
#subContent .experience ul {
	list-style-type: none;
	margin: 0;
}
#subContent .experience ul li {
	margin: 0 0 4px 0;
}
#subContent .experience p a.highProfile {
	display: block;
	font-size: 13px;
	margin-top: 20px;
}
#subContent .experience h2 {
	padding: 16px 0 6px 0;
	margin: 0;
}
#subContentAlt .experience h2 {
	padding: 0 0 6px 0;
	margin: 0;
}