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

/********************************/
/* FONTS
/********************************/
@font-face {
  font-family: 'Handel Gothic';
  src: url('/inc/font/handel_gothic_d_medium-webfont.woff2') format('woff2'),
      url('/inc/font/handel_gothic_d_medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('/inc/font/HelveticaNeue-Thin.eot') format('embedded-opentype'), 
	     url('/inc/font/HelveticaNeue-Thin.ttf')  format('truetype'), 
			 url('/inc/font/HelveticaNeue-Thin.svg#HelveticaNeue-Thin') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'Helvetica Condensed';
    src: url('/inc/font/helvetica_condensed-webfont.eot');
    src: url('/inc/font/helvetica_condensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('/inc/font/helvetica_condensed-webfont.woff2') format('woff2'),
         url('/inc/font/helvetica_condensed-webfont.woff') format('woff'),
         url('/inc/font/helvetica_condensed-webfont.ttf') format('truetype'),
         url('/inc/font/helvetica_condensed-webfont.svg#helvetica_condensedregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Futura';
    src: url('/inc/font/FuturaBT-Light.eot');
    src: url('/inc/font/FuturaBT-Light.eot?#iefix') format('embedded-opentype'),
         url('/inc/font/FuturaBT-Light.woff') format('woff'),
         url('/inc/font/FuturaBT-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
  font-family: 'Avant Garde';
  src: url('/inc/font/AvantGarde-Book.eot?#iefix') format('embedded-opentype'),  
			 url('/inc/font/AvantGarde-Book.woff') format('woff'), 
			 url('/inc/font/AvantGarde-Book.ttf')  format('truetype'), 
			 url('/inc/font/AvantGarde-Book.svg#AvantGarde-Book') format('svg');
  font-weight: normal;
  font-style: normal;
}


/********************************/
/* MAIN TAGS
/********************************/
body, html {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}

body {
	background: #eee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}

a {
	color: #069;
	text-decoration: none;
}
a:hover {
	color: #09C;
	text-decoration: underline;
}
img {
	border-color: #069;
}
ul li {
	list-style-image: url("/img/icons/arrow1.png");
	list-style-type: none;
	line-height: 1.65em;
}
/********************************/
/* HEADING TAGS
/********************************/
h1, h2, h3, h4, h5, h6 {
	font-family: myHelvetica, Verdana, Geneva, sans-serif;
	line-height: 1.5em;
	padding: 2px 0px;
	margin: 2px 0px;
	display: block;	
	font-weight: normal;
}

h1 {
	font-size: 32px;
	color: #000;
}

h2{
	font-size: 26px;
	color: #111;
}
h3 {
	font-size: 24px;
	color: #222;
}
h4{
	font-size: 22px;
	color: #333;
}	
h5{
	font-size: 20px;
	color: #444;
}	
h6{
	font-size: 18px;
	color: #555;
}	

/*************************************/
/*************** BODY **************/
/*************************************/
.BodyBar {
	width: 1018px;
	height: auto;
	margin: 10px 0px 5px;
	padding: 0px;
	display: block;
	position: relative;
}
.BodyTop {
	background: url("/img/layout/bodytop.png") top left no-repeat;
	width: 1018px;
	height: 25px;
	margin: 0px;
	padding: 0px;
	display: block;
	position: relative;
}
.BodyBox {
	background: url("/img/layout/bodyback.png") top left repeat-y;
	width: 1018px;
	height: auto;
	margin: 0px;
	padding: 0px;
	display: block;
	position: relative;
	text-align: left;
}
.BodyFoot {
	background: url("/img/layout/bodybot.png") top left no-repeat;
	width: 1018px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	display: block;
	position: relative;
}

.BodyTop2 {
	background: url("/img/layout/bodytop2.png") top left no-repeat;
	width: 1018px;
	height: 25px;
	margin: 0px;
	padding: 0px;
	display: block;
	position: relative;
}
.BodyBox2 {
	background: url("/img/layout/bodyback2.png") top left repeat-y;
	width: 1018px;
	height: auto;
	margin: 0px;
	padding: 0px;
	display: block;
	position: relative;
	text-align: left;
}
.BodyFoot2 {
	background: url("/img/layout/bodybot2.png") top left no-repeat;
	width: 1018px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	display: block;
	position: relative;
}


.BodyTop3 {
	background: url("/img/layout/bodytop3.png") top left no-repeat;
	width: 1018px;
	height: 25px;
	margin: 0px;
	padding: 0px;
	display: block;
	position: relative;
}
.BodyBox3 {
	background: url("/img/layout/bodyback3.png") top left repeat-y;
	width: 1018px;
	height: auto;
	margin: 0px;
	padding: 0px;
	display: block;
	position: relative;
	text-align: left;
}
.BodyFoot3 {
	background: url("/img/layout/bodybot3.png") top left no-repeat;
	width: 1018px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	display: block;
	position: relative;
}



.BodyTop4 {
	background: url("/img/layout/bodytop4.png") top left no-repeat;
	width: 1018px;
	height: 25px;
	margin: 0px;
	padding: 0px;
	display: block;
	position: relative;
}
.BodyBox4 {
	background: url("/img/layout/bodyback4.png") top left repeat-y;
	width: 1018px;
	height: auto;
	margin: 0px;
	padding: 0px;
	display: block;
	position: relative;
	text-align: left;
}
.BodyFoot4 {
	background: url("/img/layout/bodybot4.png") top left no-repeat;
	width: 1018px;
	height: 30px;
	margin: 0px;
	padding: 0px;
	display: block;
	position: relative;
}

/*************************************/
/*************** HEADER **************/
/*************************************/
.HeaderBox {
	width: 950px;
	height: auto;
	text-align: left;
	padding: 0px;
	margin: 0px 0px 0px 32px;
	position: relative;
	z-index: 2;
}

.AddressBox {
	width: 40%;
	margin: 3px 0px 0px 0px;
	float: right;
	text-align: right;
	font-size: 15px;
	line-height: 1.55em;
}
.AddressBox h2 {
	font-size: 20px;
	font-weight: normal;
}

/************************************************/
/*************** ROTATE SLIDESHOW **************/
/************************************************/
.RotateBar {
	font-family: myHelvetica, Verdana, Geneva, sans-serif;
	background: none;
	width: 950px;
	height: 450px;
	padding: 0px;
	margin: 0px 0px 0px 32px;
	display: block;
	position: relative;
	text-align: center;
	z-index: 3;
	overflow: hidden;
}
.RotateBar  .RotateImage {
	background-repeat: no-repeat;
	width: 950px;
	height: 450px;
	padding: 0px;
	margin: 0px;
	display: block;
	position: relative;
	text-align: center;
	z-index: 4;
}

.RotateBar .RotateText {
	background: url("/img/shade1c.png");
	width: 25%;
	height: 100%;
	color: #000;
	text-align: center;
	font-size: 16px;
	padding: 10px;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 10;
  line-height: 1.65em;
}
.RotateBar .RotateLoading {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -50px 0px 0px -50px;
	width: 100px;
	height: 100px;
	z-index: 8;
}
.RotateBar .RotateImageOld {
	position: absolute;
	top: 0px;
	left: 0px;
}
.RotateBar #TextButton {
  display: none;
}
.ShadowBar1 {
	background: url("/img/layout/shadowbar.png") top center repeat-x;
	background-size: 950px auto;
	width: 950px;
	height: 16px;
	margin: 0px 0px 0px 32px;
	padding: 0px;
	position: relative;
	display: block;
}
.ShadowBar2 {
	background: url("/img/layout/flashshadow.png") top left no-repeat;
	width: 950px;
	height: 29px;
	margin: 0px 0px 0px 32px;
	padding: 0px;
	position: relative;
	display: block;
}

/************************************************/
/*************** CONTENT AREA **************/
/************************************************/

.ContentBox {
	font-size: 14px;
	line-height: 1.55em;
	width: 950px;
	height: 100%;
	padding: 0px;
	margin: 0px 0px 0px 32px;
	text-align: left;
	color: #111;
	display: block;
	position: relative;
}

.RightBox {
	background: #dfdfdf;
	border: 1px solid #ccc;
	width: 300px;
	height: auto;
	margin: 0px 0px 15px 15px;
	padding: 5px 10px;
	float: right;
}

.ContactForm {
	background: #f7f7f7;
	width: 80%;
	height: auto;
	border: 1px solid #363;
	border-radius: 8px;
	padding: 15px;
	margin: 15px 0px;
	font-size: inherit;
}

.btnSubmit, .btnContactSubmit {
	cursor: pointer;
}


/*****************************************/
/************** FOOTER BAR ***************/
/*****************************************/
.FooterBox {
	background: #369;
	color: #fff;
	width: 930px;
	_width: 950px;
	height: auto;
	padding: 10px;
	margin: 0px 0px 0px 32px;
	font-size: 12px;
	line-height: 1.55em;
	text-align: left;
	position: relative;
	display: block;
}

.FooterBox1 {
	float: left;
	text-align:left;
	width: 300px;
	margin: 0px;
}
.FooterBox a {
	color: #fff;
}
.FooterBox a:hover {
	color: #ff9;
}
.FooterBox2 {
	float: right;
	text-align:right;
	width: 300px;
	margin: 0px;
}
.FooterText {
	width: 100%;
	text-align: center;
	font-size: 11px;
	color: #eee;
	margin: 0px;
	padding: 0px 0px 10px;
	display: block;
	position: relative;
}
.FooterText a {
	color: #ffd;
}


/*********************************************/
/*  BUTTONS */
/*********************************************/
.boxButton, .boxButton2, .boxButton3 {
	background: #036;
	font-family: myHelvetica, Verdana, Geneva, sans-serif;
	float: right;
	width: auto;
	height: auto;
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
	border: none;
	border-radius: 5px;
	padding: 6px 12px;
	margin: 3px 3px;
	line-height: normal;
	text-align: center;
}
.boxButton2 {
	float: left;
	margin: 2px 5px 2px 0px;	
}
.boxButton3 {
	float:none;
	display: inline-block;
	margin: 3px 5px;	
	padding: 7px 12px;
}
.boxButton a, .boxButton2 a, .boxButton3 a {
	color: #FFF;
	text-decoration: none;
}
.boxButton a:hover, .boxButton2 a:hover, .boxButton3 a:hover {
	color: #06F;
}

.boxClear {
	width: 1px;
	height: 1px;
	clear: both;
	display: block;
}

.boxData {
  width: 80%;
  padding: 2px 15px;
  text-align: left;
  background: #eee;
  border-radius: 15px;
  margin: 5px 0px 5px 8%;
}



/**************************************/
/** Input Boxes
/**************************************/

input, select, textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: inherit;
	padding: 3px 5px;
	border: 1px solid #069;
	border-radius: 4px;
}
