
html{
	font-size: 10pt;
	font-family: verdana;	
}

body{
	background: #1b1b1b;
	color: #2a2a2a;
	text-align: center;
	margin: 0 auto;
	overflow-x: hidden;
	overflow-y: auto;
	
}

p {
	font-size: 10pt;
}

a{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	top: 2px;
	text-align: center;
}

a:hover{
	color: #f2bc00;
	font-weight: bold;
	text-decoration: none;
	top: 2px;
	text-align: center;
}

#container{
	font-size: 10pt;
	text-align: left;
	width: 945px;
	min-height: 550px;
	margin: 0 auto;
}

#header{
	width: 945px;
	height: 87px;
	background-image: url(../images/header-bg.jpg);
	background-size: 12px 87px;
	background-repeat: repeat-x;
}

.header-left{
	height: 68px;
	width: 395px;
	position: relative;
	top: 8px;
	float: left;
}


#logo{
	position: relative;
	top: -3px;
	width:61px;
	height: 68px;
	background-image:url(../images/logo.png);
	background-size: 61px 68px;
	background-repeat: no-repeat;
	display: inline-block;
}

.name{
	position: relative;
	top: -55px;
	left: 60px;
	display: inline;
	font-size: 34px;
	font-weight: bold;
	color: #f2bc00;
	text-shadow: 1px 1px #000000;
	-webkit-text-stroke: 1px black;
	width: 325px;
}

.name span.small{
	font-size: 23px;
}

.name span.firedept{
	color: #ff0000;
}

.header-right{
	height: 68px;
	width: 545px;
	position: relative;
	top: 8px;
	float: right;
}

/* END MOBILE STYLING */

.years {
	display: inline-block;
	position: relative;
	top: 20px;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	text-shadow: 1px 1px #ffffff;
	width: 500px;
	left: 7%;
}

.years span.small{
	font-size: 13px;
}



#nav {
	width: 945px;
	height: 24px;
	background-image: url(../images/nav-bg.jpg);
	background-size: 4px 24px;
	background-repeat: repeat-x;
}

.links {
	width:945px;
	height: 23px;
	text-align: left;
	top: 4px;
	float: left;
	left: 50px;
	font-size: 10pt;
	position: relative;
}

#nav .social{
	width: 150px;
	height: 18px;
	text-align: left;
	display: block;
	font-weight: bold;
	top: -21px;
	float: right;
	font-size: 10pt;
	color: #ffffff;
	position: relative;
}

#nav .social #fb{
	position: relative;
	width: 15px;
	height: 15px;
	background-image:url(../images/fb-logo.png);
	background-size: 15px 15px;
	background-repeat: no-repeat;
	display: inline-block;
}

#preview{
	position: relative;
	width: 945px;
	height: 247px;
	background-image: url('../images/rigs-station.jpg');
	background-size: 945px 247px;
	background-repeat: no-repeat;
}

#mainContent{
	position: relative;
	float: left;
	width: 945px;
	min-height: 450px;
	background: #333333;
	overflow: hidden;
}

#sidebar{
	position: relative;
	background: #4b4b4b;
	min-height: 450px;
	width: 195px;
	text-align: center;
	font-size: 9pt;
	float: right;
}

#sidebar .call-history{
	color: #e6e6e6;
	position: relative;
	width: 195px;
	text-align: center;
	font-size: 10pt;
}

#sidebar .call-history .intro{
	width: 195px;
	font-size: 9pt;
	position: relative;
	top: 3px;
}



/* BEGIN HOME PAGE */

#tier1{
	position: relative;
	height: 165px;
	width: 742px;
	float: left;
}

#tier1 .welcome {
	position: relative;
	padding: 10px;
	font-size: 27pt;
	text-transform: capitalize;
	font-weight: bold;
	font-style: italic;
	text-shadow: 1px 1px #000000;
	-webkit-text-stroke: 1px #000000;
	color: #c6c6c6;
	float: left;
}

#tier1 .welcome-head {
	font-size: 16pt;
}

#tier1 .welcome-desc{
	color: #e6e6e6;
	font-weight: normal;
	font-style: none;
	text-shadow: none;
	-webkit-text-stroke: 0px;
	text-transform: none;
}

#tier1 .welcome-desc p{
	text-indent: 10px;
}

