html, body {
	width: 100%;
	height: 100%;
}
html, body, div, img {
	padding: 0;
	margin: 0;
	border: 0 none;
}
body {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height: 1.4em;
	color: #444446;
	background: #efefef url(../graphics/template.pagebg.png) repeat-x 0 0;
}
iframe {
	background: transparent none;
}
img { 
	border: 0 none;
	vertical-align: top;
}
div, form, p, address, ul, li {
	position: relative;
}
table, tbody, thead, tfoot, tr, td, th, 
form, input, select, a, p, div, span {
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background-color: transparent;
}
table, thead, tbody, tfoot, th, td {
	padding: 0;
	margin: 0;
	vertical-align: top;
}
h1, h2, h3, h4, h5, h6 {
	font-family: inherit;
	color: inherit;
	background-color: transparent;
	margin: 0;
}
h1 {
	font-size: 1.5em;
	font-weight: normal;
	padding: 15px 0 0 0;
}
h2 {
    font-size: 1.3em;
	font-weight: normal;
	padding: 10px 0 0 0;
}
h3 {
	font-size: 1.2em;
	font-weight: bold;
	margin-top: 5px;
}
h4 {
	font-size: 1.1em;
	font-weight: normal;
	padding: 4px 0;
    color: #00aaa1;
}
h5 {
    font-size: 1em;
	font-weight: bold;
	padding: 4px 0;
}
p {
	margin: 10px 0;
	padding: 0;
	line-height: 1.4em;
}
address {
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	line-height: 1.4em;
}
form, input {
	padding: 0;
	margin: 0;
}
a, a:link, a:visited, a:hover, a:active {
	font-weight: normal;
	color: #00aaa1;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* ==== GENERAL CLASSES ======================================== */
.alignC { text-align: center; }
.alignL { text-align: left; }
.alignR { text-align: right; }
.clearB { clear: both; }
.clearL { clear: left; }
.clearR { clear: right; }
.closeThis { cursor: pointer; }
.errorMsg { color: #cc0000; }
.floatL { float: left; }
.floatR { float: right; }
.formSubmit {
	font-weight: bold;
	background-color: #dddddd;
}
.formSubmit:hover {
	background-color: #00aaa1;
	color: #ffffff;
}
.formSubmitDisabled,
.formSubmitDisabled:hover {
	font-weight: bold;
	background-color: #dddddd;
	color: #999999;
}

/* ==== MAIN PAGE ============================================== */
#pageWidth {
	width: 990px;
	margin: 0 auto;
	padding-top: 35px;
	padding-bottom: 40px;
	z-index: 2;
}
#pageBorderLeft,
#pageBorderRight {
	background-image: url(../graphics/template.borders.png);
	background-repeat: no-repeat;
	overflow: hidden;
	height: 100%;
}
#pageBorderLeft {
	padding-left: 10px;
	background-position: 0 15px;
}
#pageBorderRight {
	padding-right: 10px;
	background-position: 100% 15px;
}
#page {
	width: 100%;
	padding-top: 15px;
	background-color: #ffffff;
}
#bodyContent {
	z-index: 2;
}
#contentColumn {
	float: right;
	width: 743px;
}
#content { /*see CONTENT section*/
	width: 100%;
	overflow: hidden;
}
#syncColumns {
	clear: both;
	padding-top: 1px; /*IE6!*/
	background-color: #e4e5e3; /*matches #leadout*/
}
#sitemapUnknownPage {
	border: 1px solid #cc0000;
	background-color: #fff0f0;
	padding: 20px 30px;
	text-align: center;
}
#sitemapUnknownPage img.closeThis {
	position: absolute;
	top: 4px;
	right: 4px;
}
#pageBorderBottom {
    background-image: url(../graphics/template.borders.base.png);
	background-repeat: no-repeat;
    margin: 0 auto;
}

/* ==== HEADER ================================================= */
#header {
	background: #ffffff url(../graphics/template.headerbg.gif) no-repeat 50% 0;
	padding-top: 86px;
	border-bottom: 2px solid #00aaa1;
	z-index: 10; /*cf #logo, #bodyContent and #footer*/
}
#logo {
	position: absolute;
	top: 40px;
	left: 10px;
	z-index: 15;
}
#rssFeed {
	position: absolute;
