/* CSS Reset from http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
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-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! 
:focus {
	outline: 0;
}*/
body {
	line-height: 1;
	color: black;
	background: white;
}
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: "" "";
}
/* End CSS Reset */

body {
	text-align: center;
	background: #f8fbfa url(../images/bg.png) top left repeat;
	color: #000;
	font-size: 62%;
	font-family: "Lucida Grande", "Helvetica Neue", Arial, Helvetica, sans-serif;
	line-height: 1.6;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.01);
}

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
a:link, a:visited {
	color: #004082;
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:active {
	color: #33aa69;
	text-decoration: none;
	font-weight: bold;
}
p {
	margin-bottom: 1.6em;
}

img.icon {
	position: relative;
	top: 2px;
	margin-right: 5px;
}


#bg-wrapper {
	width: 100%;
	overflow: hidden;
	background: transparent url(../images/top-bg.png) top left repeat-x;
}

#nav {
	width: 840px;
	margin: 0 auto;
	text-align: left;
	background: transparent url(../images/nav-bg.png) bottom center no-repeat;
	overflow: hidden;
	font-size: 14px;
}
#nav li {
	float: right;
	display: inline; /* dIE */
	margin: 16px 20px 24px 20px;
}

#wrapper {
	width: 840px;
	margin: 0 auto;
	text-align: left;
	background: #fff url(../images/page-border.png) top center repeat-y;
	font-size: 14px;
}

#header-home,
#header {
	width: 820px;
	position: relative;
	left: 10px;
	overflow: hidden;
	background: transparent url(../images/header-bg.png) bottom center no-repeat;
}
#header {
	background-image: none;
}

#header-home a.logo,
#header a.logo {
	display: block;
	margin: 55px 0 60px 46px
}

#header-home h1,
#header h1 {
	margin: 0 50px 30px;
	font-size: 14px;
	font-weight: normal;
}
#header-contact {
	position: absolute;
	display: block;
	right: 44px;
	top: 45px;
}
#header-download-vcard {
	position: absolute;
	display: block;
	right: 44px;
	top: 114px;
}

#presentation {
	width: 820px;
	height: 340px;
	position: relative;
	background: #05206a url(../images/presentation-bg.jpg) center center no-repeat;
	left: 10px;
	color: #fff;
	font-size: 18px;
}
#presentation a{
	color: #fff;
	font-weight: normal;
}
#presentation a:hover{
	color: #fff;
	text-decoration: underline;
	font-weight: normal;
}
#presentation-slides {
	width: 820px;
	height: 340px;
	overflow: hidden;
	position: relative;
}
#presentation-slides li.slide {
	width: 820px;
	height: 340px;
	overflow: hidden;
}

#presentation-slides h2 {
	font-size: 36px;
	margin: 30px 0 14px 50px;
	font-weight: normal;
}
#presentation-slides p {
	margin: 0 50px 0.8em 80px;
}
#presentation-slides ul {
	margin: 0 80px 0.8em 80px;
}
#presentation-slides ul li {
	list-style: disc;
}

#presentation-prev,
#presentation-next {
	display: block;
	position: absolute;
	top: 149px;
	z-index: 999;
}
#presentation-prev {
	left: -42px;
}
#presentation-next {
	right: -42px;
}

#presentation-pager {
	position: absolute;
	bottom: 20px;
	z-index: 200;
	width: 100%;
	text-align: center;
	overflow: hidden;
}
#presentation-pager ul {
	float: left;
	position: relative;
	left: 50%;
}
#presentation-pager li {
	float: left;
	display: inline; /* dIE */
	position: relative;
	right: 50%;
	list-style: none;
	width: 16px;
	height: 15px;
	overflow: hidden;
	margin: 0 4px;
}
#presentation-pager a {
	display: block;
	background: transparent url(../images/presentation-pager-page-off.gif) top left no-repeat;
	width: 16px;
	height: 15px;
	overflow: hidden;
	position: relative;
}
#presentation-pager a.activeSlide {
	background: transparent url(../images/presentation-pager-page-on.gif) top left no-repeat;
}

/* Individual Slide Styles */
#slide-intradoc247 {
	font-size: 14px;
}
#slide-recommendations-at-every-stage {
	font-size: 14px;
}
/* EO Individual Slide Styles */