#tier2{
	position: relative;
	width: 742px;
	float: left;
}

#tier2 .events {
	position: relative;
	padding: 10px;
	float: left;
	font-size: 27pt;
	text-transform: capitalize;
	font-weight: bold;
	font-style: italic;
	text-shadow: 1px 1px #000000;
	-webkit-text-stroke: 1px #000000;
	color: #c6c6c6;
	max-height: 315px;
	width: 345px;
	display: inline-block;
	}

#tier2 .events-head {
	font-size: 16pt;
}

#tier2 .events-list{
	color: #e6e6e6;
	font-weight: normal;
	font-style: none;
	text-shadow: none;
	-webkit-text-stroke: 0px;
	width: 350px;
	text-transform: none;
}

#tier2 .events-list .date{
	font-style: italic;
	font-weight: bold;
}

#tier2 .events-list .more{
	position: relative;
	text-align: left;
}

#tier2 .awards {
	float: left;
	left: 10px;
	position: relative;
	padding: 10px;
	font-size: 27pt;
	text-transform: capitalize;
	font-weight: bold;
	font-style: italic;
	text-shadow: 1px 1px #000000;
	-webkit-text-stroke: 1px #000000;
	color: #c6c6c6;
	max-height: 315px;
	width: 345px;
	display: inline-block;
}

#tier2 .awards-head{
	font-size: 16pt;
}

#tier2 .awards-list{
	color: #e6e6e6;
	font-weight: normal;
	font-style: none;
	text-shadow: none;
	-webkit-text-stroke: 0px;
	width: 388px;
	text-transform: none;
}

#tier2 .awards-list .award{
	font-style: italic;
	font-weight: bold;
}

table.call-hist{
	color: #e6e6e6;
	border-spacing: 0px;
	font-size: 10pt;
	position: relative;
	padding: 10px;
}

table.call-hist td{
	position: relative;
	border: 1px solid #e6e6e6;
	border-spacing: 0;
	color: #e6e6e6;
	width: 57px;
	font-size: 10pt;
	line-height: 15pt;
	font-weight: bold;
	text-align: center;	
}

table.call-hist th{
	font-size: 10pt;
	border: 1px solid #e6e6e6;
	color: #e6e6e6;
}


/* END HOME PAGE */

/* BEGIN HISTORY PAGE */

#history{
	position: relative;
	height: 450px;
	width: 750px;
}

#history .history {
	position: relative;
	padding: 10px;
	float: left;
	font-size: 27pt;
	text-transform: capitalize;
	font-weight: bold;
	font-style: italic;
	text-shadow: 1px 1px #000000;
	-webkit-text-stroke: 1px #000000;
	color: #c6c6c6;
}

#history .history-head {
	font-size: 16pt;
}

#history .history-desc{
	color: #e6e6e6;
	font-weight: normal;
	font-style: none;
	text-shadow: none;
	-webkit-text-stroke: 0px;
	max-height: 385px;
	width: 715px;
	text-transform: none;
	overflow-y: scroll;
}

#history .history-desc p{
	text-indent: 10px;
}

/* END HISTORY PAGE */

/* BEGIN MEMBERS PAGE */

#members{
	position: relative;
	height: 400px;
	width: 742px;
}

#members .members {
	position: relative;
	padding: 10px;
	float: left;
	font-size: 27pt;
	text-transform: capitalize;
	font-weight: bold;
	font-style: italic;
	text-shadow: 1px 1px #000000;
	-webkit-text-stroke: 1px #000000;
	color: #c6c6c6;
}

#members .members-head {
	font-size: 16pt;
}

#members .members-desc{
	color: #e6e6e6;
	font-weight: normal;
	font-style: none;
	text-shadow: none;
	-webkit-text-stroke: 0px;
	width: 742px;
	max-height: 495px;
	text-transform: none;
}

#members .members-left{
	font-size: 9pt;
	padding-left: 5px;
	display: inline-block;
	position: relative;
	float: left;
	height: 315px;
	width: 165px;
}

#members .members-left-center{
	position: relative;
	display: inline-block;
	float: left;
	padding-left: 5px;
	left: 15px;
	height: 315px;
	width: 150px;
}

#members .members-right-center{
	position: relative;
	display: inline-block;
	float: left;
	left: 15px;
	padding-left: 5px;
	height: 315px;
	width: 115px;
}

