/* BASIC RESET */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{margin:0; padding:0;}

/* HTML ELEMENTS */
body {
	background-image: url(../images/body_tile.png);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #0A212C;
	background-attachment: fixed;
}

#wrapper{
	width:100%;
	min-width:1000px;
		}

/* HEADER */
#header {
	height:600px;
	min-width:1000px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;

}
.headerimg {
	width:100%;
	min-width:1000px;
	height:600px;
	position: absolute;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center;
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

}
/* NAVIGATION */
#top_header {
	height:auto;
	padding-top:20px;
	top:0px;
	background-color: #FFF;
	width: 100%;
	background-image:url(../images/logo_combbank.png);
	background-repeat: no-repeat;
	background-position: right;
	
}


#miles_ahead { height:100px; width:960px; margin:0 auto; background-image:url("../images/logo.png"); background-position:top left; background-repeat:no-repeat; 

}

/* MENU */
#menu {
	position:relative;
	top:85px;
	height: 15px;
}
#menu ul { list-style:none; }
#menu ul li { display:inline; font-variant:small-caps; font-size:12px; }
#menu ul li a { color:white; text-decoration:none; font-weight:bold; padding-right:20px; }
#menu ul li a:hover { text-decoration:underline; }
/* HEADER TEXT */
#headertxt {
	width:960px;
	margin-right: auto;
	margin-left: auto;
	height: 100px;
	position: relative;
	top: 15px;
}
#firstline {
	color:#000;
	font-size:32px;
	padding-top: 4px;
	padding-right: 13px;
	padding-bottom: 7px;
	padding-left: 13px;
	float: left;
	display: block;
	font-weight: normal;
	font-family: Museo700, Arial, Helvetica, sans-serif;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #666;
	background-image: url(../images/textbg2.png);
	line-height: 100%;
}
#secondline {
	color:#FFF;
	/*	text-shadow:0px 0px 1px #fff;
*/	text-decoration:none;
	font-size:13px;
	padding-top: 5px;
	padding-right: 13px;
	padding-bottom: 5px;
	padding-left: 13px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/textbg_1.png);
	background-repeat: repeat;
	line-height: 120%;
	display: block;
	float: left;
	width: auto;
	height: auto;
	clear: both;
	font-weight: normal;
}
#secondline:hover {
	text-decoration:none;
}

.pictured {
	background-color:#BA2529;
	color:#FFF;
	font-size:12px;
	padding:9px 16px;
	text-transform:uppercase;
	float:left;
	display:block;
	clear:both;
	margin-top:10px;
}
.pictured a { font-size:16px; font-style:italic; letter-spacing:0; text-transform:none; color:#FFF; text-decoration:none; }
.pictured a:hover { text-decoration:underline; }

/* CONTROLS */
.btn { height:32px; width:32px; float:left; cursor:pointer; }
#back { background-image:url("../images/btn_back.png"); }
#next { background-image:url("../images/btn_next.png"); }
#control { background-image:url("../images/btn_pause.png"); }

/* HEADER HAVIGATION */
#headernav-outer {
	top:400px;
	width:960px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	margin-bottom: 0;
}
#headernav { padding-left:864px; }

/* CONTENT */

#content_main {
	color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	height: 200px;
	width: 100%;
}


#content {
	color:#575757;
	font-family: Arial, Helvetica, sans-serif;
	height: 200px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#content p {
	font-size:12px;
	width:960px;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
#content p a { text-decoration:none; color:#CD2B3A; }
#content p a:hover { text-decoration:underline; color:#7F000C; }



	@font-face {
	font-family:'Museo700';
	src: url('fonts/museo700-regular-webfont.eot'); /* IE9 Compatibility Modes */
	src: url('fonts/museo700-regular-webfont.eot?#iefix') format('embedded-opentype'),  /* IE6-IE8 */
	     url('fonts/museo700-regular-webfont.woff') format('woff'), /* Modern Browsers */
		 url('fonts/museo700-regular-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
	 	 url('fonts/museo700-regular-webfont.svg#Museo700') format('svg'); /* Legacy iOS */
	}
