/* common CSS */

/* reset everything */

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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	margin: 0 5%;
	color: #545454;
	background: #fff;
	font-family: Arial,Helvetica,sans-serif;
}
a {
	color: #545454;
	text-decoration: none;
}
/*
a:link:after, a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}
*/
.main {
		line-height: 1.4em;
}
.header a {
	text-decoration: none;
}
.header a:link:after, .header a:visited:after {
	content: "";
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
	color: #807651;
}

/* things to keep */

.pageBody,
.footerSmall {
	clear: both;
	color: #545454;
	font-size: 0.59em;
}
.pageBody {
	margin: 0 36px 5.6em;
	padding: 1.6em 0 0;
	border-top: 1px solid #d8d2d1;
}
.footerSmall {
	margin: 1em 36px;
	padding-top: 1em;
	border-top: 1pt solid #d8d2d1;
	color: #939488;
}

h1,
.advantages {
	margin-bottom: 0.6em;
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 1.8em;
	line-height: 1.2em;
	color: #766766;
}
h2 {
	margin-top: 1em;
	margin-bottom: 0.1em;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.4em;
	color: #766766;
}
h3 {
}
h3,
h4,
dt {
	margin-top: 1.4em;
	margin-bottom: 0.2em;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.4em;
	color: #766766;
}
h2+h3 {
	margin-top: 1em;
}
dd {
	margin-top: 0em;
	line-height: 1.3em;
}
p {
	margin-bottom: 0.5em;
	line-height: 1.3em;
}
p.mainDescription {
	margin-bottom: 1.4em;
	font-size: 1.2em;
	line-height: 1.2em;
}
p a.more {
	display: block;
}
ul {
	margin-left: 3em;
	margin-bottom: 0.1em;
	list-style-type: disc;
	color: #766766;
	line-height: 1.1em;
}
li {
	margin-bottom: 0.6em;
}
h2+blockquote {
	margin-top: 1em;
}
blockquote {
	margin-left: 2em;
	font-family: Georgia, "Times New Roman", Times, serif;;
	font-size: 1.2em;
	line-height: 1.3em;
	text-indent: -0.5em;
}
blockquote span {
	display: block;
	font-size: 0.8em;
	text-align: right;
}


.newsExcerpt,
.testimonial,
.mainLink {
	margin-bottom: 10pt;
}
.resourceCategory {
	margin-bottom: 5pt;
}
.callToAction {
	margin-top: 10pt;
}
#newsSlider {
	width: auto !important;
}

dl.sectionTabs dd {
	display: block !important;
	margin-bottom: 10pt;
}
dl.sectionTabs dd dd {
	margin-bottom: 0.1em;
}

/* things to disable */

.quickLinks,
.headerSearch,
.topNav,
.valueClients, .valueProviders,
.selectSubSection,
dl.sectionTabs dt,
.letters,
p.backToTop,
.breadCrumbs,
.newsRSS,
.newsToggle,
.leftNav,
.rightColumn,
.footerNav,
.footerSmall ul
 {
	display: none;
}