#members .members-right{
	position: relative;
	display: inline-block;
	float: left;
	padding-left: 5px;
	height: 315px;
	width: 180px;
	left: 20px;
}

/* END MEMBERS PAGE */

/* BEGIN PHOTO GALLERY PAGE */

#gallery{
	color: #e6e6e6;
	position: relative;
	height: 400px;
	width: 725px;
	float: left;
	padding: 10px;
	overflow: hidden;
}

#gallery .gallery {
	position: relative;
	float: left;
	width: 742px;	
	font-size: 27pt;
	text-transform: capitalize;
	font-weight: bold;
	font-style: italic;
	text-shadow: 1px 1px #000000;
	-webkit-text-stroke: 1px #000000;
	color: #c6c6c6;
}

#gallery .gallery-head {
	font-size: 16pt;
}

#gallery .gallery-desc {
	font-size: 11pt;
	color: #e6e6e6;
	font-weight: normal;
	font-style: none;
	text-shadow: none;
	-webkit-text-stroke: 0px;
	min-height: 400px;
	width: 700px;
	text-transform: none;
}

.gallery p{
	font-weight: normal;
	font-style: none;
	text-shadow: 0;
	-webkit-text-stroke: 0;
	width: 722px;
	text-indent: 10px;
	text-transform: none;
}

#gallery table{
	position: relative;
	top: 5px;
}

#large-img{
	position: relative;
	margin: 0 auto;
	text-align: center;
}

#large-img .gallery-nav{
	position: relative;
	top: -5px;	
}

/* IMAGES IN PHOTO GALLERY */

.dsc-356{
	position: relative;
	width: 85px;
	height: 85px;
	background-image: url('../gallery/content/bin/images/thumb/DSC00356.jpg');
	background-size: 85px 85px;
	background-repeat: no-repeat;
}

.dsc-357{
	position: relative;
	width: 85px;
	height: 85px;
	background-image: url('../gallery/content/bin/images/thumb/DSC00357.jpg');
	background-size: 85px 85px;
	background-repeat: no-repeat;
}

.dsc-358{
	position: relative;
	width: 85px;
	height: 85px;
	background-image: url('../gallery/content/bin/images/thumb/DSC00358.jpg');
	background-size: 85px 85px;
	background-repeat: no-repeat;
}

.dsc-359{
	position: relative;
	width: 85px;
	height: 85px;
	background-image: url('../gallery/content/bin/images/thumb/DSC00359.jpg');
	background-size: 85px 85px;
	background-repeat: no-repeat;
}

.dsc-360{
	position: relative;
	width: 85px;
	height: 85px;
	background-image: url('../gallery/content/bin/images/thumb/DSC00360.jpg');
	background-size: 85px 85px;
	background-repeat: no-repeat;
}

.dsc-361{
	position: relative;
	width: 85px;
	height: 85px;
	background-image: url('../gallery/content/bin/images/thumb/DSC00361.jpg');
	background-size: 85px 85px;
	background-repeat: no-repeat;
}

.dsc-362{
	position: relative;
	width: 85px;
	height: 85px;
	background-image: url('../gallery/content/bin/images/thumb/DSC00362.jpg');
	background-size: 85px 85px;
	background-repeat: no-repeat;
}

.dsc-363{
	position: relative;
	width: 85px;
	height: 85px;
	background-image: url('../gallery/content/bin/images/thumb/DSC00363.jpg');
	background-size: 85px 85px;
	background-repeat: no-repeat;
}

.dsc-364{
	position: relative;
	width: 85px;
	height: 85px;
	background-image: url('../gallery/content/bin/images/thumb/DSC00364.jpg');
	background-size: 85px 85px;
	background-repeat: no-repeat;
}

.dsc-365{
	position: relative;
	width: 85px;
	height: 85px;
	background-image: url('../gallery/content/bin/images/thumb/DSC00365.jpg');
	background-size: 85px 85px;
	background-repeat: no-repeat;
}

.dsc-366{
	position: relative;
	width: 85px;
	height: 85px;
	background-image: url('../gallery/content/bin/images/thumb/DSC00366.jpg');
	background-size: 85px 85px;
	background-repeat: no-repeat;
}

.dsc-367{
	position: relative;
	width: 85px;
	height: 85px;
	background-image: url('../gallery/content/bin/images/thumb/DSC00367.jpg');
	background-size: 85px 85px;
	background-repeat: no-repeat;
}

