body{
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
	background: linear-gradient( to bottom, #ABABA9, #ddd 50% );
}
.blue{color:#005c9f;}
.yellow{color:#fcee29;}
.red{color:#ef3539;}
.gray{color:#b5b5b5;}
.wrap{
	width:1100px;
	margin:0 auto;
	position:relative;
}
a{
	font-weight:bold;
	color:#005c9f;
	text-decoration:none;
}
a:hover{
	color:#666666;
}
a img{
	border:none;
}
a.readmore{
	padding-left:10px;
	background:url(images/arrowB.gif) center left no-repeat;
}
a.readmore:hover{
	color:#ef3539;
	background:url(images/arrowR.gif) center left no-repeat;
}
a.learnmore{
	margin-top:5px;
	padding-left:10px;
	background:url(images/arrowW.gif) center left no-repeat;
	color:#ffffff;
	font-size:12px;
}
a.learnmore:hover{
	color:#fcee29;
	background:url(images/arrowY.gif) center left no-repeat;
}
h1, h2, .sidebar .title, h1 a, h2 a, h3{
	font-family: 'Roboto Condensed', "Arial Narrow", Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#333333;
}
h1, h1 a{
	font-size:36px;
}
h2, h2 a, .sidebar .title{
	font-size:24px;
	text-transform:uppercase;
}
h3{
	font-size:18px;
	margin-bottom:10px;
}
h3 a{
	font-weight:normal;
}
h1.pagetitle{
	padding-bottom:15px;
	background:url(images/borderBg.gif) repeat-x bottom;
	/*margin-bottom:15px;*/
	margin-bottom:0;
}
h1.pagetitle span{
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	margin-top:15px;
}
hr{
	border:none;
	height:5px;
	background:url(images/borderBg.gif);
}
hr.sep{
	height:1px;
	background:#e1e1e1;
}
hr.homevsep{
	border:none;
	height:7px;
	background:url(images/homeVSep.png) center no-repeat;
}
.oneline{
	height:1em;
}
h2.oneline{
	height:32px;
}
.nm{
	margin:0;
}
.date{
	font-size:11px;
}
.nopad{
	border:none;
	border-collapse:collapse;
	border-spacing:0;
}
.nopad td, .pad .nopad td, .nopad th, .pad .nopad th{
	padding:0;
	margin:0;
}
.pad td, .pad th{
	padding:0 5px 5px 0;
}
.hpad td, .hpad th{
	padding:0 5px 0 0;
}
.vpad td, .vpad th{
	padding:5px 0 0 0;
}
.list th{
	background:#e5e5e5;
	padding:5px;
}
.list td{
	padding:5px;
	vertical-align:top;
	border:1px solid #e5e5e5;
}
td.sep{
	position:relative;
	width:20px;
	background:url(images/gsep.gif) center repeat-y;
}
img.pad{
	margin:0 10px 10px 0;
}
input, textarea, label, select{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
input[type="button"], input[type="submit"]{
	text-transform:uppercase;
	font-weight:bold;
	background:#005c9f;
	border:none;
	color:#ffffff;
	display:inline-block;
	padding:5px 15px;
	letter-spacing:1px;
}
input[type="text"], textarea, select{
	width:278px;
	border:1px solid #dedede;
	padding:3px 5px;
}
input[type="text"]:focus, textarea:focus, select:focus{
	border-color:#b5b5b5;
}
select{
	width:auto;
}
input[type="button"].small, input[type="submit"].small{
	padding:2px 5px;
}
ul{
	list-style:url(images/arrowG.gif);
}
.gallery {}
.gallery ul { list-style: none; padding:0; margin:0; }
.gallery ul li { display:inline; display: inline-block; margin-right:20px; margin-bottom:20px; }
.gallery ul li.last { margin-right:0px; }
.gallery ul img { border:none; }
.gallery ul a:hover img {}
.gallery ul a:hover {}
.bodyBg{
	
	position:relative;
	padding-top:15px;
}
.halfbody{
	background:url(images/bodySep.gif) center repeat-y;
	position:relative;
}
.homeMid{
	
	padding-bottom:20px;
}
.homeMidTop{
	z-index:0;
	position:absolute;
	top:0;
	left:0;
	
	height:65px;
	width:1100px;
}
.homeMidBottom{
	z-index:0;
	position:absolute;
	bottom:0;
	left:0;
	
	height:65px;
	width:1100px;
}
.content{
	float:left;
	width:860px;
	position:relative;
}
.content img{
	max-width:860px;
}
.sidebar{
	float:right;
	width:220px;
}
.sidebar .inner{
	padding:0 13px;
}
.sidebar .title{
	padding-bottom:10px;
	margin-top:0;
	margin-bottom:10px;
	background:url(images/borderBgS.gif) repeat-x bottom;
}
.sidebar ul{
	list-style:none;
	padding:0;
	margin:0;
}
.sidebar ul li{
	padding:0;
	margin:0;
	position:relative;
}
.sidebar ul li a{
	font-family: 'Roboto Condensed', "Arial Narrow", Arial, Helvetica, sans-serif;
	font-weight:normal;
	/*text-transform:uppercase;*/
	font-size:20px;
	line-height:1em;
	color:#333333;
	text-decoration:none;
	display:block;
	padding:10px 0;
	border-bottom:1px solid #c4c4c4;
	padding-left:10px;
	background:url(images/arrowG.gif) center left no-repeat;
}
.sidebar ul li a.last{
	border-bottom:none;
}
.sidebar ul li a:hover, .sidebar ul li a.current{
	color:#005c9f;
	background-image:url(images/arrowB.gif);
}
#header{
	padding:9px 0;
	position:relative;
}
#hlinks{
	position:absolute;
	left:0;
	bottom:10px;
	color:#999999;
}
#hlinks a{
	font-weight:normal;
	color:#FFFFFF;;
	text-decoration:none;
	display:inline-block;
	padding-right:7px;
	background:url(images/hlinksSep.png) right no-repeat;
	margin-right:7px;
}
#hlinks a.last{
	padding-right:0;
	background:none;
	margin-right:0;
}
#hlinks a:hover{
	color:#333333;
}
#nav{
	position:relative;
	width:1058px;
	height:42px;
	background:url(images/navBg.png);
	padding:0 21px;
	z-index:90000;
}
#nav ul{
	list-style:none;
	padding:0;
	margin:0;
}
#nav ul li{
	padding:0;
	margin:0;
	float:left;
	position:relative;
}
#nav ul li a{
	font-family: 'Roboto Condensed', "Arial Narrow", Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-transform:uppercase;
	font-size:20px;
	line-height:1em;
	color:#ffffff;
	text-decoration:none;
	display:block;
	height:20px;
	padding:11px 28px;
}
#nav ul li a.current{
	color:#fcee29;
}
#nav ul li a:hover, #nav ul li.open a{
	color:#005c9f;
	background:#e6e6e6;
}
#nav ul li.sep{
	margin:0;
	padding:0;
	height:42px;
	width:1px;
	background:url(images/navSep.png);
}
.submenu{
	display:none;
	background:#e6e6e6;
	position:absolute;
	top:42px;
	left:0;
	min-width:100%;
	border-bottom:5px solid #005c9f;
}
.submenu.right{
	left:auto;
	right:0;
}
.submenu li{
	min-width:100%;
}
.submenu a{
	border-bottom:1px solid #c4c4c4;
	color:#333333 !important;
	height:auto !important;
	padding:6px 6px !important;
	margin:0 24px;
	white-space:nowrap;
}
.submenu a:hover{
	color:#005c9f !important;
}
.headline{
	height:110px;
	padding-top:12px;
	background-color:#005c9f;
	background-image:url(images/bannerBg.png);
	background-position:top center;
	background-repeat:no-repeat;
	font-size:100px;
	color:#fff;
	text-transform:uppercase;
	font-family: 'Roboto Condensed', "Arial Narrow", Arial, Helvetica, sans-serif;
}
.hdltext{
	height:100px;
}
.headline .title{
	font-family: 'Roboto Condensed', "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:normal;
	text-transform:uppercase;
	color:#ffffff;
	margin-bottom:10px;
}
.headline .home{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#dddddd;
	text-transform:none;
}
#footer{
	border-top:5px solid #005c9f;
	background:#dddddd;
	padding:22px 0px 40px;
	font-size:12px;
	color:#666666;
}
#fthead{
	position:relative;
	padding-bottom:20px;
	border-bottom:1px solid #b9b9b9;
	margin-bottom:20px;
}
#ftlogo{
	font-family: 'Roboto Condensed', "Arial Narrow", Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
}
#footer ul{
	margin:0;
	padding:0;
	margin-left:16px;
}
#footer a{
	color:#666666;
}
#footer a:hover{
	color:#333333;
}
#footer a.title{
	font-family: 'Roboto Condensed', "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	color:#333333;
}
#footer a.title:hover{
	color:#666666;
}
#banners{
	position:relative;
	height:450px;
	overflow:hidden;
}
.banner{
	background-repeat:no-repeat;
	background-position:center;
	position:absolute;
	width:100%;
	height:450px;
	display:none;
	overflow:hidden;
}
.banner .desc{
	margin-top:40px;
	margin-left:40px;
	width:340px;
	padding:22px;
	padding-top:15px;
	background:url(images/bndescBg.png);
	color:#ffffff;
	display:none;
}
.banner .desc .title{
	font-family: 'Roboto Condensed', "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size:25px;
	font-weight:normal;
	padding-bottom:5px;
	border-bottom:1px solid #498ec0;
	margin-bottom:14px;
}
#prjpicholder{
	position:relative;
	width:1100px;
	height:450px;
}
.loader{
	position:absolute;
	top:50%; left:50%;
	margin-top:-32px; margin-left:-32px;
	background:url(images/loading.gif) center center no-repeat;
	background-color:#005c9f;
	background-color:rgba(0,92,159,0.8);
	width:64px;
	height:64px;
	border-radius:10px;
	display:none;
}
#prjpics{
	padding:17px 17px 0 17px;;
	background:#f2f2f2 url(images/prjpicsBg.gif) top repeat-x;
	margin-top:5px;
	margin-bottom:20px;
}
#prjpics .gallery ul li { display:inline; display: inline-block; margin-right:15px; margin-bottom:15px; }
#prjpics .gallery ul li.last { margin-right:0px; }
#prjpics .gallery ul li.current { border:3px solid #005c9f; }
#prjpics .gallery ul li.current img { width:159px; height:104px; }

