/* Reset browser defaults */
@import url("reset.css");
/* Apply basic typography styles */
@import url("typography.css");
/* Apply form styles */
@import url("forms.css");
/* Content column styles */
@import url("columns.css");
/* Apply menu styles */
@import url("menu.css");

/* Site layout styles */

#container {
	width: 850px;
	margin: 0 auto;
}

#mainContent {
	padding: 0;
	text-align: left;
}

#body-container, 
#header-container, 
#header, 
#header-bg, 
#header-slideshow, 
#slideshow, 
#navigation, 
#top-navigation, 
#footer-container {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
}

#body-container {
	background: #fff8dc;
	border: 1px solid #000;
}

#header-container {
	background: #fff8dc url(../images/bg_shadow_bot.png) repeat-x left bottom;
	padding-bottom: 9px;
	z-index: 1000;
}
#header-bg {
	background: url(../images/bg_header.jpg) repeat-x;
}
#header {
	height: 60px;
	background: url(../images/bg_tread.png) repeat-x center;
	z-index: 1001;
}

#logoContainer, 
#site-title {
	position: relative;
	z-index: 1002;
	float: left;
	margin: -25px 0 -88px;
	padding: 3px 6px;
}
#logo, 
#site-title, 
#site-title a {
	height: 88px;
	width: 370px;
}
#site-title a {
	display: block;
	background: url(../images/logo.png) no-repeat;
}
#siteTagline span, 
#site-title span, 
#site-description span {
	display: none;
}
#siteTagline, 
#site-description {
	background: url(../images/tagline.png) no-repeat center;
	margin: 0 6px 0 382px;
	height: 60px;
}

/* Homepage Slideshow */
#slideshow {
	overflow: hidden;
	height: 385px;
	margin-top: -60px;
	z-index: 1;
}

/* Menu settings */
/* see menu.css for more */
#navigation {
	background: #c48010 url(../images/bg_menubar.png) repeat-x;
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
}
/* top-navigation menu */
#top-navigation {
	background: #3c5358;
}
/* top-nav is not centered */
#top-nav {
	right: auto;
}
#top-nav li {
	left: auto;
}
/* top-nav styles */
#top-nav {
	padding: 3px 6px;
}
#top-nav a {
	height: 10px;
	padding: 4px;
}
#top-nav .icon-home a {
	background: url(../images/icon_home.png) no-repeat;
	width: 12px;
}
#top-nav .icon-phone a {
	background: url(../images/icon_phone.png) no-repeat;
	width: 16px;
}
#top-nav a:hover {
	background-position: 0 -18px;
}
#top-nav span {
	display: none;
}

/* Custom column settings */
/* see columns.css for base settings and notes */
/* contact info */
/* positioned at the bottom of the secondary column */
#site-info {
	text-align: center;
	font-size: 11px;
	text-transform: uppercase;
	width: 21%;	/* width of content */
	position: absolute;
	bottom: 0;
}
.twocol-left #site-info {
	right: 2%;
}
.twocol-right #site-info {
	left: 102%;
}

/* Misc styles */
.opaque {
	display: block;
	padding: 0.5em;
	background: url(../images/bg_trans.png);
}

a.work-alert {
	display: block;
	position: relative;
	width: 500px;
	margin: 0 auto;
	height: 100px;
	background: url(../images/winter-weather-alert.jpg) no-repeat;
	border: 1px solid #333;
}
a.work-alert .opaque {
	font-size: 1.1em;
	text-align: right;
}
a.work-alert .work-alert-description {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0.5em;
	font-weight: bold;
	font-style: italic;
	color: #006;
}

.caption {
	padding: 0.5em;
	margin: 0 auto 1em;
	border: 1px solid #ddd;
}
.caption img {
	display: block;
	width: auto;
	max-width: 100%;
	min-width: none;
	height: auto;
}
.caption p {
	font: italic 0.9em Georgia, "Times New Roman", Times, serif;
	color: #727272;
	margin-top: 0.5em;
	margin-bottom: 0;
}

.media {
	display: block;
	text-align: center;
	margin-bottom: 1em;
}

