/*  
Theme Name: ExactData Swoop Custom Theme
Theme URI: http://www.exactdata.net/
Description: A custom theme developed for ExactData by <a href="http://www.redbottledesign.com/">Red Bottle Design</a>.
Version: 1.0
Author: Jesse decker
Author URI: http://redbottledesign.com/
*/



/* Begin Typography & Colors */
html, body, div, p {
	margin: 0;
	padding: 0;
}

p {
	padding: 8px 3px;
	font-size: 12px;
	line-height: 1.3em;
}

body {
	/*font-size: 62.5%; /* Resets 1em to 10px */
	font-size: 11px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #deddd1 url('images/body_bg_vert.jpg') top center repeat-x;
	color: #333;
	text-align: center;
	}


small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

/* End Typography & Colors */



.right,
.alignright {
	float: right;
}
.left,
.alignleft {
	float: left;
}
.menu, .menu li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu a {
	display: block;
}

.hide {
	display: none;
}

.eliminate {
	display: none;
	height; 0;
	position: aboluste;
	overflow: hidden;
	}

.pad {
	padding: 10px;
}

.postmetadata {
	clear: left;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

/* End Images */


/* Begin Structure */

#header {
	background: url('images/body_bg_top.gif') top center no-repeat;
	height: 174px;
}
#header h1 {
	float: left;
	margin: 0 0 0 5px;
}
#header h1 a {
	background: #abaaa0 url('images/header_logo.gif') top left no-repeat;
	height: 93px;
	width: 265px;
	display: block;
	text-indent: -9999px;
}
#header h1 a:hover {
	background-position: 0 -93px;
}

#header .verticals {
	height: 40px;
	background: #b4b3a9;
	width: 525px;
	line-height: 30px;
	text-align: right;
	font-size: 14px;
	letter-spacing: 3px;
	font-weight: bold;
}

#header .verticals a {
	color: #555;
	border-color: #b4b3a9;
	border-style: solid;
	border-width: 3px 14px;
	text-decoration: none;
}
#header .verticals a:hover {
	text-decoration: underline;
	color: #333;
}
#header .verticals .active a {
	color: #000;
	text-decoration: underline;
}
#header .verticals li {
	float: right;
	margin-right: 5px;
}

#header .links {
	width: 520px;
	font-size: 14px;
	color: #000;
}
#header .links li {
	float: right;
	margin-right: 10px;
}
#header .links a {
	border-color: #abaaa0;
	border-style: solid;
	border-width: 10px 18px 4px;
	color: #000;
	text-decoration: none;
}
#header .links a:hover {
	text-decoration: underline;
}
#header .links .active a {
	text-decoration: underline;
	font-weight: bold;
	padding-top: 7px;
	border-top: 3px solid #7e7d76;
}



#footer {
	padding: 0;
	margin-top: 13px;
	background-color: #deddd1;
	clear: both;
	}

#footer .container {
	background: url('images/footer_box.jpg') 50% 10px no-repeat;
	padding-top: 30px;
}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	font-size: 10px;
	}
/* End Structure */



.container {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}

#page {
	margin-top: -81px;
}
#page .container {
	background: #1f4960 url('images/page_bg.gif') top right repeat-y;
	border-bottom: 5px #1f4960 solid;
}

#content {
	float: right;
	width: 533px;
	display: inline;
}
#content .pad {
	padding: 40px 40px 10px 15px;
}

#sidebar {
	float: right;
	display: inline;
	width: 267px;
	padding-top: 70px;
}

#breadcrumb {
	height: 100px;
	width: 267px;
}
#breadcrumb span {
	display: block;
	padding: 0 0 0 30px;
	display: inline;
}



#page_home {
	background: url('images/home_header.jpg') top left no-repeat;
	width: 800px;
	height: 261px;
	position: relative;
}

#page_home .choose {
	display: block;
	position: absolute;
	color: #322723;
	left: 30px;
	top: 126px;
	font-size: 2.2em;
	
}

#page_home #page_home_verticals {
	position: absolute;
	font-size: 18px;
	font-weight: bold;
	left: 240px;
	top: 43px;
}

#page_home #page_home_verticals a {
	padding: 0px 0px 0px 14px;
	width: 166px;
	background-image: url('images/vertical_bg.gif');
	background-repeat: no-repeat;
	background-position: 0 -70px;
	height: 53px;
	color: #000;
	text-decoration: none;
}
#page_home #page_home_verticals a:hover,
#page_home #page_home_verticals li.active a {
	background-position: top left;
}
#page_home #page_home_verticals a:hover b {
	text-decoration: underline;
}

#page_home #page_home_verticals em {
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	color: #444;
	font-style: normal;
}

#page_home #page_home_verticals a:hover em {
	text-decoration: none;
}

#page_home #page_home_bgs li {
	position: absolute;
	top: 39px;
	left: 425px;
	background: url('images/home_bgs.jpg') top left no-repeat;
	text-indent: -9999px;
	width: 370px;
	height: 208px;
}
#page_home #page_home_bgs li a {
	display: block;
	width: 370px;
	height: 208px;
}
#page_home #page_home_bgs #biometrics {
	background-position: 0 -832px;
}
#page_home #page_home_bgs #banking {
	background-position: 0 -624px;
}
#page_home #page_home_bgs #healthcare {
	background-position: 0 -416px;
}
#page_home #page_home_bgs #census {
	background-position: 0 -208px;
}

.home_content {
	width: 388px;
	border: 3px solid #2f596f;
	background: #fbfbfb;
	margin-right: 3px;
	margin-top: 10px;
}

.home_content h2 {
	border-bottom: 2px solid #b4b3a9;
	padding: 4px 3px;
	margin: 0 0 10px 0;
}

