html, body {
	height: 100%;
	width: 100%;
	margin: 0;
	background: #fff url(../images/background-fade.png) repeat-x;
	text-align: left;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
}

p {
	line-height: 20px;
}

h1 {
	text-transform: uppercase;
	padding-bottom: 15px;
	font-weight: normal;
	color: #0d1019;
	font-size: 22px;
}

h2 {
	font-weight: normal;
	font-size: 18px;
	color: #779dbf;
	letter-spacing: 1px;
	line-height: 32px;
	text-decoration: none;
	font-style: italic;
	}

label {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #999;
	line-height: 20px;
}

input {
 	border: 1px solid #ccc;
	font-weight: normal;
	font-size: 10px;
	color: #999;
	line-height: 16px;
	height: 16px;
	background: #fff;
}

#content {
	width: 100%;
	background-color: transparent;
	background-image: url(../images/background-image.jpg);
	background-repeat: no-repeat;
	text-align: left;
	margin: 0 0 -128px 0; /* The bottom margin is the negative value of the footer's height */
	text-align: left;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#header {
	height: 430px;
	width: 850px;
	text-align: left;
}

.logo {
	float: left;
	margin-top: 40px;
	margin-left: 80px;
}

#flash {
	position: absolute;
	left: 449px;
	top: 25px;
	width: 193px;
	height: 245px;
}

	#featureditemholder {
		clear: left;
		padding-top: 15px;
		width: 850px;
	}

	#featureditem1 {
		float: left;
		width: 225px;
		margin-left: 85px;
	}

	#featureditem1 a {
		display: block;
		padding-left: 39px;
		background-image: url(../images/services-checkmark-small.png);
		background-repeat: no-repeat;
		font-weight: normal;
		font-size: 18px;
		color: #779dbf;
		letter-spacing: 1px;
		line-height: 32px;
		text-decoration: none;
	}

	#featureditem1 a:hover {
		color: #0d1019;
		background-image: url(../images/services-checkmark-small-hover.png);
	}

	#featureditem1 li {
		height: 32px;
	}

#featureditem2 {
	float: left;
	margin-left: 25px;
	width: 225px;
}


#featureditem3 {
	float: left;
	margin-left: 25px;
	width: 225px;
}

#footerpush {
	clear: left;
	height: 128px; /* The footerpush must be the same height as the footer */
}

#footer {
	clear: left;
	background-color: transparent;
	background-image: url(../images/footer-tile.png);
	background-repeat: repeat-x;
	height: 128px;
	width: 100%;
}

#footer p {
	float: left;
	margin-left: 85px;
	margin-top: 40px;
	color: #fff;
	font-size: 12px;
}

#client-login {
	z-index: 100;
	height: 128px;
	width: 339px;
	text-align: left;
	background-color: transparent;
	background-image: url(../images/client-login-background.png);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: 0px;
}

#loginheader h3 {
	color: #999;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 20px 0 10px 28px;
}

#user {
	float: left;
	padding: 0 0 7px 28px;
	
}

#pass {
	float: left;
	padding: 0 0 7px 15px;
}

#submit-button {
	clear: left;
	margin: 10px 0 0 28px;
 	border: 1px solid #ccc;
	background-color: #fff;
	color: #666;
	line-height: 20px;
	height: 20px;
	width: 50px;
	text-align: center;
}

#submit-button input {
 	border: none;
}