@charset "UTF-8";
body {
	font: 80%/1.6 "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	margin: 0;
  	background-image:url('background.jpg');
	background-repeat:no-repeat;
	background-size:2300px;
	background-attachment:fixed;
	background-position:center top; 
	background-color: #fff;
	overflow-y: scroll;
	overflow-x: hidden;
	padding: 0 0 25px 0;
}
.imagel {
    position:relative;
	float: left;
}
span.tab{
    padding: 0 170px; /* Or desired space*/
	font-weight: normal;
	color:#000;
	}
.imager {
    position:relative;
	float: right;
}
.imagel .text {
    position:absolute;
    top: -5px; /* in conjunction with left property, decides the text position */
    left:5px;
	font: 95%/1.0 "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	color: #000;
}
.imager .text {
    position:absolute;
    top: -5px; /* in conjunction with left property, decides the text position */
    left:5px;
	font: 95%/1.0 "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	color: #000;
}

ul, ol, dl {
	padding: 0;
	margin: 0;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
a:link {
	color: #115CA5;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #115CA5;
	text-decoration: none;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	color: #2081C3;
	text-decoration: underline;
}
h1 {
	color: #115CA5;
	font-size: 14px;
}
h2 {
	color: #000;
	font-size: 20px;
	text-decoration:underline;
}
tagline {
	color: #115CA5;
	font-size: 25px;
	text-align: right;
}
#ontopimage {
	z-index: 2;
	margin: 0 0 0 700px;
	position: absolute;
	top: 350px;
	}
	
.container {
	width: 1008px;
	z-index: 1;
	background-color:#fff;
	margin: 0 auto;/* the auto value on the sides, coupled with the width, centers the layout */
}
.top {
	position: relative;
	width: 1008px;
	z-index: 1;
	background-color:#fff;
	padding: 10px 0 0 0;
	margin: 0 auto;/* the auto value on the sides, coupled with the width, centers the layout */
	
}

.logo {
	width: 1008px;
	top: 0px;
	padding: 0 0 5px 50px;
	margin: 0 0 -100px 0;
}
.righttext {
	width: 230px;
	float: right;
	text-align: right;
	padding: 0 50px 0 0;
	font: 85%/1.6 "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
.header {
	width: 1008px;
	height: 203px;
}
	
table {
	padding: 20px 0 20px 0;
  	border-spacing: 50px 0px;
	table-layout: fixed;
	overflow: hidden;
}
/* ~~ 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;
}
.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;
}
.menubg {
	width: 1008px;
	margin: 0 auto;
	height: 33px;
	background-color: #666;
}

#cssmenu ul,
#cssmenu li,
#cssmenu span,
#cssmenu a {
  margin: 0;
  padding: 0;
  position: relative;
}
#cssmenu {
  height: 30px;
  background: #141414;
  background: -moz-linear-gradient(top, #32323a 0%, #141414 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #32323a), color-stop(100%, #141414));
  background: -webkit-linear-gradient(top, #32323a 0%, #141414 100%);
  background: -o-linear-gradient(top, #32323a 0%, #141414 100%);
  background: -ms-linear-gradient(top, #32323a 0%, #141414 100%);
  background: linear-gradient(to bottom, #32323a 0%, #141414 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#32323a', EndColorStr='#141414', GradientType=0);
  border-bottom: 3px solid #115CA5;
}
#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}
#cssmenu a {
  background: #141414;
  background: -moz-linear-gradient(top, #32323a 0%, #141414 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #32323a), color-stop(100%, #141414));
  background: -webkit-linear-gradient(top, #32323a 0%, #141414 100%);
  background: -o-linear-gradient(top, #32323a 0%, #141414 100%);
  background: -ms-linear-gradient(top, #32323a 0%, #141414 100%);
  background: linear-gradient(to bottom, #32323a 0%, #141414 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#32323a', EndColorStr='#141414', GradientType=0);
  color: #ffffff;
  display: inline-block;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 12px;
  line-height: 30px;
  padding: 0 20px;
  text-decoration: none;
}
#cssmenu ul {
  list-style: none;
  left: 30px;
}
#cssmenu > ul {
  float: left;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu > ul > li:hover:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 7px solid #115CA5;
  margin-left: -10px;
}
#cssmenu > ul > li:first-child > a {
}
#cssmenu > ul > li:last-child > a {
}
#cssmenu > ul > li.active > a {
  box-shadow: inset 0 0 3px #000000;
  -moz-box-shadow: inset 0 0 3px #000000;
  -webkit-box-shadow: inset 0 0 3px #000000;
  background: #070707;
  background: -moz-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #26262c), color-stop(100%, #070707));
  background: -webkit-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -o-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -ms-linear-gradient(top, #26262c 0%, #070707 100%);
  background: linear-gradient(to bottom, #26262c 0%, #070707 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#26262c', EndColorStr='#070707', GradientType=0);
}
#cssmenu > ul > li:hover > a {
  background: #070707;
  background: -moz-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #26262c), color-stop(100%, #070707));
  background: -webkit-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -o-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -ms-linear-gradient(top, #26262c 0%, #070707 100%);
  background: linear-gradient(to bottom, #26262c 0%, #070707 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#26262c', EndColorStr='#070707', GradientType=0);
  box-shadow: inset 0 0 3px #000000;
  -moz-box-shadow: inset 0 0 3px #000000;
  -webkit-box-shadow: inset 0 0 3px #000000;
}
#cssmenu .has-sub {
  z-index: 1;
}
#cssmenu .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub ul {
  display: none;
  position: absolute;
  width: 200px;
  top: 100%;
  left: 0;
}
#cssmenu .has-sub ul li {
  *margin-bottom: -1px;
}
#cssmenu .has-sub ul li a {
  background: #115CA5;
  border-bottom: 1px dotted #1d4091;
  filter: none;
  font-size: 11px;
  display: block;
  line-height: 120%;
  padding: 10px;
}
#cssmenu .has-sub ul li:hover a {
  background: #2081C3;
}
#cssmenu .has-sub .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub .has-sub ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}
#cssmenu .has-sub .has-sub ul li a {
  background: #0c7fb0;
  border-bottom: 1px dotted #1d4091;
}
#cssmenu .has-sub .has-sub ul li a:hover {
  background: #095c80;
}

.footer {
	position: relative;
	font: 75%/1.0 "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	color: #000;
	float: right;
	margin: 0 0 0 0;
}