/* COW */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #FFF;
	color: #888;
	margin: 0;
	padding: 0;
	/* text-align: center; */
	background-image: url(../images/bg-page.gif);
	line-height: 1.5em;
}
h2 {
	font-family: Garamond, Georgia, "Times New Roman", serif;
	color: #000;
	font-size: 24px;
	margin-bottom: .5em;
	margin-top: 0;
}
h3 {
	margin-bottom: .5em;
	margin-top: 0;
	/* text-transform: uppercase;
	font-family: Garamond, Georgia, "Times New Roman", serif;
	font-weight: bold;
	font-size: 12px;
	color: #006600; */
}
h4 {
	margin-bottom: .5em;
	margin-top: 0;
	/* padding: 2px;
	border: 1px #999 solid;
	background-color: #EFEFEF; */
}
p, td {
	font-size: 13px;
	line-height: 1.5em;
}
p {
	margin-top: 0;
}
a:link, a:active, a:visited {
	text-decoration: none;
	color: #899FD2;
}
a:hover {
	text-decoration: underline;
	/* color: #0000CC; */
}
.headerNav {
	color: #FFF;
	font-family: Garamond, Georgia, "Times New Roman", serif;
	font-size: 12px;
	font-weight: bold;
}
.headerNav a, .headerNav a:link, .headerNav a:active, .headerNav a:visited {
	color: #FFF;
	text-decoration: none;
}
.headerNav a:hover {
	text-decoration: underline;
}
.footer {
	text-align: center;
	font-size: 9px;
	color: #5FA998;
}
.footer a, a:link, a:active, a:visited, a:hover {
	color: #2B8485;
}
/* Input and form field styles */
form, input, textarea, select, option {
	font-size: 11px;
}

.menu {
	font-size: 10px;
	color: #000;
	text-align: center;
}
.menuHeader {
	display: block;
	width: auto;
	background-color: #C8C8C8;
	font-weight: bold;
	padding: 3px;
}
a.menuItem, a.menuItem:link, a.menuItem:active, a.menuItem:visited {
	display: block;
	width: auto;
	background-color: #EDEDED;
	color: #000;
	padding: 3px;
	text-decoration: none;
}
a.menuItem:hover {
	display: block;
	width: auto;
	background-color: #FFF;
	color: #000;
	padding: 3px;
	text-decoration: none;
}
a.menuItemSelected, a.menuItemSelected:link, a.menuItemSelected:active, a.menuItemSelected:visited, a.menuItemSelected:hover {
	display: block;
	width: auto;
	background-color: #FFF;
	color: #000;
	padding: 3px;
	text-decoration: none;
}
/* Listing page styles */
.basicListing {
	background-color: #E0F2F4;
	padding: 10px 16px 10px 16px;
	overflow: auto;
}
.basicListing .contact {
}
.listingOne {
	background-color: #E0F2F4;
	overflow: auto;
	padding: 10px 16px 10px 16px;
}
.listingOne .contact {
}
.listingTwo {
	background-color: #E0F2F4;
	padding: 10px 16px 10px 16px;
	overflow: auto;
}
.listingTwo .contact {
	font-weight: bold;
}
.graphicListing {
	border: 6px #ECF7F9 solid;
	padding: 10px;
	overflow: auto;
}
.graphicListing .contact {
	font-weight: bold;
}
.brochureListing {
	border: 6px #ECF7F9 solid;
	padding: 10px;
	overflow: auto;
}
.brochureListing .contact {
	font-weight: bold;
}
.listingImage {
	float: left;
	width: 125px;
	padding: 0;
	margin-right: 20px;
	text-align: center;
}
.adBlockRight {
	display: block;
	width: 150px;
	max-width: 150px;
	height: 150px;
	margin-bottom: 7px;
}
.adBlockHeader {
	display: block;
	width: 538px;
	max-width: 538px;
}