
html, body
{
	margin: 0px;
	padding: 0px;
}


body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{
	margin: 0px;
	padding: 0px;
}

body
{
	width: 1000px;
	margin: 0px auto;
	padding: 0px;
	border: 0px solid black;
	height: auto;
}


form
{
	margin: 0px;
}

/*
form div div
{
	border: solid 1px red;
	padding: 5px;
	margin: 0px;
}
*/

.center
{
	margin: 0 auto;
	display: block;
}

.clear
{
	clear: both;
}

#wrapper
{
	width: 1000px; /* 1. 800px 2. 850px 3. 900px */
	position: relative; /* border: 1px solid red; */
}

/************* header styles ***************/

#header
{
	width: auto;
	height: 120px;
	position: relative;
	top: 0;
	left: 0;
	margin-bottom: 10px;
	padding: 8px;
	background: url(images/semiapps_header_09.gif) no-repeat;
}

#header-top-leader
{
	width: 728px;
	height: 90px;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -45px;
}

#header-left
{
	float: left;
}

#logo-hotspot
{
	width: 240px;
	height: 90px;
	display: block;
}

#search
{
	/* 	border: solid 1px blue; 	width: 195px; 	height: 71px; 	padding: 0px; 	margin: 0px; 	*/
	position: absolute;
	bottom: 8px;
	left: 26px;
	width: 250px;
	height: 27px;
}

#search-input-wrapper
{
	background: transparent url(images/searchbox_semiapps.gif) no-repeat scroll 0 0;
	width: 260px;
}

#search-input
{
	/* 	width: 191px; 	height: 27px; 	padding: 0px; 	margin: 0px; 	border: 0 none; 	*/
	background: transparent none repeat scroll 0 0;
	float: left;
	padding: 0;
	margin: 5px 0px 0 8px;
	border: 0;
	width: 181px;
	height: 27px;
	font-size: .8em;
}

#search-button
{
	width: 41px;
	height: 33px;
	background: transparent url(images/go.gif) no-repeat scroll right top;
	border: 0 none; /* margin: 3px 4px 0 0; */
	float: right;
	margin-left: 5px;
	padding: 0;
	cursor: pointer;
	text-indent: -9999px;
}

#go
{
	width: 41px;
	height: 33px; /* background: transparent url(/images/go.gif) no-repeat; */
	border: 0 none; /* margin: 3px 4px 0 0; */
	margin-left: 5px;
	padding: 0;
	cursor: pointer;
}

.search-content
{
	float: left;
	border: solid 1px blue;
	width: 200px;
	height: 100px;
}

/************* general navigation styles ***************/

.drilldown, .breadcrumb, .more, .foundin
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	vertical-align: top;
}

.more
{
	padding-left: 5px;
	text-align: center;
}

.related-links
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003366;
	text-decoration: none;
}

.tbd
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	vertical-align: top;
}

/************* left navigation styles ***************/

#leftnav
{
	float: left;
	width: 140px; /* 1.150px 2.140px */
	height: 100%;
	border: 2px solid #679ACC;
	border-top: 0 none;
	border-bottom: 0 none;
	border-left: 0 none;
}

#left-section
{
	float: left;
	width: auto; /* leftnav + content + padding | margin | border= 874px */
	height: 100%;
	border: 2px solid #679ACC;
	border-top: 0 none;
	border-bottom: 0 none;
	border-left: 0 none;
	margin-bottom: 18px;
}

#leftnav .header
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #336699;
}

#leftnav .link, #leftnav .link a
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.4;
	margin-top: 0;
	vertical-align: top; /* text-indent: 3px; 10px --> 5px --> 3px */
	margin-left: 1pt;
	display: block;
}

#leftnav a
{
	text-decoration: none;
	color: black;
}

#leftnav a:hover
{
	color: #4682B4;
	text-decoration: underline;
}

#leftnav img
{
	margin: 0px auto;
	display: block;
}

/*
#leftnav a:visited 
{
	text-decoration: none;
}

#leftnav a:link 
{
	text-decoration: none;

}
*/

.clip
{
	width: auto; /* 150px */
	height: 100%; /*position: absolute; 	clip: rect(0px, 140px, auto, 0px);*/
}

