@charset "UTF-8";

body {
	font: Tahoma, Geneva, sans-serif;
	font-size: 9.6px;
	letter-spacing: 1.6px;
	background: #FFF;
	margin: 0;
	padding: 0;
	color: #000;
  -webkit-font-smoothing: antialiased;

}

hr {
	color:#666;
	background-color: #666;
	margin-top: 15px;
	height: 0.1px;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}

h1 {
	margin-top: 0;
	font-size: 22px;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-family: "Gill Sans Light", "Helvetica Light", sans-serif;
	font-weight:100;
	font-style: inherit;
	color:#FFF;
	text-transform:uppercase;
}

h2 {
	font-family: "Gill Sans Light", "Helvetica Light", sans-serif;
	font-size: 9.6px;
	color:#FFF;
	letter-spacing: 1.6px;
	padding-right: 54px;
	padding-top:10px;
	font-weight: normal;
}

h3 {
	font-family:Tahoma, sans-serif;
	font-size: 11px;
	letter-spacing: 1.6px;
	line-height: 18px;
	padding-left: 127px;
	padding-top: 0px;
	padding-right: 15px;
	font-weight: normal;
}

h4 {
	position:absolute;
	text-align:center;
	font-family: "Gill Sans Light", "Helvetica Light", sans-serif;
	font-size: 18px;
	letter-spacing: 2.8px;
	line-height: 24px;
	padding-left: 0px;
	padding-top: 100px;
	font-weight: normal;
	color: #F60;
}

h5 {
	font-family:Tahoma, sans-serif;
	font-size: 11px;
	line-height: 18px;
	letter-spacing: 1.6px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 20px;
	font-weight: normal;
}

h6 {
	font-family:Tahoma, sans-serif;
	font-size:8px;
	letter-spacing: 1px;
	font-weight: lighter;
	line-height: 12px;
	padding-left:0px;
	padding-right: 54px;
}

p {
	font-family:Tahoma, sans-serif;
	font-size: 10px;
	letter-spacing: 1.2px;
	line-height: 18px;
	padding-right: 54px;
	padding-left: 0px;
	padding-top: 0px;
	font-weight:normal;
}

img {
	position:relative;
	z-index:1;
}

address {
	font-style:normal;
	text-align:right;
	padding-right:54px;
	padding-bottom:30px;
}

a.btn {
  color:#fff;
  margin-bottom: 10px;
}

a img { 
	border: none;
}

a:link {
	color:#000;
	text-decoration: none; 
}

a:visited {
	color: #000;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color:#F60;
	text-decoration: none;
	font-family: Tahoma, sans-serif;
}

.header a:link {
	color:#FFF;
	text-decoration: none; 
}
.header a:visited {
	color: #FFF;
	text-decoration: none;
}

.header a:hover { 
	color:#F60;
	text-decoration: none;
	margin-top: 0;
	font-size: 22px;
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-family: "Gill Sans Light", "Helvetica Light", sans-serif;
	font-weight:100;
	font-style: inherit;
	text-transform:uppercase;
}

.container {
	width: 100%;
	float:left;
	max-width: 1800px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
	min-width: 760px;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
	background: #FFF;
	margin: 0; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
	overflow: hidden; /* this declaration makes the .container clear all floated columns within it. */
	font-family: Tahoma, Geneva, sans-serif;
}

.navbar {
	position:absolute;
	float: left;
	width: 100%;
	background: #2E487C;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	height: 50px;
	z-index:0;
}

.header {
	position:absolute;
	padding-left: 127px;
	width:400px;
}

.headerright {
	position:relative;
	z-index: +2;
	float:right;
	padding-top: 11px;
	padding-right: 54px;
}
.navigation {
	width:auto;
	padding-top:50px;
}

.sidebar {
	position:absolute;
	width: 300px;
	background: #FFF;
	padding-bottom: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	height: 117px;
	z-index: 1;
}

.sidebar2 {
	position:relative;
	width: 200px;
	padding-left: 456px;
	padding-top:11px;
	padding-bottom: 0px;
}

.sidebar3 {
	position: relative;
	width: 400px;
	padding-left: 456px;
	padding-top:11px;
	padding-bottom: 0px;
	height:96px;
	z-index:0px;
}

.sidebar3left {
	float:left;
	width:200px;
}

.sidebar3right {
	float:right;
	width:200px;
}

.maintext {
	position:fixed;
	width:100%;
}

.content {
	position:relative;
	width: 64%;
	padding-bottom:60px;
	padding-left:127px;
	padding-top:15px;
	padding-right:10px;
}

.content ul, .content ol { 
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
}

/* ~~miscellaneous float/clear classes~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;	
}

.mainimage {
	position:inherit;
	float:left;
	width:25%;
	padding-right:108px;
}

.maincontent {
	position:relative;
	float:left;
	width: 600px;
	padding-bottom:60px;
	padding-left:127px;
	padding-top:15px;
	padding-right:10px;
}

.imagetext
{
    z-index:100;
    position:absolute;    
    color:white;
    font-size:24px;
    font-weight:bold;
    left:150px;
    top:350px;
}

footer {
	padding-left:127px;
}

.fltcenter {
	float:left;
	position: absolute;
	width: auto;
	height: auto;
	padding-right: 100px;
	}

.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

#slides {
    display: none;
	width: 100%;
	height:700px;
	padding-top: 10px;
}


.imgcontainer {
      margin: 0 auto;
    }

    /* For tablets & smart phones */
    @media (max-width: 767px) {
      body {
        padding-left: 20px;
        padding-right: 20px;
      }
      .imgcontainer {
        width: auto;	
      }
    }

    /* For smartphones */
    @media (max-width: 480px) {
      .imgcontainer {
        width: auto;
      }
    }

    /* For smaller displays like laptops */
    @media (min-width: 768px) and (max-width: 979px) {
      .imgcontainer {
        width: 724px;
      }
    }

    /* For larger displays */
    @media (min-width: 1200px) {
      .imgcontainer {
        width: 1170px;
      }
	
