@charset "UTF-8";

/*--------------------------------------------------
	Print Styles
--------------------------------------------------*/

html {
	color: #000000;
	background-color: #ffffff;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 18px;
}


/*--------------------------------------------------
	Header
--------------------------------------------------*/

#header {
	height: 50px;
	margin: 0 0 30px 0;
	padding: 20px 0 20px 0;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
#header img#sdw-logo {
	display: block;
	position: relative;
	width: auto;
	height: 50px;
	float: left;
}
#header p#address {
	text-align: right;
	font-size: 10px;
	line-height: 15px;
}


/*--------------------------------------------------
	Footer & Nav
--------------------------------------------------*/

#footer, #nav {
	display: none;
}


/*--------------------------------------------------
	Content
--------------------------------------------------*/

#content h1 {
	padding: 0 0 18px 0;
	font-family: 'Century Gothic', 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
}
#content h1 .sub {
	font-size: 12px;
}
#content h2 {
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
	font-family: 'Century Gothic', 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	letter-spacing: normal;
	text-transform: uppercase;
}
#content p {
	padding: 0 0 18px 0;
	text-align: justify;
}
#content a:link,
#content a:visited,
#content a:active,
#content a:hover {
	color: #808080;
	text-decoration: none;
}
#content ul {
	display: block;
	position: static;
	list-style-type: disc;
	padding: 0 0 18px 20px;
}
#content ul ul,
#content ol ul {
	padding: 0 0 0 20px;
}
#content ul li {
	display: list-item;
	position: static;	
	list-style-type: disc;	
}
#content ol {
	display: block;
	position: static;
	list-style-type: decimal;
	padding: 0 0 18px 30px;
}
#content ol ol,
#content ul ol {
	padding: 0 0 0 30px;
}
#content ol li {
	display: list-item;
	position: static;	
	list-style-type: decimal;	
}
#content .hidden {
	display: none;
}
#content strong {
	font-weight: bold;
}
#content em {
	font-style: italic;
}
#content .underlined {
	text-decoration: underline;
}

/*--------------------------------------------------
	Bio Listings
--------------------------------------------------*/

#content ul#bios-nav {
	display: none;
}
#content.bios-list ul {
	list-style-type: none;
}
#content.bios-list ul li {
	list-style-type: none;	
}
#content.bios-list ul li a em {
	display: none;
}
#content.bios-list p.top-link {
	display: none;
}


/*--------------------------------------------------
	Bio Detail
--------------------------------------------------*/


#content #bio-info {
	width: 374px;
	float: right;
	font-size: 10px;
	line-height: 18px;
	text-align: right;
	padding: 0 0 18px 18px;
}
#content #bio-info img {
	width: 180px;
	float: right;
	margin: 0 0 0 14px;
}
#content #bio-info-text {
	width: 180px;
	float: right;
}
#content #bio-info-text h3 {
	font-weight: bold;
}
#content #bio-info-text ul {
	padding: 0 0 18px 0;
	list-style-type: none;
}
#content #bio-info-text ul li {
	list-style-type: none;
}
