/*
	Master styles for Screen
	updated: 11.05.2007
	author: mike kroll www.imagehat.com
------------------------------------------------------------ */

* { margin:0; padding:0; }

body {
	font: normal 10px arial, verdana, sans-serif;
	color: #585858;
	text-align: center;
	background: #E6E4DF url(../images/site/body-bg.gif) repeat-y top center;
}

a {
	color: #4F7EAF;
	text-decoration: none;
	outline: none;
}
a:hover, a:focus {
	color: #3D6C9D;
	text-decoration: none;
	background: #DCE9F6;
}

img, a img {
	border: 0;
}


/*	page structure
------------------------------------------------------------ */

#wrap {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	background: #fff;
}
#header {	
	margin: 0 27px;
	background: url(../images/site/header-bg.gif) no-repeat 0 0;
}
#main {
	margin: 10px 27px 0 27px;
	padding: 20px 0 30px 15px;
	min-height: 350px;
	background: url(../images/site/sidebar-bg.gif) no-repeat top right;
}
body.alt #main { 
	background: none; 
}
#content {
	float: left;
	width: 600px;
	line-height: 1.5em;
}
#sidebar {
	float: right;
	margin: 0 23px 0 0;
	width: 244px;
	line-height: 1.2em;
}

#footer {
	clear: both;
	margin: 0 27px;
	padding: 20px 15px;
	background: url(../images/site/footer-bg.gif) repeat-x 0 0;
}


/*	content - base typography and lists
------------------------------------------------------------ */

#content p {
	font-size: 1.2em;
	line-height: 1.6;
	margin: 0 0 1.5em;
}

#content h1,
#content h2,
#content h3,
#content h4 {
	font-weight: normal;
	margin: 0 0 .5em;
	font-size: 2.2em;
	line-height: 1.2em;
	color: #3D6C9D;
}
#content h1 { margin-bottom: .8em; }
#content h2 { font-size: 2em; }
#content h2.title { margin-bottom: 4px; padding-bottom: 6px; border-bottom: 1px dashed #d5d5d5; }
#content h3 { font-size: 1.6em; margin: 2em 0 .5em 0;}
#content h3.byline { margin: 0 0 1.6em; font-size: 1.3em; color: #888; font-family: georgia, serif; font-style: italic; }
#content h4 { font-size: 1.3em; color: #888; font-family: georgia, serif; font-style: italic; }


/* lists */
#content ul, #content ol, #content dl {
	font-size: 1.2em;
	margin: 0 0 1.5em 0;
	line-height: 1.5em;
}
/*
#content ul, #content ol {
	margin-left: 20px;
}
*/
#content ol {
	padding-left: 20px;
}
#content ul {
	list-style: none;
}
#content ul li {	
	padding: 0 0 0 16px;
	margin: 0;
	background: url(../images/site/bullet.gif) no-repeat 0 4px;
}
#content ul ul {
	font-size: 1em;
	padding: 0;
	margin: 0 0 1.5em 0;
}
#content ul ul li {	
	padding: 0 0 0 16px;
	margin: 0;
	background: url(../images/site/bullet-sub.gif) no-repeat 0 7px;
}

#content blockquote {
	margin-top: 1.5em;
	padding-left: 15px;
	border-left: 5px solid #B1CBE7;
	font: normal 1.6em georgia, serif;
	font-style: italic;
	line-height: 1.2em;
	color: #888;
}
#content blockquote p {
	line-height: 1.2em;
}
#content strong {
	font-weight: bold;
	background: #FFF9DA;
}
.highlight {
	background: #FFF9DA;
}


/*	content entry styles
------------------------------------------------------------ */

/* summary lists */

