*
{
	font-family: "Gill Sans MT", Arial, Helvetica, sans-serif;
}
body
{
	color: #036;
	font-size: .85em;
}
/* Reset */
h2,h3
{
	margin: 0;
	padding: 0;
	font-size: 1.1em;
}
h3
{
	font-size: .9em;
}
table, tr, td, th
{
	margin:0;
	padding: 0;
	border-collapse: collapse;
	font-size: .9em;
}
p
{
	line-height: 1em;
	margin: 5px 0;
}
img
{
	border: none;
}
ul, ol
{
	margin: 5px 0 5px 25px;
	padding: 0;
}
li
{
	margin: 0;
	padding: 0;
	line-height: 1em;
}
/* Page Layout */
#container
{
	width: 894px;
	margin: 0 auto;
	background: #fff;
}
#headerLeft, #headerMid, #headerRight
{
	float: left;
}
#headerLeft
{
	height: 102px;
	width: 202px;
}
#headerMid
{
	padding: 18px 0 0 0;
	width: 372px;
}
#headerRight
{
	/*text-align: right;*/
	width: 320px;
}
#tagline
{
	width: 192px;
	text-align: center;
	letter-spacing: .1em;
	clear: both;
	color: #b7b6b6;
	font-size: .7em;
	margin: 10px 0 0 0;
}
h1#title
{
	margin: 0;
	padding: 0;
	font-weight: 100;
}

ul#nav,ul#footer
{
	margin: 0;
	padding: 0;
	text-align: center;
	clear: both;
}
ul#nav li, ul#footer li
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}
ul#nav li a
{
	display: block;
	width: 110px;
	float: left;
	background: #036;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0 2px 0 0;
	text-align: center;
	font-size: .7em;
	font-weight: bold;
	padding: 5px 0;
}
ul#nav li a:hover
{
	background: #6baae5;
}
ul#nav li a.last
{
	margin: 0;
}
ul#footer
{
	margin: 20px 0 0 0;
}
ul#footer li a
{
	text-decoration: none;
	color: #999;
	text-transform: capitalize;
}
.content
{
	position: relative;
}
#leftCol, #midCol, #rightCol
{
	display: inline;
}
#leftCol, #rightCol
{
	float: left;
	border: 1px solid #036;
	margin: 17px 0 0 0;
	padding: 14px 14px 0 14px;
	height: 525px;
}
#leftCol
{
	width: 288px;
	position: relative;
}
#leftCol h2
{
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	line-height: .9em;
}
#leftCol img
{
	margin: 0 -14px;
	position: absolute;
	bottom: 0;
}
#midCol
{
	float: left;
	margin: 17px 0 0 0;
	display: inline;
}
.midBox
{
	border:1px solid #003366;
	height:175px;
	width:117px;
	margin: 0 5px 5px 5px;
	_margin: 0 2px 5px 5px;
}
#rightCol
{
	width: 539px;
	margin-left: 7px;
}
#rightCol p, #rightCol li
{
	color: #666;
	font-size: .85em;
}
/* GENERAL */
.fl
{
	float: left;
}
.fr
{
	float: right;
}
.clr
{
	clear: both;
}
input.text, textarea.text
{
	border: 1px solid #036;
	font-size: .7em;
	width: 140px;
	margin: 0 5px 0 0;
}
input.text.searchBox
{
	margin: 0 0 5px 0;
	width: 220px;
}
input.submit
{
	background: #036;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	font-size: .7em;
	font-weight: bold;
	padding: 0 5px;
	border: none;
}
.blue
{
	background: #e4f0fa;
}
/* home page */
img#montage
{
	margin: 17px 0 0 0;
}
/* contact form */
table#contact
{
	padding: 0;
	border: none;
	border-collapse: collapse;
}
table#contact td
{
	vertical-align: top;
	padding: 0 0 10px 0;
}

table#contact label
{
	display: block;
	width: 110px;
	font-weight: bold;
}
table#contact input, table#contact textarea
{
	width: 335px;
}
table#contact textarea
{
	width: 335px;
	height: 350px
}/* module table */
table.module
{
}
table.module td
{
	border: 1px solid #036;
	border-collapse: collapse;
	padding: 0 5px;
}