/*	bottom: 4px;*/
	top: 94px;
	right: 10px;
}
#topNav { /*see superfish.css for the rest*/
	font-size: 1.1em;
}

/* ==== LEADOUT ================================================ */
#leadout {
	background: #e4e5e3 url(../graphics/template.footerbg.gif) no-repeat 100% 100%;
	padding: 20px 10px;
	z-index: 5;
}
.leadout {
	padding-left: 10px;
	padding-right: 10px;
}
.leadout h4 {
	font-size: 1.2em;
}
.leadout ul {
	margin: 0;
	padding: 1em 0;
    list-style-type:none;
}
#leadout h3 {
    font-weight: normal;
}
#leadout h3 a {
	color: #444446;
}

/* ==== FOOTER ================================================= */
#footer {
	background: #ffffff none;
	padding: 5px 10px 10px 10px;
	z-index: 7;
}
#footer a {
	color: #444446;
}
#copyright {
	float: right;
	text-align: right;
	padding: 5px 0 10px 50px;
}
#websiteBy {
	clear: left;
	float: right;
	text-align: right;
    color: #8F8F8F;
}
#websiteBy a {
    color: #8F8F8F;

}
#websiteBy a:hover {
    color: #b9b9b9;
    text-decoration: none;
}
ul.footerMenu {
	list-style-type: none;
	padding: 5px 0 0 0;
	margin: 0;
}
ul.footerMenu li {
	float: left;
	margin-right: 30px;
}

/* ==== LEFT COLUMN ============================================ */
#leftColumn {
	float: left;
	width: 215px;
}
.lhColumn {
	
}
.lhColumnBox {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
.lhColumnContent {
	padding: 5px 10px;
}
.lhColumnBox h3 {
	background-color: #efefef;
	margin: 0;
	padding: 5px 10px;
	font-weight: normal;
}
/*site search box...*/
#siteSearcher_form {
	background-color: #444446;
	padding: 1px 51px 1px 1px;
}
#siteSearcher_inner {
	background-color: #ffffff;
	background-image: url(../graphics/template.searchbg.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 1px 4px 1px 20px;
}
#searchFor {
	width: 98%;
	padding: 2px 2px 2px 0;
	border: 0 none;
}
#searchFor_submit {
	padding: 2px 0;
	background-color: #444446;
	color: #ffffff;
	width: 50px;
	border: 0 none;
	position: absolute;
	top: 1px;
	right: 1px;
	cursor: pointer;
}
/*cycling image box...*/
#imageCycler {
	height: 346px;
	overflow: hidden;
}
/*news box...*/
#newsBox .lhColumnContent {
	padding: 5px 0;
}
#newsBox a.newsSnippets {
	display: none;
}
#newsBox div.newsSnippets h1 {
	color: #00948e;
	font-size: 1.2em;
	padding: 0;
}
#newsBox p.newsDate {
	color: #808080;
	font-size: 0.9em;
}
#newsBox p {
	margin: 0.4em 0 0 0;
}
#newsBoxWindow {
	height: 0;
	width: 100%;
	overflow: hidden;
}
#newsBoxSlider,
#newsBoxSlider div.newsSnippets {
	width: 100%;
}
#newsBoxControl {
	visibility: hidden;
	position: absolute;
	top: 0;
	right: 0;
}
#newsBoxControl a {
	display: block;
	position: relative;
	float: right;
	height: 12px;
	width: 12px;
	background-image: url(../graphics/template.newscontrol.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}
