﻿/* CSS Document */

* {
	padding: 0;
	margin: 0;
}

body {
	background: #fdfbef;
}

#container {
	background-color: #013366;
	width: 847px;
	height: auto;
	margin: auto;
}



/* main page design. */
/* this is for design that carries across all of the pages of the website, mainly for the content area */

#bluecontainer {
	background: #dce8f4;
	width: 834px;
	float: left;
	margin-left: 6px;
	margin-right: 6px;
	margin-top: -80px;
	display: inline;
	margin-bottom: 13px;
}

#contentbox {
	background: #fdfbef;
	float: left;
	margin: 30px;
	width: 775px;
	font-family: Century gothic, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	display: inline;
}

#contentbox p {
	padding: 5px;
}

#contentbox ul {
	list-style-type: none;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #013366;
	margin-top: 15px;
	margin-left: 15px;
	margin-bottom: -10px;
}

h4 {
	padding-top: 10px;
	font-size: 14px;
}

p.caption {
	font-size: 11px;
	margin-top: -9px;
	margin-bottom: 10px;
}


/* footer design, including footer links */

#footer {	
	line-height: 13px;
	height: auto;
	width: 847px;
	padding: 5px;
	margin-left: -5px;
}

#partners {
	background: #013366;
}

#partners2 {
	float: right;
	margin-top: -77px;
}

#partners2 img {
	margin-right: 6px;
}		

#partners img {
	margin-left: 6px;
	margin-top: -7px;
	padding-bottom: 6px;
}

#footerlinks {
	text-align: center;
	color: #fdfbef;
	font-size: 12px;
	margin-top: -85px;
	padding-bottom: 7px;
}

#footerlinks p {
	padding: 10px;
}

#footerlinks a {
	color: #fdfbef;
	text-decoration: none;
	line-height: 20px;
}

#footerlinks a:active: {
	color: #fdfbef;
	text-decoration: none;
}

#footerlinks a:visited: {
	color: #fdfbef;
	text-decoration: none;
}

#footerlinks a:hover {
	text-decoration: underline;
}


/* main navigation design and placement */

#navbar {
	text-align: center;
	line-height: 16px;
	float: left;
}

#navlist li {
	display: inline;
	margin-left: 5px;
	margin-right: 5px;
}

#navarea {
	background: url(images/background3.gif);
	background-repeat: no-repeat;
	height: 137px;
	width: 847px;
	
}

#navlist {
	background: #fdfbef;
	font-family: Century gothic, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	width: 834px;
	margin-left: 6px;
	margin-right: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 17px;
}

#navlist li a {
	text-decoration: none;
	color: #013366;
	border-right: 0px solid #013366;
	border-left: 0px solid #013366;
	padding-left: 5px;
	padding-right: 5px;
}

#navlist li a:hover {
	color: #013366;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #013366;
	padding-left: 4px;
	padding-right: 4px;
}

#navlist li a:active {
	color: #013366;
	text-decoration: none;
}

/* column layout */
/* with an extra div (the floatbox) as a workaround for keeping the yellow-ish background color behind the columns */

#floatbox {
	width: 775px;
	
}

#column1 {
	width: 352px;
	float: left;
	padding-left: 17px;
	padding-top: 15px;
	padding-bottom: 15px;
}

#column2 {
	width: 352px;
	float: left;
	padding-left: 35px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
}

#column2 p {
	padding-left: 0px;	
}

#column1 p {
	padding-left: 0px;
}

#floatbox img {
	border: 1px solid black;
	margin-top: 10px;
	margin-bottom: 10px;
}

#column2 img {
	margin-top: 10px;
}

/* Internet Explorer workarounds */
/* These are for IE 6 */

/* page specific coding :: contact */

.email {
	color: black;
}

.directions {
	font-weight: bold;
}

/* page specific coding :: products */

.products {
	margin-left: 40px;
}

.full {
	margin-left: 10px;
	margin-right: 10px;