.ep_navlefthed
{
	border-bottom: 1px solid #C0C0C0;
	border-top-color: #C0C0C0;
	border-top-style: solid;
	color: #003366;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 4px;
	vertical-align: top;
}

.ep_navlefttex
{
	color: #003366;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.4;
	margin-top: 0;
	vertical-align: top;
}


/************* main content area styles ***************/

.overview
{
	height: auto;
}

.overview-image
{
	float: left;
	padding: 10px;
}

#content
{
	float: left;
	border: 2px solid #679ACC;
	border-top: 0 none;
	border-bottom: 0 none;
	border-right: 0 none;
	width: 728px; /* 1. 646px 2. 680px 3.728px represents the minimum size*/
	height: 100%;
	padding: 2px;
	margin-left: -2px;
}

/*
#content div div
{
	border: 0px solid black;
}
*/

.content-wrapper
{
	/* margin-top: 10px; */
	border: 0px solid #679ACC; /* light to dark: #679ACC [rgb(103, 154, 204)] --> #265287 [rgb(38, 82, 135)] --> #35679A [rgb(53, 103, 154)] */
}

.content-section /* content-block */
{
	margin-top: 10px;
	border: 0px solid black; /* border-top: 3px solid #679ACC; */
	float: left;
	margin-bottom: 14px; /* display:inline-block; */
}

.overline
{
	border-top: 3px solid #679ACC;
}

.underline
{
	border-bottom: thin solid #336699;
}

.double-border-top
{
	/* margin-top: 10px; */ /* border: 0px solid black; */
	border-top: 1px solid #679ACC; /* border-bottom: 1px solid #679ACC; */ /* border-bottom: length thick #679ACC; */
	border-left: 0px none;
	border-right: 0px none;
	height: 5px;
	color: white; /* margin-bottom: 14px; */
}

.news
{
	float: none;
}

.nofloat
{
	float: none;
}

.no-top-margin
{
	margin-top: 0px;
}

.content-padding
{
	margin-bottom: 10px;
}

/*
.content-section
{
	border: 0px solid black;
}
*/

.section-header, .company
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #265287; /* display:inline-block; */ /* 	border-bottom-color: #336699; 	border-bottom-style: solid; 	border-bottom-width: thin; 	*/
}

h1
{
	/* display:inline-block; */
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.left-padding
{
	padding-left: 5px;
	padding-right: 5px;
}

hr
{
	color: #265287;
	margin: 0px;
	border-style: solid;
	border-top: 1px solid;
	border-right: 0px none;
	border-bottom: 0px none; /* width: auto; */ /*margin-top: 2px; 	margin-bottom: 3px; */
	border-left: 0px none;
}

.section-body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	padding: 5px;
	text-decoration: none;
}

.section-body object, .section-body embed
{
	width: 320px;
	display: block;
	margin: 10px auto;
}

/*
.article-body object
{
	width: 320px;
	display: block;
	margin: 0px auto;
	margin: 0 356px 0 0;
	border: 1px solid red;
}
*/

.section-body, .story-header a
{
	text-decoration: none; /* color: #666666; */
}

.section-body a:hover
{
	text-decoration: underline;
	color: #666666;
}

.story-header
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #265287;
}

a:link, a:visited
{
	text-decoration: none;
	color: #666666;
}

a:link
{
	color: #679ACC;
}

a:hover
{
	text-decoration: underline;
	color: #666666;
}


.headline
{
}

.story-subhead
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #666666;
}

.pagination
{
	width: 80%;
	margin: 10px auto;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003366;
	text-decoration: none;
}

.pagination hr
{
	margin-bottom: 10px;
}

.pagination a:link
{
	color: #679ACC;
}

.pagination a:visited
{
	text-decoration: none;
	color: #666666;
}

.pagination a:hover
{
	text-decoration: underline;
	color: #666666;
}

.article-body, .abstract
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	padding: 5px;
}

.article
{
	min-height: 350px;
}

/************* component specific styles ***************/



/************* right navigation styles ***************/

#rightnav
{
	float: right;
	width: 120px;
	height: 100%; /* border: 1px solid black; */ /* 	border: 2px solid #679ACC; 	border-top: 0 none; 	border-right: 0 none; 	border-bottom: 0 none; 	margin-left: -1px; 	*/
}


