@charset "UTF-8";
/* CSS Document */
body {
	font-family: verdana, arial, sanserif;
	font-size: 11px;
}

/* CSS FOR THE SLIDER */
.marquee_container {
	position: relative;
	width: 1050px;
	height: 350px;
	margin: 0px auto;
	overflow:hidden;
	}
.marquee_photos {
	position: absolute;
	top: 0px;
	left: 0px;
	display:none;
	}

	

	
/*CSS styles for nav*/
.marquee_nav {
	position: absolute;
	width: 240px;
	top: 380px;
	right: 410px;
	text-align: center;
	}
.marquee_nav a {
	display: inline-block;
	width: 18px;
	height:18px;
	margin-left: 15px;
	background: url(../images/nav_buttons.png) no-repeat 0px 0px;
	cursor: pointer;
	}
.marquee_nav a:hover {
	background-position: -25px 0px;
	}
.marquee_nav a.selected {
	background-position: -50px 0px;
	}
.marquee_panels {
	display:none;
	}
	
/*CSS for autoplay*/	
.marquee_container.autoplay .marquee_nav a { 
	opacity: .4;
 	filter: alpha(opacity=40);
 }  
.marquee_container.autoplay .marquee_nav a.selected {
 	opacity: 1;
 	filter: alpha(opacity=100);
 }
 

 
 
/*CSS MAIN*/
 
a {
	color:#2168A0;
}


.contentImage {
	z-index:2;
	position:relative;
	top:0px;
	left:0px;
}


.contentText {
	z-index:1;
	top:-500px;
	left:200px;
	position:relative;
	width:350px;
	height:370px;
	text-align:left; 
	font-family: verdana, arial, sanserif;
	font-size:11px;
	color: #2168A0;
}


.contentText2 {
	z-index:1;
	top:-450px;
	left:190px;
	position:relative;
	width:300px;
	height:370px;
	text-align:left; 
	font-family: verdana, arial, sanserif;
	font-size:11px;
	color: #2168A0;
}

.contentText3 {
	z-index:3;
	top:-555px;
	left:270px;
	position:relative;
	width:400px;
	height:450px;
	text-align:left; 
	font-family: verdana, arial, sanserif;
	font-size:11px;
	color: #2168A0;
}

.contentText4 {
	z-index:3;
	top:-590px;
	left:220px;
	position:relative;
	width:400px;
	height:450px;
	text-align:left; 
	font-family: verdana, arial, sanserif;
	font-size:11px;
	color: #2168A0;
}


.contentFrame {
	margin-top:0px;
	width:960px; 
	height:580px;
	overflow:hidden;
}

 /* Phones */
@media (max-width: 767px) { ... }

/* Tablets to Desktops */

@media (min-width: 768px) and (max-width:
992px) { ... }

/* Large devices */
@media (min-width: 1200px) { ... }