@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: telegrafico;
    src: url('telegrafico.eot');
    src: local(telegrafico), url('telegrafico.ttf') format('truetype');
	}


html, body {
	height: 100%;
	background-image:url(images/bg-stripe.png);
	margin:0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#474747;
	}

h2.title {
	vertical-align:baseline;
	text-decoration:none;
}

strong.body {
	font-weight:bold;
	color:#d3ae00;
	}
	
a.normal:link { 
	color:#00a1d3;
	}
	
a.normal:active { 
	color:#00a1d3;
	}
	
a.normal:visited { 
	color:#00a1d3;
	}

a.normal:hover {
	color:#00a1d3;
	text-decoration:none;
	}

a.footerlink:link {
	color:#aae6fc;
	}

a.footerlink:active {
	color:#aae6fc;
	}

a.footerlink:visited {
	color:#aae6fc;
	}

a.footerlink:hover {
	color:#ffffff;
	}

p {
	padding-top:15px;
	}

p.telegrafico {
	font-family:telegrafico, Arial, Helvetica, sans-serif;
	}

div.hr {
  	height: 8px;
  	background: #fff url(images/horizrule.jpg) no-repeat scroll center;
	}

div.hr hr {
  	display: none;
	}

p.telegrafico-header {
	font-family:telegrafico, Arial, Helvetica, sans-serif;
	padding-left:50px;
	font-size:44px;
	color:#e2feef;
	letter-spacing:.05em;
	text-transform:uppercase;
	z-index:2;
	text-shadow:1px 1px 0 #b8d4d1,2px 2px 0 #6c9fac, 3px 3px 0 #6c9fac,4px 4px 0 #6c9fac;
	}

p.contentheader {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	font-weight:bold;
	color:#C90;
	background-image:url(images/pointer.jpg);
	background-position:left, bottom;
	background-repeat:no-repeat;
	padding-left:70px;
	padding-bottom:15px;
	}




/* Sticky Footer CSS */

* {
	margin: 0;
	}
	
.topheader {
	width:984px;
	min-height:50px;
	background-image:url(images/header-top.png);
	background-repeat:no-repeat;
	background-position: bottom center;
	}



.headertop {
	width:984px;
	height:200px;
	background-image:url(images/headbanner.png);
	background-repeat:no-repeat;
	background-position:center top;
	}

/* NAVIGATION */

.headerlinks {
	width:100%;
	}

.mainlogo { 
	width:984px;
	position:relative;
	margin: 0 auto;
	}

#logo { 
	font-size: 0; 
	line-height: 0; 
	width: 173px; 
	margin: 0 auto; 
	position: absolute; 
	top: 0; 
	left: 400px; 
	z-index: 10; 
	}
	
#logo a { 
	display: block; 
	text-indent: -4000px; 
	height: 165px; 
	width:173px;
	background: url(images/home.png) no-repeat; 
	}

#logo a:hover { 
	display: block;
	background-position: -173px bottom; 
	}

.headerlinks ul {
	padding: .9em 0;
	margin: 0;
	list-style-type: none;
	background-color: none;
	width: 100%;
	font: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	text-transform:uppercase;
	font-weight:bold;
	text-align: center;
	z-index:1;
	}

li.top { 
	display: inline;
	}

li.top a {
	text-decoration: none;
	background-color: none;
	color: #333;
	padding: 0em 1em;
	text-shadow:1px 1px 0 #999;
	height:160px; 
	}

li.top a:hover {
	background-color: none;
	color: #CCC;
	text-shadow: 1px 1px 0 #333;
	}

li.top a:active {
	padding: 1em 0;
	text-decoration: none;
	background-color: none;
	color: #333;
	padding: 0em 1em;
	text-shadow:1px 1px 0 #999; 
	}

.headerbottom {
	margin: 0 auto;
	width:786px;
	font-size: 20px;
	color:#C90;
	text-shadow:1px 1px 0 #666;
	vertical-align:bottom; 
	}

.body {
	background-image:url(images/body-bg.png);
	background-repeat:repeat-y;
	background-position:center;
	}

.header {
	width:100%;
	text-align:left;
	background-image:url(images/header-tag.png);
	background-repeat:no-repeat;
	text-align:left;
	height:69px;
	}

.content { 
	width:786px;
	margin: 0 auto;
	}
	
.innercontent {
	margin: 0 auto;
	padding-left:40px;
	padding-right:40px;
	padding-bottom:50px;
	line-height:1.75em;
	width:700px;
	}

#highlight { 
	color:#F90;
	border-bottom: 2px;
	font-weight:bold;
	}
	
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -175px;
	width:984px;
	padding-right:0px;
	}

	
.footer {
	margin: 0 auto;
	background-image:url(images/footer.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	width:984px;
	height:175px;
	}

.footbody {
	padding: 30px 0px 0px 100px;
	width:825px;
	color:#aae6fc;
	line-height:1.5em;
	margin:0 auto;
	text-shadow:1px 1px 0 #2b99bc;
	}

.footcontent {
	width:250px;
	float:left;
	}

.footlinks {
	float:right;
	width:260px;
	padding-right:80px;
	}

.push {
	height: 175px;
	}

/* ABOUT CSS */

/*--Main Container--*/
.main_view {
	height:400px;
	}
/*--Window/Masking Styles--*/
.window {
	height:286px;	
	width: 790px;
	overflow: hidden; 
	/*--Hides anything outside of the set width/height--*/

	}

.image_reel {
	margin: 0 auto;
	}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 40px; right: -7px;
	width: 178px; height:47px;
	z-index: 100; 
	/*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background: url(ribbon.gif) no-repeat;
	display: none; 
	/*--Hidden by default, will be later shown with jQuery--*/
	}
	
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
	}
	
.paging a.active {
	font-weight: bold;
	background: #920000;
	border: 1px solid #610000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
	
.paging a:hover {
	font-weight: bold;
	}