.dsc-368{
	position: relative;
	width: 85px;
	height: 85px;
	background-image: url('../gallery/content/bin/images/thumb/DSC00368.jpg');
	background-size: 85px 85px;
	background-repeat: no-repeat;
}

.dsc-369{
	position: relative;
	width: 85px;
	height: 85px;
	background-image: url('../gallery/content/bin/images/thumb/DSC00369.jpg');
	background-size: 85px 85px;
	background-repeat: no-repeat;
}

.dsc-370{
	position: relative;
	width: 85px;
	height: 85px;
	background-image: url('../gallery/content/bin/images/thumb/DSC00370.jpg');
	background-size: 85px 85px;
	background-repeat: no-repeat;
}

.dsc-371{
	position: relative;
	width: 85px;
	height: 85px;
	background-image: url('../gallery/content/bin/images/thumb/DSC00371.jpg');
	background-size: 85px 85px;
	background-repeat: no-repeat;
}

.dsc-372{
	position: relative;
	width: 85px;
	height: 85px;
	background-image: url('../gallery/content/bin/images/thumb/DSC00372.jpg');
	background-size: 85px 85px;
	background-repeat: no-repeat;
}

.dsc-373{
	position: relative;
	width: 85px;
	height: 85px;
	background-image: url('../gallery/content/bin/images/thumb/DSC00373.jpg');
	background-size: 85px 85px;
	background-repeat: no-repeat;
}

.dsc-374{
	position: relative;
	width: 85px;
	height: 85px;
	background-image: url('../gallery/content/bin/images/thumb/DSC00374.jpg');
	background-size: 85px 85px;
	background-repeat: no-repeat;
}

.dsc-375{
	position: relative;
	width: 85px;
	height: 85px;
	background-image: url('../gallery/content/bin/images/thumb/DSC00375.jpg');
	background-size: 85px 85px;
	background-repeat: no-repeat;
}

.dsc-377{
	position: relative;
	width: 85px;
	height: 85px;
	background-image: url('../gallery/content/bin/images/thumb/DSC00377.jpg');
	background-size: 85px 85px;
	background-repeat: no-repeat;
}

.dsc-385{
	position: relative;
	width: 85px;
	height: 85px;
	background-image: url('../gallery/content/bin/images/thumb/DSC00385.jpg');
	background-size: 85px 85px;
	background-repeat: no-repeat;
}

.dsc-386{
	position: relative;
	width: 85px;
	height: 85px;
	background-image: url('../gallery/content/bin/images/thumb/DSC00386.jpg');
	background-size: 85px 85px;
	background-repeat: no-repeat;
}

.dsc-387{
	position: relative;
	width: 85px;
	height: 85px;
	background-image: url('../gallery/content/bin/images/thumb/DSC00387.jpg');
	background-size: 85px 85px;
	background-repeat: no-repeat;
}

.dsc-388{
	position: relative;
	width: 85px;
	height: 85px;
	background-image: url('../gallery/content/bin/images/thumb/DSC00388.jpg');
	background-size: 85px 85px;
	background-repeat: no-repeat;
}

.dsc-389{
	position: relative;
	width: 85px;
	height: 85px;
	background-image: url('../gallery/content/bin/images/thumb/DSC00389.jpg');
	background-size: 85px 85px;
	background-repeat: no-repeat;
}

.dsc-390{
	position: relative;
	width: 85px;
	height: 85px;
	background-image: url('../gallery/content/bin/images/thumb/DSC00390.jpg');
	background-size: 85px 85px;
	background-repeat: no-repeat;
}

.dsc-391{
	position: relative;
	width: 85px;
	height: 85px;
	background-image: url('../gallery/content/bin/images/thumb/DSC00391.jpg');
	background-size: 85px 85px;
	background-repeat: no-repeat;
}

.dsc-392{
	position: relative;
	width: 85px;
	height: 85px;
	background-image: url('../gallery/content/bin/images/thumb/DSC00392.jpg');
	background-size: 85px 85px;
	background-repeat: no-repeat;
}

.dsc-393{
	position: relative;
	width: 85px;
	height: 85px;
	background-image: url('../gallery/content/bin/images/thumb/DSC00393.jpg');
	background-size: 85px 85px;
	background-repeat: no-repeat;
}