/************* footer navigation styles ***************/

#footer
{
	width: auto;
	height: auto;
	clear: both;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	padding-top: 18px;
	border: 0px solid black;
	border-top: 3px solid #679ACC; /* margin-top: 18px; */
}

#footer .disclaimer
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	margin: 18px 18px;
}

/************* advertisement styles ***************/

.boom
{
	margin: 10px auto;
	width: 336px;
}

.float-boom
{
	margin: 10px;
	float: right;
}

.right-column
{
	margin: 0px;
	width: 50%;
	float: right;
	margin: 0px 0px 10px 5px;
	padding: 0px;
	border-left: 1px solid #679ACC;
}

.boom img
{
	margin: 0 auto;
	width: 336px;
	display: block;
}

.middle-leader, .middle-leader img
{
	/* padding:10px 0px 10px 0px; */
	height: 90;
	border: 0px solid red;
	top: 0px;
	left: 0px;
	float: left;
	width: 100%;
}


.middle-leader-padding-top, .middle-leader-padding-bottom
{
	border-right: 0px none;
	border-left: 0px none;
}

.middle-leader-padding-top
{
	border-top: 0px solid #679ACC;
	padding-top: 10px;
}

.middle-leader-padding-bottom
{
	border-bottom: 0px solid #679ACC;
	padding-bottom: 10px;
}


.tile
{
	width: 125px;
	margin: 0px auto;
}

.top-leader, .sky
{
	margin: 0px;
}

/************* miscellanneoous styles ***************/

.tagline
{
	color: #00349A;
	font-family: Verdana,Geneva,sans-serif;
	font-size: 7pt;
	font-weight: bold;
	text-align: left;
	border: solid 0px;
}

.logo
{
	border: none;
	width: 195px;
	height: 60px;
}

.no-border
{
	border: 0 none;
}

/*
.blurb
{
	margin: 0px;
	border: none 0;
	float: left;
}
*/


.search-results
{
	margin: 0px;
	border: none 0; /* border: solid 0.5px red; */
	float: left;
}

.sectionbar
{
	border-bottom: #d8d8d8 1px solid;
	text-align: left;
	padding-bottom: 8px;
	background-color: #ffffff;
	margin: 0px 8px 8px;
	padding-left: 0px;
	padding-right: 0px;
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	color: #00349c;
	font-size: 11pt;
	vertical-align: top;
	font-weight: bold;
	padding-top: 8px;
}

.sectiontext
{
	text-align: left;
	padding-bottom: 4px;
	margin: 0px 4px 4px;
	padding-left: 4px;
	padding-right: 4px;
	font-family: Verdana, Geneva, sans-serif;
	color: #000000;
	font-size: 8pt;
	vertical-align: top;
	font-weight: normal;
	padding-top: 0px;
}

.body_overview
{
	font-size: 12px;
}

.sectiontext A:link
{
	color: #0066ff;
	text-decoration: none;
}

/*
.headline
{
	font-weight: bold;
	font-size: 14pt;
	color: rgb(0, 0, 0);
	font-family: verdana;
	text-align: left;
	vertical-align: top;
	margin-bottom: 4px;
}
*/

.content-body
{
	margin: 8px 0pt 4px;
	font-weight: normal;
	font-size: 10pt;
	color: rgb(0, 0, 0);
	font-family: verdana;
	text-align: left;
	vertical-align: top;
}

.taxomenu a:link
{
	text-decoration: none;
	color: #000000;
}
.taxomenu a:visited
{
	text-decoration: none;
	color: #000000;
}
.taxomenu a:active
{
	text-decoration: none;
	color: #000000;
}
.taxomenu a:hover
{
	text-decoration: none;
	background-color: #C5DBF8;
}

.taxomenu
{
	background-color: #F5F5F5;
	text-decoration: none;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	vertical-align: top;
	line-height: 1.3;
	word-spacing: -1.3px;
}

.taxomenu_section
{
	background-color: #F90000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: white;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	word-spacing: -1.3px;
	line-height: 1.2;
	margin: 0;
	padding: 0;
}

.welcomeAdvertisement
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.noDisplay
{
	display: none;
}

