@charset "utf-8";

/* HTML
-----------------------------------------------------*/

/*Secondary header at top that contains Kay's picture*/
#header2 {
	margin: 0px;
	padding: 0px;
	height: 200px;
	width: 800px;
	background-image: url(images/Welcome.jpg);
}
#header2 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	z-index: 20;
	left: 0px;
	line-height: 18px;
}



/*Left of three columns in center of page*/
#left_column {
	float: left;
	width: 358px;
	border-right-color: #999;
	border-right-width: 1px;
	border-right-style: dashed;
	padding-right: 20px;
	padding-left: 20px;
}
#left_column p {
	font-family: Arial, Helvetica, sans-serif;
}
#left_column ul {

}

/*Center column of three in middle of page*/
#center_column {
	float: left;
	width: 358px;
	border-right-color: #999;
	border-right-width: 1px;
	border-right-style: dashed;
	padding-right: 20px;
	padding-left: 20px;
}
#center_column p    {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#center_column ul  {
	list-style-position: outside;
	padding: 0px;
}
/*right of three columns in center of page*/
#right_column {
	float: left;
	width: 226px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#right_column p {

}

#right_column ul {
	margin-right: 20px;
	margin-left: 35px;
}

/* CLASSES
-----------------------------------------------------*/
/*class to format image on header 2 that is before opening text*/
.welcome {
	position: relative;
	top: -170px;
	left: 220px;
	width: 400px;
}
.column_header {
	text-align: center;
	margin-bottom: 10px;
}

/*Blue button on home page*/
.blue_button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: lighter;
	background-image: url(images/Blue_Button.gif);
	background-repeat: no-repeat;
	display: block;
	color: #FFF;
	height: 17px;
	background-position: center 0px;
	text-align: center;
	padding: 8px;
}
.blue_button a {
	text-decoration: none;
	color: #FFF;
}
.blue_button a:hover {
	color: #CCC;
}
.blue_button a:visited {
}
.red_button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: lighter;
	background-image: url(images/red_Button.gif);
	background-repeat: no-repeat;
	display: block;
	color: #FFF;
	height: 17px;
	background-position: center 0px;
	text-align: center;
	padding: 8px;
}

.red_button a {
	text-decoration: none;
	color: #FFF;
}
.red_button a:hover {
	color: #CCC;
}
.red_button a:visited {
}
.gray_button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: lighter;
	background-image: url(images/gray_Button.gif);
	background-repeat: no-repeat;
	display: block;
	color: #FFF;
	height: 17px;
	background-position: center 0px;
	text-align: center;
	padding: 8px;
}
.gray_button a {
	text-decoration: none;
	color: #FFF;
}
.gray_button a:hover {
	color: #CCC;
}
.gray_button a:visited {
}
.block {
	margin: 0px;
	padding: 0px;
	height: 150px;
}

/*Spacer above and below columns to keep vertical dashed border from touching divs above*/
.spacer10 {
	height: 20px;
}
.image_center {
	text-align: center;
}

.mls_button {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.column_header img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