a#newsBoxControlNext {
	background-position: 0 0;
}
a#newsBoxControlPause {
	background-position: 0 -12px;
}
a#newsBoxControlPlay {
	display: none;
	background-position: 0 -24px;
}
a#newsBoxControlPrev {
	background-position: 0 -36px;
}
a#newsBoxControlNext:hover {
	background-position: -12px 0;
}
a#newsBoxControlPause:hover {
	background-position: -12px -12px;
}
a#newsBoxControlPlay:hover {
	background-position: -12px -24px;
}
a#newsBoxControlPrev:hover {
	background-position: -12px -36px;
}
a#newsBoxControlPause.newsPaused {
	background-position: 0 -48px;
}
#newsBoxControl.newsPaused #newsBoxControlPause {
	display: none;
}
#newsBoxControl.newsPaused #newsBoxControlPlay {
	display: block;
}
/*articles box...*/
#articlesBox ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#articlesBox li {
	border-top: 1px solid #efefef;
	padding: 5px 10px;
}
/*newsletter subscription box...*/
.subscribeLine {
	clear: right;
	padding: 4px 0;
	text-align: right;
}
#subscriptionBox form {
	display: block;
}
#subscribeError {
	display: none;
}
#subscribeError .errorMsg {
	margin-top: 4px;
	cursor: default;
}
#subscribeEmail,
#subscribeName {
	width: 150px;
}
#subscribeUnsubscribe {
	float: left;
	margin-left: 15px;
}

/* ==== CONTENT ================================================ */
.content {
	width: 100%;
}
.articleContent {
	padding: 20px 20px;
}
.articleContent ul {
    list-style-image:url("../graphics/template.bullet.gif");
    list-style-type:disc;
}
.articleStaffImg {
    padding-left: 20px;
    padding-bottom: 10px;
    float: right;
}
#articleLeadGallery,
#articleLead .cycleFade {
	width: 743px;
	height: 368px;
	z-index: 1;
}
#articleLeadGallery img {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
#articleLeadGallery img.articleLeadGalleryFirst {
	visibility: visible;
	position: relative;
}
#articleLeadGalleryTitle {
	display: none;
}
#articleContentThumbs {
	padding-top: 14px;
    padding-bottom: 40px
}
.articleLeadContentEnd {
	height: 1px;
}
.articleLeadContentEnd span {
	display: none;
}
#articleLead img {
	z-index: 1;
}
#articleLead .content {
	position: absolute;
	left: 0;
	bottom: 0;
	background-image: url(../graphics/template.transbg.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	overflow: hidden;
	z-index: 5;
}
#articleLead .articleContent {
	min-height: 60px;
	height: auto !important;
	height: 60px;
    padding: 0 20px;
}
/*contact us form...*/
#contactUs {
	display: block;
	border: 1px solid #efefef;
	padding: 10px;
}
#contactUs div {
	clear: left;
	padding: 4px 0;
}
#contactUs label {
	display: block;
	width: 100px;
	float: left;
	text-align: right;
	padding-right:16px;
}
#contactUs .requiredField label {
	background: transparent url(../graphics/template.requiredfield.gif) no-repeat 100% 3px;
}
#contactUs .missingField input {
	border-color: #cc0000;
}
#contactUs input,
#contactUs select,
#contactUs textarea {
	margin-left: 20px;
}
.contactUsFeedback {
	display: none;
	border: 1px solid #cc0000;
	background-color: #fff0f0;
	padding: 5px 10px;
}
#contactUsSent { /*override .contactUsFeedback style*/
	border-color: #00ff00;
	background-color: #f0fff0;
}
#contactCompanyInfo {
	margin-top: 20px;
}
#contactCompanyInfo address {
	margin: 1em 0;
}
#contactLocationInfo {
	padding: 10px 0;
}
#contactCompanyInfo h3,
#contactLocationInfo h3 {
	color: #00aaa1;
}
/*search results...*/
#searchResults {
	display: none;
}
#searchResultsClear {
	float: right;
}
#searchResults a:visited {
	color: #006c6c;
}

/* ==== GALLERY ================================================ */
ul.galleryThumbnails {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.galleryThumbnails li {
	float: left;
	padding: 0 2px 2px 0;
	margin: 0;
	display: block;
}
.galleryThumbImage {
	display: block;
	border: 0 none;
	padding: 0;
	margin: 0;
}
.galleryThumbTitle {
	display: block;
	text-align: center;
	font-weight: normal;
}
#sb-title-inner a {
	color: #ffffff;
	background-color: inherit;
	text-decoration: underline;
}
#sb-title-inner a:hover {
	text-decoration: none;
}
