@charset "utf-8";
/* CSS Document */

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

*{margin:0;padding:0;}


.page-container
	{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: auto;
	font-size: 14px;
	color: #333;
	line-height: 1.5em;
	padding: 0px;
	background-color: #FFFFFF;
	
	}

p{
	padding: 0px 40px 0px 20px;
	color: #666;
	font-size: 0.95em;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	}
	
h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 20px 0px 0px 40px;
	
	}

header
	{
	width: 100%;
	height: 115px;
	background:#191919;
		}

a{
	text-decoration: none;
	font-size: 0.95em;
	
	
	}
a:hover{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
	
.clear-fix { 
	clear: both; 
	line-height: 1px;
	 }	

.page-container .logo img {
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
}


nav .navigation {
	display: block;
	width: 100%;
	padding-top: 15px;
	padding-right: 0px;
	padding-left: 0px;
	bottom: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 20px;
	background-color: #000;
	margin-top: 0px;
	padding-bottom: 15px;
}






.startinfo p a {
	color: #666;
	background-image: url(../Images/cta_arrow.png);
	background-repeat: no-repeat;
	background-position: right 3px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}

.startinfo p a:hover {
	background-image: url(../Images/cta_arrow.png);
	background-repeat: no-repeat;
	background-position: right -47px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #609bbf;
	border-bottom-width: 1px;
	border-bottom-color: #609bbf;

}

.information p a {
	color: #666;
	background-image: url(../Images/cta_arrow.png);
	background-repeat: no-repeat;
	background-position: right 3px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}

.information p a:hover {
	background-image: url(../Images/cta_arrow.png);
	background-repeat: no-repeat;
	background-position: right -47px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #609bbf;
	border-bottom-width: 1px;
	border-bottom-color: #609bbf;
}

.moreinfo p a {
	color: #666;
	background-image: url(../Images/cta_arrow.png);
	background-repeat: no-repeat;
	background-position: right 3px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
}

.moreinfo p a:hover {
	background-image: url(../Images/cta_arrow.png);
	background-repeat: no-repeat;
	background-position: right -47px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #609bbf;
	border-bottom-width: 1px;
	border-bottom-color: #609bbf;
}
.logo .headlinks {
	display: block;
	width: 140px;
	padding-top: 5px;
	padding-left: 5px;
	bottom: 0px;
	height: 20px;
	padding-bottom: 5px;
	margin: 0px;
	position: absolute;
	top: 80px;
	right: 1%;
	color: #666;
	font-size: 0.95em;
}

.logo .headlinks a {
	font-family: Arial, Helvetica, sans-serif;
	color:#999;
}
.logo .headlinks a:hover {
	color:#FFF;
}.page-container section .startinfo a {
	text-decoration: none;
	
}
.page-container section .information a {
	text-decoration: none;
	
}
.page-container section .moreinfo a {
	text-decoration: none;
	
}
.page-container .rwd {
	text-transform: uppercase;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.page-container .rwd p {
	font-family: Tahoma, Geneva, sans-serif;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.startinfo ul li {
	margin-left: 30px;
}