#who-are-we,
.plain-content {
	width: 820px;
	position: relative;
	left: 10px;
	background: transparent url(../images/who-are-we-bg.png) top center no-repeat;
	padding: 30px 0 30px;
}
.plain-content {
	background-image: none; 
	padding-top: 0;
}

#who-are-we h2,
.plain-content h1 {
	font-size: 36px;
	color: #124094;
	margin: 0 0 20px 50px;
	font-weight: normal;
}
#who-are-we .column {
	float: left;
	display: inline; /* dIE */
	width: 335px;
	margin: 0 25px;
	position: relative;
	left: 25px;
}

.plain-content h3 {
	font-size: 24px;
	color: #124094;
	margin: 0 0 16px 50px;
	font-weight: normal;
}
.plain-content p,
.plain-content ul,
.plain-content dl {
	margin-left: 50px;
	margin-right: 50px;
}
.plain-content ul {
	list-style: disc;
	margin-bottom: 1.6em;
}

#contact .back-to-top,
#footer .back-to-top {
	display: block;
	position: absolute;
	top: -32px;
	right: -23px;
	z-index: 999;
}
#footer .back-to-top {
	top: -31px;
	right: -22px;
}

.ridiculous-float-clearer {
	clear: both;
}

#contact {
	width: 820px;
	position: relative;
	left: 10px;
	background: #98d3b4 url(../images/contact-bg.png) top left repeat-x;
	padding: 30px 0 50px;
	z-index: 0;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.vcard {
	color: #000;
	width: 222px;
	background: transparent url(../images/contact-vcard-bg.gif) top center no-repeat;
	float: right;
	display: inline; /* dIE */
	margin: 20px 50px;
	padding: 29px 0 24px;
	position: relative;
	text-shadow: none;
}
.vcard p, .vcard address {
	padding-left: 24px;
	margin: 0 16px 1.6em;
	font-style: normal;
}
.vcard .comma-separator {
	display: none;
}
.vcard address {
	background: transparent url(../images/marker.gif) 0px 3px no-repeat;
}
.vcard p.tel {
	background: transparent url(../images/mobile-phone.gif) left center no-repeat;
}
.vcard .download {
	display: block;
	margin: 0;
	position: absolute;
	bottom: -40px;
	left: 0;
	z-index: 314;
}

#contact h2 {
	font-size: 36px;
	margin: 0 0 20px;
	font-weight: normal;
}

#contact-form {
	width: 454px;
	overflow: hidden;
	position: relative;
	left: 50px;
}
form p {
	margin-bottom: 0.6em;
}
form label {
	display: block;
	float: left;
	text-align: right;
	margin-right: 20px;
	position: relative;
	top: 5px;
	width: 155px;
}
form label.required {
	left: 0.45em;
}
form label em {
	color: #d01111;
	font-style: normal;
}
form img {
	position: relative;
	top: 4px;
	margin: 0 0 0 10px;
}
form input,
form select,
form textarea {
	font-size: 14px;
}
form input {
	margin: 2px 0;
	width: 250px;
	padding: 3px 1px;
}
form input#submit {
	width: 150px;
	position: relative;
	top: 3px;
}
form select {
	margin: 2px 0;
	width: 252px;
	position: relative;
	top: 3px;
}
form textarea {
	margin: 2px 0;
	padding: 3px 1px;
	width: 250px;
	height: 110px;
	position: relative;
	top: 3px;
}
form .error {
	clear: both;
	color: #d01111;
	background-image: url(../images/cross.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding: 5px 5px 5px 22px;
	margin: 0 0 0 175px;
	width: 380px;
}

#success-message {
	padding: 40px 10px 50px 0;
	font-size: 1.2em;
}


#footer {
	width: 820px;
	position: relative;
	left: 10px;
	background: #1a1a1a url(../images/footer-bg.png) top left repeat-x;
	color: #666;
	padding: 12px 0 10px 0px;
}

#footer p {
	float: left;
	display: inline; /* dIE */
	margin: 20px 50px 1.6em;
}

#footer a:link, #footer a:visited {
	color: #7a99d7;
}
#footer a:hover, #footer a:active {
	color: #33aa69;
}
#footer div.logos {
	float: right;
	display: inline; /* dIE */
	margin-right: 50px;
}
#footer img.pbc-logo {
	position: relative;
	top: 10px;
	margin-right: 20px;
}
#footer img.mattsenior-logo {
	position: relative;
	top: 14px;
}
