/*---------------------
		CSS Document
		created by Rick Bjarnason
		www.psdcuts.com
---------------------*/
/*---------------------
		Resets
----------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
a {
	color:#002e71;
	}
a:hover {
	color:#0099ff;
	}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*---------------------
		General Tags
----------------------*/
body {
	color: #333333;
	font: 62.5% Arial, sans-serif;
}
/*---------------------
		Layout
----------------------*/
#wrapper {
	margin: 0 auto;
	width: 920px;
}
#header {
	height: 170px;
	position: relative; /* for positioning children */
}
#banner {
	margin: 0 auto 7px;
}
#content {
	background: url(../img/bg_content.png) repeat-x;
	overflow: hidden; /* contain floated elements */
	padding: 13px;
}

#footer {
	background: url(../img/bg_footer.png) repeat-x 0 0;
	clear: both;
	padding: 13px 10px;
}
/*---------------------
	Header Styles
----------------------*/
#header h1 {
	background: url(../img/logo.png) no-repeat 0 0;
	height: 54px;
	left: 27px;
	position: absolute;
	top:60px;
	width: 296px;
}
#header h1 a {
	display: block;
	height: 54px;
	text-indent: -9999em;
	width: 296px;	
}
#locations {
	float: right;
	margin: 49px 0 0 0;
	color: #6699cc;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 0 4px;
	text-decoration: none;
	text-transform: uppercase;
}
#locations li {
	color: #6699cc;
	float: left;
}
#locations li.last {
	padding-right: 0;
}
#locations a {
	color: #6699cc;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 0 15px;
	text-decoration: none;
	text-transform: uppercase;
}
#locations li.last a {
	padding-right: 0;
}
#locations a:hover {
	text-decoration: underline;
}
#slogan {
	clear: both;
	color: #a7a7a7;
	float: right;
	font-size: 9px;
	font-weight: bold;
	letter-spacing: .68px;
	margin: 14px 0 0 0;
	text-transform: uppercase;
}
#nav-search {
	clear: both;
	float: right;
	margin: 11px 0 0 0;
	width: 503px;
	
}
#nav-search ul {
	float: left;
}
#nav-search ul li {
	color: #002e71;
	float: left;
}
#nav-search ul li a{
	color: #002e71;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: .3px;
	padding: 0 14px;
	text-decoration: none;
	
}
#nav-search ul li a:hover {
	text-decoration: underline;
}
#nav-search form {
	float: left;
	padding-left: 13px;
}
#nav-search input {
	border: 1px solid #a5a9aa;
	float: left;
	height: 13px;
	width:124px;
}
#nav-search form button {
	background: url(../img/searchOff.jpg) no-repeat 0 0;
	border: none;
	height: 17px;
	margin: -1px 0 0 8px;
	width: 56px;
}
#nav-search form button:hover {
	background: url(../img/searchOn.jpg) no-repeat 0 0;

}
/*---------------------
Main Navigation Styles
----------------------*/
#navwrap {
	background: url(../img/bg-mainnav.jpg)  no-repeat 0 0;
	height: 31px;
	padding: 0 1px;
	position: absolute;
	top:133px;
	width: 918px;
}
#mainnav {

	display: block;
	position: relative;
}
#mainnav li {
	float: left;
}
#mainnav > li {
}
#mainnav li a {
	color: #292929;
	display: block;
	height: 31px;
	text-decoration: none;
	text-indent: -9999em;
}
#mainnav #whoweare > a {
	width: 158px;
}
#mainnav #whoweare > a:hover {
	background: url(../img/bg-mainnav.jpg)  no-repeat -1px -32px;

}
#mainnav #whoweserve > a {
	width: 160px;
}
#mainnav #whoweserve > a:hover {
	background: url(../img/bg-mainnav.jpg)  no-repeat -159px -32px;

}
#mainnav #services > a {
	width: 208px;
}
#mainnav #services > a:hover {
	background: url(../img/bg-mainnav.jpg)  no-repeat -319px -32px;

}
#mainnav #resources > a {
	width: 134px;
}
#mainnav #resources > a:hover {
	background: url(../img/bg-mainnav.jpg)  no-repeat -527px -32px;

}
#mainnav #partner > a {
	width: 258px;
}
#mainnav #partner > a:hover {
	background: url(../img/bg-mainnav.jpg)  no-repeat -661px -32px;

}
#mainnav li ul {
	display: none;
	position: absolute;
	left: 0;
	padding-left: 4px;
	top: 31px;
	width: 918px;
}
#mainnav li:hover ul {
	display: block;
}
.home #mainnav li:hover ul {
	display: none;
}
#mainnav li ul li {
	float: left;
}
#mainnav li ul li a {
	font-size: 11px;
	text-indent: 0;
	padding: 10px 8px 0 8px;
}
#mainnav li ul li a:hover,#mainnav li ul li.current a {
	color: #003366;
	text-decoration: underline;
}
/*---------------------
	Content Styles
----------------------*/
.column {
	background: #efefef url(../img/bg_column.png) repeat-x;
	border: 1px solid #e2e2e2;
	float: left;
	padding: 12px 13px 12px 15px;
}
.small {
	width: 198px;
	height: 285px;
}
.large {
	margin-right: 13px;
	width:382px;
	height: 285px;
}
.advisor {
	float: left;
	margin-right: 13px;
	width: 226px;
}
.column h3,.advisor h3,.greyGrad  h3 {
	color: #444444;
	font-size: 19px;
	font-weight: normal;
	letter-spacing: 1.3px;
	word-spacing: -2px;
}
.column p, .greyGrad p  {
	font-size: 12px;
}
.greyGrad {
	background: #f2f2f4 url(../img/bg_advisor.png) repeat-x 0 0;
	border: 1px solid #e2e2e2;
	padding: 8px 13px 12px 10px;
	overflow: hidden;
}
.partner h3 {
	margin-bottom: 8px;
}
.partner .more {
	margin: 15px 0 0 5px;
}
.adv-wrap {
	height: 86px;
	padding: 11px 13px 12px 10px;
	
}

