html {
	height: 100%;
}

body {
	height: 100%;
	padding: 0px;
	margin: 0px;
	background-color: #ffffff;
	min-width: 900px;
}

#bg_left {
	position: absolute;
	height: 100%;
	width: 50%;
	z-index: 1;
	background: url(../images/home_bg_left.gif) top repeat-x;
}

#bg_right {
	position: absolute;
	right: 0px;
	height: 100%;
	width: 50%;
	z-index: 2;
	background: url(../images/home_bg_right.gif) top repeat-x;
}

#container {
	position: absolute;
	z-index: 3;
	width: 100%;
	height: 100%;
}

#container2 {
	background-color: #fff;
	width: 900px;
	margin: 0px auto 0px auto;
	overflow:auto;
}

#header {
	width: 900px;
	height: 156px;
	background: url(../images/home_hdr.jpg) no-repeat;
	position: relative;
}

#header h1,
#header h2 {
	display: none;
}

#header2a {
	width: 900px;
	height: 82px;
	background: url(../images/home_hdr2a.gif) repeat-x top;
}

#header2b {
	width: 900px;
	height: 82px;
	background: url(../images/home_hdr2b.jpg) no-repeat top right;
}

#login_col1 {
	padding-left: 145px;
	padding-top: 15px;
	float: left;
	width: 115px;
}

#login_col1 h3 {
	font-family: arial;
	font-style: normal;
	font-size: 14px;
	letter-spacing: -1px;
	color: #fff;
	font-weight: bold;
	padding-left: 15px;
	background: url(../images/login_circle.gif) no-repeat;
	margin: 0px;
}

#login_col1 a:link,
#login_col1 a:visited,
#login_col1 a:active {
	display: block;
	padding-left: 15px;
	color: #fedb00;
	font-family: verdana;
	font-size: 7px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
}

#login_col1 a:hover {
	color: #fff;
}

#login_col2,
#login_col3 {
	padding-top: 8px;
	width: 128px;
	float: left;
}

#login_col2 label,
#login_col3 label {
	color: #fff;
	font-family: verdana;
	font-size: 7px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: block;
	padding-bottom: 1px;
}

#login_col2 input,
#login_col3 input {
	font-family: arial;
	font-size: 10px;
	width: 112px;
}

#login_col3 a:link,
#login_col3 a:visited,
#login_col3 a:active {
	font-weight: bold;
	display: block;
	padding-top: 2px;
	color: #810eba;
	font-family: verdana;
	font-size: 7px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
}

#login_col3 a:hover {
	color: #fff;
}

#login_col4 {
	padding-top: 20px;
}

#content {
	margin: 0px 33px 0px 33px;
}

#content h1 {
	margin: -10px 0px 10px 19px;
	font-family: arial;
	font-size: 22px;
	font-weight: bold;
	font-style: italic;
	color: #1ac1f8;
	letter-spacing: -1px;
}

#main_buttons {
	border-bottom: 1px solid #bfe5f2;
	margin: 0px -15px 19px -15px;
	padding: 0px 15px 24px 15px;
	height: 185px;
}

#main_buttons ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#main_buttons li {
	float: left;
}

#btn_appraisal a {
	display: block;
	background: url(../images/btn_appraisal.gif) no-repeat;
	width: 268px;
	height: 185px;
	margin-right: 15px;
}

#btn_join a {
	display: block;
	background: url(../images/btn_join.gif) no-repeat;
	width: 268px;
	height: 185px;
	margin-right: 15px;
}

#btn_partner a {
	display: block;
	background: url(../images/btn_partner.gif) no-repeat;
	width: 268px;
	height: 185px;
}

#main_buttons a span {
	display: none;
}

#content_col1 {
	width: 206px;
	float: left;
}

#content_col2 {
	width: 570px;
	float: left;
	line-height: 17px;
}

#content_col3 {
	width: 242px;
	float: right;
	padding-right: 15px;
}

#content_col3 ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#content_col3 li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	padding: 2px 0px 12px 45px;
	line-height: 18px;
	width: 100%;
}

#content_col3 li a:link, #content_col3 li a:visited, #content_col3 li a:hover {
	text-decoration: none;
	color: #5b5b5b;
}

#content_col3 li strong {
	font-size: 12px;
	display: block;
}

#feature_1 {
	background: url(../images/home_feature_1.gif) top left no-repeat;
}

#feature_1 strong {
	color: #029acc;
}

#feature_2 {
	background: url(../images/home_feature_2.gif) top left no-repeat;
}

#feature_2 strong {
	color: #be00d9;
}

#feature_3 {
	background: url(../images/home_feature_3.gif) top left no-repeat;
}

#feature_3 strong {
	color: #00dc00;
}

#footer {
	text-align: right;
	clear: both;
	margin-bottom: 15px;
	padding-top: 10px;
}

#footer_text1 {
	color: #3394ec;
	font-size: 15px;
	padding-bottom: 6px;
}

#footer_nav {
	color: #3394ec;
	padding-bottom: 6px;
	font-size: 10px;
}

#footer_nav a {
	text-decoration: none;
	color: #4bc9f3;
}

#footer_nav a:hover {
	color: #e156f5;
}

#footer_text2 {
	color: #00dc00;
	font-size: 10px;
}

.clear {
	clear: both;
}
