/*  
WNHT: Screen.css
*/

* {
	margin:0;
	padding:0;
}

body {
	background:#000 url(../images/layout/bg.jpg) top left repeat-x;
	color:#fff;
	font:62.5%/1.4 Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	display:block;
	width:161px;
	height:75px;
	background:url(../images/layout/logo.jpg) top left no-repeat;
	text-indent:-9000px;
	overflow:hidden;
	float:left;
}

h2 {
	color:#021773;
	background:#fff url(../images/layout/content-top.gif) top left no-repeat;
	font-size:1.2em;
	padding:0 10px;
	line-height:2.4em;
	text-transform:uppercase;
}
	h2 span {
		text-transform:none;
	}

h3 {
	color:#021773;
	background:#fff url(../images/layout/sidecontent-top.gif) top left no-repeat;
	font-size:1.2em;
	padding:0 10px;
	line-height:2.4em;
	text-transform:uppercase;
}
h4 {
	background-color:#ccccff;
	font-size:1.1em;
	padding:1px 4px 2px 4px;
	text-transform:uppercase;
	margin-bottom:10px;
}
	h4 span {
		text-transform:none;
		font-weight:normal;
	}

h5 {
	color:#fff;
	text-transform:uppercase;
	font-size:1.1em;
	padding:0 0 3px 0;
}
	h5 a {
		color:#fff;
	}

p {
	font-size:1.1em;
	padding:0 0 15px 0;
}
	p.cleanquote {
		font-weight:bold;
		font-style:italic;
		width:510px;
	}
	p.cleanquote2 {
		font-style:italic;
		width:510px;
	}

li, label, input {
	font-size:1.1em;
}
a {
	text-decoration:none;
	color:#0000BC;
}
a:hover {
	color:#8E8EE5;
}
ul {
	padding:0 0 0 25px;
}
img {
	border:0;
}
td, th {
	font-size:1.1em;
}

div.break {
	border-top:1px solid #fff;
	margin-bottom:15px;
	clear:both;
}
	div.break hr {
		display:none;
	}

table.contacttable, table.linkstable, table.whitetable, table.archivetable, 
table.twocoltable, table.timelinetable, table.authoritiestable {
	border:0;
	width:520px;
	margin-bottom:15px;
}
	table.authoritiestable td {
		text-align:center;
		vertical-align:top;
		padding-bottom:15px;
	}
	table.timelinetable th {
		width:30px;
		background-color:#ccccff;
		border-bottom:1px solid #fff;
		vertical-align:top;
		padding:2px 5px 3px 5px;
	}
	table.timelinetable td {
		width:470px;
		border-bottom:1px solid #fff;
		padding:2px 5px 3px 5px;
	}
	table.twocoltable td {
		width:260px;
		font-size:1.0em;
	}
	table.contacttable th {
		text-align:left;
		font-weight:normal;
		width:100px;
	}
	table.linkstable td {
		padding:0 10px 10px 0;
		vertical-align:top;
		width:180px;
	}
	table.linkstable th {
		padding:0 10px 10px 0;
		vertical-align:top;
		width:60px;
	}
	table.whitetable {
		margin-top:20px;
	}
	table.whitetable td {
		vertical-align:top;
	}
	table.whitetable td.whitetablec1 {
		border-right:15px solid #E5EAFD;
	}
	table.whitetable td.whitetablec2 {
		border-top:1px solid #000;
		border-left:1px solid #000;
		border-bottom:1px solid #000;
		padding:8px;
		background-color:#fff;
	}
	table.whitetable td.whitetablec3 {
		border-top:1px solid #000;
		border-right:1px solid #000;
		border-bottom:1px solid #000;
		text-align:right;
		padding:8px 8px 8px 0;
		background-color:#fff;
	}
	table.whitetable td.whitetablec3 img {
		margin-bottom:3px;
	}
	table.newstable {
		width:520px;
		border-bottom:1px solid #fff;
		margin-bottom:10px;
	}
	table.newstable td {
		vertical-align:top;
		font-size:1.0em;
		padding-bottom:10px;
	}
	table.newstable img {
		margin-left:10px;
	}
	table.archivetable th {
		background-color:#ccccff;
		padding:2px 5px 3px 5px;
		text-align:left;
	}
	table.archivetable td {
		padding:2px 5px 3px 5px;
	}
	table.archivetable tr.alt {
		background-color:#fff;
	}

.floatright {
	float:right;
}
.clearboth {
	clear:both;
}

#outerwrapper {
	background:#031672 url(../images/layout/container-fade.jpg) top left repeat-x;
	width:740px;
	margin:0 auto;
	min-height:160px;
}
#innerwrapper {
	background:url(../images/layout/container-top.jpg) top left no-repeat;
	min-height:160px;
}
#container {
	background:url(../images/layout/container-base.gif) bottom left no-repeat;
	min-height:160px;
	padding:10px 10px 5px 10px;
}

#header {
	padding-bottom:10px;
}

#everyclicksearch {
	width:265px;
	float:right;
	padding-top:10px;
	background:url(../images/layout/everyclick-logo.gif) top left no-repeat;
}
	#everyclicksearch div {
		float:right;
		clear:both;
		width:215px;
	}
	#everyclicksearch label {
		color:#B6BFE9;
	}
	#everyclicksearch input {
		width:140px;
		border:1px solid #000;
		padding:0 2px 2px 2px;
		margin-right:5px;
		float:left;
	}
	#everyclicksearch input.submitbtn {
		width:auto;
		background-color:#2B49D1;
		border:none;
		padding:0 1px 1px 1px;
		margin-right:0;
		text-transform:uppercase;
		color:#fff;
		float:right;
		cursor:pointer;
	}

