/*
===================
Global
===================
*/
html {
	background:#d30011 url(/Images/bg-page.gif) top center fixed repeat;
}
body {
	background:#ddd;
	width:915px;
	padding:0 15px;
	margin:20px auto;
	font:12px/18px Arial,Sans-Serif;
	color:#444;
	border:7px solid #fff;
	position:relative;
}
h1 {
	font:normal 24px/150% Georgia,Sans-Serif;
	margin:-20px -20px 12px -20px;
	padding:15px 20px 0 20px;
	color:#333;
	background:url(/Images/bg-text-top.gif) top no-repeat;
}
h3 {
	font-size:16px;
	color:#c01;
	padding:1em 0 .2em 0;
	margin-bottom:.9em;
	border-bottom:1px solid #ccc;
}
h4 {
	font-size:16px;
	padding:.8em 0 .2em 0;
}
p, ul {
	margin-bottom:1em;
}
a {
	color:#b01;
}
strong {
	font-weight:bold;
}
.clear {
	clear:both;
	line-height:0;
	font-size:0;
}
.bullet {
	padding-left:1.35em;
}
.bullet li {
	list-style:disc;
}
.divider {
	line-height:0;
	font-size:0;
	height:10px;
	border-top:1px solid #ccc;
	float:right;
	width:310px;
}

/*
===================
Containers
===================
*/
#header {
	margin:-7px -22px 15px -22px;
	position:relative;
	background:#fff url(/Images/bg-header.gif) top no-repeat;
	width:945px;
	padding:7px 7px 0 7px;
}
#content {
	padding:0 0 15px 205px;
	position:relative;
	min-height:1300px;
}
* html #content {
	height:1300px;
}
#footer {
	position:relative;
	margin:10px -15px 0 -15px;
}

/*
===================
Header & Footer
===================
*/
#logo {
	padding:7px;
	display:block;
	width:300px;
}
#header img {
	display:block;
}
#banner {
	width:930px;
	height:125px;
	margin:0;
	background:#eee url(/Images/bg-banner.gif) top repeat-x;
	padding-left:15px;
}
#banner li {
	float:left;
	margin-right:10px;
}
#banner li.last {
	margin:0;
}
#banner li img {
	width:211px;
	height:113px;
	background:#fff;
	padding:5px;
	border-bottom:1px solid #D7D7D7;
}
#header address {
	display:block;
	font-size:11px;
	line-height:16px;
	font-weight:bold;
	color:#aaa;
	position:absolute;
	left:350px;
	top:25px;
	padding-left:10px;
	border-left:1px solid #ddd;
}
#header span.alert {
	position:absolute;
	font:bold 11px Tahoma;
	color:#fee;
	top:-17px;
	left:0;
	width:945px;
	text-align:center;
}
#footer strong {
	display:block;
	text-align:center;
	font:italic 22px/40px "Georgia",Serif;
}

/*
===================
Navigation
===================
*/
#sidenav {
	position:absolute;
	top:0;
	left:0;
	width:190px;
	background:#fff url(/Images/bg-nav.gif) top no-repeat;
}
#sidenav ul {
	margin:0;
}
#sidenav ul.last {
	background:url(/Images/bg-nav-foot.gif) bottom no-repeat;
}
#sidenav a {
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	color:#555;
	display:block;
	padding:0 10px;
	line-height:26px;
	border-top:1px solid #ddd;
	width:170px;
}
#sidenav li a:hover {
	background:#eee;
}
#sidenav li.active a {
	font-weight:bold;
	color:#d00;
	background:url(/Images/bg-nav-item.gif) top repeat-x;
}
#sidenav li.static a {
	background:none;
}
#sidenav li ul {
	display:none;
	border:none;
	background:#eee url(/Images/bg-nav-submenu.gif) top repeat-x;
	padding:8px;
}
#sidenav li.active ul {
	display:block;
}
#sidenav li.active ul a {
	color:#777;
	background:none;
	line-height:21px;
	padding-left:8px;
	border:none;
	border-bottom:1px solid #eee;
	width:154px;
}
#sidenav li.active ul li a:hover,
#sidenav li.active ul li.active a {
	color:#d00;
	background:#fff;
	border-color:#ddd;
	padding-bottom:0;
	line-height:21px;
}
#footerNav {
	margin:0;
	color:#c00;
	background:#fff;
	text-align:center;
	padding-top:5px;
	font-size:11px;
	font-weight:bold;
}
#footerNav li {
	display:inline;
	margin:0 3px;
}
#footerNav li a {
	color:#c00;
}

/*
===================
Sidebar
===================
*/
#sideBanner {
	position:absolute;
	top:0;
	right:0;
	width:170px;
}
#sideBanner a {
	display:block;
	margin-bottom:15px;
}
#sideBanner h2 {
	font-size:12px;
	font-weight:bold;
	padding-left:7px;
	line-height:25px;
	background:#d00;
	color:#fff;
}
#sideBanner .updated {
	font-size:11px;
	font-weight:bold;
	margin-bottom:20px;
}
#sideBanner .updated li {
	border-bottom:1px solid #bbb;
}
#sideBanner .updated a {
	margin:0;
	text-decoration:none;
	color:#666;
	line-height:25px;
	padding-left:7px;
	background:#eee;
}
#sideBanner .updated a:hover {
	background:#fff;
}

