* {
	padding: 0;
	margin: 0;
}

html {
     overflow: -moz-scrollbars-vertical;
}

body { 
	font-size: 62.5%; /* Base Font Size of 10px */
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	color: #7b7b7b;
	background-color: #e3e19d;
}

#home { background: #ffffff url(../images/home-bkg.jpg) repeat-x center top; } 

#subpg { background: #ffffff url(../images/subpg-bkg.jpg) repeat-x center top; } 

#header { 
	height: 79px;
	width: 960px;
	margin: 0 auto;
	background: url(../images/hdr-logo.gif) no-repeat left 20px;
}

#globalNav { 
	height: 24px;
	text-align: right;
	padding-right: 9px;
}


#search { 

}

#wrapper {
	width: 960px;
	margin: 0 auto;
}



/* COMMON ELEMENTS ------ */

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times;
	color: #602026;
}

h1 {
	font-size: 2.1em;
	line-height: 1.8em;
	margin-bottom: 6px;
}

h2 {
	font-size: 1.8em;
	line-height: 1.2em;
	margin-bottom: 6px;
}

h3 {
	font-size: 1.5em;
	line-height: 1.2em;
	margin-bottom: 5px;
}

h4 {
	font-size: 1.3em;
	line-height: 1.1em;
	margin-bottom: 5px;
	font-weight: normal;
}

h5 {
	font-size: 1.3em;
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-weight: normal;
	margin-bottom: 4px;
}

p {
	font-size: 1.1em;
	line-height: 1.4em;
	margin-bottom: 10px;
}

hr {
	border: none 0; 
	border-top: 1px solid #BEBEBE;
	height: 1px;
	margin: 18px 0;
}

a {
	color: #602026;
	text-decoration: underline;
	font-weight: normal;
}

a:hover, a:focus, a:active {
	text-decoration: none;
}

a:focus, a:active {
}

img, a img {
}


/* NAVIGATION */

#navigation {
	height: 29px;
	margin-top: 26px;
}

#tabs {
	margin: 26px 0 0 540px;
	padding: 0;
	list-style: none;
	height: 29px;
	float: left;
}

#tabs li {
	font-size: 13px;
	font-family: Helvetica, Verdana, Tahoma, sans-serif;
	margin: 0;
	padding: 0;
	height: 29px;
	float: left;
}

#tabs a {
	float: left;
	display: block;
	margin: 0;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 0 14px;
	height: 29px;	
}

#tabs a:hover {
	color: #e3e0a5;
	background: url(../images/nav-arrow_small.jpg) no-repeat bottom center;
}

#tabs a.selected {
	background: url(../images/nav-arrow_big.jpg) no-repeat bottom center;
	color: #e3e0a5;
}

#globalNav img.icon { padding: 7px 4px; } 

#subnav {
	height: 29px;
	width: 960px;
	margin: 0 auto;
	padding-right: 20px;
	text-align: right;
}


#subtabs li.divider {
	height: 29px;
	width: 2px;
	background: url(../images/subnav-divider.gif) no-repeat bottom center;
}

#subtabs {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 29px;
	float: right;
}

#subtabs li {
	font-size: 10px;
	font-family: Tahoma, Helvetica, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	height: 29px;
	float: left;
}

#subtabs a {
	float: left;
	display: block;
	margin: 0;
	color: #602026;
	font-weight: normal;
	text-decoration: none;
	padding: 8px 12px;
	height: 21px;	
}

#subtabs a:hover { color: #685416; }


#services #mn-services a,
#about #mn-about a,
#insight #mn-insight a,
#career #mn-career a,
#blog #mn-blog a {
	background: url(../images/nav-arrow_big.jpg) no-repeat bottom center;
	color: #e3e0a5;
}

#subtabs li.current  {
	background: url(../images/subnav-selected.gif) no-repeat top center;
}


a.snselect {
	background: url(../images/subnav-selected.gif) no-repeat top center;
}

a.noline  { text-decoration: none; }


/* LESS COMMON ELEMENTS */

small {
}

abbr, acronym {
}

blockquote {
}

cite {
}

em {
}

