@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'CabinRegular';
    src: url(fonts/Cabin-Regular-webfont.eot);
    src: url(fonts/Cabin-Regular-webfont.eot?#iefix) format('eot'),
         url(fonts/Cabin-Regular-webfont.woff) format('woff'),
         url(fonts/Cabin-Regular-webfont.ttf) format('truetype'),
         url(fonts/Cabin-Regular-webfont.svg#webfontOTRZgo02) format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CabinItalic';
    src: url(fonts/Cabin-Italic-webfont.eot);
    src: url(fonts/Cabin-Italic-webfont.eot?#iefix) format('eot'),
         url(fonts/Cabin-Italic-webfont.woff) format('woff'),
         url(fonts/Cabin-Italic-webfont.ttf) format('truetype'),
         url(fonts/Cabin-Italic-webfont.svg#webfontOrOffsjQ) format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CabinBold';
    src: url(fonts/Cabin-Bold-webfont.eot);
    src: url(fonts/Cabin-Bold-webfont.eot?#iefix) format('eot'),
         url(fonts/Cabin-Bold-webfont.woff) format('woff'),
         url(fonts/Cabin-Bold-webfont.ttf) format('truetype'),
         url(fonts/Cabin-Bold-webfont.svg#webfontEiid5d2G) format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CabinBoldItalic';
    src: url(fonts/Cabin-BoldItalic-webfont.eot);
    src: url(fonts/Cabin-BoldItalic-webfont.eot?#iefix) format('eot'),
         url(fonts/Cabin-BoldItalic-webfont.woff) format('woff'),
         url(fonts/Cabin-BoldItalic-webfont.ttf) format('truetype'),
         url(fonts/Cabin-BoldItalic-webfont.svg#webfontb7iRpzs8) format('svg');
    font-weight: normal;
    font-style: normal;
}

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

}

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

}

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

}

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

}

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

}

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

}

html {
background-color: #000000;
}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: 'CabinRegular', Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

#wrapperbg {
	position: relative;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	width: 100%;
	background: #ffffff url(../images/bg.jpg) top left no-repeat;
}

#wrapperbg2 {
	position: relative;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	width: 100%;
	background: url(../images/wrapperbg.png) top left no-repeat;
}

a:link, a:active, a:visited {
	color: #ed1c24;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #a81e22;
	font-weight: bold;
	text-decoration: underline;
}

.img {
	border: 0;	
}

.logo {
	float: left;
	padding-top: 10px;
}

/* --------------- HEADER --------------- */
#header {
	width: 1200px;
	padding: 10px 10px 10px 30px;
	margin-bottom: 20px;
	font-family: 'CabinRegular', Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	border-bottom: 10px solid #000000;
	background: url(../images/headerbg.png) top left repeat;
}

.nav {
	height: 80px;
	padding-right: 10px;
	margin-top: 50px;
	margin-left: 200px;
}

.nav ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.nav ul li {
	display: inline;
	list-style-type: none;
	color: #a81e22;
	font-family:  'Wire One', 'OstrichSansMedium', Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 26px;
	padding-right: 30px;
	margin-right: 30px;
	padding-bottom: 15px;
	text-align: left;
	text-transform: uppercase;
	float: left;
}

.sublist {
	font-size: 12px;
	font-style: italic;
	color: #000000;
	border-bottom: none;
	text-transform: none;
	font-family: 'CabinRegular', Arial, Helvetica, sans-serif;
	font-weight:normal;
}

.heading2 {
	color: #000;
	font-family: 'CabinRegular', Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-bottom: 1px dotted #666666;
	padding-bottom: 6px;
	font-style:italic;
	font-weight: normal;
	text-transform: none;
}

.heading3 {
	color: #000;
	font-family: 'CabinRegular', Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-bottom: 6px;
	font-style:italic;
	font-weight: normal;
	text-transform: none;
	border-bottom: 1px dotted #666666;
}

.pictitle {
	font-family:  'Wire One', 'OstrichSansMedium', Arial, Helvetica, sans-serif;
}

.nav a:link, .nav a:active, .nav a:visited {
	position: relative;
	top: 0px;
	left: 0px;
	color: #ed1c24;
	font-weight: bold;
	text-decoration: none;
}

.nav a:hover {
	position: relative;
	top: 0px;
	left: 0px;
	color: #a81e22;
	font-weight: bold;
	text-decoration: underline;
}

/* --------------- CONTENT --------------- */
#wrapper {
	position: relative;
	font-family: 'CabinRegular', Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	overflow: hidden;
}

#welcome {
	float: left;
	margin: 0 0 50px 25px;
	font-family: 'CabinRegular', Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
}

#welcome h1 {
	color: #a81e22;
	font-family: 'Wire One', 'OstrichSansMedium', Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 40px;
	text-transform: uppercase;
	padding-bottom: -50px;
}

.h1sublist {
	font-family: 'CabinRegular', Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #000000;
	border-bottom: none;
	text-transform: none;
	font-weight:normal;
}

#welcome img {
	float: left;
	padding: 20px;
}

#welcome a {
	font-weight: normal;
}

.formalign {
	margin-left: 170px;
}

/* --------------- FOOTER --------------- */
#footer {
	text-align: center;
	background: #000000 url(../images/footerbg.jpg) top left repeat-x;
}

#footerwrapper {
	width: 100%;
	padding: 10px 10px 10px 20px;
	color: #000000;
	font-family: 'CabinRegular', Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#footer a:link, #footer a:active, #footer a:visited {
	color: #ed1c24;
	font-weight: normal;
	text-decoration: none;
}

#footer a:hover {
	color: #a81e22;
	font-weight: normal;
	text-decoration: underline;
}

#footer ul li {
	list-style-type: square;
}

#footer h1 {
	color: #a81e22;
	font-family: 'Wire One', 'OstrichSansMedium', Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 40px;
	text-transform: uppercase;
	padding-bottom: -50px;
}

#footer h2 {
	color: #a81e22;
	text-transform: uppercase;
	font-family: 'Wire One', 'OstrichSansMedium', Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 26px;
	border-bottom: 1px dotted #666666;
	padding-bottom: 15px;
}

.footerbox1 {
	float: left;
	width: 350px;
	height: 180px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 10px;
	text-align: left;
}

.footerbox2 {
	float: left;
	width: 350px;
	height: 180px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}

.footerbox3 {
	float: left;
	width: 350px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 10px;
	text-align: left;
}

.footerbold {
	font-weight: bold;
	color: #ed1c24;
}

#footercopyright {
	margin-top: 50px;
	margin-bottom: 20px;
	text-align: center;
	color: #FFFFFF;
}


/** 
 * Slideshow style rules.
 */
#slideshow {
	margin:0 auto;
	width:750px;
	height:400px;
	position:relative;
	background: url(../images/headerbg.png) top left repeat;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:670px;
  height:400px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:650px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:400px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:39px;
  height:400px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:0;
  left:0;
  background:transparent url(../images/control_left.png) no-repeat 0 0;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(../images/control_right.png) no-repeat 0 0;
}

/** SLIDE **/
.slide p ul {
	margin-left: 20px;
}
.slide h2 {
	color: #a81e22;
	font-family: 'Wire One', 'OstrichSansMedium', Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 28px;
	text-transform: uppercase;
	
}
.slide img {
  float:left;
  margin:0;
}
-->