/*RESET*/
html, body, div, span,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
img, ins, kbd, q, s, samp,
small, strike, strong,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
hr {
	margin: 0px;
	padding: 0px;
	clear: both;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*END OF RESET*/

body {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../site-data/site-bg3.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #282828;
}
#header-BG {
	background-image: url(../site-data/header-BG.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 219px;
	width: 100%;
}
#header-BG #header {
	height: 219px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	background-image: url(../site-data/header2.png);
	background-repeat: no-repeat;
}
#header-BG #header #head-title {
	width: 100%;
	text-align: left;
	margin: 0px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 120px;
}
#header-BG #header #head-title h2 a:link, #header-BG #header #head-title h2 a:visited {
	padding: 0px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 42px;
	font-weight: 900;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #C4C4C4;
	text-decoration: none;
	transition: all 1s;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-shadow: 0px -1px 0px #FFF,
				 0px 2px 0px #333,
				 1px 1px 2px #000;
	filter: dropshadow(color=#FFF, offx=0, offy=1);
}
#header-BG #header #head-title h2 a:hover, #header-BG #header #head-title h2 a:active {
	padding: 0px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 42px;
	font-weight: 900;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #6799CD;
	text-decoration: none;
	transition: all 1s;
	text-shadow: 0px -1px 0px #CCC,
			     0px 1px 0px #999,
				 0px 1px 0px #333,
				 1px 1px 2px #000;
	filter: dropshadow(color=#FFF, offx=0, offy=1);
}
#header-BG #header #head-title h2 span {
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-shadow:
   -1px -1px 0 #333,  
    1px -1px 0 #333,
    -1px 1px 0 #333,
     1px 1px 0 #333;
	text-shadow: 0px 1px 0px #CCCCCC;
	filter: dropshadow(color=#CCCCCC offx=0, offy=1);
	color: #4F4F4F;
}
/*----- TOP NAVIGATION -----*/
#menu {
	height: 50px;
	width: 100%;
	background-image: url(../site-data/menu-BG.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	margin-bottom: 10px;
	box-shadow:  0px 8px 4px -6px #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
}
#menu #nav-holder {
	height: 50px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#menu #nav-holder ul.nav-btns {
	list-style-type: none;
	margin: 0px;
}
#menu #nav-holder ul.nav-btns li {
	float: left;
	position: relative;
}
#menu #nav-holder ul.nav-btns li:first-child {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
#menu #nav-holder ul.nav-btns li:last-child {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
}

