/* General Styles */
html, body, h1, h2, h3, h4, h5, h6, p, a, ul, li, td, th {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	color: inherit;
	font-weight: inherit;
}
html, body {
	width: 100%;
	height: 100%;
}
ul {
	list-style: none;
}
body {
	font-size: 72.5%;
	color: #333;
	font-family: arial;
}
hr {
	height: 1px;
	border: 1px solid black;
	background-color: black;
}
img {
	border: none;
}
pre, tt {
	font-family: monospace;
}
/* Banner */
#banner {
	padding: 27px 0;
	margin-bottom: 31px;
	background: black;
	border-top: 5px solid #700B2E;
}
#banner div {
	width: 870px;
	margin: 0 auto;
	position: relative;
}
#banner div p {
	color: white;
	position: absolute;
	bottom: 0;
	right: 0;
	font-weight: bold;
	font-size: 110%;
}
#banner_link {
	float: right;
	display: block;
	position: relative;
	top: -27px;
	width: 147px;
	height: 24px;
	padding: 0 0 0 37px;
	background: transparent url('../images/banner-link.gif') no-repeat scroll top left;
	line-height: 19px;
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 110%;
}
/* Main body content */
#main-content {
	width: 870px;
	margin: 0 auto;
	background: white url(/images/column-borders.gif) repeat-y scroll top left;
}
/* Left column */
#left-col {
	float: left;
	width: 200px;
}
/* Middle column */
#middle-col {
	float: left;
	width: 407px;
	padding: 0 16px 0 32px;
}
/* Right column */
#right-col {
	float: left;
	width: 200px;
	padding: 0 0 24px 15px;
	background: transparent url(/images/vision-corner.gif) no-repeat scroll bottom right;
}
/* Sticky footer */
#wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -85px;
}
#footer, #push {
    height: 85px;
}
#footer {
	background-color: black;
	text-align: center;
}
#footer p {
	color: white;
	padding-top: 20px;
	font-weight: bold;
}
#footer ul {
	padding-top: 16px;
}
#footer li {
	display: inline;
	padding: 0 1em;
	border-left: 1px solid white;
}
#footer li:first-child {
	border-left: none;
}
#footer li a {
	color: white;
	text-decoration: none;
}
/* General content */
div.content.bordered,
div.person.bordered {
	padding-top: 1.2em;
	border-top: 6px solid #BABA9D;
	border-bottom: 3px solid black;
}
div.content h1 {
	font-weight: bold;
	font-size: 110%;
}
div.content h2,
div.content h3,
div.content h4,
div.content h5,
div.content h6 {
	font-weight: bold;
}
div.content h1, div.content p {
	padding-bottom: 1.2em;
}
div.content hr {
	margin-bottom: 1.5em;
}
div.content ul {
	list-style: disc inside;
	margin: 0 0 1em 1em;
}
div.content div.tab {
	margin-bottom: 1em;
}
/* Summary Boxes */
div.summary-box {
	background-color: #BABA9D;
	color: #333;
	padding-bottom: 0.5em;
}
div.summary-box h1 {
	background-color: #700B2E;
	border-bottom: 2px solid white;
	color: white;
	text-transform: lowercase;
	font-weight: bold;
	padding: 5px;
	font-size: 110%;
}
div.summary-box h2 {
	font-weight: bold;
	padding: 0.3em 0.5em 0 0.5em;
}
div.summary-box p {
	padding: 0 0.5em 1em 0.5em;
}
div.summary-box a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}
/* Navigation Bar */
ul#navigation {
	border-top: 3px solid black;
	border-bottom: 6px solid #BABA9D;
	padding: 12px 0 11px 0;
	margin-bottom: 24px;
}
ul#navigation li {
	border-top: 1px solid #BDBCB8;
	padding: 0.5em 0 0.6em 0;
	font-weight: bold;
	text-transform: lowercase;
	font-size: 110%;
}
ul#navigation li a {
	color: black;
	text-decoration: none;
}
ul#navigation li a:hover,
ul#navigation li.selected a {
	color: #700B2E;
}
ul#navigation li:first-child {
	border-top: none;
}
/* Address block */
div#addresses_container {
	position: relative;
	height: 226px;
}
div#addresses {
	padding-right: 60px;
	position: absolute;
	bottom: 0;
}
div#addresses h1 {
	font-weight: bold;
	padding: 2em 0 0.75em 0;
}
div#addresses p.telephone {
	font-weight: bold;
}
/* Quotation */
p.quotation, div.quotation p {
	color: #700B2E;
	font-style: italic;
	padding: 1em 0;
}
/* "Archived" link */
p.archive {
	padding: 1em 0;
}
p.archive a {
	text-decoration: none;
	color: #700B2E;
}
p.archive a:hover {
	text-decoration: underline;
}
/* Person block */
div.person {
	position: relative;
}
div.person h1 {
	font-weight: bold;
	padding-bottom: 0.4em;
}
div.person h2 {
	font-style: italic;
	padding-bottom: 0.7em;
}
div.person.summary {
	min-height: 120px;
	margin-bottom: 0.2em;
	padding-right: 110px;
	position: relative;
}
div.person p, div.person img {
	padding-bottom: 1em;
}
div.person.bordered img {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}
a.read-more {
	color: #700B2E;
	font-weight: bold;
	text-decoration: none;
}
a.read-more:hover {
	color: #903;	
}
/* Case study block */
div.case-study.image {
	min-height: 102px;
	padding-right: 110px;
	background: transparent none no-repeat scroll top right;
}
/* Locations */
div.location {
	position: relative;
	height: 150px;
	margin-bottom: 1em;
}
div.location img.map {
	position: absolute;
	right: 0;
}
/* Tabs */
div.tab ul {
	margin: 0;
	padding: 0 0 0 0.4em 
}
div.tab > ul li {
	display: inline;
	background-color: #DDD;
	padding: 0 0.5em;
	margin: 0 0.2em;
}
div.tab > ul li.selected {
	background-color: #BABA9D;
}
div.tab > ul li,
div.tab > ul li a {
	color: #999;
	text-decoration: none;
}
div.tab > ul li.selected,
div.tab > ul li.selected a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
div.tab > div {
	background-color: #BABA9D;
	padding: 1em;
}
div.tab > div h1 {
	font-weight: bold;
	margin: 0.2em 0 1em 0;
}
/* Error/Success panels */
div.error {
	border: 1px solid #966;
	background-color: #F99;
	text-align: center;
	padding: 1em;
	font-weight: bold;
	margin-bottom: 1em;
}
div.success {
	border: 1px solid #696;
	background-color: #9F9;
	text-align: center;
	padding: 1em;
	font-weight: bold;
	margin-bottom: 1em;
}
/* Move up/down buttons */
p.move a {
	border: 1px outset #999;
	background-color: #CCC;
	padding: 0.3em 1em;
	text-decoration: none;
	font-size: 90%;
}
