@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	background-color: #020202;
	background-image: url(../images/backend/bg.png);
	background-repeat: repeat-x;
	background-position: center top;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
}
H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
}
H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CCCCCC;
	margin-top: 0px;
	margin-bottom: 0px;
}
H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
}
H4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
}
H5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
}
.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.font_normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
}
.font_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
.font_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
}
.font_Quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
}
.formField {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	background-image: url(../images/bgForm.jpg);
	background-repeat: repeat-y;
}
#header {
	height: 208px;
	width: 960px;
	position: relative;
}
#headerLogo {
	height: 56px;
	width: 114px;
	position: absolute;
	left: 0px;
	top: 10px;
}
#domainName {
	left: 140px;
	width: 400px;
	position: relative;
	margin: 0px;
	top: 33px;
}
#phone {
	width: 200px;
	position: absolute;
	margin: 0px;
	top: 33px;
	right: 10px;
	text-align: right;
}
#agentInfoTop {
	width: 400px;
	position: absolute;
	left: 450px;
	top: 50px;
}
#nav {
	height: 30px;
	width: 960px;
	position: relative;
	top: 0px;
}
#signature {
	height: 220px;
	width: 960px;
	position: relative;
}
#agentMeet {
	width: 700px;
	position: absolute;
	left: 20px;
	top: 10px;
}
#agentInfo {
	width: 400px;
	position: absolute;
	left: 250px;
	top: 40px;
}
#logoKW {
	height: 115px;
	width: 219px;
	position: absolute;
	top: 50px;
	right: 50px;
}
#footer {
	height: 114px;
	width: 960px;
	position: relative;
}
	ul#footer_navigation {
	position: relative;
	font-size: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
		ul#footer_navigation li { display: inline; margin: 0 0 0 0px; }
		ul#footer_navigation li a { color: #fff; text-decoration: none; }
		ul#footer_navigation li a:hover { text-decoration: underline; }