
/* BASIC RESET */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{
	margin:0;
	padding:0;
}
/* HTML ELEMENTS */
body {
	background-color:#1b2940;
	font:62.5% Georgia,'Times New Roman',serif;
	letter-spacing:0;
}
/* COMMON CLASSES */
.break {
	clear:both;
}
/* HEADER */
#header {
	position:relative;
	height: 720px;
}
/* LC 25-02-2013 - New CROSSFADE Backgrounds */
#header div{
	position:absolute;
	z-index:-2;
	background-color:#ffffff;
}
#header div.active{
	z-index:0;
}
#header_img_1, #header_img_2, #header_img_3, #header_img_4, #header_img_5 {
	width: 100%;
	height: 720px;
	background-position: center center;
	background-repeat: no-repeat;
	/* LC 22-02-2013 - CSS3 "bg contain/cover"
	background-size: 100% 720px;
	-webkit-background-size: 100% 720px;
	-moz-background-size: 100% 720px;
	-o-background-size: 100% 720px;
	*/
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
#header_img_1 {
	background-image: url('../images/bg/bg_01.jpg');
}
#header_img_2 {
	background-image: url('../images/bg/bg_02.jpg');
}
#header_img_3 {
	background-image: url('../images/bg/bg_03.jpg');
}
#header_img_4 {
	background-image: url('../images/bg/bg_04.jpg');
}
#header_img_5 {
	background-image: url('../images/bg/bg_05.jpg');
}
/* NEWS SLIDER */
#wrapper{
	background:url(./testimonials/inverted_img.jpg) no-repeat left center;
	padding:20px 0 0 60px;
	margin:0px;
}
/*
h1{
	margin:0px;
	padding:0 0 10px 0px;
	font:normal 17px Arial, Helvetica, sans-serif;
}
*/
.slider {
	position:relative;
	overflow:hidden;
	height:250px;
	margin-bottom:20px;
}
.slidercontent {
	position:absolute;
}
.slidercontent .upper {
	border-bottom:1px solid #9ac1c9;
}
.section {
	padding:10px;
}
/*
.newsslider {
	position:relative;
	overflow:hidden;
	height:95px;
	width:475px;
	margin-bottom:20px;
}
.newsslidercontent {
	position:absolute;
}
.newsslidercontent .upper {
	border-bottom:1px solid #9ac1c9;
}
.newssection {
	padding:10px;
	height:75px;
}
*/