#content dl.entry {
	margin: 0 0 1.5em 0;
	padding: 0 0 5px 0;
	border-bottom: 1px dashed #d5d5d5;
}
#content dl.entry dt {
	margin: 0 0 4px;
	font-weight: normal;
	font-size: 1.25em;
	color: #4F7EAF;
}
#content dl.entry dt span {
	font-size: .8em;
	color: #a5a5a5;
}
#content dl.entry dt span a {
	font-size: .8em;
	color: #a5a5a5;
}
#content dl.entry dd {
	margin: 0 0 4px;
}
#content dl.entry dd.byline {
	margin: 0 0 6px;
	font-size: 1.083em;
	color: #888; 
	font-family: georgia, serif; 
	font-style: italic;
}

/* checklist-style entry lists */

#content dl.checklist {
	padding: 0 0 15px 0;
	background: url(../images/site/check.gif) no-repeat 0 2px;
}
#content dl.checklist dt, dl.checklist dd {
	padding: 0 30px 0 30px;
}
#content dl.first {
	padding: 0 0 15px 0;
	background: url(../images/site/check.gif) no-repeat 0 17px;
}

/* faq-style lists */

dl#faq {
	margin: 0 0 1.5em 0;
	border-bottom: 1px dashed #d5d5d5;
}
dl#faq dt {
	margin: 0;
	padding: 8px 0 8px 20px;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.2;
	color: #84B027;
	border-top: 1px dashed #d5d5d5;
	cursor: pointer;
}
dl#faq dt.faq-off {
	background: url(../images/site/icn-plus.gif) no-repeat 0 8px;
}
dl#faq dt.faq-on {
	background: url(../images/site/icn-minus.gif) no-repeat 0 8px;	
}
dl#faq dd {
	font-weight: normal;
	margin: 0 0 15px;
	padding: 0 0 0 20px;
}

/* archive listings */

#content dl.archives dt {
	font-weight: bold;
	margin: 15px 0 .5em;
	padding: 5px 0 5px 0;
	border-top: 1px dashed #d5d5d5;
	border-bottom: 1px dashed #d5d5d5;
}
#content dl.archives {
	font-size: 1.2em;
}

/* blog entries */

div.entry {
	padding: 15px 0 0;
	border-bottom: 1px dashed #d5d5d5;
}
#content .entry h3 {
	margin: 10px 0 4px 0;
	font-size: 1.5em;
	font-weight: bold;
}
#content .entry h4 {
	margin: 0 0 12px 0;
	font-size: 1.3em;
	color: #888; 
	font-family: georgia, serif; 
	font-style: italic;
}
#content a.authorlink {
	color: #888;
	text-decoration: none;
}
#content a.authorlink:hover {
	color: #3D6C9D;
	text-decoration: none;
	background: #DCE9F6;
}
#content .entry p {
	margin-bottom: 1em;
	line-height:1.2em;
}
#content p.posted {
	margin-bottom: 10px;	
	color: #a5a5a5;
	font-size: 1.1em;
	clear: both;
}
#content .posted span.plink {
	padding: 5px 0 5px 17px;
	background: url(../images/site/icn-page-sm.gif) no-repeat 0 4px;
}
#content .posted span.filed {
	padding: 5px 0 5px 20px;
	background: url(../images/site/icn-folder.gif) no-repeat 0 2px;
}
#content .posted span.comments {
	margin-left: 8px;
	padding: 5px 0 5px 19px;
	background: url(../images/site/icn-comment.gif) no-repeat 0 2px;
}
#content .posted span.tags {
	margin-left: 8px;
	padding: 5px 0 5px 19px;
	background: url(../images/site/icn-tag.gif) no-repeat 0 3px;
}
#content p.posted a { color: #a5a5a5; }
#content p.posted a:hover { color: #3D6C9D; text-decoration: none; background: #DCE9F6; }

#content div.first, #content dl.first {
	padding-top: 15px;
	border-top: 1px dashed #d5d5d5;
}

/* headline-style simplified entries */

div.headline {
	padding: 5px 0;
}
#content .headline h3 {
	font-size: 1.3em;
}
#content .entry span.date {
	color: #b4b4b4;
}

/* comments */

