/* CSS Document */

* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

.clear-both {
	clear: both;
}

.clear-both-spacer {
	clear: both;
	padding: 5px 0;
}

.display-none {
	display: none;
}

.caption {
	font-size: 10px;
	font-style: italic;
}

.footnote {
	font-size: 10px;
	color: #FFFFFF;
}

.horizontaldottedline {
	border-bottom: dotted 1px #666666;
	margin: 3px 0 10px 0;
	clear: both;
}

HTML {
   overflow-y: scroll;
   overflow: -moz-scrollbars-vertical;
} 

html, body {
	height: 100%;
}


body {
	min-height: 100%;
	background-color: #000000;
}

p, h1, h2, h3, h4, h5, h6, strong {
	margin: 0px;
	padding: 0 0 5px 0;
}

p {
	font-size: 11px;
	color: #333333;
}

h1, h2, h3, h4, h5, h6 {
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
	font-weight: bold;
	color: #CC0000;
}

h1 {
	font-size: 14px;
}

h2 {
	font-size: 12px;
	color: #CC0000;
	margin: 5px 0;
}

h3 {
	font-size: 12px;
	color: #CC0000;
	margin: 5px 0;
}

h4 {
	font-size: 12px;
	color: #FFFFFF;
	margin: 5px 0;
	padding: 2px 3px;
	background-color: #CC0000;
}

h5 {
	font-size: 12px;
	margin: 5px 0;
	padding: 0;
}

h6 {
	font-size: 11px;
	color: #000066;
}

a:link,  a:visited {
	font-weight: bold;
	color: #CC0000;
	text-decoration: underline;
	margin: 0;
	padding: 0;
}

a:hover {
	color: #660000;
	text-decoration: none;
}

a:active {
	color: #CCCCCC;
	text-decoration: underline;
}


/* MAIN LAYOUT STYLES */

div#outer {
	width: 800px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
}

div#top {
	width: auto;
/*	height: 91px;*/
	height: 76px;
	background: #000000 url(../images/topbkgd.gif) no-repeat;
}

/* GLOBAL NAVIGATION */

ul#globalnav {
	width: 100%;
	height: 20px;
	margin: 0;
	padding: 6px 0 0 0;
/*	padding: 0 0 0 174px;*/
	background-color: #CC0000;
	text-align: right;
}


ul#globalnav li {
	margin: 0;
	padding: 0 10px;
	list-style: none;
	display: inline;
}

ul#globalnav li a:link,
ul#globalnav li a:visited {
	
	margin: 0;
	padding: 8px 4px 8px 4px;
	color: #FFFFFF;
/*	text-transform: uppercase;*/
	text-decoration: none;
}

ul#globalnav li a:hover {
	color: #FFCC00;
	text-decoration: none;
}

ul#globalnav li a:active {
	color: #CCCCCC;
	text-decoration: none;
}

div#col1 {
	width: 345px;
	margin: 10px 0 0 0 ;
	padding: 95px 0 0 0;
	float: left;
	background: url(../images/forMoreDemandingHdr.gif) left top no-repeat;
}

div#flash {
	width: 447px;
	float: right;
}

div#maincontent {
	width: 100%;
	margin: 0;
	padding: 10px 0;
	clear: both;
}

div#maincontent h2 {
	color: #FFFFFF;
	font-size: 14px;
}

div#maincontent p,
div#col1 p {
	color: #FFFFFF;
	padding-bottom: 8px;
	line-height: 1.3em;
}

div.trapdoorbox {
	width: 190px;
	min-height:  200px;
	height: auto !important;
	height: 200px;
	margin: 0 10px 0 0;
	float: left;
	background-color: #666666;
	border: solid 1px #333333;
}

div.trapdoorbox p {
	margin: 0 10px 7px 10px;
}

div.trapdoorbox a:link,
div.trapdoorbox a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

div.trapdoorbox a:hover {
	color: #FFCC00;
	text-decoration: none;
}

div.trapdoorbox a:active {
	color: #CCCCCC;
}

div.no-margin-right {
	margin-right: 0;
}

h2.trapdoor1 {
	width: 190px;
	height: 23px;
	background: url(../images/h2TechHdr.gif) no-repeat;
}

h2.trapdoor2 {
	width: 190px;
	height: 23px;
	background: url(../images/h2newsHdr.gif) no-repeat;
}

h2.trapdoor3 {
	width: 190px;
	height: 23px;
	background: url(../images/h2SpecHdr.gif) no-repeat;
}

h2.trapdoor4 {
	width: 190px;
	height: 23px;
	background: url(../images/h2CostCompHdr.gif) no-repeat;
}

table.spectable {
	background-color: #FFFFFF;
	border: #CCCCCC 1px solid;
	padding: 1px;
	font-size: 12px;
	color: #333333;
	margin-bottom: 10px;
}

table.spectable tr {
	border-bottom: solid 1px #999999;
	margin-bottom: 1px;
}

table.spectable th,
table.spectable td {
	padding: 4px;
	color: #333333;
}

table.spectable td {
	text-align: center;
}

table.spectable th.topheading {
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

table.spectable th.rowheading {
	font-size: 12px;
	font-weight: bold;
}

#maincontent table.spectable p {
	color: #333333;
}

table.spectable2 {
	background-color: #FFFFFF;
	border: #CCCCCC 1px solid;
	margin-top: 10px;
	padding: 1px;
	font-size: 12px;
	color: #333333;
	margin-bottom: 10px;
}

table.spectable2 tr {
	margin-bottom: 1px;
}

table.spectable2 th,
table.spectable2 td {
	padding: 4px;
	color: #333333;
}

table.spectable2 th {
	font-weight: bold;
}

table.spectable2 td {
	text-align: center;
}

h1.spechdr {
	width: 278px;
	height: 40px;
	margin-top: 10px;
	background: url(../images/specHdr.gif) no-repeat;
}

h1.costcomphdr {
	width: 360px;
	height: 40px;
	margin-top: 10px;
	background: url(../images/costcompHdr.gif) no-repeat;
}

h1.technologyhdr {
	width: 300px;
	height: 40px;
	margin-top: 10px;
	background: url(../images/technologyHdr.gif) no-repeat;
}

h1.newshdr {
	width: 300px;
	height: 40px;
	margin-top: 10px;
	background: url(../images/newsHdr.gif) no-repeat;
}
