@charset "utf-8";
/* CSS Document */
html,body{
	margin:0;
	padding:0;
	background:#FFFFFF url(../images/tiled_backgrnd.jpg);
	font-family:Georgia;
}
.main_container{
	margin:0 auto;
	padding:0;
	width:900px;
	overflow:hidden;
	position:relative;
}
	/* header */
.header{
	margin:0;
	padding:0;
	padding-bottom:10px;
	overflow:hidden;
	height:460px;
	width:900px;
}
.logo{
	outline:none;
	display:block;
	margin:0;
	padding:0;
	position:absolute;
	left:35px;
	top:35px;
	z-index:999;
}
.logo img{
	border:0;
}
.slideshow{
	margin:155px 0 0 0;
	background-color:#CCC;
	width:900px;
	height:266px;
}
.slideshow img{
	z-index:100;
	margin:10px;
}
.menu{
	list-style:none outside;
	margin:3px 0 0 0;
	padding:0;
	float:right;
	display:inline;
	overflow:hidden;
}
.menu li{
	display:inline;
}
.menu a{
	text-decoration:none;
	color:#F05B26;
	float:left;
	display:inline;
	width:129px;
	height:32px;
	padding:0;
	margin:0 0 0 5px;
	outline:none;
	text-indent:-9999px;
	background-position: center top;
	background-repeat: no-repeat;
}
.menu .home{
	width:85px;
	background-image:url(../images/menu/bg_home_k.png);
}
.menu .planning{
	background-image:url(../images/menu/bg_planning_k.png);
}
.menu .services{
	background-image:url(../images/menu/bg_services_k.png);
}
.menu .espanol{
	background-image:url(../images/menu/bg_espanol_k.png);
}
.menu .contact{
	background-image:url(../images/menu/bg_contact_k.png);
}
.menu a:hover, .menu .active a{
	background-position: center bottom;
}
	/* content */
.content{
	overflow:hidden;
	border-top:2px dotted #F69220;
	border-bottom:2px dotted #F69220;
	color:#221F1F;
	margin:0 0 0 0;
	padding:50px 200px 50px 285px;
}
.content h1{
	margin:0;
	padding:0;
	font-size:21px;
	text-transform:uppercase;
}
.content p{
	font-size:12px;
	text-align:left;
}
	/* footer */
.footer{
	width:900px;
	clear:both;
	margin:0;
	padding:10px 0 20px 0;
}
.footer p{
	font-size:18px;
	background-color:#FACABC;
	color:#F2764B;
	padding:10px 0;
	margin:0;
	letter-spacing:2px;
	text-align:center;
}