#comments {
	margin: 30px 0 0 0;
}
#comments h3 {
	margin-bottom: 18px;
	padding-top: 15px;
	border-top: 1px dashed #d5d5d5;
}
dl.comment {
	background: url(../images/site/comment-bot.gif) no-repeat bottom left;
}
dl.comment dt {
	font-weight: bold;
	padding: 5px 15px 14px 0;
	background: #fff url(../images/site/comment-top.gif) no-repeat bottom left;
}
dl.comment dt span { font-weight: normal; font-style: italic; }
dl.comment dd {
	line-height: 1.3;
	padding: 15px 15px 1px 15px;
}
#comments fieldset {
	border: 1px solid #ddd;
	padding: 5px 15px 15px 15px;
}
#comments legend {
	font-size: 1.3em;
	font-weight: bold;
	padding: 5px 10px;
	border: 0;
	background: #fff;
	color: #585858;
	margin-bottom: 15px;
}
#comment-form {
	margin-top: 25px;
}
#comment-form .input-txt {
	width: 200px;
}
#comment-form .input-area {
	width: 100%;
	height: 150px;
}

#content p.pagination {
	margin-top: 25px;
}
#content p.pagination {
	font-family: arial, helvetica, verdana, sans-serif;
}
#content p.pagination a {
	padding: 3px 6px; border: 1px solid #a1c4d5;
	text-decoration: none;
}
#content p.pagination a:hover {
	background: #DCE9F6;
	text-decoration: none;
}
#content p.pagination strong {
	padding: 3px 6px; border: 1px solid #86af2d; background: #9cc543;
	color: #fff;
}


/*	client listings
------------------------------------------------------------ */

#content ul.logos {
	list-style: none; margin: 0 0 3em 0;
}
#content ul.logos li {
	margin: 00; padding: 0; background: none;
	float: left; height: 80px; width: 200px;
	text-align: center;
}
#content ul.logos li a {
	border: 0; background: none; text-decoration: none;
	height: 80px; width: 200px; display: block;
}

#content ul.logos li span {
	text-indent: -9999px;
	display: block;
}


/*	careers section
------------------------------------------------------------ */

#apply-box {
	width: 170px;
	float: right;
	margin: 0 0 10px 10px;
	padding: 20px;
	border: 1px solid #ededed;
	text-align: center;
	color: #888;
	font-style: italic;
	font-size: 1.1em;
	font-family: georgia, serif;
}
a#apply-btn {

	display: block;
	width: 170px;
	height: 45px;
	text-indent: -9999px;
	background: url(../images/site/btn-apply.gif) no-repeat 0 0;
}
a#apply-btn:hover {
	background-position: 0 -45px;
}


/*	title area - subpages
------------------------------------------------------------ */

#title {
	height: 71px;
	margin: 0 27px;
	background: url(../images/site/title-bg.jpg) no-repeat 0 0;
}
#title h1 {
	font-weight: normal;
	margin: 0 0 .5em;
	padding: 24px 0 0 17px;
	font-size: 2.2em;
	line-height: 1.2em;
	color: #fff;
}


/*	sidebar
------------------------------------------------------------ */

#sidebar h2 {
	font: normal 12px Georgia, serif;
	font-style: italic;
	margin: 0 0 8px 0;
	padding: 0 0 6px 0;
	border-bottom: 1px solid #D3DBC3;
}

/* sub-nav */

#sidebar ul#subnav, #sidebar ul.links {
	margin: 0 0 35px -24px;
	list-style: none;
	font-size: 1.2em;
}
#sidebar #subnav li a, #sidebar ul.links li a {
	display: block;
	padding: 5px 0 5px 24px;
	line-height: 1.2em;
	text-decoration: none;
	color: #84B027;
}
#sidebar #subnav li a:hover, #sidebar ul.links li a:hover {
	text-decoration: none;
	color: #72A011;
	background: transparent url(../images/site/subnav-hover.png) repeat-y 0 0;
}
#sidebar #subnav li.active {
	background: transparent url(../images/site/subnav-active.png) repeat-y 0 0;
}
#sidebar #subnav li.active a, #sidebar #subnav li.active a:hover {
	background: url(../images/site/subnav-ding.gif) no-repeat 12px 6px;
	text-decoration: none;
}