.dsc-394{
	position: relative;
	width: 85px;
	height: 85px;
	background-image: url('../gallery/content/bin/images/thumb/DSC00394.jpg');
	background-size: 85px 85px;
	background-repeat: no-repeat;
}

.dsc-395{
	position: relative;
	width: 85px;
	height: 85px;
	background-image: url('../gallery/content/bin/images/thumb/DSC00395.jpg');
	background-size: 85px 85px;
	background-repeat: no-repeat;
}

/* IMAGES FOR PHOTO GALLERY END */

/*PHOTO GALLERY PAGE END */

/* APPARATUS PAGE BEGIN */

#apparatus{
	position: relative;
	height: 385px;
	width: 725px;
	float: left;
	padding: 10px;
}

#apparatus img{
	border: 2px solid #e6e6e6;
}

#apparatus hr{
	width: 68%;
}

#apparatus .specs{
	position: relative;
	float: left;
	font-size: 22pt;
	left: 4.5%;
	width: 315px;
	min-height: 55px;
}

#apparatus .specs .specs-head{
	font-size: 11pt;
}

#apparatus .specs .specs-desc{
	position: relative;
	font-size: 11pt;
	left: 10px;
	top: 10px;
	color: #e6e6e6;
	font-weight: normal;
	font-style: none;
	text-shadow: none;
	-webkit-text-stroke: 0px;
	width: 295px;
	text-transform: none;
}

#apparatus .specs .specs-desc p{
	text-indent: 10px;
	width: 90%;
	left: 4%;
}

#apparatus .equipment{
	position: relative;
	float: right;
	font-size: 22pt;
	right: 5%;
	width: 315px;
	min-height: 55px;
}

#apparatus .equipment .equipment-head{
	font-size: 11pt;
}

#apparatus .equipment .equipment-desc{
	position: relative;
	font-size: 11pt;
	left: 10px;
	top: 10px;
	color: #e6e6e6;
	font-weight: normal;
	font-style: none;
	text-shadow: none;
	-webkit-text-stroke: 0px;
	width: 295px;
	text-transform: none;
}

#apparatus .equipment .equipment-desc p{
	text-indent: 10px;
	font-size: 11px;
	width: 90%;
	left: 4%;
}

#apparatus .apparatus_nav{
	text-align: center;
	font-size: 11pt;
	font-style: normal;
}

#apparatus .apparatus {
	position: relative;
	float: left;
	font-size: 27pt;
	text-transform: capitalize;
	font-weight: bold;
	font-style: italic;
	text-shadow: 1px 1px #000000;
	-webkit-text-stroke: 1px #000000;
	color: #c6c6c6;
}

#apparatus .apparatus-head {
	font-size: 16pt;
}

#apparatus .apparatus-desc{
	font-size: 11pt;
	color: #e6e6e6;
	font-weight: normal;
	font-style: none;
	text-shadow: none;
	-webkit-text-stroke: 0px;
	height: 475px;
	width: 722px;
	text-transform: none;
}

#apparatus .apparatus-desc p{
	text-indent: 10px;
}

table.apparatus-list{
	color: #e6e6e6;
	border-spacing: 0px;
	position: relative;
	border: 0;
	float: left;
	
}

table.apparatus-list td, th {
	position: relative;
	border-spacing: 0;
	color: #e6e6e6;
	font-size: 11px;
	line-height: 23pt;
	font-weight: bold;
	text-align: center;
	
}

table.apparatus-list th{
	border: 1px solid #e6e6e6;
	width: 11pt;
	color: #e6e6e6;
}

#apparatus .e_44 {
	position: relative;
	padding: 1px;
	width: 742px;
	font-size: 27pt;
	text-transform: capitalize;
	font-weight: bold;
	font-style: italic;
	text-shadow: 1px 1px #000000;
	-webkit-text-stroke: 1px #000000;
	color: #c6c6c6;
	float: left;
}

#apparatus .e_44-head {
	font-size: 16pt;
}

#apparatus .e_44-desc{
	font-size: 11pt;
	color: #e6e6e6;
	font-weight: normal;
	font-style: none;
	text-shadow: none;
	-webkit-text-stroke: 0px;
	height: 475px;
	width: 722px;
	text-transform: none;
	overflow-y: auto;
	text-align:center;
}