.download {
	display: block;
	padding: 1em;
	background: #eee;
	border: dashed 1px #ccc;
}
a.pdf {
	background: url(../images/icon-pdf.gif) no-repeat left center;
	padding-left: 24px;
}

.tabs {
	list-style: none;
	float: left;
	width: 100%;
	left: 0;
	margin: 0;
	padding: 0;
}
.tabs, .tabs a, .tabs a:hover {
	background-image: url(../images/ccc-1px.gif); /* top border of tab content container */
	background-repeat: repeat-x;
	background-position: left bottom;
}
.tabs li {
	left: 0;
	margin: 0 2px 0 0;
	padding: 0;
}
.tabs a {
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
	color: #666;
	background-color: #eee;
	padding: 0.4em 1em;
	border: solid 1px #ccc;
	border-bottom: 0 none;
}
.tabs a:hover {
	color: #666;
	background-color: #fff8dc;
}
.tabs a.active {
	color: #c45d39;
	background: #fff8dc;
	cursor: default;
}
#topic { /* #topic is the tab content container */
	clear: left;
	position: relative;
	overflow: hidden;
	padding: 1em 12px 0;
	border: solid 1px #ccc;
	border-top: 0;
}
.tab {
	position: relative;
	overflow: hidden;
	margin-bottom: 1em;
}
.tab-nested {
	position: relative;
	overflow: hidden;
	margin-top: 2em;
}

.float-lt {
	float: left;
	margin: 0 1em 1em 0;
}
.float-rt {
	float: right;
	margin: 0 0 1em 1em;
}

#contact .inputForm {
	clear: both;
	dipslay: block;
}

#form-contact {
	margin: 1em;
	border: dashed 1px #ddd;
}
form #recipient-detail {
	margin-left: 14em;
}
form #recipient-detail p {
	margin: 0;
}

#ee-login #password {
	width: 6.1em;
}

/* Kwicks styles */

.kwicks, .kwicks li {
	display: block;
	overflow: hidden;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}
.kwicks {
	margin-right: -2px;
}
/* Kwicks (tab) image menus */
.kwicks li {
	float: left;
	height: 200px;
	margin-right: 2px;
	background: #999;
	cursor: pointer;
}
/* Styles below added to Color Palettes for easier editing ***
#kwicks-current-nav li {
	width: 196px; /* width based on 790px available divided by number of tabs minus 2px margin ***
}
#kwicks-completed-nav li {
	width: 130px; /* width based on 790px available divided by number of tabs minus 2px margin ***
}
***/

/* Gallery thumbs */
#lightbox {
	position: relative;
	overflow: hidden;
}
#lightbox a {
	display: block;
	float: left;
	padding: 10px;
	margin: 12px;
	border: 1px solid #ddd;
}
#lightbox a:hover, #lightbox a:active {
	border: 1px solid #333;
	background: #eee;
}
#lightbox img {
	display: block;
}
a.thickbox, a.thickbox img {
	margin: 0;
	padding: 0;
}

/* Slimbox styles */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../images/slimbox/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
	padding-bottom: 32px;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
	padding-bottom: 32px;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink {
	background: transparent url(../images/slimbox/prevlabel.gif) no-repeat 0 100%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink {
	background: transparent url(../images/slimbox/nextlabel.gif) no-repeat 100% 100%;
}

#lbBottom {
	font: italic 0.9em Georgia, "Times New Roman", Times, serif;
	color: #727272;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/slimbox/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

/* Footer */
#footer-container {
	margin-top: 1em;
}
#footer {
	background: #000;
	font-size: 0.8em;
	text-transform: uppercase;
	color: #fefefe;
	text-align: center;
	padding: 1.5em 0;
}
#footer p {
	margin: 0;
}


/* Web Design Link */
#nhwd {
	float: left;
	clear: both;
	width: 100%;
}
#nhwd span {
	display: block;
	font: 0.95em Tahoma, Geneva, sans-serif;
	text-align: center;
	color: #006;
	background: url(../images/bg_trans.png);
	margin-top: 1em;
	padding: 0.5em 0;
}