#navi {
	list-style:none;
	clear:both;
	border-top:1px solid #2B49D1;
	border-bottom:1px solid #2B49D1;
	text-align: center;
	padding:3px 0;
}
#subnavi {
	list-style:none;
	clear:both;
	border-bottom:1px solid #2B49D1;
	margin-bottom:5px;
	text-align: center;
	padding:3px 0;
}
	#navi li, #subnavi li {
		display:inline;
	}
	#navi a, #subnavi a {
		color:#fff;
		text-decoration:none;
		text-transform:uppercase;
		padding:5px 13px 4px 13px;
	}
	#navi a {
		font-weight:bold;
		border-bottom:0;
	}
	#navi a:hover, #subnavi a:hover {
		background-color:#2B49D1;
	}

#outercontentwrapper {
	background:url(../images/layout/content-bg.gif) top left repeat-y;
}	
#innercontentwrapper {
	background:url(../images/layout/content-base.gif) bottom left no-repeat;
}
	
#content {
	width:540px;
	float:left;
	margin:0 10px 0 0;
	/* padding:0 0 20px 0; */
	padding:0 0 10px 0;
	color:#000;
}
	#content div.innercontent {
		padding:10px 10px 0 10px;
		background:#E5EAFD;
	}
	#content ul {
		padding-bottom:15px;
	}
	
#sidecontent {
	width:170px;
	float:left;
	color:#000;
}
	#sidecontent div {
		padding:10px 10px 0 10px;
		background:#E5EAFD;
	}
	#sidecontent .whitebase {
		display:block;
		background:#E5EAFD url(../images/layout/sidecontent-base2.gif) bottom left no-repeat;
	}
	#sidecontent h3.sidesplit {
		margin-top:10px;
	}
	#sidecontent p.baselink {
		display:block;
		background:#fff url(../images/layout/sidecontent-base2.gif) bottom left no-repeat;
		padding:5px 10px;
	}
	#sidecontent p.quote {
		padding:8px;
		width:150px;
	}
	#sidecontent div.imageonly {
		background:#fff url(../images/layout/sidecontent-base2.gif) bottom left no-repeat;
		padding:0 0 10px 0;
		margin-bottom:10px;
	}
		#sidecontent div.imageonly div {
			background:url(../images/layout/sidecontent-top.gif) top left no-repeat;
			padding:10px 0 0 0;
		}
		
	#sidecontent div.plainbox {
		background:#E5EAFD url(../images/layout/sidecontent-base.gif) bottom left no-repeat;
		padding:0 0 10px 0;
		margin-top:10px;
	}
		#sidecontent div.plainbox div {
			background:url(../images/layout/sidecontent-top2.gif) top left no-repeat;
			padding:10px 10px 0 10px;
		}
		
	#sidecontent #sidenavi {
		padding:0 0 15px 17px;
	}
		#sidecontent #sidenavi li {
			list-style-image:url(../images/layout/yellow-dot.gif);
			padding:0 0 3px 0;
		}
		#sidecontent #sidenavi a {
			color:#fff;
			text-transform:uppercase;
			font-weight:bold;
		}
		#sidecontent #sidenavi a:hover {
			color:#8E8EE5;
		}

/*
---- HomePage
*/

#homenavi {
	list-style:none;
	padding:0;
}
	#homenavi li {
		float:left;
		padding-bottom:15px;
	}
	#homenavi a {
		display:block;
		width:250px;
		min-height:24px;
		border:1px solid #666;
		padding-top:96px;
		color:#fff;
		text-decoration:none;
		line-height:1.8em;
		font-weight:bold;
		font-size:1.2em;
	}
		#homenavi a span {
			display:block;
			width:240px;
			min-height:24px;
			padding:0 5px;
			background-color:#031672;
			/*
			background: transparent;
			filter: alpha(opacity=60);
			-moz-opacity: .6;
			opacity: .6;
			*/
		}
		#homenavi a.part1 {
			background:#031672 url(../images/layout/home1.jpg) top left no-repeat;
			margin-right:15px;
		}
		#homenavi a.part2 {
			background:#031672 url(../images/layout/home2.jpg) top left no-repeat;
		}
		#homenavi a.part3 {
			background:#031672 url(../images/layout/home3.jpg) top left no-repeat;
			margin-right:15px;
		}
		#homenavi a.part4 {
			background:#031672 url(../images/layout/home4.jpg) top left no-repeat;
		}
	
	div.homesplit1, div.homesplit2 {
		width:252px;
		float:left;
	}
	div.homesplit1 {
		padding-right:15px;
	}
	
#gallery { list-style: none; padding: 0 3px; margin: 0; }
#gallery li { float: left; padding: 0 2px 4px 2px; margin: 0; }
#gallery li img { border: 1px solid #000000; }

/*
---- Footer
*/

#footer {
	clear:both;
	padding-top:3px;
}
	#footer p {
		font-size:0.9em;
		padding:0;
	}
	
/*
---- Misc
*/
#home-page-banner {
	padding:15px 0 0 0;
}
	#home-page-banner a {
		display:block;
	}
	#home-page-banner img {
		display:block;
	}
	
/*
---- Timesheet
*/
table.timesheet { border-left:1px solid #9099bb; margin-bottom:15px; }
	table.timesheet th { vertical-align:top; border-bottom:1px solid #9099bb; border-right:1px solid #9099bb; padding:2px; }
	table.timesheet td { text-align:center; vertical-align:top; border-bottom:1px solid #9099bb; border-right:1px solid #9099bb; padding:2px; }

/*
---- Clear All and the Clearfix
*/
.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 */