#apparatus .e_44-desc p{
	position: relative;
	font-size: 11px;
	text-align: center;
	font-style: normal;
}

#apparatus .e_44-desc  img{
	display: block;
	margin: 0 auto;
	position: relative;
	text-align: center;
}

#apparatus .re_44 {
	position: relative;
	padding: 1px;
	width: 742px;
	font-size: 27pt;
	text-transform: capitalize;
	font-weight: bold;
	font-style: italic;
	text-shadow: 1px 1px #000000;
	-webkit-text-stroke: 1px #000000;
	color: #c6c6c6;
	float: left;
}

#apparatus .re_44-head {
	font-size: 16pt;
}

#apparatus .re_44-desc{
	font-size: 11pt;
	color: #e6e6e6;
	font-weight: normal;
	font-style: none;
	text-shadow: none;
	-webkit-text-stroke: 0px;
	height: 475px;
	width: 722px;
	text-transform: none;
	overflow-y: auto;
	text-align:center;
	float: left;
}

#apparatus .re_44-desc p{
	position: relative;
	font-size: 11px;
	text-align: center;
	font-style: normal;
}

#apparatus .re_44-desc  img{
	display: block;
	margin: 0 auto;
	position: relative;
	text-align: center;
}

#apparatus .tanker_44 {
	position: relative;
	font-size: 27pt;
	text-transform: capitalize;
	font-weight: bold;
	font-style: italic;
	text-shadow: 1px 1px #000000;
	-webkit-text-stroke: 1px #000000;
	color: #c6c6c6;
	overflow: auto;
}

#apparatus .tanker_44-head {
	font-size: 16pt;
}

#apparatus .tanker_44-desc{
	font-size: 11pt;
	color: #e6e6e6;
	font-weight: normal;
	font-style: none;
	text-shadow: none;
	-webkit-text-stroke: 0px;
	height: 475px;
	width: 722px;
	text-transform: none;
	overflow-y: auto;
	text-align:center;
}

#apparatus .tanker_44-desc p{
	position: relative;
	font-size: 11px;
	text-align: center;
	font-style: normal;
}

#apparatus .squad_44 {
	position: relative;
	font-size: 27pt;
	text-transform: capitalize;
	font-weight: bold;
	font-style: italic;
	text-shadow: 1px 1px #000000;
	-webkit-text-stroke: 1px #000000;
	color: #c6c6c6;
	overflow: auto;
}

#apparatus .squad_44-head {
	font-size: 16pt;
}

#apparatus .squad_44-desc{
	font-size: 11pt;
	color: #e6e6e6;
	font-weight: normal;
	font-style: none;
	text-shadow: none;
	-webkit-text-stroke: 0px;
	height: 475px;
	width: 722px;
	text-transform: none;
	overflow-y: auto;
	text-align:center;
}

#apparatus .squad_44-desc p{
	position: relative;
	font-size: 11px;
	text-align: center;
	font-style: normal;
}

#apparatus .squad_44-desc  img{
	display: block;
	margin: 0 auto;
	position: relative;
	text-align: center;
}

#apparatus .brush_44 {
	position: relative;
	font-size: 27pt;
	text-transform: capitalize;
	font-weight: bold;
	font-style: italic;
	text-shadow: 1px 1px #000000;
	-webkit-text-stroke: 1px #000000;
	color: #c6c6c6;
	overflow: auto;
}

#apparatus .brush_44-head {
	font-size: 16pt;
}

#apparatus .brush_44-desc{
	font-size: 11pt;
	color: #e6e6e6;
	font-weight: normal;
	font-style: none;
	text-shadow: none;
	-webkit-text-stroke: 0px;
	height: 475px;
	width: 722px;
	text-transform: none;
	overflow-y: auto;
	text-align:center;
}

#apparatus .brush_44-desc p{
	position: relative;
	font-size: 11px;
	text-align: center;
	font-style: normal;
}

#apparatus .brush_44-desc  img{
	display: block;
	margin: 0 auto;
	position: relative;
	text-align: center;
}

#apparatus .atv_44 {
	position: relative;
	top: 10px;
	left: 12px;
	font-size: 27pt;
	text-transform: capitalize;
	font-weight: bold;
	font-style: italic;
	text-shadow: 1px 1px #000000;
	-webkit-text-stroke: 1px #000000;
	color: #c6c6c6;
	overflow: auto;
}

