* { margin:0; padding:0; }

a:visited {
	color: #004;
}

html, body {
	height: 100%;
	width:100%;
	background-color:#fff;
	overflow-x: hidden;
	font-family: 'Telex', sans-serif;
}

details > p {
	padding-left:40px;
}

@-webkit-keyframes scroll {
	from { background-position:0px 0px; opacity: 1;}
	to {background-position:-2500px 0px; opacity: 1;}
}

@keyframes scroll {
	from { background-position:0px 0px; opacity: 1;}
	to {background-position:-2500px 0px; opacity: 1;}
}

.about {
	width:48%;
	height:74%;
	float:left;
}

.column1 {
	padding-left: 4%;
	padding-bottom:80px;
	width: 45%;
	float:left;
	overflow: auto;
}

.column2 {
	padding-right: 4%;
	padding-bottom:80px;
	width: 45%;
	float:right;
}

.columnFull {
	padding-left: 4%;
	padding-bottom:80px;
	width: 95%;
	float:left;
	overflow: auto;
}

.CurrentImage {
	float:left;
	width:85%;
	height: 600px;
	overflow: auto;
}

.footer {
	float:clear;
	padding-top: 20px;
	padding-bottom:20px;
	padding-left: 40px;
	overflow: hidden;
	position:fixed;
	bottom: 0;
	background-color:#FB3;
	width: 100%;
	font-family: 'Roboto Condensed', san-serif;
	color: #006;
	font-size: 20px;
}

.footpad {
	padding:50px;
}

.gallery {
	float:right;
	width:15%;
	height: 600px;
	overflow-y: scroll;
}

.galleryPad {
	margin-top:10px;
	}

.header {
	float: left;
	height:60px;
	min-height: 60px;
	max-height: 60px;
	min-width:850px;
	background-color:#FFF;
	width:100%;
	margin-top: -100px;
	padding-top:20px;
	padding-left:40px;
	z-index: 200;
	position: fixed;
	border-style: solid;
	border-width: 0px 0px 30px;
	-moz-border-image: url(../Images/borderimage.jpg) 30 164 30 0 stretch;
	-webkit-border-image: url(../Images/borderimage.jpg) 30 164 30 0 stretch;
	-o-border-image: url(../Images/borderimage.jpg) 30 164 30 0 stretch;
	border-image: url(../Images/borderimage.jpg) 30 164 30 0 fill stretch;
}

.hometitle {
	text-align: center;
	border-top: 20px #FFF solid;
	color: #006;
	font-size: 36px;
	font-family: 'Roboto Condensed', san-serif;
}

.important-info {
	width:48%;
	height:74%;
	float: right;
}

.job {
	width:100%;
	float: left;
	overflow: auto;
}

.job td {
    max-width:300px;
}

.middle {
	width: 100%;
	height: 500px;
	margin-bottom: 25px;
	background-color:#006;
	animation: scroll 45s;
	-webkit-animation: scroll 45s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	background-repeat: repeat-x;
	background-size: auto 100%;
	z-index:1;
	background-image: url("../Images/Longimage.jpg");
	
}

.middleTitle {
	width: 96%;
	padding-top:40px;
	padding-bottom:40px;
	padding-left: 4%;
	margin-bottom:15px;
	font-size: 46px;
	font-family: 'Roboto Condensed', san-serif;
	color:  #FB3;
	background-color:#006;
}

.newsfloater {
	float:left;
}

.menu {
	height: 95%;
	float:right;
	display: inline;
	padding-right:50px;
	width:60%;
	cursor:default;
	min-width:500px;
}

.menu td {
	text-align: center;
	height: 100%;
	background-color:#FB3;
	padding-top: 6px;
	padding-right: 8px;
	font-family: 'Roboto Condensed', san-serif;
	font-size:18px;
	color: #006;
	background: -webkit-linear-gradient(#FB3, #FF9);  
    background: -moz-linear-gradient(#FB3, #FF9);  
    background: -o-linear-gradient(#FB3, #FF9);  
    background: linear-gradient(#FB3, #FF9); 
	background-size:200px 60px;
	background-position: 0px 50px;
	background-color: #FB3;
	background-repeat:no-repeat;
	-webkit-transition: background-position .5s;
	transition: background-position .5s;
}

.menu td a {
    display:inline-block;
    width: 100%;
    height: 50px;
    line-height:50px;
    color:#004;
    text-decoration: none;
}

.menu td a:visited {
    color:#004;
}

.menu td:hover {
	background-position: 0 0;
}

.menuLongLeftEnd {
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
}

.menuLongRightEnd {
	border-top-Right-radius:5px;
	border-bottom-Right-radius:5px;
}

.submenu {
	margin-top: 35px;
	width:100%;
	min-width:800px;
	margin-left: -20px;
	cursor:default;
	padding-right:50px;
	float: right;
}

.submenuButton {
	margin-right:10px;
	background: -webkit-linear-gradient(#FB3, #FF9);  
    background: -moz-linear-gradient(#FB3, #FF9);  
    background: -o-linear-gradient(#FB3, #FF9);  
    background: linear-gradient(#FB3, #FF9); 
	background-size:200px 50px;
	background-position: 0px 50px;
	background-color: #FB3;
	background-repeat:no-repeat;
	border-radius: 5px;
	text-align: center;
	font-family: 'Roboto Condensed', san-serif;
	font-size:14px;
	padding:15px;
	height:15px;
	display:inline-block;
	float: right;
	-webkit-transition: background-position .5s;
	transition: background-position .5s;
}

.submenu > a:link {
	color:#004;
}

.submenuButton:hover {
	background-position:0px 0px; 
	-webkit-transition: background-position .5s;
	transition: background-position .5s;
}

.spacer {
	width:50%;
	margin-top: -10px;
	padding-top:20px;
	padding-left:20px;
	height: 80px;
}

.Title {
	display: block;
	position: fixed;
	font-size: 20px;
	margin-top:2px;
	font-family: 'Roboto Condensed', san-serif;
	color: #006;
	white-space: nowrap;
}

#imageBottom {
	vertical-align: text-bottom;
}

#imageSizer {
	max-width:150px;
	float: left;
	padding-right:10px;
	height:auto;
}

#jobTable th, #jobTable td{
	border: 2px solid black;
	padding-top:5px;
}

#limitwidth {
	width:80%; !important
}

#menuCell {
	width:10%;
	height: 50px;
}

#NumberedList {
list-style:decimal;
margin-left:30px;
}