body {
	font-family: Georgia, Palatino, "Times New Roman", Times, serif;
	font-size: small;
	background-color: #fff;
	background-image: url(/images/background-left.jpg);
	background-image: url(/images/sidegradient.jpg);
	background-repeat: repeat-y;
	padding: 0;
	margin: 0;
}

* html body {
	font-size: 80%;
}

#background {
	position: relative;
	top: 0;
	left: 0;
	height: 900px;
	background-position: 682px 91px;
	background-image: url(/images/background.jpg);
	background-repeat: no-repeat;
}
* html #background {
	background-position: 681px 91px;
}	


#page {
	position: relative;
	padding-top: 16px;
}
	
h1, h2, h3, h4, cite, #navigation, .right_caption, .left_caption, .right_sidebar, .left_sidebar {
	font-family: lucida sans, helvetica, arial, sans;
}
h1, h2, h3, h4, #navigation {
	color: #643;
}

a, a:hover, a:visited, a:active {
	text-decoration: underline;
}
a:visited {
	color: #743;
}
a, a:hover {
	color: #b41;
}

h1, h2, h3, h4 {
	margin: 1em 0 0.2em 0;
}

h1 {
	font-size: 150%;
}
h2 {
	font-size: 120%;
}
h3 {
	font-size: 110%;
}

p {
	margin: 0 0 0.8em 0;
}

img {
	border: none;
}

cite, .right_caption, .left_caption, .right_sidebar, .left_sidebar {
	font-style: normal;
	font-size: 80%;
}
#header {
	top: 0;
	left: 0;
	width: 100%;
	background-color: #000;
	padding: 20px 0 2px 0;
	color: #fff;
	z-index:2;
}

#logo {
	float: left;
	width: 100%;
	border-top: 4px solid #b41;
	border-bottom: 4px solid #b41;
	background-color: #fff;
	color: #000;
	margin-bottom: 2px;
}

#logo img {
	font-size: 300%;
	float: left;
	margin-left: 87px;
}

#logo p {
	float: right;
	margin: 0;
	text-align: right;
	padding-right: 1em;
	font-style: italic;
	font-size: 21px;
}

#content, #footer {
	position: relative;
	clear: both;
	left: 117px;
	padding-top: 9px;
	width: 540px;
}

#footer {
	border-top: 1px solid #521;
	font-size: 80%;
	margin-top: 3em;
	padding-top: 2px;
}

.right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}	
div.left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	background: #fff;
}
div.right {
	text-align: center;
}
div.left p, div.right p {
	clear: both;
	font-size: 80%;
	font-style: italic;
	text-align: left;
	padding: 0 0.5em 0.5em;
	margin: 0;
	background-color: #ddd;
}
div.left h2, div.right h2 {
	font-size: 1em;
	padding: 2px 0.5em;
	margin: 0;
	background-color: #ddd;
}
div.left div {
	float: left;
}
div.right div {
	margin: auto;
/*	float: right; */
}
div.left div, div.right div {
	padding: 0;
	background-position: right 3px;
	background-image: url(/images/shadow-right.gif);
	background-repeat: no-repeat;
}
div.left div div, div.right div div {
	background-position: 3px bottom;
	background-image: url(/images/shadow-bottom.gif);
	background-repeat: no-repeat;
}
div.left div div div, div.right div div div {
	padding: 0 4px 1px 0;
	background-position: right bottom;
	background-image: url(/images/shadow-bottomright.gif);
	background-repeat: no-repeat;
}
* html div.left div div div, * html div.right div div div {
	padding: 0 3px 4px 0;
}
div.left div img, div.right div img {
	margin: 0;
	border: 1px solid #341405;
}
.right_caption, .right_sidebar {
	float: right;
	margin: -10px 0 10px 10px;
	clear: right;
	width: 185px;
	text-align: right;
}
.left_caption, .left_sidebar {
	float: left;
	margin: -10px 10px 10px 0;
	clear: left;
	width: 185px;
	text-align: left;
}
.right_sidebar, .left_sidebar {
	padding: 5px 0;
	margin-top: 1px;
	background-color: #ed9;
}
.right_sidebar p, .left_sidebar p {
	margin: 5px 10px;
}
.right_sidebar h2, .left_sidebar h2 {
	margin: 10px 10px 5px;
}	
	
.clear {
	clear: both;
}
.section {
	padding: 14px 0 0;
	margin-top: 14px;
	clear: both;
	border-top: 1px solid #521;
}

* html #navigation div { /*This hack uses an extra div to make the nav ul layout properly in IE. */
	margin-top: -19px;		  /* I don't really understand it, but it works. :-b */
}
	
#navigation ul {
	list-style: none;
	display: inline;
	padding: 0 0 0 94px;
	height: 0;
	margin: 0;
}

#navigation ul li {
	display: inline;
	padding: 3px 17px;
	border-left: 1px solid #b41;
	margin: 0 0 0 -4px;
}
* html #navigation ul li {
	height: 0;
	position: relative;
	top: -3px;
	left: -4px;
	margin-bottom: -5px;
	padding-right: 20px;
	paddi\ng-right: 17px;
	ma\rgin-left: -5px;
	p\osition: none;
	ma\rgin-bottom: 0;
}

#navigation ul li.qa {
	border-right: 1px solid #b41;
}

#about #navigation ul li.about {
	background-color: #b41;
}
#about #navigation ul li.about a {
	color: #000;
}

#capabilities #navigation ul li.capabilities {
	background-color: #b41;
}
#capabilities #navigation ul li.capabilities a {
	color: #000;
}

#testimonials #navigation ul li.testimonials {
	background-color: #b41;
}
#testimonials #navigation ul li.testimonials a {
	color: #000;
}

#contact #navigation ul li.contact {
	background-color: #b41;
}
#contact #navigation ul li.contact a {
	color: #000;
}

#navigation a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

#navigation a:hover {
	color: #b41;
}

form div {
	clear: both;
	padding-top: 5px;
}
form label, dl.contact dt {
	text-align: right;
	float: left;
	width: 25%;
}
form input, form textarea, form div.input, dl.contact dd {
	clear: none;
	float: right;
	width: 72%;
}
form input.submit {
	float: right;
	width: auto;
	margin-left: 5px;
}
form input.radio {
	float: none;
	margin-left: 0;
	width: auto;
}
dl.contact dt {
	font-weight: bold;
}
dl.contact dd {
	position: relative;
	top: -1.15em;
}

#designby {
	position: absolute;
	bottom: -1.5em;
	right: 1em;
}
#designby a {
	color: #e7dcb7;
}

blockquote.highlight {
	margin: 0 0 1em 0;
	padding: 10px;
	background-color: #ddd;
}

.fineprint {
	font-size: 85%;
	font-style: italic;
}