@charset "UTF-8";

/* CSS Document */

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,
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;
}

body {
	background: transparent url(../images/mainbg.gif) top left repeat;
	line-height: 1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

ol, ul {
	/*list-style: none;*/
	margin: 0;
	padding: 0;
}

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;
}

.number1 {
	background-color: #000000;
	width: 200px;
	height: 400px;
	float: left;
}

.number2 {
	background-color: #990033;
}

.width {
	float: inherit;
	width: 200px;
	height: 100px;
}

.clear {
	clear: both;
}

a, a:link, a:visited {
	color: #666666;
	text-decoration: underline;
}

a:hover, a:active {
	color: #666666;
	text-decoration: none;
}

/* //////////////////////////////////////////////////////////////////////////
/// SITE LAYOUT 
/////////////////////////////////////////////////////////////////////////*/

.container {
	width: 780px;
	margin: 0 auto;
}

.sitebg_holder {
	background: transparent url(../images/sitebg.gif) top left repeat-y;
	width: 770px;
	padding: 0px 5px 0px 5px;
}

.content_holder {
	margin-top: 30px;
	padding: 0px 25px 0px 25px;
}

.siteend {
	background: transparent url(../images/footerbg.gif) bottom left no-repeat;
	width: 780px;
	height: 9px;
}

.header_holder_home {
	background: transparent url(../images/headerbg_home.gif) top left no-repeat;
	width: 770px;
	height: 246px;
}

.header_holder_data {
	background: transparent url(../images/headerbg_data.gif) top left no-repeat;
	width: 770px;
	height: 246px;
}

.header_holder_home h1 {
	text-indent: -9999px;
}

.header_holder_data h1 {
	text-indent: -9999px;
}

.content_left {
	background: transparent;
	line-height: 1.7;
	float: left;
	width: 410px;
}

.content_right {
	background: transparent;
	line-height: 1.7;
	float: right;
	width: 275px;
}

.footer_holder {
	background: transparent url(../images/footer_top.gif) top left no-repeat;
	margin-top: 30px;
	line-height: 1.5;
	width: 770px;
	padding-top: 15px;
	padding-left: 5px;
	padding-right: 5px;
}

.footerleft {
	width: 320px;
	font-size: 10px;
	color: #999999;
	line-height: 1.5;
	float: left;
	padding-left: 20px;
	padding-top: 5px;
}

.footerright {
	width: 400px;
	float: right;
	padding-right: 20px;
}

.footerright img.dist {
	margin-left: 15px;
}

.contenthead {
	background: transparent url(../images/dotted.gif) bottom left repeat-x;
	color: #fd8814;
	font-size: 14px;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
}

.contentbody {
	margin-top: 5px;
}

.contentitem {
	margin-bottom: 20px;
}

ul {
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.linklist {
	display: block;
}

ul.linklist li {
	margin:0 0 14px 0;
	line-height: 1.6;
}

ul.linklist li.pdf a:link {
	/*background: transparent url(../images/pdficon.gif) no-repeat scroll 0px 5px;*/
}

ul.linklist li.nwm a:link {
	/*background: transparent url(../images/linkicon.gif) no-repeat scroll 0px 5px;*/
}

ul.linklist li.link a:link {
	/*background: transparent url(../images/linkicon.gif) no-repeat scroll 0px 5px;*/
}

ul.linklist li.doc a:link {
	/*background: transparent url(../images/docicon.gif) no-repeat scroll 0px 5px;*/
}

ul.linklist li.zip a:link {
	/*background: transparent url(../images/zipicon.gif) no-repeat scroll 0px 5px;*/
}

.pdiv {
	margin-bottom: 10px;
}

/* //////////////////////////////////////////////////////////////////////////
/// DATA COLLECTION PAGE
/////////////////////////////////////////////////////////////////////////*/

.data_holder {
	width: 520px;
	margin: 40px 0px 0px 50px;
	line-height: 1.5;
	margin-bottom: 50px;
}

.dataform {
	background: #f9f9f9;
	width: 468px;
	padding: 15px 25px 15px 25px;
	border: 1px solid #e5e5e5;
	margin-top: 30px;
}

form#inquiry input.form_input {
	border: 1px solid #999;
	padding: 7px 4px 4px 4px;
	height: 16px;
	width: 200px;
	color: #666;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
}

form#inquiry input.form_input_long {
	border: 1px solid #999;
	padding: 7px 4px 4px 4px;
	height: 16px;
	width: 450px;
	color: #666;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
}

.formitem_left {
	float: left;
	margin: 8px 40px 12px 0px;
}

.formitem {
	margin: 8px 0px 12px 0px;
	float: left;
}

.formhead {
	background: #eee;
	padding: 4px;
	margin-top: 20px;
	font-weight: bold;
}

.form_label {
	margin-bottom: 5px;
}

.why {
	margin-top: 30px;
}

/* //////////////////////////////////////////////////////////////////////////
/// DOWNLOADS
/////////////////////////////////////////////////////////////////////////*/

.backtomain {
	margin-top: 30px;
}