/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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, 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, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ---------------------------------------- */
/* END RESET */
/* ---------------------------------------- */

/* ---------------------------------------- */
/* FONTS BEGIN */
/* ---------------------------------------- */
@font-face {
    font-family: 'VectoraLHLight';
    src: url('fonts/vectora_lh_45_light-webfont.eot');
    src: url('fonts/vectora_lh_45_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/vectora_lh_45_light-webfont.woff') format('woff'),
         url('fonts/vectora_lh_45_light-webfont.ttf') format('truetype'),
         url('fonts/vectora_lh_45_light-webfont.svg#VectoraLHLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'VectoraLHBold';
    src: url('fonts/vectora_lh_75_bold-webfont.eot');
    src: url('fonts/vectora_lh_75_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/vectora_lh_75_bold-webfont.woff') format('woff'),
         url('fonts/vectora_lh_75_bold-webfont.ttf') format('truetype'),
         url('fonts/vectora_lh_75_bold-webfont.svg#VectoraLHBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'VectoraLHBoldItalic';
    src: url('fonts/vectora_lh_76_bold_italic-webfont.eot');
    src: url('fonts/vectora_lh_76_bold_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/vectora_lh_76_bold_italic-webfont.woff') format('woff'),
         url('fonts/vectora_lh_76_bold_italic-webfont.ttf') format('truetype'),
         url('fonts/vectora_lh_76_bold_italic-webfont.svg#VectoraLHBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'VectoraLHBlack';
    src: url('fonts/vectora_lh_95_black-webfont.eot');
    src: url('fonts/vectora_lh_95_black-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/vectora_lh_95_black-webfont.woff') format('woff'),
         url('fonts/vectora_lh_95_black-webfont.ttf') format('truetype'),
         url('fonts/vectora_lh_95_black-webfont.svg#VectoraLHBlack') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ---------------------------------------- */
/* FONTS END */
/* ---------------------------------------- */

/* html { height: 100%; } */

body {
	background: url(images/bg.gif) repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px; /* 12 */
	line-height: 20px;
	color: #6d6d6d;
	/* height: 100%; */
		display:flow-root;
}

h1, h2, h3, h4 {
	font-family: VectoraLHBlack, Arial, Helvetica, sans-serif;
}

a:link, a:visited, a:active, a:hover {
	color: #2C7A98;
	text-decoration: none;
	line-height: normal;
}

strong {
	font-weight: bold;	
}

#page {
	width: 1170px; /* 868, 302 diff */
	/* height: 100%; */
	display:flex;
	margin: 0 auto;

	align-items: stretch;    /* Makes both columns same height */
   /* min-height: 100vh;       /* Optional: full viewport height */
    background: #dedede;     /* Sidebar color becomes page background */	
}

#wrapContent {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid rgb(160,160,160);
    padding: 0 60px 0 55px; /*  0 69px 0 46px */
    width: 783px; /* 863 */
	flex: 0 0 783px;         /* Fixed width */
	/* min-height: 100%; */
	/* height: 100%; */
}

/* header */
#header {
	width: 863px;
	max-width:100%;
	padding: 22px 0 12px 0; /* old 	padding: 32px 0 18px 0; */
	clear: both;
	border-bottom: 1px solid rgb(160,160,160);
}

#header h1 {
	float: left;
	margin:0;
	padding:0;
}

body#index #header {
	padding-bottom:16px;
}



#header-tagline {
	float: right;
	margin:0;
	padding:0;

	font-family: VectoraLHRoman, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: normal;	
	color:#8c8d8e;
}
#header-tagline ul li{
	border-bottom: 1px solid rgb(160,160,160);
	width: 170px; /* 125 */
	line-height: 22px;
	padding-bottom: 0px;
}	
body#index #header-tagline {
	padding-top:40px;
}

.aclearfix::after {
	content: "";
	display: table;
	clear:both;
} 


/*
body#index #header {
	width: 562px;
	height: 196px;
	clear: both;
	border-bottom: 1px solid rgb(160,160,160);
}
body#index #header h1 {
	width: 395px;
	height: 140px;
	background: url(images/logo.gif) no-repeat;
}

body#index #header h1 a {
	width: 395px;
	height: 140px;
}

body#index #header div {
	top: 103px;
}
/* END header */

#contactus {
	font-family: VectoraLHRoman, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: normal;
	letter-spacing: normal;
	color: rgb(160,160,160);
}

#contactus ul li {
	border-bottom: 1px solid rgb(160,160,160);
	width: 160px;
	line-height: 20px;
	padding: 8px 0 6px 0;
	white-space: nowrap;
}

#header ul li:last-child,
#nav ul li:last-child,
#header-tagline ul li:last-child,
#contactus ul li:last-child {
	border-bottom: 0;
}

#contactus ul li:first-child {
	border-top: 1px solid rgb(160,160,160);
}

#sidebar {
	flex-grow: 1;            /* Takes remaining space */
	background-color: #dedede;
	/* min-height: 100%;
	height: 100%; */
	padding: 0 10px;
	color: #777777;
}



#sidebar div.block {
	background: url(images/bg.sidebar.gif) repeat-x 0 0;
	width: 228px; /* 156 */
	padding: 8px 12px;
	min-height: 222px;
	font-family: VectoraLHLight, Arial, Helvetica, sans-serif;
	font-size: 14px;
	position: relative;
	line-height: 20px;
}

#sidebar div.block:first-child {
	top: 131px; /* old top: 100px;	 */
}

body#index #sidebar div.block:first-child {
	top: 94px; /* old top: 104px; 100px;	 */
}