#apparatus .atv_44-head {
	font-size: 16pt;
}

#apparatus .atv_44-desc{
	font-size: 11pt;
	color: #e6e6e6;
	font-weight: normal;
	font-style: none;
	text-shadow: none;
	-webkit-text-stroke: 0px;
	height: 475px;
	width: 722px;
	text-transform: none;
	text-align:center;
	overflow-y: auto;
}

#apparatus .atv_44-desc p{
	position: relative;
	font-size: 11px;
	text-align: center;
	font-style: normal;
}

#apparatus .atv_44-desc  img{
	display: block;
	margin: 0 auto;
	position: relative;
	text-align: center;
}

/* APPARATUS PAGE END */


/* MEMBERSHIP APPLICATION PAGE BEGIN */


#join{
	position: relative;
	max-height: 425px;
	width: 725px;
	float: left;
	padding: 10px;
	overflow: hidden;
}

#join .join {
	position: relative;
	font-size: 27pt;
	text-transform: capitalize;
	font-weight: bold;
	font-style: italic;
	text-shadow: 1px 1px #000000;
	-webkit-text-stroke: 1px #000000;
	color: #c6c6c6;
}

#join .join-head {
	font-size: 16pt;
}

#join .join-desc{
	position: relative;
	font-size: 11pt;
	color: #e6e6e6;
	font-weight: normal;
	font-style: none;
	text-shadow: none;
	-webkit-text-stroke: 0px;
	height: 388px;
	width: 715px;
	overflow-y: scroll;
	overflow-x: hidden;
	text-transform: none;
}

#join .join-desc p{
	text-indent: 10px;
	font-size: 11px;
}

#join form{
	width: 722px;
	position: relative;
	font-size: 11pt;
	font-weight: normal;
	text-transform: none;
	font-style: none;
	text-shadow: none;
	-webkit-text-stroke: 0px;
}

#join label{
	position: absolute;
	font-size: 10px;
	font-weight: normal;
	font-style: none;
	text-shadow: none;
	-webkit-text-stroke: 0px;
}

#join input{
	vertical-align: center;
	position: relative;
	margin-top: 15px;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	height: 10pt;
}

#join select{
	margin-top: 15px;
	font-size: 7.5pt;
}

#join textarea {
	position: relative;
	margin-top: 15px;
	width: 88%;
	height: 20%;
	text-align: justify;
}

#join .reference{
	background: #333333;
	border: 0;
	color: #e6e6e6;
}

#join #ssn1, #ssn2, #ref1phone1, #ref2phone1, #ref3phone1, #ref1phone2, #ref2phone2, #ref3phone2{
	width: 25px;
}

#join #ssn3, #phone1, #phone2, #phone3, #zip2, #dlexp1, #dlexp2, #dlexp3, #dob1, #dob2, #dob3, #ref1phone3, #ref2phone3, #ref3phone3{
	width: 28px;
}

#join #position{
	position: relative;
	overflow: auto;
}

#join #disclosure{
	text-align: justify;
}

#agree{
	position: relative;
	left: 30%;
	top: -15px;
	overflow: hidden;
}

#join .g-recaptcha{
	position: relative;
	width: 722px;
	left: 25%;
}

#join #submit{
	position: relative;
	top: -25px;
	left: 30%;
	font-size: 10px;
	height: 25px;
}

/* MEMBERSHIP APPLICATION PAGE END */


/* LINKS PAGE BEGIN */

#links{
	position: relative;
	height: 550px;
	width: 742px;
}

#links .links {
	position: relative;
	padding: 10px;
	float: left;
	text-align: left;
	font-size: 27pt;
	text-transform: capitalize;
	font-weight: bold;
	font-style: italic;
	text-shadow: 1px 1px #000000;
	-webkit-text-stroke: 1px #000000;
	color: #c6c6c6;
}

#links .links-head {
	font-size: 16pt;
}

#links .links-desc{
	position: relative;
	height: 475px;
	width: 722px;
	top: 10px;
	text-align: left;
	font-size: 27pt;
	text-transform: none;
	font-weight: none;
	font-style: none;
	text-shadow: 0;
	-webkit-text-stroke: 0;
	color: #e6e6e6;
}

