body {  
	color: black; 
	width: 100%; 
	font-family: Arial, Helvetica, sans-serif; 
	background-color: white;
	margin: 20px 0px;
}

/* 
	vanilla html
*/

h1,h2,h3 {
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	color: black;
	font-weight: normal;
	font-size: 22px;
	padding: 0px 0px;
	margin: 0px 0px;
}

h2 {color: 666666;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: -5px;
	margin-top: 20px;
}
	
h3 {color: 666666;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: -10px;
	margin-top: 20px;
	margin-right: 20px;
}

/* for handling bullets -- positioning is to center bullets*/
h3 img {
	float: left;
	position: relative;
	top: 3px;
	left: -2px;
}


a {
	color: #993300;
	text-decoration: underline;
}

a:hover {
	color: #993300;
	text-decoration: underline;
}

p { 
	font-family: Arial, helvetica, sans-serif;
	font-size: 10pt;
	color: black;
	margin: 10px 0px;
	padding: 0px 0px;
	margin-right: 20px;
}
p#nospace
{ 
	font-family: Arial, helvetica, sans-serif;
	font-size: 10pt;
	color: black;
	margin: 0px 0px;
	padding: 0px 0px;
	margin-right: 0px;

}

/* Chinese-text image*/
img#cn {
	vertical-align : -7px;
	border-bottom: 1px  #993300 solid;
}


blockquote {
	margin-left: 10px;
	margin-right: 10px;
}

blockquote p{
	font-size: 9pt;
	color: #666666;
}

hr {
	color: #dddddd;
	height: 1px;
	width: 100%;
	text-align: center;
}

li {
	font-size: 10pt;
}

/*
	The tab row along the top
*/

tab-row {
}

tr.tab-row td {
	border-bottom: #dddddd 1px solid;
}

tr.tab-row td.blank {
	border-bottom: none;
	padding: 0px 0px;
	margin: 0px 0px;
}

tr.tab-row td.blank a {
	text-decoration: none;
	border-bottom: none;
	padding: 0px 0px 0px 0px;
}

tr.tab-row td.blank a img {
	margin: 0px 0px;
	padding: 0px 0px;
	margin-top: 0px;
}

tr.tab-row a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*color: black;*/
	color: #F95602;
	
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	white-space: nowrap;
	padding-left: 3px; padding-right: 3px;
	padding-top: 5px; padding-bottom: 0px;
	position: relative; top: 1px;
	border: none;
}

tr.tab-row a:hover {
	color: 336600;
}

tr.tab-row a.selected {
	border-left: #dddddd 1px solid;
	border-right: #dddddd 1px solid;
	border-top: #dddddd 1px solid;
	border-bottom: #ffffff 1px solid;
	background: URL(images/selected-tab-bg.gif);
	background-repeat: repeat-x;
}

/*
	div.info is the div which holds the rollover info for
	the sections.
*/

div.info {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	font-weight: normal;
	font-size: 10px;
	margin: 5px 3px;
}

div.info a {
	text-decoration: none;
	color: black;
	border-bottom: 1px #cccccc solid;
}

div.info a:hover {
	border-bottom: 1px #666666 solid
}

/*
	td.toolbar holds the contact us, site map, etc links on the bottom
	of the page. We also define a form style here via <input>
*/

td.toolbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	font-weight: normal;
	font-size: 10px;
	white-space: nowrap;
	text-align: right;
	margin-bottom: -20px;
	padding-bottom: -20px;
}

td.toolbar input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	font-weight: normal;
	font-size: 10px;
	background-color: #dddddd;
	border: 1px #999999 solid;
}

td.toolbar a {
	text-decoration: none;
	color: black;
	font-weight: bold;
	border: none;
}

td.toolbar a:hover {
	text-decoration: none;
	color: 336600;
}

form {
	padding: 0px 0px;
	margin: 0px 0px;
}


/*
	td.leftbar is the area under the apco logo, to the left of the main content.
	It's a good place for section links.
*/

td.leftbar {
}

td.leftbar p {
	font-size: 11px;
	line-height: 20px;
}

td.leftbar p a {
	text-decoration: none;
	line-height: 11px;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}

td.leftbar p a:hover {
	text-decoration: underline;
}

td.leftbar p a#selected {
	font-weight: bold;
	border-left: 2px solid black;
	padding-left: 5px;
	position: relative;
	left: -7px;
}

td.leftbar p a sup {
	display: float;
	position: relative;
	top: 2px;
}

/*
	td.main is the place where content is to go. I haven't actually defined
	any styles, but here's where they'd go.
*/

td.main {
}


/*
	Specific selectors 
*/

#smaller { font-size: 80%; }
#larger { font-size: 120%; }

#top-row-bg {
	background-color: white;
	background-image: URL(images/top-row-bg.gif);
	background-repeat: repeat-x;
}

#flash-row-bg {
	background-color: white;
	background-image: URL(images/flash-row-bg.gif);
	background-repeat: repeat-x;
}

span.sub { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt; 
	baseline: 5px;
}

div.#rightfloater {
	margin: 5px 5px;
	padding-left: 20px;
	float: right;
	text-align: right;
	white-space: nowrap;
	border: 0px #999999 solid;
	background: #eeeeee;
}

div.#rightfloater a {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	
}

div.#rightfloater a:hover {
	text-decoration: underline;
}

td.quote-area h1
{
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	color: black;
	font-weight: normal;
	font-size: 22px;
	color: black;
	margin-top: 10px;
}

td.quote-area p
{
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: black;
}


.form-page b
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: bold;
	color: black;
}
.form-page i
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: black;
}


/* Services */
.services h1 {
	font-size: 22px;
	margin-top: 15px;
	margin-left: 10px;
	margin-bottom: 15px;
}

.services h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	margin: 10px 10px;
	margin-top: 0px;
}

.services h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10pt;
	margin: 10px 10px;
	margin-top: 0px;
}

.services p {
	
	font-weight: normal;
	font-size: 11px;
	line-height: 12px;
	margin: 3px 15px;
	margin-top: 0px;
	margin-bottom: 15px;
}

.services li {
	font-size: 11px;
	line-height: 12px;
	margin-bottom: 7px;
	margin-right: 10px;
}

.services ul {
	margin-left: 30px; margin-top: 5px 

}
p div#sectionLink
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding-left: 0px;
	position: relative;
	top: -5px;
}

</style>
<!--- NAV UL for Menu items-->
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	width: 10em;
}

#nav li {
	float: left;
	width: 10em;
}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	border-width: 0.25em;
	margin: 0;
}

#nav li:hover ul {
	left: auto;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #F0F8FF;
}

#content {
	clear: left;
}

#content a {
	color: #333333;
}

#content a:hover {
	text-decoration: none;
}

#scaffolding {
	height: 70px;
	background: white url(/images/header_bg.gif) no-repeat;
	border: solid #eda;
	border-width: 1px 0 0 0;
	margin: 1em 0 0 0;
}

#scaffolding a {
	text-decoration: none;
	text-indent: -999em;
	display: block;
	height: 70px;
	background: url(/images/hdlogo_flip2.gif) no-repeat;
	background-position: 181px 0;
}

#scaffolding a:hover {
	background-position: 181px -70px;
}