/* feed box */
#sidebar .feedbox {
	border: 1px solid #F9DCB7;
	background: #FBFBEC;
	padding: 18px;
	/*margin: 35px -14px 0 -14px;*/
	margin: 0;
	font-size: 1.1em;
}
#sidebar .feedbox h3 {	
	height: 21px; width: 170px;
	margin: 0 0 11px;
	text-indent: -9999px;
	background: url(../images/site/feed-headline.gif) no-repeat 0 0;
}
#sidebar .feedbox ul {
	list-style: none;
	margin: 0;
}
#sidebar .feedbox ul li {
	padding: 3px 0 3px 16px;
	background: url(../images/site/feed-icon.gif) no-repeat 0 2px;	
}
#sidebar .feedbox p {
	margin: 0 0 11px;
}
#sidebar .feedbox a {
	color: #585858;
	background: none;
	border-bottom: 1px solid #adadad;
}
#sidebar .feedbox li a {
	color: #E36F2E;
	border: 0;
}
#sidebar .feedbox a:hover {
	color: #E36F2E;
	border-bottom: 1px solid #E36F2E;
}

/*	home page specific
------------------------------------------------------------ */

body.home #main {
	background: url(../images/site/sidebar-bg-home.gif) no-repeat top right;
}
body.home #content {
	width: 550px;
}
#banner {
	width: 945px;
	height: 195px;
	margin: 0 auto;
	text-align: left;	
	text-indent: -9999px;
	background: url(../images/site/home-banner.jpg) no-repeat 0 0;
	position: relative;
}
#banner #feature {
	position: absolute;
	top: 0; left: 630px;
	width: 315px;
	height: 195px;
	background: url(../images/site/home-feature.gif) no-repeat 0 0;
}
#feature a#explore, #feature a#explore:hover {
	position: absolute;
	top: 0; left: 0;
	height: 195px;
	width: 315px;
	background: none;
}
a#more-btn {
	display: block;
	margin-top: 40px;
	width: 246px;
	height: 45px;
	text-indent: -9999px;
	background: url(../images/site/btn-more-about.gif) no-repeat 0 0;
}
a#more-btn:hover {
	background-position: 0 -45px;
}
body.home #sidebar {
	margin: 0 0 0 0;
	width: 314px;
}
body.home #sidebar h2 {
	margin: 0 23px 15px 23px;
}
body.home #sidebar dl {
	margin: 0 0 18px 0;
	padding: 0 23px 18px 23px;
	border-bottom: 1px solid #fff;
}
body.home #sidebar dl dt {
	margin: 0 0 8px;
	font-size: 1.3em;
	line-height: 1.5em;
}
body.home #sidebar dl dd {
	margin: 0 0 8px;
	font-size: 1.1em;
	line-height: 1.3em;
}
body.home #sidebar dl dd.buttons {
	margin: 15px 0 10px 0;
}
body.home #sidebar ul {
	margin: 0 23px 0 23px;
	padding: 0;
	list-style: none;
}
body.home #sidebar ul li {
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0 0 10px;
	padding: 0 0 0 8px;
	background: url(../images/site/ding-green-alt.gif) no-repeat 0 3px;
}
body.home #sidebar a {
	color: #84B027;
}
body.home #sidebar a:hover {
	background: none;
	color: #72A011;
}
a#spotlight-apply-btn {
	float: left;
	display: block;
	width: 123px;
	height: 35px;
	text-indent: -9999px;
	background: url(../images/site/btn-spotlight-apply.gif) no-repeat 0 0;	
}
a#spotlight-more-btn {
	float: left;
	display: block;
	width: 144px;
	height: 35px;
	text-indent: -9999px;
	background: url(../images/site/btn-spotlight-careers.gif) no-repeat 0 0;	
}
body.home #sidebar a#spotlight-apply-btn:hover { background: url(../images/site/btn-spotlight-apply.gif) no-repeat 0 -35px; }
body.home #sidebar a#spotlight-more-btn:hover { background: url(../images/site/btn-spotlight-careers.gif) no-repeat 0 -35px; }


