/*Modern Home Sales of Kansas - CSS stylesheet - September 20, 2007*/


HTML {
  height: 100%;
  margin-bottom: 1px;
}


body {
	background-image: url(Images/modernhomesales_03.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	background-color: #6A676B;
}
td a {text-decoration: none;}
td a:hover {text-decoration:underline}

#kanbuild {
	background-image: url(Images/modernhomesales_11.jpg);
	background-repeat: no-repeat;
	height: 170px;
	width: 235px;
}

.kanbuild_text {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #FFFFFF;
	position: relative;
	height: auto;
	width: 110px;
	left: 118px;
	top: 55px;
}
.kanbuild_text  a{
	color: #FFFFFF; 
	text-decoration:none;
	}



#skyline {
	background-image: url(Images/modernhomesales_13.jpg);
	background-repeat: no-repeat;
	height: 170px;
	width: 235px;
}

.skyline_text {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #FFFFFF;
	position: relative;
	height: auto;
	width: 110px;
	left: 118px;
	top: 55px;
}
.skyline_text  a{
	color: #FFFFFF; 
	text-decoration:none;
	}
.skyline_text  a:hover {
	color: #FFFFFF; text-decoration:underline;
	}

#home_content {
	background-image: url(Images/modernhomesales_12.jpg);
	background-repeat: no-repeat;
	width: 515px;
	height: 340px;
}
	
.home_content-text {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #666;
	width: 450px;
	padding-right: 30px;
	padding-left: 26px;
	position: relative;
	height: auto;
	padding-top: 50px;
}

.home_content-text a {
	color: #666;
}
	
.content-text {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #666;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}	

.content-text a {
	color: #666;
}

#footer_address_containter {
	background-image: url(Images/modernhomesales_14.jpg);
	background-repeat: no-repeat;
	width: 750px;
	height: 54px;
}

#footer_address_text {
	font-family: Tahoma, Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	position: relative;
	top: 33px;
}

.footer_menu {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	vertical-align: top;
	height: 100px;
}
.footer_menu a {
	text-decoration: none;
	color: #FFFFFF;
	padding: 0px 5px 0px 5px;
}
.left_GrayFade {
	background-image: url(Images/Left_GrayFade.gif);
	background-repeat: no-repeat;
	height: 176px;
}
.img_float-right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.button {
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
/*Form CSS*/

.formButton {
	color: #FFFFFF;
	font-family: Tahoma, Arial;
	font-size: 11px;
	background-color: #767468;
	padding: 2px;
	border: none;
	margin-right: 0px;
	margin-left: 0px;
	cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */
}

.formTitle {
	font-weight: bold;
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #000000;
	text-align: right;
}
   
.textField {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #666666;
	background-color: #EDEDED;
	background-image: url("images/inputShadow.jpg");
	border: 1px solid #999999;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 2px;
	vertical-align: bottom;
	font-weight: bold;
}

.textArea {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #666666;
	background-color: #EDEDED;
	background-image: url("images/inputShadow2.jpg");
	height: 100px;
	border: 1px solid #A7A6AA;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 2px;
	scrollbar-face-color: #999999;
	scrollbar-highlight-color: #E0DEE1;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #666666;
	scrollbar-shadow-color: #ffffff;
	scrollbar-arrow-color: #fffffff;
	scrollbar-track-color: #E0DEE1;
	font-weight: bold;
}
.select { font-family: Tahoma, Arial; font-size: 11px;}