body {
    background-image: url(images/bg.jpg);
    background-repeat: repeat-x;
    background-color: #1d1c22;
    border:0px;margin:0px;padding:0px;top:0px;left:0px;
}

body img {
    border: 0px;
}

a:active {
  outline: none;
}

@font-face {
    font-family: 'futura_bdcn_btbold';
    src: url('fonts/futura_bold_condensed_bt-webfont.eot');
    src: url('fonts/futura_bold_condensed_bt-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/futura_bold_condensed_bt-webfont.woff') format('woff'),
         url('fonts/futura_bold_condensed_bt-webfont.ttf') format('truetype'),
         url('fonts/futura_bold_condensed_bt-webfont.svg#futura_bdcn_btbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

#pagewrap {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}

#logo {
    float: left;
    margin-top: 10px;
    margin-bottom: 20px;
}

#numbers {
    float: right;
    margin-top: 20px;
    margin-bottom: 20px;
}

.slider-wrapper {
    clear: both;
    margin-top: 20px;
}

.fullimage img {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    margin-top: 5px;
    background:#fff url(loading.gif) no-repeat 50% 50%;
    margin-bottom:10px;
    border: 1px #e3e3e7 solid;
}

#navmenu {
    clear: both;
    width: 100%;
    background-color: #fff200;
    -moz-border-radius: 15px;
    border-radius: 15px;
    font-family: 'futura_bdcn_btbold', arial, helvetica, sans-serif;
    line-height: 3em;
    font-size: 0.8em;
}

#navmenu ul {
    list-style-type: none;
}

#navmenu li {
    display: inline;
    padding-right: 8px;
    padding-top:20px;
    padding-bottom: 20px;
    text-transform: uppercase;
}

#navmenu a {
    text-decoration: none;
    color: #1d1c21;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
}

#navmenu a:hover {
    color: #f26828;
    border-bottom: 1px #f26828 dotted;
}

#navmenu a.active {
    color: #f26828;
    border-bottom: 1px #f26828 dotted;
    pointer-events: none;
    cursor: default;
}

img.alignright {
    float: right;
    margin: 10px;
    border: 3px solid #CCCCCC;
}

img.alignleft {
    float: left;
    margin: 10px;
    border: 3px solid #CCCCCC;
}

.picture {
    background-color: #F9F9F9;
    border: 1px solid #CCCCCC;
    padding: 3px;
    font: 11px/1.4em Arial, sans-serif;
    color: #666666;
}

.picture img {
    border: 1px solid #CCCCCC;
    vertical-align:middle;
    margin-bottom: 3px;
}

.right {
    margin: 0.5em 0pt 0.5em 0.8em;
    float:right;
}

.left {
    margin: 0.5em 0.8em 0.5em 0;
    float:left;
}

#contentleft {
    width: 620px;
    border-right: 1px #ffffff solid;
    float: left;
    padding-left: 0px;
    padding-right: 20px;
    margin-bottom: 30px;
    color: #ffffff;
    font-family: arial, helvetica, sans-serif;
    min-height: 705px;
}

#contentleft h1 {
    font-family: 'futura_bdcn_btbold', arial, helvetica, sans-serif;
    color: #fff200;
    font-weight: normal;
}

#contentleft p {
    font-family: arial, helvetica, sans-serif;
    line-height: 1.5em;
    font-size: 0.9em;
}

#contentleft ul {
    font-family: arial, helvetica, sans-serif;
    line-height: 1.5em;
    font-size: 0.9em;
    list-style-type: square;
}

#contentleft ol {
    font-family: arial, helvetica, sans-serif;
    line-height: 1.5em;
    font-size: 0.9em;
}

#contentleft a {
    color: #d6d6d6;
    text-decoration: none;
}

#contentleft a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.bigbutton {
    float: left;
    margin-right: 35px;
    margin-top: 10px;
}

.bigbutton img {
    opacity: 0.85;
    filter:alpha(opacity=85); /* For IE8 and earlier */
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.bigbutton img:hover {
    opacity: 1;
    filter:alpha(opacity=100); /* For IE8 and earlier */
}

#contentright {
    width: 280px;
    float: right;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 30px;
    color: #ffffff;
    font-family: arial, helvetica, sans-serif;
}

#contentright h1 {
    font-family: arial, helvetica, sans-serif;
    color: #ffffff;
    font-weight: bold;
    font-size: 2em;
}

#contentright p {
    font-family: arial, helvetica, sans-serif;
    line-height: 1.5em;
    font-size: 1.2em;
}

#contentright ul {
    font-family: arial, helvetica, sans-serif;
    line-height: 1.5em;
    font-size: 0.9em;
    list-style-type: square;
}

#contentright a {
    color: #d6d6d6;
    text-decoration: none;
}

#contentright a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.forminput {
    padding-bottom: 10px;
    margin-top: 5px;
}

.submitbutton {
    opacity: 0.85;
    filter:alpha(opacity=85); /* For IE8 and earlier */
    padding-bottom: 10px;
    margin-top: 5px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.submitbutton:hover {
    opacity: 1;
    filter:alpha(opacity=100); /* For IE8 and earlier */
}

#footerwrap {
    width: 100%;
    background-color: #fff200;
    clear: both;
    min-height: 370px;
}

#footer {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}

#underline {
    border-bottom: 1px #231f20 solid;
    padding-top: 10px;
    clear: both;
}

.footerlogo {
    float: left;
    margin-right: 60px;
    margin-top: 20px;
}

.footertext {
    font-family: arial, helvetica, sans-serif;
    color: #231f20;
    font-size: 1.6em;
    font-weight: bold;
    text-align: center;
}

#credit {
    float: right;
    width: 600px;
    clear: both;
}

#credit p {
    font-family: arial, helvetica, sans-serif;
    color: #231f20;
    font-size: 0.8em;
    font-weight: bold;
}

#credit a {
    color: #231f20;
    text-decoration: none;
}

#credit a:hover {
    text-decoration: underline;
}

.gallerygroup {
    clear: both;
}

.quote {
	background-image: url("images/quote.png");
	background-position: top left;
	background-repeat: no-repeat;
	border-bottom: 1px #fff200 solid;
}

.quote p {
	margin-left: 60px;
	color: #fff200;
}

.quotecredit {
	font-weight: bold;
	text-align: right;
}

.clear {
	clear: both;
}

.fancybox {
	margin-bottom: 25px;
}