@charset "utf-8";
/* CSS Document */

/******* the basics ************/
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #DAE4F3;
	margin-left: 0px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #1B1464;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #1B1464;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: underline;
	color: #1B1464;
}
h1 {
	font-size: 16px;
	color: #000000;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	width: 100%;
}
h2 {
	font-size: 14px;
	color: #FFFFFF;
	background-color: #666666;
	width: 100%;
}
h3 {
	font-size: 14px;
	color: #000000;
}
h4 {
	font-size: 12px;
	color: #000000;
	font-style: italic;
	font-weight: bold;
}
h5 {
	font-size: 12px;
	color: #999999;
}
h6 {
	font-size: 10px;
	color: #000000;
}
/********* page structure **********/
#container {
	width: 600px;
	
}
#masthead{
	display:none;
}

#contentcontainer{
	
	width: 600px;
	margin: 0px;
	float: left;
	
}
#footer{
	
	height: 40px;
	width: 600px;
	float: left;
	font-size: 10px;
	padding-top: 10px;
	padding-left: 10px;
}
#contleft{
	float: left;
	width: 600px;
	
}
#contentright{
	display:none;
}
#navtop{
	background-image: url(png/costa_del_sol_apartment_rental_r1_c1.gif);
	background-repeat: no-repeat;
	height: 43px;
	width: 240px;
	background-position: left top;
}
#navmiddle{
	background-image: url(png/costa_del_sol_apartment_rental_r2_c1.gif);
	background-repeat: repeat-y;
	width: 217px;
	background-position: left top;
	padding: 5px;
}
#navbottom{
	background-image: url(png/costa_del_sol_apartment_rental_r4_c1.gif);
	background-repeat: no-repeat;
	width: 240px;
	background-position: left top;
	height: 34px;
	clear: both;
}




/*********** link styles and navigation ************/

a.menulink:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	background-image: url(png/roadmarkings_r5_c2.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	background-color: #CCCCCC;
	margin-bottom: 10px;
}
a.menulink:visited {
font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	background-image: url(png/roadmarkings_r5_c2.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	background-color: #CCCCCC;
	margin-bottom: 10px;

}
a.menulink:hover {
font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	background-image: url(png/roadmarkings_r5_c2.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	background-color: #CCCCCC;
	margin-bottom: 10px;
}
a.menulink:active {
font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	background-image: url(png/roadmarkings_r5_c2.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
	background-color: #CCCCCC;
	margin-bottom: 10px;
}



.whitelink {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
a.whitelink:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
a.whitelink:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
a.whitelink:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}
a.whitelink:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}


/******** forms *********/


