﻿/*
	-------------------------------------------------------
	(C) Copyright 2009 MC+Co
	-------------------------------------------------------
*/

	body {
		margin: 0;
		padding: 0;
		text-align: center;
		background-color: #B8B9A7;
		background-image: url(../../images/back_canvas.jpg);
		background-position: left top;
		background-repeat: repeat;
	}
	
	h1, h2, p, span, div, ul, li {
		font-family: Helvetica, Tahoma, Arial, Times New Roman;
		margin: 0;
		padding: 0;
	}

	p {
		margin: 0 0 10px 0;
		padding: 0;
		color: #929296;
		font-size: 11px;
		line-height: 13px;
	}
	
	.smallerText {
		font-size: 11px;
	}

/*
	-------------------------------------------------------
	
	-------------------------------------------------------
*/
	.navLink {text-decoration: none;}
	.navLink:link {color: #EE801F;}
	.navLink:visited {color: #EE801F;}
	.navLink:hover {border-bottom: 1px solid #EE801F;color: #EE801F;}	
	
	.navLinkLocation {text-decoration: none;font-size: 10px;}
	.navLinkLocation:link {color: #EE801F;}
	.navLinkLocation:visited {color: #EE801F;}
	.navLinkLocation:hover {border-bottom: 1px solid #EE801F;color: #EE801F;}
	.LocationSeparator {font-size: 11px; color: #999999;margin: 0 10px;}
	.LocationCurrentNode {color: #EE801F;font-size: 11px;}
	
	.navLinkBase {text-decoration: none;}
	.navLinkBase:link {color: #ffffff;}
	.navLinkBase:visited {color: #ffffff;}
	.navLinkBase:hover {border-bottom: 1px solid #ffffff;color: #ffffff;}
	
	.navLinkMenu {
		background-image: url(../../images/navLink.gif);
		background-position: left top;
		background-repeat: no-repeat;
		text-decoration: none;
		padding-left: 11px;
		font-size: 11px;
	}
	.navLinkMenu:link {color: #EE801F;}
	.navLinkMenu:visited {color: #EE801F;}
	.navLinkMenu:hover {color: #EE801F;}

/*
	-------------------------------------------------------
	STRUCTURE
	-------------------------------------------------------
*/

	#GlobalContainer {
	}
	
	#TopSpacer {
		height: 20px;
	}
	#SiteHolder {
		width: 900px;
		margin: 0 auto;
		background-color: #ffffff;
		border-left: 1px solid #999A9A;
		border-right: 1px solid #999A9A;
		border-bottom: 1px solid #999A9A;
	}
	.SiteHolderInner {
		width: 780px;
		height: 720px;
		position: relative;
		margin: 0 auto;
	}

	/* SiteHolder backgrounds */
	.back_home {background-image: url('../../images/back_home.jpg');background-position: center bottom;background-repeat: no-repeat;}
	.back_about {background-image: url('../../images/back_about.jpg');background-position: center bottom;background-repeat: no-repeat;}
	.back_news {background-image: url('../../images/back_news.jpg');background-position: center bottom;background-repeat: no-repeat;}
	.back_services {background-image: url('../../images/back_services.jpg');background-position: center bottom;background-repeat: no-repeat;}
	.back_information {background-image: url('../../images/back_information.jpg');background-position: center bottom;background-repeat: no-repeat;}

	#Header {
		height: 125px;
		text-align: left;
	}
	
	#NavHolder {
		width: 520px;
		float: left;
		text-align: left;
		/* background-color: #eecc00; Debug */
	}
	
	#NavHolder ul, #NavHolder ul li {
		margin: 0;
		padding: 0;
	}

	#NavHolder ul li {
		display: inline;
		list-style-type: none;
		font-size: 11px;
		line-height: 12px;
	}
	#NavHolder ul li a {
		display: block;
		padding: 2px 14px;
	}
	#NavHolder ul li a:link,
	#NavHolder ul li a:visited,
	#NavHolder ul li a:hover {
		color: #929296;
		text-decoration: none;
	}
	#NavHolder ul li a:hover {
		background-color: #EE801F;
		color: #ffffff;
	}
	
	#NavColumn1 {
		width: 127px;
		height: 97px;
		float: left;
		border-left: 1px solid #C8C8CA;
		border-right: 1px solid #C8C8CA;
	}
	#NavColumn2 {
		width: 108px;
		height: 97px;
		float: left;
		border-right: 1px solid #C8C8CA;
	}
	#NavColumn3 {
		width: 137px;
		height: 97px;
		float: left;

		border-right: 1px solid #C8C8CA;
	}
	#NavColumn4 {
		width: 137px;
		height: 97px;
		float: left;
		border-right: 1px solid #C8C8CA;
	}
	
	.navColumnTitle {
		margin-top: 15px;
		font-size: 11px;
		font-weight: bold;
		color: #6D6C71;
		padding: 2px 14px;
	}
	
	#LogoSpace {
		width: 250px;
		float: right;
		text-align: right;
	}
	
	#PrimaryContentHolder {
		background-image: url(../../images/back_content.gif);
		background-position: center top;
		background-repeat: repeat-y;
		border-top: 1px solid #ffffff;
		/* background-color: #eecc00; Debug */
	}

	#ContentLeft {
		width: 515px;
		float: left;
		text-align: left;
		padding-top: 1px;
		/* background-color: #eecc00; Debug */
	}
		
	#ContentRight {
		width: 230px;
		float: right;
		text-align: left;
		padding-top: 1px;
		/* background-color: #eecc00; Debug */
	}

	#BaseBar {
		width: 780px;
		height: 23px;
		position: absolute;
		left: 0;
		bottom: 0;
		/* background-color: #666666; Debug */
	}
	
	#BaseBarInner {
		margin: 5px 10px 3px 10px;
		text-align: left;
		font-family: Tahoma, Verdana, Arial, Times New Roman;
		font-size: 10px;
		color: #ffffff;
	}
	
	#BaseBarContentLeft {
		text-align: left;
		width: 650px;
		float: left;
	}
	#BaseBarContentRight {
		text-align: right;
		width: 100px;
		float: right;
	}

