/* GLOBAL TAG DEFINITIONS */
html,body { width:100%; }
body,div,dl,dt,dd,ul,ol,li,hr,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin: 0; padding: 0 }
table { border-collapse: collapse; border-spacing: 0 }
fieldset,img,hr { border: none }
address,caption,cite,code,dfn,em,th,var { font-style: normal; font-weight: normal }
caption,th { text-align: left }
ul { list-style: disc }
ol { list-style: decimal }
h1 { font-size: 20px; font-weight: normal; color: black; }
h2 { font-size: 16px; font-weight: normal; color: black; }
h3 { font-size: 14px; font-weight: bold; color: black; }
h4 { font-size: 14px; font-weight: bold; color: black; }
h5 { font-size: 12px; font-weight: normal }
h6 { font-size: 11px; font-weight: bold }
q:before,q:after { content: "" }
abbr,acronym { border: none }
hr { border-bottom: 1px solid #000; height: 1px; }

body {
	font: 12px verdana, arial, sans-serif;
	color: #8c8c8c;
}

a {
	color: #8c8c8c;
	text-decoration: none;
}
a:hover {
	color: black;
	text-decoration: underline;
}
a.linkRed {
	color: red;
}

h1 {
	color: #000000;
	font-size: 36px;
	font-family: times, serif;
	letter-spacing: -1px;
}
h1 a {
	color: #000000;
	text-decoration: underline;
}
h1.extraSpace {
	margin-bottom: 10px;
}

h2 {
	color: #000000;
	font-size: 24px;
	margin-bottom: 15px;
	font-family: times, serif;
	letter-spacing: -1px;
}
h2 a {
	text-decoration: underline;
}
h2.padTop {
	margin-top: 43px;
}

h3 {
	color: #607793;
	font-size: 18px;
	font-style: italic;
	font-family: arial, sans-serif;
	font-weight: normal;
	margin-bottom: 5px;
}

h4 a {
	color: black;
}

h5 {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 3px;
}
h6 {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 3px;
}

p {
	margin-bottom: 15px;
}

div#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

/* HEADER */
div#header {
	margin-top: 50px;
}
div#logo {
	float: left;
	width: 300px;
}
div#header div.nav {
	float: right;
	width: 600px;
	padding-top: 36px;
}
div#header div.nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	color: #8c8c8c;
	float: right;
}
div#header div.nav ul li {
	float: left;
	margin-right: 60px;
}
div#header div.nav ul li.last {
	margin-right: 0;
}
div#header div.nav ul li a {
	position: relative;
	outline: none;
	overflow: hidden;
	display: block;
	height: 9px;
	text-decoration: none;
}
div#header div.nav ul li a img {
	border: none;
	position: relative;
	top: 0;
	left: 0;
	height: 22px;
}
div#header div.nav ul li a:hover, div#header div.nav ul li a.active {
	border: none;
	padding-top: 0;
}
div#header div.nav ul li a:hover img {
	top: -13px;
}
div#header div.nav ul li a.active img {
	top: -13px;
}

/* FOOTER */
div#footer {
	border-top: 1px solid #8c8c8c;
	margin-top: 15px;
	padding-top: 15px;
	padding-bottom: 20px;
	font-size: 10px;
}
div#footer.home {
	border: 0;
}

div#footer div.copy {
	margin-top: 5px;
	font-size: 9px;
	color: #bcbcbc;
}
div#footer div.copy p {
	margin-bottom: 5px;
}
div#footer div.nav {
	font-size: 10px;
}
div#footer a {
	text-decoration: none;
}
div#footer a:hover {
	text-decoration: none;
}
div#footerNav {
	height: 20px;
}
div#footerNav div.left {
	float: left;
	width: 560px;
}
div#footerNav div.right {
	float: right;
	text-align: right;
	width: 340px;
	vertical-align: middle;
}
div#footerNav form#signupForm {
	float: right;
}
div#footerNav form#signupForm label {
	display: inline;
	vertical-align: middle;
	font-weight: normal;
	color: #8c8c8c;
}
div#footerNav form#signupForm input.text {
	display: inline;
	vertical-align: middle;
	width: 100px;
	padding: 0;
	margin: 0;
	font-size: 11px;
	margin-right: 5px;
	margin-left: 5px;
}
div#footerNav form#signupForm input.button {
	display: inline;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