.adv-wrap  span {
	color: #043274;
	display: block;
	font-size: 13px;
}
.adv-wrap  span a {
	color: #043274;
	text-decoration: none;
}
#phone {
	background: url(../img/phone-icon.png) no-repeat 0 7px;
	border-bottom:  1px solid #d6d3cd;
	letter-spacing: 1px;
	margin-top: 3px;
	padding:12px 0 7px 26px;
}
#email {
	background: url(../img/mail-icon.png) no-repeat 0 5px;
	border-top: 1px solid #fafafa;
	padding:9px 0 10px 26px;
}
.contact-form {
	background: url(../img/bg_contact.jpg) repeat-y 0 0;
	height: 144px;
	padding: 8px 12px;
	width: 204px;
}
.contact-form h3 {
	color: #fff;
	font-size: 19px;
	font-weight: normal;
	letter-spacing: 1.3px;
	word-spacing: -2px;
}
.contact-form .t {
	border: 1px solid #9a9b9d;
	color: #379bff;
	float: left;
	height: 13px;
	margin: 3px 0;
	width: 140px;
}
.contact-form #button-wrap {
	float: right;
	margin-top: -25px;
}
.contact-form .button {
	clear: both;
	cursor: pointer;
	float: right;
	width: 54px;
}
.post-wrap {
	padding: 14px 0 0 5px;
}
.post {
	border-bottom: 1px solid #dbd8d2;
	overflow: hidden;
	padding: 11px 0 6px;
}
.last {
	border-bottom: none;
}
.post span {
	color: #3399ff;
	display: block;
	font-size: 12px;
	float: left;
	width: 63px;
}
.post  a {
	color:#333;
	text-decoration: none;

}
.post  a:hover {
	text-decoration: underline;
}
.post p {
	float: left;
	line-height: 17px;
	width: 292px;
}
.spotlight-img {
	display: block;
	margin: 15px auto 17px;
	width:168px;
}
.spotlight2-img {
	display: block;
	margin: 15px auto 17px;
	width:211px;
}

.spotlight h4  {
	font-size: 12px;
	margin-bottom: 3px;
}
.spotlight h4 a {
	color: #003366;
	text-decoration: none;
}
.more {
	background: url(../img/learnOff.png) no-repeat;
	border: none;
	float: left;
	height: 17px;
	margin: 18px 15px 0 0;
	width: 83px;
}
.more:hover {
	background: url(../img/learnOn.png) no-repeat;
	cursor: pointer;
	
}
/*  REMOVED BY KO WHEN ADDING PAGINATION FOR SPOTLIGHT MODULE

.spotlight .smallnav {
	float: left;
	margin: 21px 0 0 0;
	width: 90px;
}
.smallnav a {
	color: #666;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding:0 6px;
	text-decoration: none;
}
.smallnav a:hover {
	font-weight: bold;
}*/

#spotlight-container .page_counter {
	float: left;
	margin: 21px 0 0 0;
	width: 98px;
}

#spotlight-container .page_counter a{
	color: #666;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding:0 5px;
	text-decoration: none;
} 

#spotlight-container .page_counter span.qp_counter {
	display:none;
	
}

#spotlight-container .page_counter a:hover {
	font-weight: normal;
	color: #0099ff;

}



