@charset "UTF-8";
/* CSS Document */
* {
	margin:0px;
	padding:0px;
}
#strip {
	position:relative;
	background-image: url(images/bg-strip.png);
	background-repeat: repeat-x;
	margin-top: 0px;
	height:380px;
	z-index:3;
}
#master-container {
	width:1000px;
	height:1200px;
	position:relative;
	margin-left: auto;
	margin-right:auto;
	margin-top:-380px;
	font-family:Helvetica, sans-serif;
}
#slideshow {
	position:absolute;
	width:1000px;
	height:210px;
	left:0px;
	top:0px;
	z-index:4;
}
#slideshow a { 
	color: #5C7F99; 
	text-decoration: none; 
	-moz-border-radius: 5px; 
	font-style: italic; 
	font-size: 16px; 
	background-color: #9b9b9b; 
	color: white; 
	padding: 5px 10px; 
}
#slideshow a:hover { 
	text-decoration: underline; 
}
#logo {
	position:absolute;
	top:217px;
	left:210px;
	width:580px;
	height:126px;
	z-index:4;
}
#content-container {
	position:absolute;
	width:1000px;
	height:800px;
	left:0px;
	top:350px;
	background-image:url(images/bg-gradient.jpg);
	background-repeat:no-repeat;
	z-index:1;
}
#navigation {
	list-style:none;
	position:absolute;
	width:1000px;
	left:80px;
	top: 30px;
}
#navigation li {
	display:inline;
	font-size:16px;
	font-weight:bold;
	padding-right:70px;
}
#navigation li a {
	color:black;
	text-decoration:none;
}
#navigation li a:hover {
	color:#0092d7;
}
#navigation li a.active {
	color:#0092d7;
}
#master-container #content-text {
	position: absolute;
	height: 400px;
	width: 700px;
	left: 150px;
	top: 150px;
	z-index:4;
	line-height:200%;
	font-size:20px;
}
#master-container #content-container #contact-container {
	position: absolute;
	width: 500px;
	left: 300px;
	top: 150px;
}