/*  main navigation
------------------------------------------------------------ */

ul#nav {
	position: absolute;
	top: 65px; right: 45px;
	text-align: left;
	list-style: none;
	height: 20px;
}
#nav li {
	float: left;
	height: 20px;
}
#nav li a {
	height: 20px;
	text-indent: -9999px;
	display: block;
}

#n-home a    { width: 52px; background: url(../images/site/nav-home.gif) no-repeat 0 0; }
#n-company a { width: 92px; background: url(../images/site/nav-company.gif) no-repeat 0 0; }
#n-services a { width: 84px; background: url(../images/site/nav-services.gif) no-repeat 0 0; }
#n-resources a { width: 99px; background: url(../images/site/nav-resources.gif) no-repeat 0 0; }
#n-news a { width: 105px; background: url(../images/site/nav-news.gif) no-repeat 0 0; }
#n-careers a { width: 71px; background: url(../images/site/nav-careers.gif) no-repeat 0 0; }
#n-blogs a { width: 60px; background: url(../images/site/nav-blogs.gif) no-repeat 0 0; }

#nav li a:hover {
	background-position: 0 -20px;
}
#nav li a.active {
	background-position: 0 -40px;
}

/* utility nav */

ul#utility {
	position: absolute;
	top: 5px;
	right: 45px;
	list-style: none;
}
#utility li {
	display: inline;
	margin: 0;
	padding: 0 5px;	
	border-right: 1px solid #B8B6B4;
}
#utility #search {
	border: 0;
}
#utility li a {
	color: #828282;
}
#utility li a:hover, #utility li a:focus {
	color: #186C81;
}


/*	header (logo)
------------------------------------------------------------ */

#header h1 {
	padding: 43px 15px 13px 15px;
}
#header h1 a {
	border: 0;
	background: none;
}


/*	footer
------------------------------------------------------------ */

#footer p {
	font-size: 1.1em;
	line-height: 1.2;
	margin: 0 0 1em 0;
	color: #888;
}
#footer #address {
	float: right;
	width: 270px;
}
#footer a {
	color: #9E9E9E;
}
#footer a:hover, #footer a:focus {
	color: #3D6C9D;
}


/* forms
------------------------------------------------------------ */

fieldset {
	border: 0;
}
legend {
	font-size: 1.6em;
	line-height: 1.8em;
	border: 0;
	padding-bottom: 1em;
	color: #4F7EAF;
}
fieldset ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
fieldset li {
	margin: 0 0 15px 0;
}
fieldset li span.note {
	display: block;
	margin: 0;
	line-height: 1em;
	padding: 8px 0 0 90px;
	font-size: .917em;
	font-style: italic;
	color: #888;
}
label {
	display: block;
	float: left;
	width: 80px;
	margin: 0 10px 0 0;
	text-align: right;
}

/* contact and apply forms */

#contact-form, #search-form, #apply-form {
	background: url(../images/site/box-top.gif) no-repeat top left;
	padding: 15px 0 0 15px;
}
#contact-name,
#contact-email,
#contact-message,
.input-txt {
	padding: 1px 3px;
	width: 350px;
	background: #fff;
	border: 1px solid #94B2D1;
}
input#submit {
	margin: 0 0 0 90px;
}

/*	search */

