﻿
html {
	text-align: center;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #CECED0;
	background-image: url(../../images/back_canvas.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	font-size: 11px;
}

p {
	margin: 0 0 012px 0;
	padding: 0;
}
p, li, a, span, th, td {
	color: #666666;
	font-family: Helvetica, Arial, Verdana, Times New Roman;
	font-size: 11px;
	line-height: 16px;
}
.standardUl {
	margin: 0 0 12px 40px;
	padding: 0;
}
.menuListUl {
	margin: 0 0 12px 20px;
	padding: 0;
	list-style-type: none;
}
.menuListUl li {
	padding: 1px 15px;
	background-image: url(../../images/navLink.jpg);
	background-position: left 5px;
	background-repeat: no-repeat;
}

/*
	---------------------------------------------------------------------------

	---------------------------------------------------------------------------
*/

	.navLink {
		text-decoration: underline;
	}
	.navLinkMenu {
		text-decoration: none;
		background-image: url(../../images/navLink.jpg);
		background-position: left 4px;
		background-repeat: no-repeat;
		padding-left: 12px;
	}
	
	.navLink:link, .navLinkMenu:link {color: #186E25;}
	.navLink:visited, .navLinkMenu:visited {color: #186E25;}
	.navLink:hover, .navLinkMenu:hover {color: #72891D;}
/*
	---------------------------------------------------------------------------

	---------------------------------------------------------------------------
*/

#GlobalContainer {}

#HeadSpacer {
	height: 15px;
}

#SiteHolder {
	width: 950px;
	margin: 0 auto;
	background-color: #ffffff;
	border: solid 1px #ffffff;
}
#SiteHolderInner {
}

#Header {
	text-align: left;
}
#LogoHolder {
	width: 180px;
	float: left;
}
#PrimaryMediaHolder {
	width: 770px;
	float: left;
	background-color: #186E25;
}

#Content {}

#NavColumn {
	width: 180px;
	margin-top: 20px;
	float: left;
	text-align: left;
	/* background-color: #eecc00; Debug */
}
#NavHolder {
	width: 170px;
	margin-left: 5px;
}
#ContentColumn {
	width: 495px;
	float: left;
	text-align: left;
	/* background-color: #cc0000; Debug */
}
#ContentColumnInner {
	margin-left: 35px;	
}

#ContentColumn .copyHolder {
}

#ContentColumn .title {
	margin: 0 0 15px 0;
	padding: 0 0 8px 0;
	color: #186E25;
	font-size: 14px;
	font-weight: bold;
	text-transform: none;
	border-bottom: solid 1px #186E25;
}

.subTitle {
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	color: #186E25;
	font-size: 11px;
	font-weight: bold;
	text-transform: none;
	border-bottom: solid 1px #186E25;
}

#ContentColumn .intro {
	/*padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: solid 1px #CAC7BE;*/
}
#ContentColumn .copyDivider {
	height: 2px;
	margin: 12px 0;
	background-color: #4D4727;
}
#ContentColumn .subHead {
	font-weight: bold;	
}
#ContentColumn .highlight {
	color: #186E25;
}
#RightColumn {
	width: 240px;
	margin-top: 24px;
	float: right;
	/* background-color: #336699; Debug */
}
#RightColumn .rightColumnPanel {
	margin-right: 20px;
}
#RightColumn .rightColumnPanelSeparator {
	height: 20px;
}

#Base {
	width: 950px;
	margin: 0 auto;
	background-color: #ffffff;
	border: solid 1px #ffffff;
}
#Base #BaseInner {
	margin: 12px 20px 12px 20px;
	border-top: solid 1px #dddddd;
}

#Base p,
#Base a,
#Base a:link,
#Base a:visited,
#Base a:hover {
	margin: 0;
	padding: 0;
	color: #CCCAC2;
	text-decoration: none;
}

#BaseLeft {
	width: 180px;
	margin: 10px 0 0 0;
	float: left;
	text-align: left;
	/* background-color: #eecc00; Debug */
}

#BaseCenter {
	width: 480px;
	float: left;
	margin: 10px 0 0 0;
}
#BaseCenterInner {
	margin: 0 0 0 100px;
	text-align: left;
}
#BaseRight {
	width: 140px;
	float: right;
	text-align: right;
	margin: 10px 0 0 0;
}
#BaseSpacer {
	height: 20px;
}


/*
	-------------------------------------------------------
	HELPERS
	-------------------------------------------------------
*/
	.tight {
		margin: 0;
		padding: 0;
	}
	.tightTop {
		margin-top: 0;
		padding-top: 0;
	}
	.tightBase {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.copyImageTopRight {
		float: right;
		margin: 0 0 12px 10px;
	}
	.breakFloat {
		margin: 0;
		padding: 0;
		border-collapse: collapse;
		clear: both;
		visibility: hidden;
		height: 0px;
		/* visibility: visible; background-color: #cc0000;height: 2px; Debug */
	}