/*---------------------
	Footer Styles
----------------------*/
#footer p {
	font-size: 10px;
	letter-spacing: 1px;
}
#footer a {
	color: #333333;
	padding: 0 10px 0 0;
	text-decoration: none;
}
#footer a:hover {
	color: #0099ff;
	padding: 0 10px 0 0;
	text-decoration: underline;
}
#footer span {
	padding: 0 0 0 10px;
	letter-spacing: .5px;
}


/*---------------------
	Search Form
----------------------*/


/**
 * Default theme
 *
 */
/* Slight reset to make the preview have ample padding. */
.cse .gsc-control-cse,
.gsc-control-cse {
  padding: 2%;
  width: 96%;
}
.cse .gsc-branding,
.gsc-branding {
  display: none;
}
.cse .gsc-control-cse div,
.gsc-control-cse div {
  position: normal;
}
/* Selector for entire element. */
.cse .gsc-control-cse,
.gsc-control-cse {
  background-color: #ffffff;
  border: 0px solid;
  border-color: #ffffff;
}
.cse .gsc-control-cse:after,
.gsc-control-cse:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.cse .gsc-resultsHeader,
.gsc-resultsHeader {
  border:none;
}
/* Search button */
.cse input.gsc-search-button,
input.gsc-search-button {
  background:url(../img/searchOff.jpg) top no-repeat;
  width:56px;
  height:25px;
  border:none;
}
/* Inactive tab */
.cse .gsc-tabHeader.gsc-tabhInactive,
.gsc-tabHeader.gsc-tabhInactive {
  border-bottom: none;
  color: #666666;
  background-color: #e9e9e9;
  border: 0px solid;
  border-color: #e9e9e9;
  border-bottom: none;
}
/* Active tab */
.cse .gsc-tabHeader.gsc-tabhActive,
.gsc-tabHeader.gsc-tabhActive {
  background-color: #FFFFFF;
  border: 0px solid;
  border-top: 0px solid;
  border-color: #e9e9e9;
  border-top-color: #FF9900;
  border-bottom: none;
}
/* This is the tab bar bottom border. */
.cse .gsc-tabsArea,
.gsc-tabsArea {
  margin-top: 1em;
  border-bottom: 0px solid #e9e9e9;
}
/* Inner wrapper for a result */
.cse .gsc-webResult.gsc-result,
.gsc-webResult.gsc-result {
  padding: .25em;
  border: 0px solid;
  border-color: #ffffff;
  margin-bottom: 1em;
}
/* Result hover event styling */
.cse .gsc-webResult.gsc-result:hover,
.gsc-webResult.gsc-result:hover {
  border: 0px solid;
  border-color: #FFFFFF;
}
/*Promotion Settings*/
/* The entire promo */
.cse .gs-promotion.gs-result,
.gs-promotion.gs-result {
  background-color: #FFFFFF;
  border: 0px solid;
  border-color: #336699;
}
/* Promotion image */
.cse .gs-promotion.gs-result .gs-promotion-image,
.gs-promotion.gs-result .gs-promotion-image {}
/* Promotion title */
.cse .gs-promotion.gs-result a.gs-title:link,
.gs-promotion.gs-result a.gs-title:link {
  color: #0000CC;
}
.cse .gs-promotion.gs-result a.gs-title:visited,
.gs-promotion.gs-result a.gs-title:visited {
  color: #0000CC;
}
.cse .gs-promotion.gs-result a.gs-title:hover,
.gs-promotion.gs-result a.gs-title:hover {
  color: #0000CC;
}
.cse .gs-promotion.gs-result a.gs-title:active,
.gs-promotion.gs-result a.gs-title:active {
  color: #0000CC;
}
/* Promotion snippet */
.cse .gs-promotion.gs-result .gs-snippet,
.gs-promotion.gs-result .gs-snippet {
  color: #000000;
}
/* Promotion url */
.cse .gs-promotion.gs-result ..gs-visibleUrl,
.gs-promotion.gs-result .gs-visibleUrl {
  color: #008000;
}
/* Style for auto-completion table
 * .gsc-completion-selected : styling for a suggested query which the user has moused-over
 * .gsc-completion-container : styling for the table which contains the completions
 */
.gsc-completion-selected {
  background: #D5E2FF;
}
.gsc-completion-container {
  font-family: Arial, sans-serif;
  font-size: 13px;
  position: absolute;
  background: white;
  border: 0px solid #666666;
  margin-left: 0;
  margin-right: 0;
  /* The top, left, and width are set in JavaScript. */
}


#logo_img {background-image:url(../img/logo.png); display:none;}
#talk_to_ADV_print {display:none;}
