/* CSS print styles */

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 105%;
	font-size: 74%;
}

img {
	text-decoration: none;
	border: none;
}

a{
	text-decoration: none;
}

a:link{
	text-decoration: none;
}

a:visited{
	text-decoration: none;
}

a:hover{
	text-decoration: none;
}

h1{
	font-weight: 200;
	font-size: 104%;
	line-height: 150%;
}

h2, h3{
	font-size: 101%;
	font-weight: 200;
}


h4{
 font-size: 100%;
 font-weight: normal;
}

h5{
	font-size: 100%;
	font-weight: normal;
}

ul{
	list-style-type: square;
}

li{
	list-style-position: outside;
}

ul ul{
	list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-size: 100%;
 font-weight: bold;
}

#logo {
	margin: 0 0;
	background-repeat: no-repeat;
	width: 166px;
	height: 44px;
}

#globalNav{
	display: none;
}

.content {
	border: none;
}

.feature{
	font-size: 104%;
	border: none;
}

.feature div.nobg {
	border: none;
}

.story{
	font-size: 100%;
}

.story li {
	list-style-position: outside;
	list-style-type: disc;
}

.story dt {
	text-indent: 18px;
	line-height: 2em;
}

#singleCol li{
	list-style-type: none;
}

#siteInfo{
	display: none;
}

#formBody {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

#formContent {
	width: 398px;
	height: 255px;
}

form {
	width: 380px;
	margin: 0;
	height: 235px;
}

form input, textarea, select {
	font-size: 11px;
}

#namefield {
	width: 180px;
}

#phonefield {
	width: 147px;
}

#emailfield {
	width: 200px;
}

#message {
	width: 370px;
	height: 60px;
}

textarea {
	height: 70px;
	width: 370px;
}

#formFooter {
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 350px;
}

form div.instruction {
	text-decoration: none;
	width: 200px;
}


#error {
	height: 40px;
	width: 360px;
}

#error li {
	list-style-type: square;
	line-height: 1.1em;
}

#selectfield {
	width: 200px;
}
#companyField {
	width: 225px;
}