#menu #nav-holder ul.nav-btns li a:link, #menu #nav-holder ul.nav-btns li a:visited {
	display: block;
	height: 50px;
	font-family: 'Exo', sans-serif;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 3.8em;
	color: #1B1B1B;
	background-image: url(../site-data/menu-btn-BG.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	text-shadow: 1px 1px 0px #999999;
	filter: dropshadow(color=#999999, offx=1, offy=1);
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #333333;
	text-align: center;
	transition: 0.5s;
}
#menu #nav-holder ul.nav-btns li a:hover, #menu #nav-holder ul.nav-btns li a:active {
	margin-bottom: -10px;
	color: #002a63;
	background-image: url(../site-data/menu-btn-BG.png);
	background-repeat: repeat-x;
	background-position: 0px -50px;
	height: 70px;
	background-color: #23adf8;
	line-height: 5.8em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #23adf8;
	border-left-color: #23adf8;
	border-right-color: #054396;
	border-bottom-color: #054396;
	text-shadow: 1px 1px 0px #79d0ff;
	filter: dropshadow(color=#79d0ff, offx=1, offy=1);
	-webkit-border-radius: 0px 0px 6px 6px;
	border-radius: 0px 0px 6px 6px;
	-webkit-box-shadow:  0px 5px 3px -4px #000000;
	box-shadow:  0px 5px 3px -4px #000000;
	transition: 0.5s;
}
.LocationOnSite {
	display: block;
	height: 50px;
	font-family: 'Exo', sans-serif;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	line-height: 3.8em;
	margin-bottom: -10px;
	color: #002a63;
	background-image: url(../site-data/menu-btn-BG.png);
	background-repeat: repeat-x;
	background-position: 0px -50px;
	height: 70px;
	background-color: #23adf8;
	line-height: 5.8em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #23adf8;
	border-left-color: #23adf8;
	border-right-color: #054396;
	border-bottom-color: #054396;
	text-shadow: 1px 1px 0px #79d0ff;
	filter: dropshadow(color=#79d0ff, offx=1, offy=1);
	-webkit-border-radius: 0px 0px 6px 6px;
	border-radius: 0px 0px 6px 6px;
	-webkit-box-shadow:  0px 5px 3px -4px #000000;
	box-shadow:  0px 5px 3px -4px #000000;
}
.LocationOnSite a:link {
	background-color: transparent !important;
	background-image: none !important;
	border: none 0px !important;
	-webkit-box-shadow:  0px 0px 0px 0px #000000 !important;
	box-shadow:  0px 0px 0px 0px #000000 !important;
	display: block !important;
	height: 70px !important;
	font-family: 'Exo', sans-serif !important;
	letter-spacing: 1px !important;
	text-decoration: none !important;
	text-transform: uppercase !important;
	font-weight: 700 !important;
	font-size: 14px !important;
	padding-right: 20px !important;
	padding-left: 20px !important;
	line-height: 5.8em !important;
	margin: 0px !important;
	color: #002a63 !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
}
/*----- ANIMATED BUTTONS -----*/
/*======= ARROW-SLIDER========*/
.button-wrapper {
	height: 60px;
}
.button-wrapper2 {
	height: 150px;
}
.left-nav {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.left-nav .a-btn{
	background:#80a9da;
	background:-webkit-gradient(linear,left top,left bottom,color-stop(#80a9da,0),color-stop(#6f97c5,1));
	background:-webkit-linear-gradient(top, #80a9da 0%, #6f97c5 100%);
	background:-moz-linear-gradient(top, #80a9da 0%, #6f97c5 100%);
	background:-o-linear-gradient(top, #80a9da 0%, #6f97c5 100%);
	background:linear-gradient(top, #80a9da 0%, #6f97c5 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#80a9da', endColorstr='#6f97c5',GradientType=0 );
	padding-left:20px;
	padding-right:60px;
	height:38px;
	display:inline-block;
	position:relative;
	border:1px solid #5d81ab;
	-webkit-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2), 0px 0px 0px 4px rgba(188,188,188,0.5);
	-moz-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2), 0px 0px 0px 4px rgba(188,188,188,0.5);
	box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2), 0px 0px 0px 4px rgba(188,188,188,0.5);
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
	float:left;
	overflow:hidden;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
	text-decoration: none;
	width: 120px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	clear: both;
}
.left-nav .a-btn-text{
	padding-top:5px;
	display:block;
	font-size:14px;
	white-space:nowrap;
	text-shadow:0px 1px 1px rgba(255,255,255,0.3);
	color:#344B67;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	transition:all 0.2s linear;
	font-family: 'Exo', sans-serif;
	font-weight: 800;
	line-height: 2.1em;
	text-shadow: 0px 1px 0px #CCCCCC;
	filter: dropshadow(color=#CCCCCC, offx=0, offy=1);
	z-index: 1000;
}
.left-nav .a-btn-slide-text{
	position:absolute;
	height:110%;
	top:0px;
	right:52px;
	width:0px;
	background:#63707e;
	text-shadow:0px -1px 1px #363f49;
	color:#333;
	font-size:10px;
	line-height: 2.1em;
	white-space:nowrap;
	text-transform:uppercase;
	text-align:left;
	text-indent:10px;
	overflow:hidden;
	line-height:38px;
	-webkit-box-shadow:-1px 0px 1px rgba(255,255,255,0.4), 1px 1px 2px rgba(0,0,0,0.2) inset;
	-moz-box-shadow:-1px 0px 1px rgba(255,255,255,0.4), 1px 1px 2px rgba(0,0,0,0.2) inset;
	box-shadow:-1px 0px 1px rgba(255,255,255,0.4), 1px 1px 2px rgba(0,0,0,0.2) inset;
	-webkit-transition:width 0.3s linear;
	-moz-transition:width 0.3s linear;
	-o-transition:width 0.3s linear;
	transition:width 0.3s linear;
	font-weight: bold;
	text-shadow: 0px 1px 0px #999999;
	filter: dropshadow(color=#999999, offx=0, offy=1);
	font-family: 'Exo', sans-serif;
	z-index: 1000;
}
.left-nav .a-btn-icon-right{
    position:absolute;
    right:0px;
    top:0px;
    height:100%;
    width:52px;
    border-left:1px solid #5d81ab;
    -webkit-box-shadow:1px 0px 1px rgba(255,255,255,0.4) inset;
    -moz-box-shadow:1px 0px 1px rgba(255,255,255,0.4) inset;
    box-shadow:1px 0px 1px rgba(255,255,255,0.4) inset;
	z-index: 1000;
}
.left-nav .a-btn-icon-right span{
	width:38px;
	height:38px;
	opacity:0.4;
	position:absolute;
	left:50%;
	top:50%;
	margin:-20px 0px 0px -20px;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
	background-color: transparent;
	background-image: url(../site-data/arrow_right2.png);
	background-repeat: no-repeat;
	background-position: 50% 55%;
	z-index: 1000;
}
.left-nav .a-btn:hover{
    padding-right:180px;
    -webkit-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
    -moz-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
    box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
	z-index: 1000;
}
.left-nav .a-btn:hover .a-btn-text{
    text-shadow:0px 1px 1px #5d81ab;
    color:#fff;
	z-index: 1000;
}
.left-nav .a-btn:hover .a-btn-slide-text{
	width:130px;
}
.left-nav .a-btn:hover .a-btn-icon-right span{
    opacity:1;
}
.left-nav .a-btn:active{
    position:relative;
    top:1px;
    background:#5d81ab;
    -webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
    -moz-box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
    box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
    border-color:#80a9da;
}
/*==========MAGNIFIER-SLIDER=========*/
.left-nav .a-magni{
	background:#80a9da;
	background:-webkit-gradient(linear,left top,left bottom,color-stop(#80a9da,0),color-stop(#6f97c5,1));
	background:-webkit-linear-gradient(top, #80a9da 0%, #6f97c5 100%);
	background:-moz-linear-gradient(top, #80a9da 0%, #6f97c5 100%);
	background:-o-linear-gradient(top, #80a9da 0%, #6f97c5 100%);
	background:linear-gradient(top, #80a9da 0%, #6f97c5 100%);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#80a9da', endColorstr='#6f97c5',GradientType=0 );
	padding-left:20px;
	padding-right:60px;
	height:38px;
	display:inline-block;
	position:relative;
	border:1px solid #5d81ab;
	-webkit-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2), 0px 0px 0px 4px rgba(188,188,188,0.5);
	-moz-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2), 0px 0px 0px 4px rgba(188,188,188,0.5);
	box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2), 0px 0px 0px 4px rgba(188,188,188,0.5);
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
	float:left;
	overflow:hidden;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
	text-decoration: none;
	width: 120px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	clear: both;
}
.left-nav .a-magni-text{
	padding-top:5px;
	display:block;
	font-size:14px;
	white-space:nowrap;
	text-shadow:0px 1px 1px rgba(255,255,255,0.3);
	color:#344B67;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear;
	-o-transition:all 0.2s linear;
	transition:all 0.2s linear;
	font-family: 'Exo', sans-serif;
	font-weight: 800;
	line-height: 2.1em;
	text-shadow: 0px 1px 0px #CCCCCC;
	filter: dropshadow(color=#CCCCCC, offx=0, offy=1);
	z-index: 1000;
}
.left-nav .a-magni-slide-text{
	position:absolute;
	height:110%;
	top:0px;
	right:52px;
	width:0px;
	background:#63707e;
	text-shadow:0px -1px 1px #363f49;
	color:#333;
	font-size:10px;
	line-height: 2.1em;
	white-space:nowrap;
	text-transform:uppercase;
	text-align:left;
	text-indent:10px;
	overflow:hidden;
	line-height:38px;
	-webkit-box-shadow:-1px 0px 1px rgba(255,255,255,0.4), 1px 1px 2px rgba(0,0,0,0.2) inset;
	-moz-box-shadow:-1px 0px 1px rgba(255,255,255,0.4), 1px 1px 2px rgba(0,0,0,0.2) inset;
	box-shadow:-1px 0px 1px rgba(255,255,255,0.4), 1px 1px 2px rgba(0,0,0,0.2) inset;
	-webkit-transition:width 0.3s linear;
	-moz-transition:width 0.3s linear;
	-o-transition:width 0.3s linear;
	transition:width 0.3s linear;
	font-weight: bold;
	text-shadow: 0px 1px 0px #999999;
	filter: dropshadow(color=#999999, offx=0, offy=1);
	font-family: 'Exo', sans-serif;
	z-index: 1000;
}
.left-nav .a-magni-icon-right{
    position:absolute;
    right:0px;
    top:0px;
    height:100%;
    width:52px;
    border-left:1px solid #5d81ab;
    -webkit-box-shadow:1px 0px 1px rgba(255,255,255,0.4) inset;
    -moz-box-shadow:1px 0px 1px rgba(255,255,255,0.4) inset;
    box-shadow:1px 0px 1px rgba(255,255,255,0.4) inset;
	z-index: 1000;
}
.left-nav .a-magni-icon-right span{
	width:38px;
	height:38px;
	opacity:0.7;
	position:absolute;
	left:50%;
	top:50%;
	margin:-20px 0px 0px -20px;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
	background-color: transparent;
	background-image: url(../site-data/magnifier.png);
	background-repeat: no-repeat;
	background-position: 50% 55%;
	z-index: 1000;
}
.left-nav .a-magni:hover{
    padding-right:180px;
    -webkit-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
    -moz-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
    box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
	z-index: 1000;
}
.left-nav .a-magni:hover .a-magni-text{
    text-shadow:0px 1px 1px #5d81ab;
    color:#fff;
	z-index: 1000;
}
.left-nav .a-magni:hover .a-magni-slide-text{
	width:130px;
}
.left-nav .a-magni:hover .a-magni-icon-right span{
    opacity:1;
}
.left-nav .a-magni:active{
    position:relative;
    top:1px;
    background:#5d81ab;
    -webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
    -moz-box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
    box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
    border-color:#80a9da;
}
/*----- END OF ANIMATED BUTTONS -----*/

#container {
	width: 1000px;
	margin-top: 25px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	color: #777777;
	clear: both;
	width: 100%;
	background-color: rgba(51,51,51,0.5);
	padding-bottom: 100px;
	/*background-image: url(../site-data/footer-BG.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	height: 100px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #676767;
	margin-bottom: 50px;*/
}
#footer #contact-icons {
	width: 170px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	height: 35px;
	padding: 0px;
	margin-bottom: 0px;
}
#footer a {
	color: #FFF;
}
#footer a:hover {
	color: #FFF;
}
.clearfix {
	display: block;
	width: 100%;
	height: 1px;
	clear: both;
}