@import url(http://fonts.googleapis.com/css?family=Anton);
* {
	margin:0;
	padding:0;
}
html, body {
	height: 100%;
	background-image:url(images/bg-content-sides.png);
	background-position:top left;
	background-repeat: repeat;
	margin:0px;
}
body {
	border:0;
	font:12px/21px Arial, Helvetica, sans-serif;
	color:#7f8a8e;
	line-height:21px;
	min-width:960px;
	min-height:100%;
	height:100%;
}
#wrap {
	min-height: 100%;
}
#main {
	overflow:auto;
	position: relative;
	padding: 25px 10px 65px 10px;
	top: -14px;
	background:url(images/bg-content-main.png) repeat-y;
	background-image: url(images/bg-content-main.png);
}  /* must be same height as the footer */
#footer {
	position: relative;
	margin-top: -65px; /* negative value of footer height */
	height: 65px;
	background-image:url(images/bg-trailer.png);
	background-position:top left;
	background-repeat:repeat-x;
	clear:both;
}
/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}
/* IMPORTANT

You also need to include this conditional style in the <head> of your HTML file to feed this style to IE 6 and lower and 8 and higher.

[if !IE 7]>
	<style type="text/css">
		#wrap {display:table;height:100%}
	</style>
<![endif]

*/

#headerarea {
	position:relative;
	height: 236px;
	min-height: 236px;
	width:100%;
	background-image:url(images/bg-header.png);
	background-position:top left;
	background-repeat:repeat-x;
	z-index: 20;
}
#logo {
	display:block;
	text-indent:-9999px;
	background:url(images/logo.png) 0 0 no-repeat;
	width:872px;
	height:59px;
	position:absolute;
	top:100px;
	left:50%;
	margin-left:-436px;
	z-index:30
}

#footertext {
	display:block;
	width:960px;
	text-align:center;
	position:absolute;
	top:30px;
	left:50%;
	margin-left:-480px;
	z-index:30
}

#menubar {
	position:relative;
	height: 76px;
	min-height: 76px;
	width:100%;
	background-image:url(images/bg-main-menu.png);
	background-position:top left;
	background-repeat:repeat-x;
	z-index: 20;
}
.mainmenu {
	margin: 0 auto;
	width: 960px;
	position:relative;
	z-index:1
}
.bgcontenttrail {
	background:url(images/bg-content-bot.png) no-repeat;
	width:964px;
	padding: 0px;
	position:relative;
	left: 50%;
	margin-left: -482px;
	z-index:1;
	clear: both;
}
.button-top {
	width:139px;
	text-align:center;
	font-family: 'Anton', sans-serif;
	font-size:30px;
	line-height:32px;
	color:#e6e8e9;
	text-shadow:0 1px 2px #8b2308;
	background:url(images/tail-button-top.gif) repeat-x 0 bottom;
	padding: 11px 0 19px;
	display:block;
	float:right;
	text-transform:uppercase;
	position:relative;
}
.button-top:before {
	background:url(images/tail-border-item.png) repeat-y 0 0;
	position:absolute;
	left:-2px;
	top:0;
	content:"";
	width:2px;
	height:100%
}
.button-top:hover {
	text-decoration:none;
	background-position: 0 0;
	box-shadow: 0 0 3px #357294;
	-moz-box-shadow: 0 0 3px #357294;
	-webkit-box-shadow: 0 0 3px #357294;
}
.grid_4 {
	width:250px;
	display:inline;
	float:left;
	position:relative;
	margin:0px;
}
.box-1 {
	background:url(images/tail-box-1.gif) repeat-x 0 bottom #03719a;
	padding:26px 20px 17px 20px;
	border-radius:3px;
	color:#70b5cf;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	box-shadow:  0 0 1px 1px #c9cfd0;
	-webkit-box-shadow:   0 0 1px 1px #c9cfd0;
	-moz-box-shadow:     0 0 1px 1px #c9cfd0;
}
.title-1 {
	font-family: 'Anton', sans-serif;
	color:#fff;
	font-size:18px;
	line-height:20px;
	text-shadow:0 1px 1px #03648a;
	text-transform:uppercase;
	padding-bottom:17px
}
.btn-1 {
	color:#202121;
	font-size:11px;
	line-height:14px;
	text-transform:uppercase;
	background:url(images/tail-btn.png) repeat-x 0 bottom #f4f4f4;
	box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow:  0 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.1);
	text-shadow:0 1px #d9d9d9;
	display:inline-block;
	padding:9px 10px 9px 12px;
	border-top:1px solid #ffffff;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	margin:2px 12px 1px 3px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-weight:bold
}
.btn-1 span {
	display:inline-block;
	background:url(images/marker-2.png) no-repeat 0 0;
	width:6px;
	height:5px;
	margin:4px 0 0 10px
}
.btn-1:hover {
	text-decoration:none;
	background-position: 0 0;
	color:#fff;
	text-shadow:0 1px #076ca4;
	border-top:1px solid #3edfed;
}
.btn-1:hover span {
	background-position: 0 bottom;
}

.fleft {
	float:left
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Anton', sans-serif;
	color:#202121;
	font-weight:normal;
	padding-bottom:20px;
	position:relative;
	text-transform:uppercase;
}
h1 {
	font-size:30px;
	line-height:32px;
}
h2 {text-shadow:0px 1px 2px #aaadae ;
	font-size:24px;
	line-height:26px;
	background:url(images/tail-border-1.png) repeat-x 0 bottom;padding-bottom:10px;margin-bottom:26px
}

.h2-center{margin-bottom:20px}

h3 {
	font-size:22px;
	line-height:24px;
	
}

h4 {
	font-size:20px;
	line-height:22px;
}
h5 {
	font-size:18px;
	line-height:20px;padding-bottom:10px;
}
h5 strong{display:block;font-weight:normal;margin-top:-2px}
h5 span{display:inline-block;color:#0f9cc1}

h6 {
	font-size:16px;
	line-height:18px;
	
}
a {
	color:#787878;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration:none;
}
a:focus {
	outline:none;
}
a:hover {
	color:#00436c;
	text-decoration:underline
}

.list-1 li {
	line-height:18px;
	display:block;
	padding:0 0 12px 15px;background:url(images/marker-3.png) no-repeat 0 6px;
}

.list-1 a {
	color:#ffffff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration:none;
}

.list-1 a:hover {
	color:#0f9cc1;
	text-decoration:underline
}

.list-2 a {
	color:#0f9cc1;
	display:inline-block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;text-decoration:none;font-weight:bold;
}

.list-2 a:hover {
	color:#ffffff;
	text-decoration:underline
}

#fadeshow1 {
border: 1px solid #000000;
z-index: 10;
}		