#search-form { margin: 0 0 25px 0; }
#keywords {
	padding: 1px 3px;
	width: 250px;
	background: #fff;
	border: 1px solid #94B2D1;
	vertical-align: middle;
}
#search-btn {
	margin-left: 7px;
	vertical-align: middle;
}
#content dl#search-results {
	margin: 0 0 1.5em 0;
	padding: 10px 0 0 0;
	border-top: 1px dashed #d5d5d5;
}
#content dl#search-results dt {
	margin: 0 0 4px 0;
	padding: 0;
	font-size: 1.083em;
}
#content dl#search-results a { text-decoration: underline; }
#content dl#search-results dd {
	margin: 0 0 10px 0; 
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #d5d5d5;
	line-height:1.2em;
}
#content dl#search-results dd span.date { color: #b4b4b4; }
form#search-filter {
	margin: 0 0 15px 0;
	padding: 15px 0 15px 15px;
	background: url(../images/site/box-top.gif) no-repeat top left;
}
form#search-filter h3 {
	margin: 0 0 8px 0;
	padding: 0;
	border: 0;
	font-size: 1.3em;
	font-weight: normal;
}
form#search-filter select, .search-options select { 
	margin: 0 10px 0 0; 
}


/*	link icons
------------------------------------------------------------ */

a.pdf, p.pdf a {
	padding: 4px 0 4px 25px;
	background: url(../images/site/icn-pdf.gif) no-repeat 0 center;
}
a.doc, p.doc a {
	padding: 4px 0 4px 25px;
	background: url(../images/site/icn-doc.gif) no-repeat 0 center;
}
a.xls, p.xls a {
	padding: 4px 0 4px 25px;
	background: url(../images/site/icn-xls.gif) no-repeat 0 center;
}
a.link, p.link a {
	padding: 4px 0 4px 25px;
	background: url(../images/site/icn-world.gif) no-repeat 0 center;
}
a.txt, p.txt a,
a.rtf, p.rtf a,
a.file, p.file a {
	padding: 4px 0 4px 25px;
	background: url(../images/site/icn-txt.gif) no-repeat 0 center;
}


/*	misc
------------------------------------------------------------ */

hr, .hide {
	display: none;
}
.left {
	float: left;
	margin: 0 8px 8px 0;
}
.right {
	float: right;
	margin: 0 0 8px 8px;
}

a.more {
	margin-left: 4px;
	white-space: nowrap;	
}
p.viewall {
	clear: both;
	padding: 15px 0 0 0;
	text-align: right;
}

/* breadcrumbs */

.breadcrumb {
	font-size: 1.1em;
	margin: -20px 0 22px 0;
	color: #888;
}
.breadcrumb a {
	color: #888;
}
.breadcrumb a:hover {
	color: #3D6C9D;
	text-decoration: none;
	background: #DCE9F6;
}

/* auto-format content images */
#content img.pic, #content img.pic-left, #content img.pic-none {
	float: right;
	margin: 0 0 8px 8px;
	padding: 3px;
	border: 1px solid #d5d5d5;
}
#content img.pic-left {
	float: left;
	margin: 0 8px 8px 0;
}
#content img.pic-none {
	float: none;
}

/* vcard */
div.vcard { margin: 0 0 18px 0; }
a.vcard-dnld {
	padding: 5px 0 5px 28px;
	background: url(../images/site/icn-vcard.gif) no-repeat 0 0;
}

/* message boxes */
#content .alert, #content .error, #content .success { margin: 0 0 1.5em; padding: 18px 15px 8px 42px; }
#content .alert strong, #content .error strong, #content .success strong { 	background: 0; letter-spacing: 1px; }
.alert { color: #E27D01; background: #F4F4D5 url(../images/site/icn-note.gif) no-repeat 15px 16px; }
.error { color: #E25A3A; background: #FFECE7 url(../images/site/icn-error.gif) no-repeat 15px 16px; }
.success { color: #67A25A; background: #E9F7DF url(../images/site/icn-greencheck.gif) no-repeat 15px 16px; }

/* style QWANtify */
span.qwan { font-style: italic; }
span.qwan acronym { font-style: normal; text-transform: uppercase; border: 0; text-decoration: none; }
dl.entry dt span.qwan, 
dl.entry dt span.qwan a { font-size: inherit; color: inherit; }

/* fancy ampersand - thanks to css master dan cederholm - www.simplebits.com */
span.amp {
	font-size: 110%;
	font-family: "Baskerville", "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-style: italic;
}

/* self-clearing floats */

#main:after,
div.entry:after,
body.home #sidebar dl:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* thanks for visiting */