@charset "utf-8";
/* CSS Document */
body.home {
	background: url(bg.gif);
	background-color: #ccc;
	background-repeat: repeat-x;
	font-family:Arial, Helvetica, sans-serif;
}
body.section {
	background-color: #fff;
}
#container {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
h2 {
	font-size:18px;
	font-weight:bolder;
}
h3 {
	font-size:14px;
	margin-bottom:5px;
}
.pageHeaderRed {
	color:#CE0000
}
.pageHearderBlue {
	color:#006;
}
a.whiteHeader {
	color:#fff;
	font-size:12px;
	font-weight:bolder;
	text-decoration: none;
}
a.lightBlueLink {
	color:#2B68C6;
	font-size:12px;
}
.floatRight1 {
	float:right;
}
.floatLeft1 {
	float:left;
}
.centered {
	margin-left:auto;
	margin-right:auto;
}
.clear {
	clear:both;
}
label {
	float:left;
	padding-top:5px;
	color:#06C;
	font-size:11px;
}
input.fieldSingleLine {
	border:1px solid #444;
	width:300px;
	background-color: #eee;
	height: 20px;
	margin: 8px;
}
input.fieldSingleLineHome {
	border:1px solid #444;
	width:478px;
	height:16px;
	margin:6px 0px 0px 35px;
	color:#666;
	padding:4px;
}
input.homeLocation {
	border:1px solid #444;
	background-color:#FFFFFF;
	width:238px;
	height:18px;
	margin:0px 0px 0px 0px;
	color:#666;
	padding:2px;
	font-size:12px;
}
input.homeShorty {
	border:1px solid #444;
	background-color:#FFFFFF;
	width:106px;
	height:18px;
	margin:0px 0px 0px 0px;
	color:#666;
	padding:2px;
	font-size:12px;
}
textarea {
	width:600px;
	*width:550px;
	height:90px;
	background: transparent;
	border: none;
	*overflow:hidden;
}
input.button2 {
	background:url(submit.png);
	margin-top:0px;
	width: 101px;
	height: 25px;
	border:none;
	float: right;
}
input.buttonSubmit {
	background:url(2/submit.png);
	margin-top:0px;
	width: 70px;
	height: 25px;
	border:none;
	float: right;
}
.footerLinksHome {
	padding-bottom:10px;
	color:#fff;
	text-align: center;
	width: 1000px;
}
.footerLinks {
	padding-bottom:10px; 
	border-bottom:1px solid #fff;
	color:#fff;
}
.footerLinks a, .footerLinksHome a{
	color:#fff;
	text-align:right;
	font-size:10px;
}