#sidebar div.block h2 {
	font-family: VectoraLHLight, Arial, Helvetica, sans-serif;
	font-size: 23px;
	color: #005e77;
	background: transparent url(images/rule.sidebar.top.png) no-repeat;
	padding-top: 22px;
	padding-bottom: 5px;
	text-transform: uppercase;
}

#sidebar div.block h3 {
	font-family: VectoraLHBlack, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:20px;
	color: #393939;
	padding:1px 0 2px 0;
}

#sidebar div.block strong {
	color: #393939;	
}

#sidebar div.block p:last-child {
	padding-bottom: 8px;
	border-bottom: 1px solid #393939;
}


#nav {
	font-family: VectoraLHRoman, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: normal;
	letter-spacing: normal;	
	float: left;
	/* height: 98px; */
	margin-right: 60px;
  width: 160px;
	height: 120px;
}

#nav ul li{
	border-bottom: 1px solid rgb(160,160,160);
	width: 160px; /* 125 */
	line-height: 26px;
	padding-bottom: 0px;
}

#subnav {
	display:none;
}

body#aboutus a#aboutusNav,
body#philosophy a#philosophyNav,
body#services a#servicesNav,
body#results a#resultsNav,
body#contact a#contactNav {
	color: #272727;
}


/* hide callout on contact us page */
body#contact #call-out {
	display: none;
}

#contactus {
	float: left;
	width: 160px;
	margin-right: 60px;
	margin-top: 12px;
	clear: left;
	height: 250px;
	font-size:15px;
}

/* not used? */
#content {
	width: 590px;
}

#wrapBody {
	width: 783px; /* 863 */
	position: relative;
	top: 30px;
}

body#services #wrapBody {
	top: 7px;	
}

#nav a:link, 
#nav a:visited, 
#nav a:active, 
#nav a:hover {
	color: rgb(160,160,160);
	text-decoration: none;
	line-height: normal;
}
#nav a:hover {
	color:#278ca9;
}
#nav a.selected:link, 
#nav a.selected:visited, 
#nav a.selected:active {
	color:#272727;
}


#contactus a:link, 
#contactus a:visited, 
#contactus a:active, 
#contactus a:hover {
	color: rgb(160,160,160);
	text-decoration: none;
	line-height: normal;
}

#call-out {
	float: left;
	clear: left;
	position: relative;
	top:8px;
	width:410px;
	padding: 40px 30px 40px 0; /* 34px 36px 20px 0; */
	font-family: VectoraLHLight, Arial, Helvetica, sans-serif;
	color: #278ca9;
	font-size: 25px; /* 21 */
	line-height: 28px; /* 24 */
	letter-spacing: -1px;
	font-weight:bold;
}



#wrapBody h2 {
	font-family: VectoraLHBlack, Arial, Helvetica, sans-serif;
	color: #2c7a98;
	font-size: 26px; /* 21 */
	line-height: 30px; /* 24 */
	white-space: nowrap;
	word-spacing: 0;
	letter-spacing: 0;
	padding-bottom: 10px; /* 6 */
}

#wrapBody p {
	padding: 0 10px 14px 0;
	word-wrap: break-word;
}

#wrapBody p strong {
	text-transform: uppercase;
	font-size: 15px;
}

#footer {
	width: 563px; /* 697 */
	border-top: 1px solid rgb(160,160,160);
	float: right;
	margin-bottom: 40px;
	font-size: 12px;
	padding-top: 5px;
}


#servicesSubNav {
	width: 100%;
	height: 23px;
	font-family: VectoraLHRoman, Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	font-weight: normal;
	white-space: nowrap;
	margin-bottom: 34px;
}

#servicesSubNav ul {
	list-style: none;
}

#servicesSubNav ul li {
	float: left;
}
#servicesSubNav ul li a {
	display: block;
	font-size: 14px;
	line-height:14px;
	padding:10px 2px;
	text-align:center;
	width:139px;
	color: rgb(160,160,160);	
}
#servicesSubNav ul li a:hover {
	color:#278ca9;
}

#servicesSubNav ul li.objectives a {
	width:158px;
}
#servicesSubNav ul li:last-child a {
	padding-right:0;
	width:179px;
	text-align:right;
}
#servicesSubNav ul li a.selected {
	color:black;
}
#servicesSubNav ul li div.serviceDetails {
	display: block;
	position:relative;
	top:1px;
	text-transform: uppercase;
	font-size: 13px;
	line-height:13px;
	padding:10px 0;
	color:#278ca9;
	width:130px;
}



/* ---------------------------------------- */
/* FORMS BEGIN */
/* ---------------------------------------- */

#wrapForm {
		
}


label {
	color: #2c7a98;
	height: 50px;
}

label input {
	width: 205px;
	margin-top: 4px;
}

label textarea {
	width: 205px;
	height: 75px;
	margin-top: 4px;
}

#formContainer {
	float: left;
	width: 374px;	
	margin-top:19px;
	padding: 11px 11px 16px 11px;
	background: #e7e8e8;
	margin-bottom: 13px;
}

#contactForm {
}

#contactForm div {
	padding-bottom: 11px;	
}

#contactForm div ul {
	list-style-type: disc;
	margin-left: 18px;
	font-size:14px;
	line-size:14px;
}
#contactForm div ul li a:link,
#contactForm div ul li a:visited {
	color: #2c7a98;
}

#contactForm div input[submit] {
	border: 1px solid #8b8b8b;
	background: #cfcfcf;
	margin-top: 5px;
}
#contactForm input, 
#contactForm textarea {
	font-size:16px !important;
}


/* ---------------------------------------- */
/* FORMS END */
/* ---------------------------------------- */

#formContainer {
	width:92%;
	max-width:370px;
}
#formContainer input, 
#formContainer textarea {
	max-width:97%;
}
#mobile-view {
	display:none;
}






