/* HOME */
div#headline {
	margin-bottom: 0;
}
div.homeCallout {
	float: left;
	width: 290px;
	height: 87px;
	overflow: hidden;
	margin-right: 15px;
}
div.homeCallout.last {
	margin-right: 0;
}
div.homeCallout form {
	display: block;
}
div.homeCallout form div.formRow {
	margin-bottom: 5px;
}
div#logos {
	margin-top: 5px;
	margin-bottom: 15px;
}
div#home-flash-wrapper {
	border-bottom: 1px solid #8C8C8C;
	margin-bottom: 30px;
	height: 341px;
	overflow: hidden;
}

/* MAIN */
div#main {
	margin-top: 50px;
}
div#main div.column {
	float: left;
}
div#main div.single {
	width: 435px;
}
div#main div.half {
	width: 320px;
}
div#main div.double {
	width: 666px;
}
div#main div.last {
	float: right;
}
div#main div.full {
	float: none;
	width: 100%;
}
div#bodyContent ul {
	margin-bottom: 15px;
	list-style: square;
	margin-left: 2em;
}

/* CALLOUTS */
div.callout {
	position: relative;
	font-size: 10px;
	width: 100%;
	height: 100%;
}
	div.callout.honeypot {
		background: url(../images/bg_callout-honeypot.gif) no-repeat;
		color: #000;
		padding: 57px 0 0 0;
		text-align: center;
	}
		div.callout.honeypot a {
			outline: none;
		}
		div.callout.honeypot a img {
			display: inline;
		}
div.callout p {
	margin-bottom: 2px;
}
div.callout h5 {
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	color: #8c8c8c;
}
div.callout h5.extraSpace {
	display: block;
	line-height: normal;
	margin-top: 4px;
	margin-bottom: 4px;
}
div.callout div.padding {
	padding: 10px;
}
div.callout div.link {
	position: absolute;
	right: 12px;
	bottom: 10px;
	text-align: right;
}
div.callout label {
	float: none;
	width: auto;
	color: #e7e7e7;
}
div.callout input {
	float: none;
	font-size: 10px;
	padding: 1px;
	border: none;
}
div.callout input.input-honeypot {
	border: 1px solid #daa715;
	outline: none;
	padding: 2px;
	width: 133px;
}
div.callout input.large {
	width: 150px;
}
div.callout div.callout-content {
	background-color: #f1f1f1;
	border: 1px solid #000;
	color: #333;
	width: 288px;
	height: 85px;
}
	div.callout div.callout-content a {
		color: black;
	}
		div.callout div.callout-content a:hover {
			text-decoration: underline;
		}
div.callout div.callout-header {
	background-color: #000;
	color: #fff;
	font-weight: bold;
	padding-top: 0;
	padding-bottom: 1px;
	padding-left: 5px;
	padding-right: 5px;
}
div.callout div.callout-body {
	padding: 5px;
}

/* BIOS */
div#bios {
	overflow: hidden;
	width: 435px;
	height: 265px;
}
div#bios div.bio {
	float: left;
	width: 435px;
	height: 265px;
}
div#bios img.bio {
	display: block;
	border: 1px solid #bcbcbc;
}
div#bios div.image {
	background: white url(/design/plain_site/images/bg_bio_image.gif);
	padding-bottom: 2px;
	margin-bottom: 10px;
}
div.scrollUp {
	float: left;
	width: 100px;
	text-align: left;
}
div.scrollDown {
	float: right;
	width: 100px;
	text-align: right;
}
div.scrollUp, div.scrollDown {
	cursor: pointer;
}

