@import url(/css/base.css);
@import url(/css/nav.css);
@import url(/css/footer1.css);

#secondary { background: #fff url(/img/secondary/bg.jpg) no-repeat; padding-bottom: 20px; }
#secondary .left, #secondary .right {
	display: inline;
	float: left;
	margin: 94px 0 0 26px;
	padding-bottom: 20px;
	width: 345px;
}
#secondary .right { float: right; margin: 208px 28px 0 0; }
#secondary h2 {
	height: 25px;
	text-indent: -5000em;
	width: 332px;
}
#secondary .contact { background: url(/img/secondary/contact-us.gif) no-repeat; }
#secondary .left p { font-size: 1.1em; line-height: 1.7em; margin: 1em 0; }
.left h3 { color: #008ed5; font-size: 1.4em; line-height: 1.7em; margin: 1em 0 -1em 0; }
#secondary .left .large { color: #008ed5; font-size: 1.4em; }


input, textarea, select {
	font: 1.2em Verdana, sans-serif;
	padding: 2px;
}
input, textarea { width: 150px; }
textarea { height: 75px; }

dl { display: inline; float: left; width: 325px; }
dl.clear { margin-left: 26px; }

dt { 
	clear: both; 
	float: left; 
	font-size: 1.2em; 
	margin: 10px 10px 0 0; 
	text-align: right; 
	width: 100px; 
}
dd { float: left; margin-top: 1em; width: 200px; }
label span, p.red { color: #c00; }