/*
===================
Content
===================
*/
div.text {
	width:670px;
	padding:20px;
	background:#fff url(/Images/bg-text.gif) bottom no-repeat;
}
div.home {
	width:480px;
	background-image:url(/Images/bg-text-home.gif);
}
div.home h1 {
	background-image:url(/Images/bg-text-top-home.gif);
}
p.intro {
	font:13px/21px Georgia,Sans-Serif;
}
.images img {
	display:block;
	border:2px solid #ccc;
	margin-bottom:3px;
}
.images span {
	display:block;
	margin-bottom:15px;
	text-align:center;
	font:italic 11px/15px Georgia,Serif;
}
ul.attachments {
	margin-bottom:25px;
}
a.attachment {
	width:300px;
	padding-left:20px;
	height:20px;
	line-height:20px;
	color:#000;
	background-repeat:no-repeat;
	background-position:left center;
	text-decoration:underline;
	overflow:hidden;
}
a.word	{ background-image:url(/Images/icon-word.gif) }
a.excel	{ background-image:url(/Images/icon-excel.gif) }
a.pdf	{ background-image:url(/Images/icon-pdf.gif) }
a.img	{ background-image:url(/Images/icon-image.gif) }
a.file	{ background-image:url(/Images/icon-file.gif) }

/*
===================
Contact & Location
===================
*/
.text address {
	width:13em;
	float:left;
	padding-bottom:2em;
}
.text address * {
	display:block;
}
.text address strong {
	font-size:13px;
	font-weight:bold;
	margin-bottom:2px;
}
.text address em {
	float:left;
	text-align:center;
	width:1.2em;
	margin-right:.4em;
	font-weight:bold;
	color:#fff;
	background:#e00;
}
ul.contact li {
	margin:0 0 .5em 0;
	line-height:120%;
}
ul.contact span {
	float:left;
	text-align:center;
	width:1.2em;
	margin-right:.4em;
	font-weight:bold;
	color:#fff;
	background:#d00;
}
#map {
	height:380px;
	border:1px solid #ccc;
}
#aerial {
	display:block;
}
#aerial img {
	display:block;
	border:1px solid #ccc;
}

/*
===================
Home Page
===================
*/
#introPic {
	float:left;
	margin-right:15px;
}

/*
===================
Category Page
===================
*/
.boxList {
	padding-top:12px;
	border-top:1px solid #ccc;
	width:610px;
}
.boxList li {
	height:75px;
	margin-bottom:12px;
	border-bottom:1px solid #ccc;
	padding-bottom:12px;
	position:relative;
}
.boxList img {
	float:left;
	margin-right:12px;
	width:100px;
	height:75px;
	background:#eee;
}
.boxList img.shim {
	background:url(/Images/thumb-rounded.png) no-repeat;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
* html .boxList img.shim {
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/Images/thumb-rounded.png',sizingMethod='scale');
}
.boxList h2 {
	font-size:16px;
	line-height:20px;
	margin:2px 0 4px 0;
}
.boxList div {
	font-size:11px;
	line-height:15px;
}

/*
===================
Item Page
===================
*/
.descriptors li {
	clear:left;
}
a.image {
	border:1px solid #ccc;
	background:#eee;
	float:left;
	margin:3px 18px 6px 0;
	text-decoration:none;
	color:#555;
	font-size:11px;
	max-width:176px;
}
a.image:hover {
	border-color:#ddd;
	border-width:5px;
	margin:-1px 14px 2px -4px;
}
a.image img {
	display:block;
}
a.image span {
	clear:left;
	display:block;
	padding:5px;
	line-height:125%;
}
.descriptors td {
	padding-left:2px;
	padding-right:2px;
}

/*
===================
Search
===================
*/
.search {
	position:absolute;
	top:10px;
	right:10px;
	height:24px;
	width:270px;
	padding:4px;
	background:url(/Images/bg-search.gif) no-repeat;
}
.search input {
	float:left;
	height:14px;
	width:200px;
	padding:4px;
	border:1px solid #c5c5c5;
}
.search span span {
	float:left;
	border:1px solid #c5c5c5;
	border-left:none;
}
.search span span input {
	width:58px;
	height:22px;
	padding:0 5px;
	color:#777;
	font-size:11px;
	font-weight:bold;
	background:#eee;
	border:none;
	outline:none;
}
ol.searchResults li {
}

/*
===================
Forms
===================
*/
.form h3 {
	padding-top:1em;
}
.form label.text {
	float:left;
	width:100px;
	text-align:right;
	padding:3px 10px 0 0;
}
.form input.text,
.form textarea,
.form span.inputGroup {
	border:1px solid #ccc;
	border-top-color:#999;
	border-left-color:#999;
	width:250px;
	padding:4px;
}
.form textarea {
	height:100px;
}
.form select {
	width:260px;
	padding:2px;
	border:1px solid #eee;
	border-top-color:#aaa;
	border-left-color:#aaa;
}
.form span.inputGroup {
	display:block;
	background:#fff;
	padding:6px;
	width:246px;
	margin-left:110px;
}
.form span.inputGroup label {
	margin-top:-1px;
	margin-left:4px;
}
.form p {
	clear:left;
}
.form p.indent {
	margin-left:110px;
}
* html .form p.indent {
	margin-left:113px;
}
.form input.button {
	padding:.3em .6em;
}

/*
========================
Validation
========================
*/
.form .validation-container {
	margin-bottom:12px;
	background:#8be;
	padding:8px;
	line-height:120%;
}
.form .validation-container .validation-title {
	font-size:16px;
	font-weight:bold;
	margin:0 0 3px 0;
	padding:0;
	border:none;
	color:#fff;
}
.form .validation-container ul {
	margin:0;
	color:#fff;
	font-weight:bold;
	font-size:11px;
}

/*
===================
Tables
===================
*/
.gridview {
	font-size:11px;
	width:100%;
}
.gridview th {
	font-weight:bold;
}
.gridview td, .gridview th {
	border-bottom:1px solid #ccc;
	padding:2px 10px 2px 0;
}