.news li {
	margin: 10px 0 5px 0;
}
.news strong {
	font-size: 14px;
	font-weight: normal;
}
.news em {
	font-size: 9px;
}

#nwboc_callout a {
	background-image: url('images/nwboc_callout.gif');
	background-position: top right;
	background-repeat: no-repeat;
	height: 50px;
	text-indent: -9999px;
	display: block;
}

#home_page_mission a {
	height: 50px;
	background: url('images/lockheed_mentor.jpg') top left no-repeat;
	text-indent: -9999px;
	display: block;
}


/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}
	
html>body .entry ul ol {
	text-indent: 0px;
}

html>body .entry li {
	margin: 5px 0 6px 10px;
	}

.entry ul>li:before /*, #sidebar ul ul li:before */ {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	padding: 10px 10px 10px 0;
	clear: left;
	}

#sidebar li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	background-color: #e4e3db;
	padding: 5px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	/*margin: 5px 0 0 10px;*/
	margin: 0;
	padding: 0;
	}

#sidebar ul ul {
	padding: 10px;
}
#sidebar ul .menu ul {
	padding: 0;
}
#sidebar ul ul li {
	padding: 5px 2px;
	margin: 0;
}
#sidebar .menu li {
	padding: 0;
	border-bottom: 1px solid #e4e3db;
}

#sidebar .menu a {
	padding: 8px 10px;
}
#sidebar .menu li.current_page_item a {
	background: url('images/arrow.png') 94% 50% no-repeat;
	background-color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}
#sidebar .menu li.current_page_item a:hover {
	text-decoration: underline;
}
#sidebar .menu a:hover {
	background-color: #c9c8c1;
	text-decoration: none;
}


/*
banking: blue/green
healthcare: red/blue
census: green/blue
*/
#content {
	background-repeat: no-repeat;
	background-position: top right;
}
#sidebar {
	background-repeat: no-repeat;
	background-position: top left;
}

.sidebar_skinny {
	background-image: url('images/page_skinny.jpg') !important;
	padding-top: 60px !important;
}
.sidebar_skinny #breadcrumb {
	height: 30px !important;
}
.content_grey,
.content_skinny {
	background-image: url('images/page_grey_bg.jpg');
}
.sidebar_grey {
	background: url('images/page_grey_title.jpg');
}

.sidebar_blue #breadcrumb,
.sidebar_green #breadcrumb,
.sidebar_red #breadcrumb,
.sidebar_yellow #breadcrumb {
	text-indent: -9999px;
}

.content_blue {
	background-image: url('images/page_lightblue_bg.jpg');
}
.content_blue_wrapped {
	background-image: url('images/page_blue_bg.jpg');
}
.content_blue_wrapped .wrap {
	float: right;
	height: 230px;
	width: 210px;
}
.sidebar_blue {
	background-image: url('images/page_blue_title.jpg');
}
.sidebar_blue ul a {
	color: #000;
}
.sidebar_blue .menu,
.sidebar_blue .colored,
.sidebar_blue .menu li {
	background-color: #bcc3e6 !important;
	border-color: #bcc3e6 !important;
}
.sidebar_blue .menu li a:hover {
	background-color: #e7eaee !important;
}

.content_green {
	background-image: url('images/page_lightgreen_bg.jpg');
}
.content_green_wrapped {
	background-image: url('images/page_green_bg.jpg');
}
.content_green_wrapped .wrap {
	float: right;
	height: 200px;
	width: 260px;
}
.sidebar_green {
	background-image: url('images/page_green_title.jpg');
}
.sidebar_green ul a {
	color: #000;
}
.sidebar_green ul li.menu,
.sidebar_green .colored,
.sidebar_green ul li.menu li {
	background-color: #bbd4b5 !important;
	border-color: #bbd4b5 !important;
}
.sidebar_green .menu li a:hover {
	background-color: #e9f5e9 !important;
}

.content_red {
	background-image: url('images/page_lightred_bg.jpg');
}
.content_red_wrapped {
	background-image: url('images/page_red_bg.jpg');
}
.content_red_wrapped .wrap {
	float: right;
	height: 200px;
	width: 240px;
}
.sidebar_red {
	background-image: url('images/page_red_title.jpg');
}
.sidebar_red ul a {
	color: #000;
}
.sidebar_red .menu,
.sidebar_red .colored,
.sidebar_red .menu li {
	background-color: #eabaad !important;
	border-color: #eabaad !important;
}
.sidebar_red .menu li a:hover {
	background-color: #f0e1e0 !important;
}

.content_yellow {
	background-image: url('images/page_lightyellow_bg.jpg');
}
.content_yellow_wrapped {
	background-image: url('images/page_red_bg.jpg');
}
.content_yellow_wrapped .wrap {
	float: right;
	height: 200px;
	width: 240px;
}
.sidebar_yellow {
	background-image: url('images/page_yellow_title.jpg');
}
.sidebar_yellow ul a {
	color: #000;
}
.sidebar_yellow .menu,
.sidebar_yellow .colored,
.sidebar_yellow .menu li {
	background-color: #cfcb9e !important;
	border-color: #cfcb9e !important;
}
.sidebar_yellow .menu li a:hover {
	background-color: #f5f5e9 !important;
}

#sidebar ul .categories a {
	display: inline;
	padding: 0;
}
#sidebar ul .categories a:hover {
	text-decoration: underline;
	background: none;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}
	
#sidebar h2 {
	padding: 4px 3px;
	border-bottom: 2px solid #abaaa0;
	margin: 0 0 8px 0;
}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */




/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
	}
/* End Various Tags & Classes*/

