body {
	color:#333;
}
#wrap {
	margin:0 auto;
}
#top {
	border-top: 3px solid #005B94;
	border-bottom: 1px solid #ddd;
	background: #fff;
	height: 68px;
}
#top .h-menu {
	float:right;
}
#top .h-menu li a {
	font-size: 80%;
	color:#005B94;
	text-transform: uppercase;
	font-weight: bold;
	padding: 5px 15px;
	border-radius: 0 0 5px 5px;
	-moz-border-radius-topleft:0;
	-webkit-border-top-left-radius:0;
	-moz-border-radius-topright:0;
	-webkit-border-top-right-radius:0;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
}
#top .h-menu li a:hover, #top .h-menu .menuactive {
	background: #005B94;
	color:#fff;
}
#logo a {
	display: block;
	text-indent:-9999px;
	height: 42px;
	width: 289px;
	background: url(../images/logo.png) no-repeat;
	margin-top: 1em;
}
#logo a:hover {
	background: url(../images/logo.png) 0pt -50px no-repeat;
}
#menu {
	background:#f5f5f5;
	padding:25px 0 0;
	border-bottom: 1px solid #ccc;
	position: relative;
	z-index: 100;
	height: 30px;
}
#menu .row {
	overflow:visible !important;
}
#menu ul {
	position: absolute;
	z-index: 200;
	top:1px;
}
#menu ul li a {
	background: #1595D5;
	color:#fff;
	text-transform:uppercase;
	font-weight: bold;
	font-size: 75%;
	margin-right:5px;
	padding:3px 25px 2px 25px;
	border-radius: 5px 5px 0 0;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-bottomleft:0;
	-webkit-border-bottom-left-radius:0;
	-moz-border-radius-bottomright:0;
	-webkit-border-bottom-right-radius:0;
	border: 1px solid transparent;
}
#menu ul li a:hover {
	background: #005B94;
}
#menu ul li .menuactive {
	text-shadow:0 0 0 #fff !important;
	color:#333 !important;
	background: #fff url(../images/overlay.png) center 0pt repeat-x !important;
	border-color: #ddd !important;
	border-bottom: 1px solid #fff !important;
}
#content {
	clear:both;
	overflow:hidden;
	background: #fff;
	min-height: 380px;
	padding: 30px 0 0;
	margin-bottom: -6px;
}
#content h1 {
  margin-bottom:30px;
  padding:10px 0 5px;
}

#content h4 {
	font-size: 18px;
	margin: 1.2em 0 0 0;
	font-weight:bold;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#content p {
  margin-bottom: 1.6em;
}
.block p:last-child {
  margin-bottom: 2.6em;
}
#content a {
  padding:0;
}
.bigmdfh1 {
	color:#464646 !important;
	display:block;
	font-size:68px;
	font-weight:bold;
	letter-spacing:-3px;
	line-height:.8;
	margin:0;
	padding:20px 0 10px 0;
	background: #fff !important;
	border-bottom: none !important;
}
.fancyh2 {
	color:#ACACAC;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:1.4em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:300;
	line-height:1.5em;
	margin-bottom:1em;
}
.fancyh2 span {
	color:#333;
}
#whatis h3 a {
	padding:15px 35px 10px !important;
}
#data {
	margin-bottom: 3em;
}
#key {
	padding-top: 40px;
	background: #f5f5f5 url(../images/footer.gif) center 0pt no-repeat;
	min-height:150px;
	border-bottom: 1px solid #ddd;
}
#key .column {
	border-right: 1px solid #ddd;
	min-height:120px;
	margin-right: -1px;
}
#key .column:last-child { 
	border-right: none;
}
#key p {
	color:#777;
}
#key a {
	padding:0;
	text-decoration:none;
	color:#1495D5;
}
#key a:hover {
	color:#005B94;
}
#key .column img {
  margin-bottom:-9px;
  max-height:93px;
  max-width:100%;
}
#footer {
	background: #191919;
	padding:20px 0;
	border-top: 1px solid #fff;
	color:#666;
}
.btn {
	background:#1495D5;
}
.btn:hover {
	background:#005B94;
}
.imgai {
	position:absolute;
	top:52px;
	z-index:200;
}
.ov {
	overflow: visible !important;
	margin-bottom: -24px;
}
.ov img {
  max-width:800px !important;
}
.imgleft {
	float:left;
	margin: 10px;
}
.imgright {
	float:right;
	margin: 10px 6px 0 0;
}

/* Overlay */
#simplemodal-overlay {background-color:#000; cursor:wait;}

/* Container */
#simplemodal-container .dialog {
	height:400px;
	width:875px;
	color:#666;
	background-color:#eee;
	border:1px solid #fff;
	padding:12px;
	border-radius: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#simplemodal-container #basic-modal-content {padding:8px;}

#simplemodal-container .simplemodal-close {
	z-index:3200; 
	position:absolute; 
	top:-15px; 
	right:-16px; 
	cursor:pointer;
	font-family:"Monaco", Verdana, monospace;
}

#simplemodal-container img {
	border:2px solid #fff;
}

.dialog {
	display:none;
}
.dialog-s {
	display:none;
}
#login {
	padding:20px;
}
#login input[type="text"], #login input[type="password"] {
	font-size: 1.8em;
	padding:10px 25px;
	border: 3px solid #ddd;
	border-radius: 9px;
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
}
#clients {
    padding: 20px 0;
}

#clients li a:hover {
  background-color: #fff;
}

/* rotator in-page placement */
    div#rotator {
	position:relative;
}
/* rotator css */
	div#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
	div#rotator ul li img {
}
    div#rotator ul li.show {
	z-index:500;
}
.sidebar li a {
  padding: 5px 10px !important;
  display: block;
  background: #eee url(../images/overlay.png) repeat-x;
  font-weight: bold;
  text-shadow: 0 1px 0 white; }
  .sidebar li a:hover {
    background: #1595D5 url(../images/overlay.png) repeat-x; }
  .sidebar li a span {
    float: right; }
    
img {
  max-width:100%;
}