/* FAQS */
div#faqs div.question {
	padding-left: 15px;
	background: url(/design/plain_site/images/icon_plus.gif) left 2px no-repeat;
	cursor: pointer;
}
div#faqs div.question.active {
	background: url(/design/plain_site/images/icon_minus.gif) left 2px no-repeat;
}
div#faqs div.answer {
	padding-left: 15px;
	margin-bottom: 10px;
}

/* PORTFOLIO */
div#tombstones {
	margin-top: 15px;
}
div#tombstones div.item {
	float: left;
	width: 202px;
	margin-right: 30px;
	font-size: 11px;
}
div#tombstones div.item p {
	margin-bottom: 10px;
}
div#tombstones div.item a {
	text-decoration: none;
}
div#tombstones div.item h5 {
	font-size: 11px;
	margin-bottom: 0;
}
div#tombstones div.item.last {
	margin-right: 0;
}
div#tombstones div.item div.image {
	width: 198px;
	height: 128px;
	overflow: hidden;
}
div#tombstones div.item div.image img {
	display: block;
}
div#tombstones div.item div.image_border {
	width: 198px;
	height: 128px;
	border: 1px solid #bcbcbc;
}
div#tombstones div.item div.image_bg {
	width: 202px;
	height: 132px;
	background: white url(/design/plain_site/images/bg_tombstone.gif) no-repeat;
	margin-bottom: 4px;
}

div#clientHeader {
	border-bottom: 1px solid #8c8c8c;
	margin-bottom: 12px;
}
div#clientHeader div.headline {
	float: left;
	width: 300px;
}
div#clientHeader div.nav {
	float: right;
	width: 600px;
	text-align: right;
	padding-top: 18px;
	font-size: 10px;
}
div#clientHeader div.nav a {
	outline: none;
	text-decoration: none;
}
div#clientHeader div.nav a:hover, div#clientHeader div.nav a.active {
	color: black;
}

div#clientDetail {
	float: left;
	width: 666px;
	font-size: 11px;
}
div#detailImages {
	position: relative;
	margin-bottom: 10px;
	background: white url(/design/plain_site/images/bg_clientdetail.gif) no-repeat;
	width: 666px;
	height: 251px;
	overflow: hidden;
}
div#detailImages div.image {
	position: absolute;
	top: 0;
	left: 0;
	width: 662px;
	border: 1px solid #bcbcbc;
}
div#detailImages div.image img {
	display: block;
	margin: 3px;
}
div#detailNav {
	margin-bottom: 15px;
	border-bottom: 1px solid #8c8c8c;
}
div#detailNav div.logo {
	float: left;
	width: 300px;
}
div#detailNav div.nav {
	float: right;
	text-align: right;
	width: 300px;
	padding-top: 3px;
}
div#detailNav div.nav ul {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}
div#detailNav div.nav ul li {
	float: left;
	text-align: left;
	width: 61px;
	margin: 0;
	padding: 0;
	margin-left: 10px;
	background: white url(/design/plain_site/images/bg_work_thumb.gif) left top no-repeat;
}
div#detailNav div.nav ul li img {
	display: block;
}
div#detailNav div.nav ul li a {
	display: block;
	height: 40px;
	outline: none;
}
div#detailNav div.nav ul li a:hover, div#detailNav div.nav ul li a.active {
	background: transparent url(/design/plain_site/images/icon_up.gif) center bottom no-repeat;
}
div.siteLink {
	text-align: right;
	margin-bottom: 15px;
}
div.quote {
	color: #666666;
}

/* SIDE NAV */
div#siblingNav {
	float: right;
	width: 215px;
	text-align: right;
}
div#siblingNav h2 {
	text-align: right;
}
div#siblingNav h2 object {
	float: right;
}
div#siblingNav ul {
	list-style: none;
	margin: 0;
}
div#siblingNav ul li {
	padding: 0;
	margin: 0;
	background: none;
	text-transform: uppercase;
	padding-bottom: 5px;
	font-size: 10px;
	vertical-align: top;
}
div#siblingNav ul li a {
	display: block;
	padding-right: 10px;
	text-decoration: none;
	vertical-align: top;
	outline: none;
}
div#siblingNav ul li a:hover, div#siblingNav ul li a.active {
	background: url(/design/plain_site/images/bullet_arrow.gif) right 1px no-repeat;
}

