@charset "utf-8";
/* CSS Document */

body,
html{
	margin:0;
	padding:0;
}
body {
	min-width:720px; /* Prevent content from becoming unreachable in Gecko */
}
/* position:absolute for all browsers - the whole page scrolls */
div#headerwrap {
	position:absolute;
	width:100%;
	top:0;
	left:0;
	height:167px;
}
div#header {
	height:167px;
	width:100%;
	margin:0 auto;
}
div#headerLogo {
	height:127px;
	width:920px;
	margin:0 auto;
}
div#headerImage {
	width:920px;
	margin:0 auto;
	height:308px;
}
/* set a left margin to compensate for IE/Win always making room for a scrollbar */
div#middlewrap {
/* set left margin and bottom padding for IE5/Win */
	padding:167px 0 0 0;
	margin-left:0;
/* set left margin and bottom padding for others */
	voice-family: "\"}\""; 
	voice-family:inherit;
	margin-left:0;
	background-image:url(../images/bg-content.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#06171c;
	
}
/* set left margin for modern browsers */
body>div#middlewrap {
	margin-left:0;
}
div#middle {
	width:920px;
	margin:0 auto;
}
div#sideImage {
	width:217px;
	height:259px;
	float:right;
	margin-left:32px;
	margin-top:22px;
}
div#historyImage {
	width:217px;
	height:259px;
	float:right;
	margin:0 0 0 20px;
	position:relative;
}
div#techImage {
	width:303px;
	height:192px;
	float:right;
	margin:0 0 0 20px;
	position:relative;
}
div#middleImage {
	width:214px;
	height:143px;
	float:right;
	margin-left:20px;
}
div#imageSmallHolder {
	margin-top:10px;
}
div#content {
	padding:0 10px;
	background-color:#eaf3e4;
}
div#contentMiddleHolder {
	padding:0;
}
div#contentBottomHolder {
	margin:0 245px 0 0;
}

div#textHolder {
	margin-top:20px;
	text-align:justify;
}


/* Styling rules to make this page look nice. */
body,
html{
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#000;
	background:#ffffff;
}


/* Styling rules for menu.................................................................................................................................. */

.menu a:link, a:visited{
	color:#e6e7d7;
}
.menu a:hover, a:active{
	color:#ffffff;
}
.menu {
	height:40px;
	width:920px;
	margin:0 auto;
	background-color:#b54800;
}
div#navHolder {
	padding-top:10px;
	text-align:center;
}
div#navMenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
div#navMenu li {
	display:inline;
	margin: 0 30px;
}

div#header {
	color:#eee;
}
h1,
h2 {
	padding:0;
	margin:0;
}
div#sidebar h2 {
	padding-left:5px;
}


/* no positioning for IE5/Win - the whole page scrolls */
div#footerwrap {
	width:920px;
	margin:0 auto;
	margin-bottom:50px;
}

div#footer {
	height:37px;
	background-image:url(../images/footer-bg.gif);
	background-position:top;
	background-repeat:no-repeat;
}


div#footerHolder {
	margin:0 10px;
	padding-top:7px;
	padding-bottom:50px;
}
.footerLinkHolder {
	float:right;
	font-size:10px;
	margin:0 10px;
	padding-top:12px;
}
.footerLink {
	text-align:right;
	color:#57634c;
	padding:8px 0 0 0;
	font-size:10px;
}
.footerLinkHolder a:link, a:visited {
	text-decoration:none;
}
.footerLinkHolder a:hover, a:active {
	text-decoration:underline;
}
.copy {
	font-size:10px;
	color:#57634c;
}
h1 {
	line-height:1.4em;
	font-size:14px;
	color:#6a6a6a;
	font-weight:normal;
}
.text {
	line-height:1.4em;
	font-size:14px;
	color:#6a6a6a;
	font-weight:normal;
}
.subtitle {
	font-size:18px;
	color:#37612e;
	text-align:justify;
}
.textQuoteHolder {
	font-size:14px;
	margin:0 auto;
	width:920px;
}
.textQuote {
	font-size:14px;
	padding:18px 0 18px 10px;
	color:#6a6a6a;
	font-style:italic;
}
.textQuoteTitle {
	font-size:16px;
	color:#c66b09;
	font-style:italic;
}
h2 {
	font-size:30px;
	padding-top:15px;
	margin-top:0;
	color:#6f6340;
	font-weight:normal;
}
ol {
	margin-bottom:0;
	font-size:14px;
	line-height:1.4em;
	color:#6a6a6a;
}
p {
	font-size:12px;
	line-height:1.4em;
	color:#6a6a6a;
}
pre {
	font-size:0.9em;
	line-height:1.4em;
}
ul {
	font-size:0.8em;
	line-height:1.4em;
}
.thumbnail{
	padding: 3px 3px 8px 3px;
	background-color: #222;
	border: 1px solid #2a2a2a;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 20px;
	}
#content img {
	border:1px solid #06171c;
}