@charset "utf-8";

* {
	padding: 0px;
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
body, html {
	min-width: 960px;
	height: 100%;
	margin: 0;
	}
.push {
	height: 205px;
	clear: both;
	}
.wrapper {
	min-height: 100%;
	margin: 0 auto -205px auto;
	background-color: #fff;
	width: auto;
	}
.center {
	width: 960px;
	margin: auto;
	}
.header {
	background-color: #000000;
	height: 170px;
	border-bottom: 5px solid #ea9c00;
}

.footer {
	background-color: #000000;
	height: 200px;
	border-top: 5px solid #ea9c00;
	}
.logo {
	float: left;
	margin-top: 40px;
	}
.logo h1 {
	color: #ea9c00;
	font-size: 1.3em;
	padding: 0px 0px 10px 0px;
	border-bottom: 2px solid #edeceb;
	font-family: Verdana, Geneva, sans-serif;
	}
.logo h2 {
	color: #edeceb;
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: light;
	padding-top: 3px;
	}
.title h1 {
	float: right;
	font-size: 1.5em;
	letter-spacing: 3px;
	color: #fff;
	margin-top: 75px;
	font-family: "Times New Roman", Times, serif;
	}
.nav {
	background-color: #cccaca;
	height: 40px;
	width: 960px;
	border-radius: 10px 10px 0 0;
	position: relative;
	top: 130px;
	}
.nav ul {
	width: auto;
	list-style-type: none;
	float: right;
	position: absolute;
	right: 0;
	}
.nav ul li {
	float: left;
	position: relative;
	border-left: 1px solid #999;
	box-shadow: 1px 0px 0px #000, -1px 0px 0px white;
	}

.nav ul li a {
	text-decoration: none;
	font-size: 0.8em;
	color: #333;
	padding: 0 15px;
	line-height: 40px;
	display: block;	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: light;
}

.nav ul li a:hover {
	color: #666;
	background-color: #eae9e8;
	transition: background-color 0.7s;
	}
.nav ul li:last-child a {
	border-radius: 0px 10px 0px 0px;
	}
.main_img {
	margin: 11px 0;
	}
.footer_column {
	margin-top:10px;
	width: 240px;
	height: auto;
	float: left;
	margin-right: 0px;
	
	}
.last {
	margin-right: 0;
	margin-left: 0px;
	}
	
.footer h1 {
	font-size: 1em;
	color: #ea9c00;
	font-weight: bold;
	padding: 10px 0;
	}
.footer_column h2 {
	font-size: 0.7em;
	color: #cccaca;
	text-align: center;
	font-weight: light;
	
	}
.footer_logo {
	width: 80px;
	height: 80px;
	margin: 10px auto;
	}
.top_button {
	width: 40px;
	height: 40px;
	margin: 0 0 50px 200px;

	}
.footer_column.last h2 {
	font-size: 0.7em;
	text-align: right;
	}
.main_article {
	color: #333;
	width: 600px;
	float: left;
	}
.main_article h1 {
	font-size: 1.1em;
	padding: 0 0 5px 15px;
	border-bottom: 2px solid #ea9c00;
	margin-bottom: 10px;
	color: #000000;
	}
.main_article p {
	font-size: 0.9em;
	}
.main_article h2 {
	font-size: 1em;
	border-bottom: 2px solid #ea9c00;
	padding: 0 0 5px 15px;
	margin-bottom: 10px;
	color: #000000;
	}
.main_article h3 {
	font-size: 0.9em;
	}
.main_article ul {
	margin-left: 50px;
	}
.main_article ul li {
	font-size: 0.9em;
	line-height: 25px;
	font-style:italic;
	}
.active {
	color: #fbcb15 !important;
	background-color: #eae9e8;
	}
.active_last {
	color: #fbcb15 !important;
	background-color: #eae9e8;
	border-radius: 0 10px 0 0;
	}
.main_article a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	}
.main_article a:hover {
	color: #ea9c00;
	}
.sidecolumn {
	width: 270px;
	float: right;
	height: auto;
	margin-top: 10px;
	padding: 0 10px;
	background-color: #edeceb;
	}
.title_column {
	display: block;
	font-size: 1.1em;
	height: 35px;
	line-height: 35px;
	text-align: left;
	color: #000000;
	padding-right: 15px;
	border-bottom: 5px solid #ea9c00;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
.icon_column {
	width: 50px;
	height: 50px;
	float: right;
	background-color: #fff;
	margin: 10px;
	border: 1px solid #999; 
	}
.info_column p {
	float: left;
	display: block;
	width: 185px;
	font-family: Tahoma, Geneva, sans-serif;
	letter-spacing: 0.5px;
	margin: 10px 0 10px 10px;
	text-align: left;
	font-size: 0.8em;
	}

.clear {
	clear: both;
	}
.sidecolumn a {
	color: #000;
	}
.sidecolumn a:hover {
	color: #ea9c00;
	}


.blink-text {
	-webkit-animation: blink-text 0.8s step-start infinite;
	animation: blink-text 0.8s step-start infinite
	}
@-webkit-keyframes blink-text {
	0% { color: white }
	25% { color: #ea9c00 }
	100% { color: white }
	}
	
@keyframes blink-text {
	0% { color: white }
	25% { color: #ea9c00 }
	100% { color: white }
	}
	
.flashtext h1 { 
	font-size: 1em;
	color: white;
	padding: 5px 0 10px 15px;
	background-color: black;
	border-radius: 0 0 10px 10px;
	}
	
.blink-text a{ 
	color: white;
	-webkit-animation: blink-text 0.8s step-start infinite;
	animation: blink-text 0.8s step-start infinite
	}	