.cb:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.bottomAddress {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #FFFFFF;
}
.middleContent, .middleContent table tr td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #333333;
	vertical-align: top;
}

h1 {
	font-size: 15px;
	line-height: normal;
	text-transform: capitalize;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #B24A07;
	font-weight: bold;
	line-height: normal;
	text-transform: capitalize;
}

h3, .middleContentBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #B24A07;
	font-weight: bold;
}
.middleContentBolditalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #B24A07;
	font-weight: bold;
	font-style: italic;
}
A  {text-decoration: underline}
A:link {color: #333333}
A:hover {color: #B24A07}
A:visited {color: #B24A07}
A:active {color: #333333}


.bottomAddress A  {text-decoration: underline}
.bottomAddress A:link {color: #ffffff}
.bottomAddress A:hover {text-decoration: underline}
.bottomAddress A:visited {text-decoration: underline}
.bottomAddress A:active {color: #ffffff}

span.rq {
	color: red;
}

table.emailForm input, table.emailForm textarea {
	border: 1px solid gray;
}

.imgR {
	float: right; 
	margin-left: 10px; 
	margin-bottom: 10px; 
	border: 1px solid black;
}

.imgL {
	float: left; 
	margin-right: 10px; 
	margin-bottom: 10px; 
	border: 1px solid black;
}

.footerSitemap {
	font-family:Arial,Helvetica,sans-serif;
	padding: 10px;
	text-align: center;
	font-size: 11px;
	margin-bottom: 80px;
}

.footerSitemap a {
	text-decoration: none;
	color: #333;
}

.footerSitemap a:hover {
	color: #B24A07;
}

.homeContent {
	padding: 10px;
	background: url('/images/artichoke-home.png') 0 -50px;
	border-right: 5px solid gray;
	height: 331px;
	max-height: 331px;
}

.homeContent p {
	line-height: 13px;
	text-align: justify;
}

.homeContent ul {
	margin-left: 10px; 
	margin-top: 0; 
	float: left; 
	width: 200px;
}

.homeContent ul li {
	margin-bottom: 0;
	line-height: normal;
	font-weight: bold;
}

.homeContent ul a {
	color: #7C8700;
	text-decoration: none;
}

.homeContent ul a:hover {
	color: #95A200;
}