strong {
}


/* FORM ELEMENTS */

form {
}

fieldset {
}

legend {
}

label {
}

input {
	font-size: 1.1em;
}

select {
}

option {
}

textarea {
}

input:focus, select:focus, option:focus, textarea:focus {
}

/* BASE ID ELEMENTS */


#content {
}

#sidebar {
}

#footer {
	background: #e3e19d url(../images/footer-bkg.jpg) repeat-x center top;
	padding: 20px 0;
	min-height: 90px;
}

/* for Internet Explorer */
/*\*/
* html #footer {
	height: 90px;
}

#footerInfo {
	width: 939px;
	margin: 0 auto;
	text-align: right;
	color: #602026;
}

/**/


/* BASE CLASSES */

.bold {
}

.italic {
}

.hidden {
}

.offset {
}

.highlight {
}

.tiny {
}

.error {
}

.abbr {
}

/* CUSTOM ELEMENTS */

#homeMidPnl {
	height: 224px;
	width: 960px;
	margin: 0 auto;
	background: url(../images/home-bkg_glow.jpg) no-repeat left top;
}

#homeContent {
	width: 999px;
	margin: 0 auto;
	background: url(../images/home-pgcontentbkg.gif) no-repeat center top;
}

#subpgContent {
	width: 939px;
	margin: 0 auto;
	padding: 0 30px 20px 30px;
	background: url(../images/content-subpgbkg.gif) no-repeat center top;
	min-height: 500px;
	height: auto;
}

/* for Internet Explorer */
/*\*/
* html #subpgContent {
	height: 500px;
}

/**/

#subpgTitle {
	padding: 24px 0 24px 0;
}

.homeMainPnls {
	width: 172px; 
	padding: 60px 18px 0 0; 
	float: left;
}

.homeIcons {
	margin-top: -90px;
	margin-left: 38px;
	position: absolute;
}

#homeNewsletter {
	padding: 14px 10px 20px 10px;
	margin: 30px 0;
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
}

#homeLeftCol {
	padding-left: 30px;
	width: 575px;
	float: left;
}

#homeRightCol {
	width: 373px; 
	margin: 26px 0 0 10px;
	float: left;
}

#homeNews {
	background: url(../images/sectionfade-01.jpg) no-repeat top center;
	padding: 16px 38px;
}

#homeSurvey {
	background: url(../images/sectionfade-02.jpg) no-repeat top center;
	padding: 16px 38px;
}

.whiteSerif {
	font-family: Georgia, "Times New Roman", Times;
	color: #fff;
	font-size: 1.2em;
	line-height: 1.5em;
}

input.search-input {
	height: 18px;
	border: 3px double #ccc;
	background: url(../images/form-bkg.gif) repeat-x top left;
	padding: 4px 6px 0 6px;
	color: #7b7b7b;
}

input.nl_textbox {
	height: 18px;
	width: 136px;
	border: 3px double #ccc;
	background: url(../images/form-bkg.gif) repeat-x top left;
	padding: 4px 6px 0 6px;
	color: #7b7b7b;
}

.search-box {
	height: 28px;
	display: table-cell;
    vertical-align: middle
}

img.floatL {
	float: left;
	margin-right: 20px;
}

img.floatR {
	float: right;
	margin-left: 20px;
}

#subpgTab {
	height: 32px;
	background: url(../images/tab-leftCap.jpg) no-repeat top left;
}

#subpgTab h3 {
	height: 28px;
	display: block;
	padding: 7px 0 0 18px;
}

#subpgTab span {
	background: url(../images/tab-rightCap.jpg) no-repeat top right;
	height: 22px;
	padding: 7px 25px 7px 0;
}

.subpgBox {
	background-color: #f9f8e8;
	border: 1px solid #ccc9ba;
	padding: 20px 26px;
}

.redText {
	color: #602026;
}


/* FIX FOR CLEARING DIV's */

/* http://sonspring.com/journal/clearing-floats */

html body * span.clearall,
html body * div.clearall,
html body * li.clearall,
html body * dd.clearall
{
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://www.positioniseverything.net/easyclearing.html */

.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 */

