a {
	color: #7f7f7f;
}

HTML, BODY {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Tahoma, Arial;
}

BODY {
	font-size: 12px;	
}

DIV#container {
	position: relative;
	margin: 0px auto;
	padding: 0px;
	width: 928px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px auto -115px auto;
}

DIV#header {
	position: relative;
	height: 148px;
	background: #fff url(images/header-bg.png) top left repeat-x;
}

IMG#logo {
	position: absolute;
	top: 20px;
	left: 150px;	
}

IMG#header-phone {
	position: absolute;
	bottom: 0px;
	left: 10px;	
}

DIV#contentwrapper {
	height: auto;
	overflow: hidden;
	background: #fff;	
}

DIV#content {
	padding: 25px 0px 0px 0px;
	height: auto;
	overflow: hidden;
	width: 928px;
	clear: both;
}

DIV#content P {
	color: #7f7f7f;
	line-height: 1.5em;	
}

DIV#content A {
	color: #7f7f7f;
}

DIV#content H1 {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	color: #545454;	
}

DIV#content H2 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #545454;	
}

DIV#steps {
	width: 928px;
	height: 108px;
	background: #fff url(images/steps-bg.png) top left no-repeat;
	margin: 0px;
	padding: 0px;
	clear: both;
}

DIV#steps UL {
	display: block;
	list-style: none;
	margin: 0px 2px 0px 2px;
	padding: 0px;
}

UL.orange-buttons LI{
	width: 154px;
	height: 36px;
	line-height: 36px;
	color: #fff;
	background: url(images/orange-button.png) 7px 5px no-repeat;
}

UL.orange-buttons LI A{
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
}

DIV#steps UL LI{
	display: block;
	float: left;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	width: 154px;
	text-align: center;
}

DIV#left-side {
	float: left;
	width: 718px;
	height: auto;
	overflow: hidden;
}

DIV#right-side {
	float: left;
	width: 210px;
	height: auto;
	overflow: hidden;
}

DIV#login {
	height: 246px;
	padding: 10px;
	background: #eaeaea url(images/login-side-bg.png) top left no-repeat;	
}

DIV#login UL {
	display: block;
	clear: both;
	overflow: hidden;
	padding: 25px 0px 0px 20px;
}

DIV#login LI {
	color: #04b5ff;
}

DIV#login LI A{
	color: #8d8d8d;	
	text-decoration: none;
}

DIV#login LABEL {
	font-weight: normal;
	height: 35px;
	line-height: 35px;
	color: #545454;			
}

DIV#login INPUT.button {
	margin-top: 15px;
	float: right;
}

DIV#login INPUT.text {
	padding: 7px 2px;
	border: 1px solid #fff;
	width: 185px;
}

DIV#push {
	clear: both;
	height: 140px;  
}

DIV#footer {
	position: absolute;
	width: 908px;
	height: 105px;
	clear: both;
	background: #fff url(images/footer-bg.png) top left repeat-x;
	bottom: 0px;
	left: 0px;
	padding: 10px 0px 25px 20px;
}

UL.footer-menu {
	padding: 0px;
	width: 200px;
	overflow: hidden;
	float: left;
}

UL.footer-menu LI {
	list-style-type: square;
	margin-left: 20px;
	height: 20px;
	line-height: 20px;
	color: #3d3d3d;
}

UL.footer-menu LI A{
	color: #3d3d3d;
	text-decoration: none;
}

UL.footer-menu LI.no-bullet{
	list-style-type: none;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

DIV#copyright {
	position: absolute;
	bottom: 0;
	width: 928px;
	height: 25px;
	line-height: 25px;
	font-size: 12px;
	color: #929292;
	margin: 0px auto;
}

IMG#footer-phone {
	position: absolute;
	top: -29px;
	right: 10px;	
}

textarea {
	width: 480px;
	height: 120px;
}
