﻿@charset "utf-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background:#0270cd url(images/bg.gif) left top repeat-x;
	font-size:22px;
	font-family:Arial, Helvetica, sans-serif;
}
ul, li {
	margin:0;
	padding:0;
	list-style:none;
}
a {
	text-decoration:none;
}
a, img {
	border:none;
}
#wrap {
	width:960px;
	margin:0 auto;
}
#header {
	width:960px;
	position:relative;
	height:345px;
	background:url(images/home-header-bg.jpg) right top no-repeat;
}
#header-inner {
	width:960px;
	position:relative;
	background:url(images/bio-header-bg.jpg) left top no-repeat;
	height:260px;
}
#award {
	width:435px;
	float:left;
	padding:40px 0 0 20px;
}
#top-menu {
	width:300px;
	float:right;
	margin-top:25px;
}
#top-menu ul li {
	float:left;
	font-size:15px;
	color:#fff;
	margin-left:10px;
}
#top-menu ul li a {
	color:#fff;
	margin-right:10px;
}
.logo {
	margin:0 0 10px 75px;
	float:left;
	clear:both;
}
#header-inner div.logo {
	margin:50px 0 0 250px;
}
#menu {
	float:left;
	width:958px;
	height:50px;
	background:#002459;
	border:1px solid #014395;
}
#menu ul {
	width:956px;
	height:48px;
	border:1px solid #011f44;
}
#menu ul li {
	float:left;
	margin:0;
	padding:0;
	position:relative;
	line-height:48px;
}
#menu ul li a {
	color:#0069c2;
	font-weight:bold;
	font-size:24px;
	margin-left:20px;
}
#menu ul li a:hover, #menu ul li a.active {
	color:#fff;
}
#menu ul ul {
	display:none;
	position:absolute;
	top:38px;
	left:0;
	width:136px;
	z-index:99999;
	background:#002459;
	height:auto;
}
#menu ul ul li {
	min-width: 136px;
	height:40px;
}
#menu ul ul ul {
	left: 100%;
	top: 0;
}
#menu ul ul li a {
	background:url(images/bullet.gif) left center no-repeat;
	margin-left:5px;
	text-indent:20px;
	display:block;
}
#menu ul li:hover > ul {
	display: block;
}
#slider {
	width:960px;
	background:url(images/testimonial-bg.jpg) no-repeat;
	height:auto;
}
#slider div.left {
	float:left;
	width:55px;
	text-align:right;
}
#slider div.slider-content {
	width:850px;
	float:left;
}
#slider div.slider-content p {
	font-size:15px;
	color:#fff;
	font-style:italic;
	font-weight:bold;
	margin:0;
	padding:0 15px;
}
#slider div.slider-content p.bot {
	font-size:15px;
	color:#fff;
	font-style:normal;
	text-align:right;
	margin-top:10px;
	margin-bottom:10px;
	font-weight:normal;
}
#slider div.right {
	float:right;
	width:55px;
	text-align:left;
}
#slider div.bullet {
	width:960px;
	margin:0 auto;
	text-align:center;
}
#mini-slider {
	width:395px;
	float:right;
	margin:60px 0 22px 0;
}
#mini-slider div.left {
	float:left;
	width:55px;
	text-align:right;
}
#mini-slider div.slider-content {
	width:285px;
	float:left;
}
#mini-slider div.slider-content p {
	font-size:15px;
	color:#fff;
	font-style:italic;
	font-weight:bold;
	margin:0;
	padding:0 5px;
}
#mini-slider div.slider-content p.bot {
	font-size:15px;
	color:#fff;
	font-style:normal;
	text-align:right;
	margin-top:10px;
	margin-bottom:10px;
	font-weight:normal;
}
#mini-slider div.right {
	float:right;
	width:55px;
	text-align:left;
}
#main {
	width:960px;
	margin:0 auto;
	clear:both;
	overflow:hidden;
}
#content-home {
	width:960px;
	float:left;
}
#two-col {
	width:960px;
}
#big-right {
	float:right;
	position:relative;
	width:565px;
	margin:30px 0;
}
#big-right h1 {
	font-size:48px;
	color:#89b6eb;
	margin:0 0 20px 20px;
}
#big-right #inner-text {
	width:540px;
	height:325px;
	overflow:hidden;
	float:left;
	background:#014991;
}
#big-right #inner-text p {
	padding:10px;
	margin:0 0 15px 0;
	font-size:22px;
	color:#89b6eb;
}
#left {
	width:322px;
	float:left;
}
#left input.txt-box {
	width:318px;
	height:31px;
	background:#00295f;
	border:1px solid #013472;
	font-size:26px;
	color:#89b6eb;
	text-indent:10px;
	margin:5px 0;
}
#left textarea {
	width:318px;
	height:225px;
	background:#00295f;
	border:1px solid #013472;
	font-size:26px;
	color:#89b6eb;
	text-indent:10px;
	font-family:Arial, Helvetica, sans-serif;
}
#left input.btn {
	width:85px;
	height:30px;
	background:#00295f;
	border:1px solid #013472;
	font-size:26px;
	color:#89b6eb;
	float:right;
	margin-top:5px;
}
#right {
	width:220px;
	float:right;
	color:#89b6eb;
}
#right h2 {
	margin-top:0;
	font-size:24px;
}
#right p {
	font-size:14px;
}
#footer {
	width:960px;
	float:left;
	position:absolute;
	bottom:0;
}
#footer img {
	position:absolute;
	bottom:0;
	left:0;
}
#footer ul {
	float:right;
	margin-bottom:10px;
}
#footer ul li {
	float:left;
	color:#fff;
	font-size:15px;
	margin-left:5px;
}
#footer ul li a {
	color:#fff;
	font-size:15px;
	margin-right:5px;
}
/***************** jscroller styles*************/


.scrollbar-vert {
	background-color: #013472;
	border:1px solid #033881;
	height: 324px;
	width: 22px;
	float:left;
}
.handle-vert {
	height: 54px;
	width: 22px;
	background: url(images/handle.jpg) no-repeat;
}
/****************** content slider ****************/

.sliderwrapper {
	position: relative; /*leave as is*/
	/*leave as is*/
width: 960px; /*width of featured content slider*/
	height: auto;
}
.sliderwrapper .contentdiv {
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding:0;
	text-align:left;
	width: 960px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: auto;
}
.pagination {
	margin-top: 0;
	padding: 98px 421px 0px;
	text-align: left;
	width: 275px;
}
.pagination a {
	padding: 0px 10px;
	/*text-decoration: none; 
font:normal 12px Arial;
color: #333;
background: #eee;*/
background:url(images/slider-bullet.png) no-repeat;
	width:11px;
	height:11px;
	cursor:pointer;
}
.pagination a:hover, .pagination a.selected {
	/*color: #fff;
background-color: #2191C0;*/ padding: 0px 10px;
	background:url(images/slider-bullet.png) no-repeat;
	width:11px;
	height:11px;
}
.white {
	color:#fff;
	font-size:24px;
}
.pink {
	color:#ff0084;
	font-size:30px;
	font-weight:bold;
}

