html {
	height: 100%;
}

body, h1, h2, h3, h4, h5, h6, h7, p, ol, ul, form, blockquote { 
	margin: 0px;	/*this clears all browser pre-assigned settings*/
	padding: 0px;
}

img {
	border: none;
}

/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
/*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/

body {
	margin: 0px;
	padding: 0px;
	background-color: #000066; /*dark blue*/
	/*text-align: center;*/   /* for IE */
}

#wrapper {
	width: 900px;
	height: 520px;
	margin: 20px auto 10px auto;
	padding: 0px;
	color: #000000;
	background: #ffffff url(../images/gradient_home.gif) repeat-x 0px 0px; 
	text-align: left; /*re-aligns the text after the hack on the body*/
	position: relative; /*relative positions page to center in browser*/
	z-index: 1;
}

#logo {
	position: absolute;
	top: 20px;
	left: -50px;
	width: 260px;
	height: 140px;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	z-index: 4;
}

#affiliations {	/*150 x 550*/
	position: absolute;
	top: 0px;
	left: 750px;
	width: 150px;
	height: 550px; 
	margin: 0px;
	padding: 100px 0px 0px 20px;
	text-align: center;
	background: transparent url(../images/oval_home.gif) no-repeat 0px 0px;
	z-index: 4; 
}

img.affiliates {
	margin: 12px 0px;
	padding: 0px;
}

img.affiliates1 {
	margin: 8px 0px;
	padding: 0px;
}

#keys {
	position: absolute;
	top: 230px;
	left: 0px;
	width: 232px;
	height: 330px;
	margin: 0px;
	padding: 0px;
	background: transparent url(../images/hands_keys.gif) no-repeat 0px 0px;
	z-index: 4;
}

#panic {
	position: relative;
	top: 148px;
	left: 100px;
	width: 15px;
	height: 4px;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
}

#unlock {
	position: relative;
	top: 153px;
	left: 113px;
	width: 6px;
	height: 6px;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
}

#lock {
	position: relative;
	top: 160px;
	left: 107px;
	width: 6px;
	height: 6px;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
}

#trunk {
	position: relative;
	top: 144px;
	left: 96px;
	width: 6px;
	height: 6px;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
}



#home_content {
	position: relative;
	top: 100px;
	left: 0px;
	width: 900px;
	height: 460px/*100%*/;
	margin: 0px;
	padding: 0px;
	background: #ffffff url(../images/gradient_home.gif) repeat-x 0px -100px;
	z-index: 3;
}

#header {
	position: relative;
	top: 20px;
	left: 0px;
	width: 850px;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
}

#home_building {
	position: relative;
	top: 30px;
	left: 230px;
	width: 400px;
	height: 111px;
	margin: 0px;
	padding: 0px;
	background-color: transparent;
}

#home_text {
	position: relative;
	top: 20px;
	left: 150px;
	width: 620px;
	height: 260px/*auto*/;
	margin: 20px 0px 0px 0px;
	padding: 2px 2px 10px 2px;
	color: #000000;
	background-color: transparent;
	text-align: left;
	line-height: 15px;
}

.spacing {
	word-spacing: 0px;
	letter-spacing: 0px;
	line-height: 18px;
}
.indent_one {
	padding-left: 0px;
}
.indent_two {
	padding-left: 8px;
}
.indent_three {
	padding-left: 16px;
}
.indent_four {
	padding-left: 25px;
}
.indent_five {
	padding-left: 80px;
	padding-top: 10px;
}

.small {
	font-size: 10px;
}

#home_footer {
	position: absolute;
	top: 500px;
	left: 0px;
	width: 900px;
	height: 20px;
	margin: 0px;
	padding: 10px 0px;
	text-align: center;
	color: #e3e3e3;
	background: #ffffff; 
	z-index: 3;
}

#address {
	position: absolute;
	top: 0px;
	left: 150px;
	width: 500px;
	margin: 0px;
	padding: 10px 0px 16px 10px;
	color: #e3e3e3;
	background-color: transparent;
	z-index: 11;
}

#credit_cards {
	position: absolute;
	top: 0px;
	left: 600px;
	width: 160px;
	text-align: left;
	margin: 0px;
	padding: 25px 0px 16px 0px;
	color: #ffffff;
	background-color: transparent;
	z-index: 12;
}

img.credit_cards {
	margin: 0px;
	padding: 0px 2px;
}

#home_facebook {
	position: absolute;
	top: 550px;
	left: 360px;
	width: 300px;
	height: 50px;
	margin: 10px 0px;
	padding: 0px;
	text-align: left;
	color: #000066;
	background-color: transparent; 
}

