/* WTGevents Stylesheet  */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
html, body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	width:100%;
	background:#fefefe url(../images/grad_bg.jpg) repeat-x fixed top;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
img {
	border:0;
	padding: 0;
}
h1 {
	margin: 0px 0px 15px;
	color: #00538A;
	padding: 0px;
	font: normal 21px Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: -0.1em;
}
h2 {
	margin:0 0 0.3em;
	font-size: 14px;
	letter-spacing: -1px;
	color: #00538A;
}
h3 {
	margin:0 0 0.3em;
	color: #00538A;
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	border-top: 1px solid #CCCCCC;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 10px;
}

p {
	line-height:1.5;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}
li {
	margin-bottom:5px;
	margin-top: 0px;
}
hr {
	color: #E4E1DA;
}

/* links */
a:link {
	color: #0D3F7E;
	
}
a:visited {
	color: #0D3F7E;
}
a:active {
	color: #0D3F7E;
}
a:hover {
	color: #466C9B;
}

/* page elements */
div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:760px;
	background: url(../images/main_bg.png) repeat-y left;
	padding: 0 20px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}
	
/* Header */
div#header {
	padding:5px;
	background: #154583 url(../images/topbanner.jpg) repeat-x top;
	height: 77px;
}
div#superheader {
	display:block;
}
div#header p {
	font-style:italic;
	font-size:1.1em;
	margin:0;
}
#header #company {
	width: 240px;
	height: 54px;
}
#header #company h1 {
	display: none;	
}
#header #toplinks{
	float:right;
	height: 50px;
	display: block;
	margin-right: 17px;
	color:#A8B3BD;
	text-align: right;
}
#header #toplinks a{
	text-decoration:none;
	color:#A8B3BD;
}

/* Navigation */
div#navigation {
	position:relative; /* fixes flashing background problem in IE 6 */	
}
#navigation h2 {
	display: none;
}
#navcontainer {
	margin: 0 auto;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #235087 url(../images/blue_nav_bg.gif) repeat-x top;
}
#navcontainer:after { /* to stretch the container div to contain floated list */
	content: ".";
	display: block;
	line-height: 1px;
	font-size: 1px;
	clear: both;
	position:relative; /* fixes flashing background problem in IE 6 */	
}
ul#navlist {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
	position:relative;
}
ul#navlist li {
	display: block;
	float: left;
	width: 20%;
	margin: 0;
	padding: 0;
	text-align: center;
	font-weight: bold;
	position:relative;
}
ul#navlist li a {
	display: block;
	padding: 0.5em;
	color: White;
	text-decoration: none;
	font-size: 11px;
	letter-spacing: -1px;
	position:relative;
}

#navcontainer>ul#navlist li a { 
	width: auto; 
}
ul#navlist li#active a {
	background: #f0e7d7;
	color: #800000;
}
ul#navlist li a:hover, ul#navlist li#active a:hover {
	background: #000B45 url(../images/blue_nav_hot.gif) repeat-x top;
}

/* Main content area */
div#contentwrapper {
	background-repeat: repeat-y;
	height: 100%;
	padding: 15px;
	float: none;
	margin-left: 180px;
}

