﻿@charset "UTF-8";
/* CSS Document */
/*======================SLIDER===============================*/

/*Container, match with the jquerty and the html
Edit this part in orden to change the position of the banner
#container { height:350px; position:relative; z-index:1; }*/
.home_page #features_banner {
	width:800px;
	padding:0px;
	margin:0 auto;
	position:relative;
}

/*
	Slideshow
*/
#slides {
	position:absolute;
	z-index: 0;
}

.slides_container {
	width:800px;
	overflow:hidden;
	position:relative;
	display:none;
}
.slides_container a {
	width:800px;
	height:350px;
	display:block;
}
.slides_container a img {
	display:block;
}
/*PAGINATOR AT THE CORNER*/
.pagination {
	position:absolute;
	top:-8px;
	right:8px;
	z-index:500;
}
.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}
.pagination li a {
	display:block;
	width:20px;
	height:0;
	padding-top:20px;
	background-image:url(../graphics/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}
.pagination li.current a {
	background-position:0 -20px;
}



#content.home_page { margin-left:50px;}
#content.home_page p { margin:auto; }
#content.home_page .article_box p { margin:1em; }
#content.home_page h4 { color:#043E87; margin:1em; }
.home_page { position:relative; }
.home_page #features_banner { height:350px; position:relative; z-index:1; }

.home_page .article_box { height:350px; position:absolute; }
.home_page #one { left:0px; top:350px; }
.home_page #two { left:267px; top:350px;  width:267px;}
.home_page #three { left:533px; top:350px; }
.home_page #four { left:0px; top:699px; }
.home_page #five { left:400px; top:699px; width:400px; }

.home_page .listings { padding-top:15px;float:left; }
.home_page ul { margin:15px; padding:0; list-style:none; }
.home_page li.home { /* float:left; */ font-weight:bold; width:120px; color:#068ed8; padding:0.25em; margin-right:0em; }
.home_page ul li.home ul { margin:0; }
.home_page ul li.home ul li.home { float:none; font-weight:normal; color:#000; }
.home_page img { /* background:#CCC; */ border:none; }

#footer_links{
	margin-top: 720px;
	margin-bottom: -500px;

}
