HTML, BODY { padding: 0; margin: 0; }
BLOCKQUOTE, FIELDSET, FORM, H1, H2, H3, H4, H5, H6, LEGEND, P, PRE, TABLE { margin: 1em 0; }

HTML {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background: #264C74;
}

BODY {
	background: url(images/background.gif) top repeat-x;
}

.right {
	float: right;
	margin: 1em 0 1em 1em;
}

.left {
	float: right;
	margin: 1em 1em 1em 0;
}

.hidden {
	display: none;
}

A {
	color: #043768;
	outline: none;
}

A:hover {
	color: #5883AD;
}

BLOCKQUOTE {
	color: #888;
	font-size: 14px;
	font-style: italic;
	background: url(images/blockquote.gif) top left no-repeat;
	text-align: justify;
	padding: 0 50px 0 35px;
	margin: 2em 0 2em 0;
}

DIV.clear {
	clear: both;
}

FORM {
	font-size: 11px;
	color: #888;
	margin: 3em 0;
}

LABEL {
	width: 70px;
	float: left;
	text-align: right;
	margin-right: 1em;
}

INPUT[type=text],
INPUT[type=password],
TEXTAREA {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #444;
	width: 380px;
	background: #FFF url(images/textfield_bg.gif) top repeat-x;
	border: solid 1px #AAA;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 3px;
}

INPUT[type=text].error,
INPUT[type=password].error,
TEXTAREA.error {
	background-image: url(images/textfield_bg_error.gif);
	border: solid 1px #C00;
}


INPUT[type=button],
INPUT[type=submit] {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444;
	padding: 3px 1em;
}

TEXTAREA {
	height: 200px;
}



EM {
	font-style: italic;
}

H1 {
	font-family: Georgia, sans-serif;
	color: #043768;
	font-size: 24px;
	font-weight: normal;
	font-variant: small-caps;
	margin-top: 4px;
}

H2 {
	font-family: Georgia, sans-serif;
	color: #444;
	font-size: 20px;
	font-weight: normal;
}

H3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #444;
	font-size: 16px;
	font-weight: normal;
}

H4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #444;
	font-size: 14px;
	font-weight: bold;
}

H5,
H6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #444;
	font-size: 12px;
	font-weight: bold;
}

H6 { color: #888; }

A IMG {
	border: none;
}

STRONG {
	color: #000;
	font-weight: bold;
}

UL {
	padding: 0;
}

UL LI {
	list-style-image: none;
	padding: 0px;
	margin: 1em 0 1em 3em;
}

#main_container {
	width: 880px;
	margin: 0 auto;
}

#header {
	position: relative;
	height: 128px;
	background: url(images/layout_top.gif) top center no-repeat;
}

#homepage #header {
	height: 358px;
	background-image: url(images/layout_top_homepage.gif);
}


#logo,
#wordmark {
	display: none;
}

#slideshow {
	position: absolute;
	top: 101px;
	left: 55px;
	width: 770px;
	height: 219px;
	background: #1B2E42 url(images/puzzle.jpg) left center no-repeat;
	cursor: default;
}

#questions {
	padding: 0;
	margin: 0;
}

#questions LI {
	font-family: Georgia, sans-serif;
	font-size: 22px;
	color: #4D7EB0;
	text-align: center;
	line-height: 54px;
	list-style: none;
	background: none;
	padding-left: 415px;
	padding-right: 20px;
	margin: 0;
	display: none;
}

#questions A {
	color: #FFF;
	text-decoration: none;
}

#questions A:hover {
	border-bottom: solid 1px #FFF;
}

#questions STRONG {
	font-size: 26px;
	font-weight: normal;
	font-style: italic;
	color: #FFF;
	display: block;
}

#middle_container {
	background: url(images/layout_middle.gif) top center repeat-y;
}

#middle {
	background: url(images/layout_middle_top_inner.gif) top center no-repeat;
	min-height: 350px;
}

#homepage #middle { background: url(images/layout_middle.gif) top center repeat-y; }

#navigation {
	float: left;
}

#navigation UL {
	padding: 0;
	margin: 0 0 0 55px;
}

#navigation UL LI {
	list-style: none;
	background: none;
	padding: 0;
	margin: 0;
}

#navigation A {
	width: 191px;
	height: 35px;
	background: top no-repeat;
	text-indent: -9999em;
	display: block;
}

#navigation A:hover {
	background-position: center;
}

#navigation LI.focus A {
	cursor: default;
	background-position: bottom !important;
}

#navigation #about A { background-image: url(images/button_about.png); }
#navigation #blog A { background-image: url(images/button_blog.png); }
#navigation #contact A { background-image: url(images/button_contact.png); }
#navigation #forms_and_docs A { background-image: url(images/button_forms_and_documents.png); }
#navigation #home A { background-image: url(images/button_home.png); }
#navigation #networking A { background-image: url(images/button_networking.png); }
#navigation #newsletter A { background-image: url(images/button_newsletter.png); }
#navigation #processes A { background-image: url(images/button_processes.png); }
#navigation #services A { background-image: url(images/button_services.png); }
#navigation #success_stories A { background-image: url(images/button_success_stories.png); }

#contact_info {
	font-size: 11px;
	line-height: 1.75;
	padding-top: 2em;
	padding-left: 70px;
	padding-right: 15px;
	color: #79a1cb;
}

#contact_info A {
	display: inline;
	color: #79a1cb;
	text-decoration: underline;
}

#content {
	padding-top: 1px;
	padding-bottom: 1px;
	margin-left: 265px;
	margin-right: 70px;
}

#footer {
	height: 85px;
	background: url(images/layout_bottom.gif) top center no-repeat;
	color: #5D7B9B;
	font-size: 11px;
	text-align: center;
	line-height: 1;
}

#footer A {
	color: #5D7B9B;
}

#copyright {
	padding: 60px 0px 0 0px;
	margin: 0;
}

#abs {
	padding-bottom: 2em;
}


#result {
	background: #D7FFD5 url(images/result_bg.gif) left repeat-y;
	text-align: center;
	color: #060;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 1px 1em;
	display: none;
}