/* ==============================================
   Global Styles
============================================== */

* { /* Global browser reset */
	margin: 0;
	padding: 0;
} 
body {
	background-color:#a4cbdd;
	font: 12px/16px Arial, "Trebuchet MS", sans-serif;
	text-align: center; /* Workaround for IE 5.x */
}
h2, h3, h4, h5, h6, p, blockquote, ul, ol, dl {
    margin-top: 1em;
    margin-bottom: 1em;
}
h1 {
	font: 22px "Arial Rounded MT Bold", "Arial Rounded MT", "Arial Rounded Bold", "Arial Rounded", Arial, "Trebuchet MS", sans-serif;
	color: #000055;
}
h2 {
	font: 14px Arial, "Trebuchet MS", sans-serif;
	font-weight: bold;
}
a:link, a:visited {
	color: #0033CC;
}
a:hover {
	color: #a4cbdd;
}



/* ==============================================
   Site Shell Elements
============================================== */

#wrapper {
	width: 831px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	text-align: left;
	background-image: url(../images/page_bg.jpg);
	background-repeat: repeat-y;
}
#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 156px;
}
#topnav {
	margin-bottom: 20px;
}
#content {
	padding: 0 50px;
	background-image: url(../images/page_bg.jpg);
	background-repeat: repeat-y;
}
#footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	height: 51px;
	margin: 0;
	padding: 0;
	clear: both;
}



/* ==============================================
   Primary Nav
============================================== */

#topnav ul {
	margin: 0;
	padding: 0;
}
#topnav li {
	list-style: none;
	display: inline;
	padding: 0 12px 0 0;
}
#topnav li a {
	font-weight: bold;
	text-decoration: none;
	font-size: 1.2em;
}
#topnav li.nav_cont {
	padding: 0;
}



/* ==============================================
   Footer
============================================== */

#footer a:link, #footer a:visited {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
.footer {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #888;
	text-align: center;
	padding-top: 8px;
	margin: 0;
}



/* ==============================================
   shared attributes
============================================== */

#leftcol {
	float: left;
	width: 335px;
}
#rightcol {
	float: right;
	width: 335px;
}
#leftcol ul, #rightcol ul {
	margin-left: 20px;
}



/* ==============================================
   Home Page
============================================== */

.caption {
	font-size: 11px;
	line-height: normal;
	text-align: center;
	margin: 0 0 20px 0;
}



/* ==============================================
   History
============================================== */

.hfoto {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}
.caption2 {
	font-size: 12px;
	font-weight: bold;
	line-height: normal;
	text-align: center;
	margin-top: 5px;
}



/* ==============================================
   Staff
============================================== */

.staffList {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}
.staffList li img {
	float: left;
}
.staffList li {
	clear: both;
	height: 250px;
}
.staffList p {
	float: right;
	width: 420px;
	margin-top: 0;
}



/* ==============================================
   Products
============================================== */

ul.prod {
	list-style-image: url(../images/checkmark.gif);
}



/* ==============================================
   Companies
============================================== */

.leftcol {
	float: left;
	width: 335px;
	display: inline; /* to fix IE double margin bug */
}
.rightcol {
	float: right;
	width: 300px;
	display: inline; /* to fix IE double margin bug */
}
.companyList {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}
.companyList li {
	padding-bottom: 15px;
}
.companyList img {
	border: 1px solid white;
}
.companyList a:hover img {
	border: 1px solid navy;
}
.companiesTable img {
	border: 1px solid white;
}
.companiesTable a:hover img {
	border: 1px solid navy;
}
.companiesTable td {
	text-align: center;
}
.box {
	background-color: #CCCCFF;
	clear: both;
}



/* ==============================================
   Quote
============================================== */

.oops {
	color: #EE0000;
}
form p { /* (for the function below) */
	clear: left;
}
form p label { 
	float: left;
	width: 18%;
}
fieldset {
	padding: 10px;
}



/* ==============================================
   Contact, Resources
============================================== */

#hol {
	font-size: 13px;	
	float: left;
}
#hol img {
	float: left;
	margin-right: 20px;
	margin-bottom: 30px;
}
#hol p {
	float: right;
	margin-top: 0;
}

#nap {
	font-size: 13px;	
	float: right;
}
#nap img {
	float: left;
	margin-right: 20px;
}
#nap p {
	float: right;
	margin-top: 0;
}



/* ==============================================
   Misc
============================================== */

#privacy {
	margin-left: 1em;
}


