html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    outline: none;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }
 	
@font-face {
    font-family: 'brownbold';
    src: url('fonts/brown-bold-webfont.eot');
    src: url('fonts/brown-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/brown-bold-webfont.woff') format('woff'),
         url('fonts/brown-bold-webfont.ttf') format('truetype'),
         url('fonts/brown-bold-webfont.svg#brownbold') format('svg');
    font-weight: normal;
    font-style: normal;
	}
	
@media screen and (-webkit-min-device-pixel-ratio:0) {
    body {
        background-position: 50.001% 0;
    }
}
  
html {
	height: 100%;
	background:#ffffff;
	}
body {
	font-size: 14px;
	line-height: 1;
	font-family: Arial, sans-serif;
	background: #E6E6E5;
	}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
	}
ol, ul {
	list-style: none;
	}
strong {
	font-weight: bold;
	} 
img {border: 0;
	max-width: 1040px;
	}
a {
	text-decoration: none;
	}

/* Header */

#header {
	width:100%;
	height:393px;
	background:url(images/header_background.png) center top no-repeat;
	display: block;
    margin-left: auto;
    margin-right: auto;
	}
	
#header img {
	display: block;
	width: 1040px;
	min-width: 380px; 
	margin: 0 auto;
}

/* top navigation */

#fix {
	width: 50px;
	height: 60px;
	display: block;
	background: none;
	text-indent: -9999;
	display: none;
	}
#top {
	position: relative;
	}
.navigation {  
	display: block;
	position: fixed;
	top: 0px;
	width: 100%;
	margin: auto;
	height: 60px;
	background: #C0A46F;
	z-index: 9999;
	}
#topnav {  
	width: 1040px;
	height:60px;
	padding-left: 0px;
	margin: 0 auto;
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-transform: none;
	clear: both;
	text-align: center;
	background-color: #C0A46F;
	}
#topnav li {
	display: inline-block;
	float: left;
	position: relative;
	padding: 0px 0px 0px 70px;
	}
#topnav li:first-child a {background: none;}
#topnav li a { 
	display: block;
	float: left;
	padding: 0 10px 0 10px;
	font-size: 14px;
	letter-spacing: 2px;
	line-height: 60px;
	font-weight: normal;
	text-decoration: none;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
    color:#ffffff;
	padding-left: 10px;
    opacity: 1;
	}
#topnav li a:hover { 
	opacity: .5;
	}
#topnav li.current a { 
	opacity: .5;
	}


ul.sub-menu {
	margin: 0;
	top: 53px;
	padding-top: 25px;
	padding-bottom: 12px;
	left: -10px;
	width: 150px;
	position: absolute;
	background: url(images/bg_dropdowns.png) no-repeat center top;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	transition: opacity .5s; 
	-moz-transition: opacity .5s;
	-webkit-transition: opacity .5s;
	-o-transition: opacity .5s;
	overflow: hidden;
	}
	
#topnav .sub-menu li {
	float: none;
	text-align: center;
	width: 150px;
	background: none;
	padding: 0px 0px 0px 0px;
	}
ul#topnav li ul.sub-menu a {
	font-weight: bold;
	font-size: 14px;
	color: #010101;
	height: 29px;
	line-height: 29px;
	background: none;
	display: block;
	margin: 0 0 0 0;
	text-indent: 0px;
	text-transform: capitalize;
	}
ul#topnav li ul.sub-menu li.current a {
	opacity: .5;
	}
ul#topnav li ul.sub-menu a:hover {
    opacity: .5;
	}
ul#topnav li.subnavselected a {
	opacity: .5;
	}

/* main content sections */

#content {
	display: block;
	width: 100%;
	height: 6730px;
	overflow: hidden;
	}
.wrapper_full{
	position: relative;
	top: 0px;
	display: block;
	width: 100%;
	min-width: 380px;
	background-color: #232741; 
	margin: 0 auto;
	}
.wrapper { 
	position: relative;
	display: block;
	width: 1040px;
	min-width: 380px; 
	margin: 0 auto;
	}
.wrapper img { 
	display: block;
	width: 100%;
	}
.start_button {
	position: absolute;
	left: 50%;
	bottom: 35px;
	width: 40px;
	height: 40px;
	overflow: hidden;
	margin: 0 0 0 -25px;
	text-indent: -9999px;
	}


/* Download Button */

a.button1, a.button2, a.button3, a.button4, a.button5, a.button6, a.button7 {
	position: absolute;
	bottom: 465px;
	left: 505px;
	width: 400px;
	height: 65px;
	text-indent: -9999px;
	-webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
	transition: all 0.2s linear;
	}
	
a.button2 {
	bottom: 270px;
	left: 750px;
	width: 190px;
	}
	
a.button3 {
	bottom: 3500px;
	left: 390px;
	width:220px;
	}
	
a.button4 {
	bottom: 3500px;
	left: 700px;
	width:220px;
	}

a.button5 {
    bottom: 2868px;
	left: 86px;
	width:220px;
	}
	
a.button6 {
	bottom: 2868px;
	left: 390px;
	width:220px;
	}
	
a.button7 {
	bottom: 2868px;
	left: 700px;
	width:220px;
	}

a:hover.button1, a:hover.button2, a:hover.button3, a:hover.button4, a:hover.button5, a:hover.button6, a:hover.button7 {
	background: url('images/hoverjobby.png') repeat;
	}
a.bottomlink {
	position: absolute;
	left: 100px;
	bottom: 85px;
	width: 200px;
	height: 60px;
	overflow: hidden;
	margin: 0 0 0 -25px;
	text-indent: -9999px;
	
	: none;
	}