/*
	-------------------------------------------------------
	CONTENT
	-------------------------------------------------------
*/
	#Location {
		margin: 0 0 20px 0;
		text-align: left;
	}
	#Location p {
		margin: 0;
		padding: 0;
		color: #EE801F;
	}
	#PageTitle {
		margin: 0 0 12px 0;
		padding: 3px 12px;
		background-image: url('../../images/back_pageTitle.jpg');
		background-position: left top;
		background-repeat: repeat-y;
	}
	#PageTitle p {
		margin: 0;
		padding: 0;
		font-size: 16px;
		font-weight: bold;
		color: #6D6C71;
	}
	#PageTitle h1 {
		margin: 0;
		padding: 0;
		font-size: 16px;
		font-weight: bold;
		color: #6D6C71;
	}
		
	#CopyHolderLeft {
	}
	#CopyHolderLeftContent {
		width: 465px;
		padding-left: 12px;
		/* background-color: #666666; Debug */
	}
	
	#RightColContent {
		/* margin-top: 40px; */
	}
	
	.rightColSectionTitle {
		background-image: url('../../images/back_pageTitle.jpg');
		background-position: left top;
		background-repeat: repeat-y;
		padding: 2px 8px;
		margin-bottom: 6px;
	}
	.rightColSectionTitle p {
		margin: 0;
		padding: 0;
		font-size: 12px;
		font-weight: bold;
		color: #6D6C71;
	}
	
	.rightColumnCopy {
		padding-left: 12px;
	}
	.rightColumnCopy p {
		font-size: 11px;
	}
/*
	-------------------------------------------------------
	Questions & Answers Accordain
	-------------------------------------------------------
*/
	.qaQuestion {
		margin: 0 0 2px 0;
		padding: 2px 8px;
		background-color: #f3f3f3;
		font-size: 11px;
	}
	.qaQuestion a:link {
		background-image: url(../../images/navLink.gif);
		background-position: left top;
		background-repeat: no-repeat;
		text-decoration: none;
		padding-left: 11px;
		font-size: 11px;
	}
	.qaQuestion a:link,
	.qaQuestion a:visited,
	.qaQuestion a:hover {
		color: #929296;
		text-decoration: none;
	}
	.qaAnswer {
		padding: 6px;	
		font-size: 11px;
	}

/*
	-------------------------------------------------------
	CONTACT FORM
	-------------------------------------------------------
*/
	#ContactForm fieldset {
		border: none;
		margin: 0;
		padding: 0;
	}
	
	#ContactForm legend {
		margin: 0;
		padding: 0;
	}
	
	#ContactForm label,
	#ContactForm input,
	#ContactForm textarea,
	#ContactForm select,
	#ContactForm div,
	#ContactForm span {
		font-family: Arial, Tahoma, Verdana, Times New Roman;
		font-size: 11px;
		color: #666666;
	}
	
	#ContactForm div {
		clear: both;
		margin: 4px 0;
		/* border-top: 1px solid #efefef; */
	}
	#ContactForm label {
		display: block;
		width: 90px;
		float: left;
		margin-right: 15px;
	}
	#ContactForm input,
	#ContactForm textarea,
	#ContactForm select {
		width: 200px;
		margin: 0;
		padding : 1px;
		border: solid 1px #C7C6C7;
	}
	#ContactForm select {
		width: 204px;
	}
	#ContactForm .checkBoxList input {
		width: 18px;
		border: none;
		float: left;
		margin: 0;
		padding: 0;
	}
	#ContactForm .checkBoxList label {
		margin-left: 6px;
		padding-top: 1px;
	}
	#ContactForm .submitButton {
		margin: 10px 0 0 0;
		padding: 0;
		width: 140px;
		height: 22px;
	}

/*
	-------------------------------------------------------
	SITEMAP
	-------------------------------------------------------
*/

	.siteMapLink {
		margin: 2px;
	}
	.siteMapIndent {
		font-size: 10px;
	}
/*
	-------------------------------------------------------
	HELPERS
	-------------------------------------------------------
*/
	.tight {
		margin: 0;
		padding: 0;
	}
	.tightTop {
		margin-top: 0;
		padding-top: 0;
	}
	.tightBottom {
		margin-top: 0;
		margin-bottom: 0;
	}
	.copyImageTopRight {
		float: right;
		margin: 0 0 12px 10px;
	}
	.breakFloat {
		clear: both;
		visibility: hidden;
		/* visibility: visible;height: 1px; background-color: #cc0000; debug */
	}