/* FORM */
div.formRow {
	margin-bottom: 10px;
}
div.formRow.submit {
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;
}
div.formField {
	float: left;
	vertical-align: middle;
}
div.formField.center {
	float: none;
	text-align: center;
}
div.formField.right {
	float: right;
	margin-right: 0;
}
div.padRightSlight {
	margin-right: 12px;
}
div.formField.last {
	margin-right: 0;
}
label {
	float: left;
	width: 150px;
	display: block;
	font-size: 10px;
	font-weight: bold;
	vertical-align: middle;
	color: #333333;
	margin-bottom: 2px;
}
label.inline {
	float: none;
	width: auto;
	display: inline;
}
input, textarea, select {
	float: left;
	font: 10px arial, sans-serif;
	vertical-align: middle;
	border: 1px solid #c7c5b9;
	padding: 2px;
}
input.inline {
	float: none;
}
label.block, input.block, textarea.block, select.block {
	float: none;
}
input.radio, input.chk {
	float: none;
	vertical-align: middle;
	padding: 0;
	border: 0;
	margin: 0;
}
span.checkboxLabel {
	vertical-align: middle;
}
input.full { width: 500px; }
input.xlarge { width: 325px; }
input.large { width: 235px; }
input.medium { width: 160px; }
input.small { width: 100px; }
input.xsmall { width: 30px; }
input.button {
	margin: 0;
	border: none;
}
select.small { width: 100px; }
select.medium { width: 160px; }
select.large { width: 240px; }
textarea { display: block; }
textarea.xlarge {
	width: 385px;
	height: 100px;
}
div.warning {
	border: 3px solid #ffaeae;
	padding: 10px;
	background-color: #fafafa;
	color: black;
	margin-bottom: 10px;
}
div#bodyContent div.warning h2, div.warning h2 {
	color: #ee0000;
	font-size: 12px;
	border: 0;
	border-bottom: 1px dotted #cccccc;
	padding: 0;
	padding-bottom: 5px;
	margin: 0;
	margin-bottom: 10px;
}
div#bodyContent div.warning ul {
	list-style: disc;
	background: transparent;
	list-style-image: none;
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
div.warning ul {
	padding-left: 1.5em;
	margin-top: 10px;
}
span.required {
	color: red;
}
div#bodyContent div.disclaimer {
	margin-top: 40px;
}
div#bodyContent div.disclaimer p {
	font-size: 10px;
}


/* GENERAL */
.clear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clear {display: inline-block;}

/* Hides from IE-mac \*/
* html .clear {height: 1%;}
.clear {display: block;}
/* End hide from IE-mac */

.hide { display: none; }
.floatLeft { float: left }
.floatRight { float: right }
.padRight { margin-right: 35px; }
.padTop { margin-top: 50px; }
div.object-center {	text-align: center; }

.pdf {
	background: url(../images/icon_pdf_medium.gif) no-repeat;
	padding: 8px 0 5px 35px;
}

/* sIFR */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
	display: block;
}

.sIFR-replaced, .sIFR-ignore {
	visibility: visible !important;
}

.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.sIFR-replaced div.sIFR-fixfocus {
	margin: 0pt; 
	padding: 0pt; 
	overflow: auto; 
	letter-spacing: 0px; 
	float: none;
}

.sIFR-active h1 {
	visibility: hidden;
	font-family: times;
	line-height: 1em;
	font-size: 36px;
	font-weight: bold;
	padding-bottom: 0;
}

.sIFR-active h2 {
	visibility: hidden;
	font-family: times;
	line-height: 1em;
	font-size: 24px;
	font-weight: bold;
}

.sIFR-active h3 {
	visibility: hidden;
	font-family: Arial;
	line-height: 1em;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 0;
	font-style: italic;
}

.sIFR-active div.promotion {
	visibility: hidden;
	font-family: Arial;
	line-height: 1em;
	font-size: 18px;
	font-weight: bold;
	padding: 20px 0;
}