#links .links-desc p{
	text-indent: 10px;
	font-size: 11px;
}

/* LINKS PAGE END */

/*CONTACT US PAGE BEGIN */

#contact{
	position: relative;
	height: 400px;
	width: 725px;
	float: left;
	padding: 10px;
	overflow-y: scroll;
	overflow-x: hidden;
}

#contact .contact {
	position: relative;
	text-align: left;
	font-size: 27pt;
	text-transform: capitalize;
	font-weight: bold;
	font-style: italic;
	text-shadow: 1px 1px #000000;
	-webkit-text-stroke: 1px #000000;
	color: #c6c6c6;
}

#contact .contact-head {
	font-size: 16pt;
}

#contact .contact-desc{
	position: relative;
	height: 475px;
	width: 715px;
	text-align: left;
	font-size: 27pt;
	text-transform: none;
	font-weight: none;
	font-style: none;
	text-shadow: 0;
	-webkit-text-stroke: 0;
	color: #e6e6e6;
}

#contact .contact-desc p{
	text-indent: 10px;
	width: 98%;
	font-size: 11px;
}

#contact form{
	width: 98%;
	position: relative;
	font-size: 11pt;
	font-weight: normal;
	text-transform: none;
	font-style: none;
	text-shadow: none;
	-webkit-text-stroke: 0px;
}

#contact label{
	position: absolute;
	font-size: 10px;
	font-weight: normal;
	font-style: none;
	text-shadow: none;
	-webkit-text-stroke: 0px;
}

#contact input{
	vertical-align: center;
	position: relative;
	margin-top: 15px;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	height: 10pt;
}

#contact select{
	margin-top: 15px;
	font-size: 7.5pt;
}

#contact textarea {
	position: relative;
	margin-top: 15px;
	width: 88%;
	height: 20%;
}

#contact .g-recaptcha{
	position: relative;
	width: 722px;
	left: 25%;
}

#contact #submit{
	position: relative;
	text-align: center;
	left: 40%;
	font-size: 10px;
	height: 25px;
}

#contact .map{
	position: relative;
	height: 225px;
	width: 98%;
}

.map iframe{
	position: relative;
	height: 100%;
	width: 100%;
}

/* CONTACT US PAGE END */

/* FORM PROCESSING PAGES BEGIN */

#processing{
	color: #e6e6e6;
	font-size: 11px;
	position: relative;
	height: 547px;
	width: 750px;
}

#processing .processing {
	position: relative;
	top: 10px;
	left: 12px;
	font-size: 27pt;
	text-transform: capitalize;
	font-weight: bold;
	font-style: italic;
	text-shadow: 1px 1px #000000;
	-webkit-text-stroke: 1px #000000;
	color: #c6c6c6;
}

#processing .processing-head {
	font-size: 16pt;
}

#processing .processing-desc{
	font-size: 11px;
	color: #e6e6e6;
	font-weight: normal;
	font-style: none;
	text-shadow: 0px;
	-webkit-text-stroke: 0px;
	width: 722px;
	text-transform: none;
}

#processing .processing-desc p{
	text-indent: 10px;
	font-size: 11px;
}

/* APPLICATION PROCESSING END */

.clear {
	clear: both;
}


/* MOBILE CSS ONLY BEGIN*/

@media only screen and (max-device-width: 1092px){
	
	.years{
		position: relative;
		width: 525px;
		top: 20px;
		font-size: 25px;
	}
	
	.years span.small{
	font-size: 14px;
	}

	#nav{
	width: 100%;
}
	
	.links {
	width:945px;
	height: 23px;
	text-align: left;
	top: 4px;
	float: left;
	left: 7%;
	font-size: 11pt;
	position: relative;
}

	.links a{
		padding-left: 7px;
	}

	#nav .social{
	width: 150px;
	height: 18px;
	text-align: left;
	display: block;
	font-weight: bold;
	top: -21px;
	float: right;
	font-size: 10pt;
	color: #ffffff;
	position: relative;
}

	#nav .social #fb{
	position: relative;
	width: 15px;
	height: 15px;
	background-image:url(../images/fb-logo.png);
	background-size: 15px 15px;
	background-repeat: no-repeat;
	display: inline-block;
	}
}

/* MOBILE CSS ONLY END */

/* IPHONE ONLY BEGIN */

@media screen and (max-device-width: 480px){
	
}