/* eric meyer reset start */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* eric meyer reset end */


/* Elements */

body {
	max-height:100%;
	color:#333;
	font-family:Arial,sans-serif;
	font-size:13px;
	line-height:23px;
}

h1, h2, h3, h4 {
	color:#900;
	font-family:Arial,sans-serif;
	font-weight:normal;
}

h1 {
	margin-bottom:10px;
	font-size:31px;
	line-height:35px;
}

h2 {
	font-size:18px;
	line-height:22px;
}

h3 {
	margin-bottom:5px;
	padding:0 12px;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	line-height:21px;
	background-color:#900;
}

h4 {
	color:#333;
	font-size:12px;
	font-weight:bold;
	line-height:14px;
}

a {
	color:#900;
	text-decoration:none;
}

a.visited {
	color:#655b03;
}

a:hover, a.visited:hover {
	text-decoration:underline;
}

p {
	margin-bottom:20px;
}

ol,
ul {
	margin:5px 50px 20px;
}

ul.sf_simpleList {
	list-style-type: none;
}

/* Structures */

#Wrapper {
	position:relative;
	width:987px;
	margin:1% auto 0;
}

#Header {
	position:relative;
	height:177px;
}

#CenterDiv {
	position:relative;
	min-height:485px;
	_height:485px;/* ie6 hack - delete or move as necessary */
}

#Left-Nav {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:260px;
	overflow:auto;
	text-transform:uppercase;
	background-color:#ededed;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}

#Content {
	position:relative;
	height:100%;
	width:423px;
	min-height:350px;
	margin-left:260px;
	padding:20px 20px 10px;
}

#Bottom-Center {
	position:relative;
	height:100%;
	width:463px;
	margin-left:260px;
	padding:20px 20px 10px;
	overflow:hidden;
}

#Right-Div {
	position:absolute;
	top:0;
	right:0;
	height:100%;
	width:264px;
	overflow:hidden;
	background-color:#ededed;
	border-left:2px solid #ccc;
}

#Right-Content {
	position:relative;
	height:370px;
}

#Bottom-Right-Content {
	position:absolute;
	top:370px;
	bottom:0;
	width:100%;
	overflow:auto;
}

#Footer {
	clear:both;
	position:relative;
	overflow:hidden;
	font-size:10px;
	font-weight:bold;
}

#Footer a,
#Footer a.visited {
	color:#fff;
}

#Footer a:hover {
	text-decoration:none;
}

#Copyright {
	position:relative;
	text-align:right;
	color:#999;
	font-size:11px;
	line-height:21px;
}

#Copyright a {
	color:#666;
}


/* Global Styles */

.clear {
	clear:both;
}


/* Staff Styles */

.staff {
	margin-bottom:10px;
}

.staff img {
	float:left;
}

.staff h2 {
	margin-left:120px;
	color:#333;
	font-size:20px;
}

.staff h3 {
	margin-left:120px;
	padding:0;
	color:#333;
	background-color:transparent;
}

.staff a {
	display:block;
	margin-left:120px;
	line-height:21px;
}


/* Job Styles */

h3.jobs {
	margin-bottom:0;
	background-color:#666;
}

.detail {/* this is for the line of text under the job h3 */
	margin-bottom:5px;
	padding-left:12px;
	font-style:italic;
}


/* Expandable List Styles */

#ctl00_MainContent_ListDisplay1 h2.sf_listTitle {
	display:none;
}

p.sf_controlListItems {
	line-height:100%;
}

ul.sf_expandableList {
	margin-top:10px;
	list-style-type:none;
}

ul.sf_expandableList li {
	margin:0 20px 10px !important;
}

ul.sf_expandableList h3.sf_listItemTitleexp,
ul.sf_expandableList h3.sf_listItemTitle {
	padding:0;
	font-size:13px;
	background-color:transparent;
}

#Content ul.sf_expandableList h3.sf_listItemTitleexp a,
#Content ul.sf_expandableList h3.sf_listItemTitle a {
	color:#333;
}
#Header a.homeButton {
	position:absolute;
	display:block;
	top:20px;
	left:17px;

}