.prjinfo{
	width:500px;
	background:#f2f2f2;
	padding:20px;
	float:left;
}
.prjdesc{
	width:540px;
	float:right;
}
ul.list{
	list-style: none;
	padding:0;
	margin:0;
}
ul.list li{
	display: block;
	border-bottom:1px solid #e1e1e1;
	padding:0 0 5px;
	margin:0 0 5px;
}
.capabilities .tabs{
	background:#e3e3e3;
	padding:5px;
}
.capabilities ul{
	list-style:none;
	padding:0;
	margin:0;
}
.capabilities ul li{
	padding:0;
	margin:0;
	float:left;
	position:relative;
	padding-right:10px;
	margin-right:5px;
	padding-left:5px;
	background:url(images/cplistSep.png) center right no-repeat;
}
.capabilities ul li.last{
	background:none;
	margin-right:0;
}
.capabilities ul li h3{
	margin:0;
}
.capabilities ul li.current{
	background:#005c9f;
	border-radius:5px;
	padding-left:9px;
}
.capabilities ul li.current a{
	color:#ffffff;
}
.capabilities ul li .content{
	display:none;
}
.capabilities .content{
	float:none;
	width:auto;
	margin-top:18px;
}
.capabilities .content img{
	float:left;
	margin-right:18px;
}