/* Left subnavigation */
div#subnavigation {
	width: 180px;
	float: left;
	min-height: 400px;
}
.subnavigationlinks {
	margin: 0;
	width: 100%;
	padding: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D4D0C8;
}
.subnavigationlinks li {
	background-image: none;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 0px;
	padding-left: 0px;
	width: 100%;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	list-style-type: none;
}
.subnavigationlinks li a:link, .subnavigationlinks li a:visited, .subnavigationlinks li a:active {
	background-image: none;
	margin: 0px;
	text-decoration: none;
	color: #333333;
	font-size: 10px;
	display: block;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 20px;
	background-image: url(../images/navigation_triangle_up.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.subnavigationlinks li a:hover {
	color: #333333;
	background-color: #acc6d9;
	display: block;
	background-image: url(../images/navigation_triangle_up.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.subnavigationlinks li img {
	padding-right:10px;
}
#subnavigation h2 {
	font-size:13px;
	padding-left: 10px;
	margin-top: 5px;
	text-align: left;
}
#subnavigation hr {
	color: #999999;
	background-position: center;
	width: 90%;
	text-decoration: none;
}
#testimonials {
	padding: 10px;
}

/* Content */
#flashcontent {
	float: left;
	height:200px;
}
#topimage {
	float: left;
	height: 157px;
	width: 744px;
	background-color: #00538A;
	background-image: url(../images/page_headers/placeholder.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#topimagetemp {
	float: left;
	height: 157px;
	width: 744px;
	background-color: #00538A;
}
#topimagedefence {
	float: left;
	height: 157px;
	width: 744px;
	background-color: #00538A;
	background-image: url(../images/header_images/DEFENCEDIVISION.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#pagetitle {
	width: 744px;
	float: left;
	height: auto;
	margin: 0px;
	padding: 0px;
}

#pagetitle h2 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-size: 13px;
}

div#contentwrapper .content {
	float: left;
	width: 704px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
div#contentwrapper .content td {
	padding: 5px;
}

div#contentwrapper .leftcol {
	width:330px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	float: left;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
	margin-top: 10px;
}
div#contentwrapper .rightcol {
	width:330px;
	float:right;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #FFFFFF;
	margin-top: 10px;
}
div#contentwrapper .leftcolindex {
	width:464px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	float: left;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
	margin-top: 10px;
}
div#contentwrapper .rightcolindex {
	width:180px;
	float:left;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #FFFFFF;
	margin-top: 10px;
}
div#contentwrapper .rightcolindex a {
	color: #00538A;
	text-decoration:none;
}
.careerspage {
	line-height:normal;
}
.heading_submenu  {
	font-size: 11px;
	font-weight: bold;
	color: #00538A;
}
.textfields {
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #C6C1B3;
}
/* Evnet listing styles */
.eventlisting {
	margin-bottom: 10px;
	border-bottom:#CCCCCC 1px solid;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.eventlisting a {
	text-decoration: none;
	color: #00538A;
}
.eventlisting h4 {
	font-size: 12px;
	padding: 0px;
	margin: 0px;
}
.eventlisting .searchesimg {
	float: right;
	padding-top: 20px;
	z-index: 10;
}
.eventlisting .divisionsimg {
	float: right;
	padding-top: 0px;
	padding-left: 10px;
	padding-bottom: 10px;
}
.eventlisting .www a {
	color: #5879A2;
	text-decoration: none;
}
.eventlisting .www a:hover {
	text-decoration: none;
	color: #005B91;
}
.eventlisting .division a {
	text-decoration: none;
	color:#FF6600;
}

.divisionbuttons a {
	height: 30px;
	font-size: 11px;
	font-weight: bold;
	width: 180px;
	padding-left: 50px;
	line-height: 28px;
	margin-bottom: 35px;
	letter-spacing: 1px;
	margin-left: 47px;
	background-image: url(../images/divisions/placeholder.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display:block;
	text-decoration:none;
}
.divisionbuttons a:hover {
	background-image: url(../images/divisions/placeholder_up.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration:none;
}

/* Page footer */
div#footer {
	bottom:0px;
	text-align: right;
	height: 15px;
	padding: 5px;
	margin: 0 auto;
	clear: both;
}
div#footer p {
	font-size: 9px;
	color: #999999;
	margin: 0;
	padding:5px;
}
#hp_handshake {
	background: url(../images/homepage.jpg) no-repeat center top;
	height: 180px;
	padding-top: 110px;
	padding-right: 170px;
}
#hp_sales {
	background: url(../images/homepage_sales.jpg) no-repeat right top;
	height: auto;
	padding-right: 150px;
}
h4 {
	font: bold 14px "myriad Pro", Verdana;
	margin: 0 0 5px;
	padding: 0;
}
