/* CSS Document -- Home Page only */

h2 {
	font-size: 14px;
	text-align: center;
	margin: 0;
}

form {
	width: 250px;
	background-image: url(../../images/home-formGradient.jpg);
	background-repeat: repeat-y;
	background-color: #00477F;
	border: 1px solid #356B9A;
	padding: 15px;
}

form br {
	clear: both;
}

label, input, textarea, select {
	display: block;
	float: left;
	margin: 10px 0;
}

input {
	width: 140px;
	border: 1px solid #356B9A;
	color: #FFF;
	background-color: #002B56;
}

label {
	font-size: 12px;
	width: 80px;
	text-align: left;
	padding-right: 20px;
}

#formButtons {
	background-color: #000;
	width: 245px;
}

form .Button {
	float: left;
	margin-left: 103px;
	margin-bottom: 10px;
	height: 20px;
	width: 44px;
	border: none;
	background-color: transparent;
	display: inline;
}

.homeCreateAccount {
	float: right;
	margin: 10px 5px 10px 0;
	
}

#homePage #servicesLinks {
	margin: 0;
	padding: 0;
}

#homePage #servicesLinks li {
	margin: 0;
	padding: 20px 0 0 45px;
	height: 40px;
	list-style-type: none;
	border-bottom: 1px dotted #FFF;
}

#homePage #servicesLinks a {
	color: #AFDFF3;
	text-decoration: none;
	font-size: 14px;
}

#homePage #servicesLinks a:hover {
	text-decoration: underline;
}

ul#onlineServicesButtons {
	margin: 0;
	padding: 0;
}

#onlineServicesButtons li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
	float: left;
}


