/*main CSS for Wdogs--main css*/

body {	
	background-color: #CCCCCC;
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
}

#container {
	background-color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	align: center;
	margin: 15px auto;
	padding: 0px;
	width:800px;
	min-height: 600px;
	text-align: left;
	
}

#search{
	font-family:Arial, Helvetica, sans-serif;
	padding-left: 55px;
}



.rent{
	background-image:url(../images/rent.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	color: #ed811f;
	
}

.rent1{
	color: #ed811f;
	padding-left: 25px;
}

.rent1 a:link {color: #ed811f; text-decoration: none}
.rent1 a:visited {color: #ed811f; text-decoration: none;}
.rent1 a:hover {color: #000000; text-decoration: underline;}
.rent1 a:active {color: #ed811f; text-decoration: none;}


.sale{
	background-image:url(../images/sale.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	color: #dc0727;
}

.sale1{
	color: #dc0727;
	padding-left: 70px;

}

.sale1 a:link {color: #dc0727; text-decoration: none}
.sale1 a:visited {color: #dc0727; text-decoration: none;}
.sale1 a:hover {color: #000000; text-decoration: underline;}
.sale1 a:active {color: #dc0727; text-decoration: none;}

.dev{
	background-image:url(../images/dev.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	color: #521a7d;
}

.dev1{
	color: #521a7d;
	padding-left: 25px;
}

.dev1 a:link {color: #521a7d; text-decoration: none}
.dev1 a:visited {color: #521a7d; text-decoration: none;}
.dev1 a:hover {color: #000000; text-decoration: underline;}
.dev1 a:active {color: #521a7d; text-decoration: none;}

.vacation{
	background-image:url(../images/vacation.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	color:#3f5d15;
	
}

.vac {
	color:#3f5d15;
	padding-left: 70px;
	padding-top: 70px;
}

.vac a:link {color: #3f5d15; text-decoration: none}
.vac a:visited {color: #3f5d15; text-decoration: none;}
.vac a:hover {color: #000000; text-decoration: underline;}
.vac a:active {color: #3f5d15; text-decoration: none;}


.black {
	color:#4A4A4A;
	text-decoration:none;
}

#links{
	color:#000000;
	padding-left: 80px;
	

}


a:link {color: #000000; text-decoration: none}
a:visited {color: #000000; text-decoration: none;}
a:hover {color: #000000;  text-decoration: underline;}
a:active {color: #000000; text-decoration: none;}

#vactext{
	padding-left: 15px;
	padding-right: 15px;
}










