@charset "utf-8";
/* CSS Document */


*:focus {
	outline-style: none;
}
body, div, ul, li, h1, h2 {
	margin: 0;
	padding: 0;
}
/***********************************************************
********************* PAGE FRAMEWORK ***********************
***********************************************************/
body {
	background: #000000 url(../images/bg_body.gif) repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 50px;
	line-height:2em;
	font-size:13px
}
#container {
	width: 980px;
	background: transparent url(../images/bg_page_right.png) repeat-y top right;
}
/* Need jpg for ie6 because the pngfix.css code doesn't work on repeating png's.  */
* html #container {
	background: black url(../images/bg_page_right.jpg) repeat-y top right;
}
#navbar {
	float: left;
	position: relative;
	width: 175px;
	min-height: 572px;
	background: transparent url(../images/bg_leftnav.jpg) no-repeat top left;
	z-index: 20;
}
* html #navbar {
	height: 572px;
}
#main {
	float: left;
	position: relative;
	width: 781px;
	min-height: 572px;
	background: transparent url(../images/bg_page_left.gif) repeat-y top left;
	padding-left: 12px;
}

#content {
	position: relative;
	float: left;
	background-color: transparent;
	width: 681px;
	min-height: 452px;
	padding:40px 40px 120px 40px;
}

#home #container #main #content {
	width: 761px;
	padding:0 0 120px 0!important;
}

* html #content {
	height: 452px;
}
#main-footer {
	width: 805px;
	height: 37px;
	background: transparent url(../images/bg_footer.png) no-repeat top left;
	margin-left: 175px;
}
/***********************************************************
******************** END PAGE FRAMEWORK ********************
***********************************************************/

/***********************************************************
*********************** PAGE HEADER ************************
***********************************************************/
#header {
	height: 124px;
	background: transparent url(../images/banner_glow_top_right.gif) no-repeat top right;
}
#header h1 {
	float: left;
	width: 354px;
	height: 123px;
	text-indent: -8000px;
	font-size:10%;
	background: transparent url(../images/logo.gif) no-repeat top left;
}
#header h1 a {
	display: block;
	width: 354px;
	height: 100%;
	text-decoration: none;
}
#header_content {
	float: left;
	width: 626px;
	height: 98px;
	background: transparent url(../images/head_shooter.jpg) no-repeat top left;
	margin-top: 25px;
}
#header h2 {
	text-indent: -8000px;
	position: relative;
	float: right;
	background: transparent url(../images/head_superiority_through_innovation.gif) no-repeat top left;
	width: 475px;
	height: 45px;
}
/***************** CLIENT LOGIN BUTTON ********************/
#header #ClientLogIn {
	display: block;
	position: absolute;
	top: 15px;
	right: 45px;
	width: 89px;
	height: 16px;
}
#header #ClientLogIn a:link, #header #ClientLogIn a:visited {
	background-image: url(../images/btn_login.gif);
}
#header #ClientLogIn a {
	display: block;
	text-decoration: none;
	text-indent: -8000px;
	font-size: 1px;
	line-height: 1px;
	height: 16px;
	width: 100%;
}
#header #ClientLogIn a:link, #header #ClientLogIn a:visited {
	background-position: top left;
	background-repeat: no-repeat;
}
#header #ClientLogIn a:hover, #header #ClientLogIn a:active {
	background-position: bottom left;
}
/************** CLIENT LOGIN BUTTON END *******************/

#header #contact_info {
	float: right;
	width: 475px;
	height: 53px;
	line-height: 20px;
	font-size: 10px;
	background: transparent url(../images/head_contact_info.gif) no-repeat top left;
	color: #041f77;
}
#header #contact_info p {
	margin: 5px 40px 0 14px;
}
#header #contact_info p a {
	color: #041f77;
}
#whiteline {
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	overflow:hidden; /* IE6 won't limit to 1px high without this (shows 2px high) */
	clear: left;
	background: transparent url(../images/whiteline.gif) no-repeat top left;
}
/***********************************************************
******************* PAGE HEADER END ************************
***********************************************************/

/***********************************************************
************** CONTENT-MANAGED AREA FOOTER******************
***********************************************************/
#content-footer {
	position: absolute;
	width: 761px;
	height: 116px;
	background: transparent url(../images/bg_contentfooter.gif) repeat-x;
	bottom: 0;
	left: 0;
}
#content-footer-text {
	float: left;
	text-indent: -8000px;
	height: 116px;
	width: 636px;
	background: transparent url(../images/footer_text.gif) no-repeat;
	background-position: 21px 51px;
}
#content-footer-flag {
	float: right;
	height: 116px;
	width: 110px;
	background: transparent url(../images/flag.gif) no-repeat;
	background-position: 0 40px;
}
/***********************************************************
*********** CONTENT-MANAGED AREA FOOTER END ****************



*********** CONTENT-MANAGED AREA BODY BEGIN ****************
***********************************************************/


.ulIndented {
	margin-left:30px !important;
}

.capabilitiesList {width:600px; margin:0 0 30px 30px !important;}

.capabilitiesList li {float:left; width:300px;}

#our_capabilities h4 {border-bottom:1px #000033 solid; margin-bottom:0}

.leftinset {margin:5px 15px 0 0}

/***********************************************************
************************** FIXES ***************************
***********************************************************/
/* ClearFix. This clearing technique was originally developed by Tony Aslett, 
of csscreator.com. This version taken from PositionEverything.com */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/***********************************************************
************************ END FIXES *************************
***********************************************************/
