html {
	background:url(/Images/bg-header.gif) top repeat-x;
}
body {
	font:13px/1.5 Tahoma;
	color:#444;
}
#wrapper {
	width:960px;
	margin:auto;	
}
h1 {
	font-family:Georgia;
	font-size:36px;
	letter-spacing:-1px;
	line-height:105%;
	margin-bottom:15px;
	color:#c90;
}
h2 {
	font-family:Georgia;
	font-size:13px;
	line-height:22px;
}
h3 {
	font-family:Georgia;
	font-size:18px;
	font-weight:bold;
	margin:25px 0 13px 0;
	clear:left;
	border-bottom:1px solid #FEE48B;
}
a {
	color:#c90;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
p {
	margin-bottom:1em;
}
strong {
	font-weight:bold;
}
em {
	font-style:italic;
}
div.clear {
	clear:both;
	font-size:0;
	line-height:0;
}

/*
======================
Lists
======================
*/
ul.bullet, .content ul {
	margin-left:20px;
	padding-left:30px;
	margin-bottom:1em;
	clear:left;
}
ul.bullet li, .content ul li {
	list-style-type:disc;
}
ul.bullet ol, .content ol {
	padding-left:18px;
	margin:1em 0;
}
ul.bullet ol li, .content ol li {
	list-style:decimal;
}
ol ul.bullet li {
	list-style:disc;
}
.content ul.gallery {
	margin:0;
	padding:0;
	overflow:auto;
}
.content ul.gallery li {
	list-style:none;
	height:100px;
	float:left;
	margin:0 15px 15px 0;
}
.content ul.gallery li img {
	border:none;
	margin:0;
}
.content p.enlargeImage {
	font-size: 0.85em;
	font-weight: bold;
	margin-bottom: 6px;
	color: #999;
}

/*
======================
Home Page
======================
*/
#carousel {
	height:280px;
	position:relative;
	margin-bottom:22px;
	line-height:1.3;
}
#carousel img {
	display:block;
}
#carousel img.shim {
	z-index:2;
	position:absolute;
	top:0; left:0;
}
* html #carousel img.shim {
	display:none;
}
#featureImages,
#featureImages li {
	width:690px;
	height:280px;
	position:absolute;
	top:0; left:0;
	z-index:0;
	overflow:hidden;
}
#featureImages li {
	left:-1000px;
}
#featureImages li.active {
	z-index:1;
	left:0;
}
#featureLinks {
	position:absolute;
	top:0; right:0;
	width:270px;
	z-index:3;
}
#featureLinks li {
	float:left;
	width:270px;
	height:70px;
	background:url(/Images/bg-carousel-item.png) right no-repeat;
}
#featureLinks li.active {
	background-position:left;
	margin-left:-16px;
	width:286px;
}
#featureLinks li a {
	display:block;
	padding:14px 20px 0 20px;
	height:56px;
}
#featureLinks li a:hover {
	text-decoration:none;
}
#featureLinks li.active a {
	padding-left:36px;
}
#featureLinks li a strong {
	font-size:16px;
	font-family:Georgia;
}
#featureLinks li a span {
	color:#555;
	color:#6a530f;
	display:block;
}
#featureLinks li.active a strong {
	color:#fff;
}


/*
======================
Content
======================
*/
img.banner {
	display:block;
	margin-bottom:15px;
}
.pageText {
	position:relative;
	float:right;
	width:705px;
}
.pageText .content img {
	float:left;
	margin:4px 18px 16px 0;
}
.pageText em, .pageText i {
	font-style:italic;
	font-family:Georgia;
}
.leadStory {
	margin-bottom:40px;
}
.pageActions {
	height:32px;
	margin-top:-32px;
	float:right;
	position:relative;
}
.pageActions li {
	float:left;
	margin-left:16px;
}
.pageActions a {
	float:left;
	font-weight:bold;
	font-size:11px;
	line-height:18px;
	background-position:left;
	background-repeat:no-repeat;
	padding-left:20px;
}
.pageActions a.email { background-image:url(/Images/icon-email.gif) }
.pageActions a.print { background-image:url(/Images/icon-print.gif) }

.eventHeader {
	background:#e82c2e;
	color:#fff;
	margin-bottom:15px;
	padding:11px;
	font-size:16px;
}
.eventHeader span {
	display:block;
}
.eventHeader strong {
	font-size:18px;
}
.eventHeader span.value {
	font-weight:bold;
}
.eventHeader a {
	display:block;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	background:url(/Images/arrow-white.gif) 0 4px no-repeat;
	padding-left:8px;
	margin-top:3px;
}

/*
======================
Header
======================
*/
#header {
	position:relative;
	z-index:1000;
	height:161px;
	margin-bottom:22px;
}
#logo {
	position:absolute;
	top:0; left:-20px;
	display:block;
	width:260px;
	height:161px;
	background:url(/Images/logo-stpauls.jpg) no-repeat;
	line-height:500px;
	overflow:hidden;
}
#search {
	position:absolute;
	top:10px; right:6px;
	width:200px;
	height:25px;
	background:url(/Images/bg-search.gif) no-repeat;
}
#search input.searchBox {
	float:left;
	width:145px;
	height:15px;
	padding:5px 10px;
	border:none;
	background:none;
	color:#ccc;
	font:bold 11px Arial;
}
#search input.searchButton {
	float:right;
}
#userStatus {
	position:absolute;
	top:45px;
	right:0;
}
#userStatus a {
	margin-left:8px;
}
#infoBar {
	line-height:34px;
	height:34px;
}
.breadcrumb {
	margin-bottom:20px;
	height:1em;
}
.breadcrumb * {
	float:left;
}
.breadcrumb strong {
	padding-right:5px;
	background:url(/Images/divider-gray.gif) right no-repeat;
}
.breadcrumb span, .breadcrumb a {
	margin-left:5px;
}

/*
======================
Footer
======================
*/
#footer {
	border-top:1px solid #ddd;
	margin-top:40px;
	background:#fcc916 url(/Images/bg-footer.gif) bottom repeat-x;
}
#footer .footerNav {
	padding-top:20px;
	width:960px;
	margin:auto;
}
#footer .footerNav li.level1 {
	float:left;
	margin-right:30px;
	min-width:65px;
	min-height:155px;
}
#footer .footerNav a {
	color:#8F6C02;
}
#footer .footerNav a.level1 {
	font-weight:bold;
	color:#5d4c19;
}
#footer .footerNav li.level2 {
	font-size:11px;
}
#footer .footerNav li.level2 ul {
	display:none;
}
#footer .footerLinks {
	margin-top:30px;
	background:#222;
	padding:10px 0;
	text-align:center;
	color:#aaa;
	border-top:1px solid #444;
}
#footer .footerLinks li {
	display:inline;
	margin:0 12px;
}
#footer .footerLinks a {
	color:#aaa;
}

/*
======================
Navigation
======================
*/
.topNav {
	position:absolute;
	top:11px;
	left:244px;
}
.topNav li {
	float:left;
}
.topNav li.active a {
	color:#fff;
}
.topNav a {
	float:left;
	padding:0 12px;
	color:#fc3;
}
.mainNav {
	position:absolute;
	left:246px; bottom:28px;
	height:80px;
	font-family:Georgia;
}
.mainNav li {
	float:left;
	font-size:15px;
	position:relative;
}
.mainNav li.level1 {
	height:80px;
	border-right:1px solid #111;
	border-left:1px solid #444;
}
.mainNav li.first {
	border-left:0;
}
.mainNav li.last,
.mainNav li:last-child {
	border-right:0;
}
.mainNav li.active a.level1 {
	color:#fcc916;
}
.mainNav a {
	float:left;
	color:#fff;
	padding:0 10px;
}
.mainNav a:hover {
	color:#fcc916;
	text-decoration:none;
}
.mainNav a.level1 {
	line-height:80px;
}
.subNav a {
	display:block;
}
.subNav li.level2 {
	border-bottom:1px solid #fee48b;
}
.subNav li.level1 li.active a {
	background-color:#fff4d2;
}
.subNav li.level1 li.hasChildren a {
	background-image:url(/Images/icon-arrow.gif);
	background-position:top right;
	background-repeat:no-repeat;
}
.subNav li.level1 li.hasChildren li a {
	background-image:none;
}
.subNav li.level1 ul {
	margin:0;
}
.subNav a.level1 {
	background:url(/Images/bg-sidebar-heading.gif) repeat-x;
	color:#fff;
	font-family:Georgia;
	font-weight:bold;
	padding:6px 9px;
}
.subNav li.level2 a {
	padding:6px 9px;
}
.subNav li.level1 li.active a.level2 {
	color:#7b5d02;
	background:#feebac;
}
.subNav li.level1 li.active ul.level3 {
	padding:5px 0;
	background-color:#fff4d2;
}
.subNav li.level1 li.active ul.level3 a {
	padding:4px 6px 4px 20px;
}
.subNav ul.level3 li.active a {
	font-weight:bold;
}

/*
======================
Sidebar
======================
*/
.sideBar {
	width:220px;
	float:left;
}
.sideBar ul {
	background:#fffcf3;
	margin-bottom:22px;
}
h2.heading,
.sideBar h2 a {
	display:block;
	background:url(/Images/bg-sidebar-heading.gif) repeat-x;
	font-size:13px;
	color:#fff;
	font-weight:bold;
	padding:6px 9px;
	line-height:1.5;
	width:202px;
}
.sideBar h2 a {
	background-image:url(/Images/bg-sidebar-heading-link.gif);
}
.sideBar li a {
	color:#8f6c02;
	font-family:Tahoma,Arial;
	font-size:13px;
	display:block;
}
.sideBar p.message {
	background:#fffcf3;
	padding:15px;
	color:#8f6c02;
}
.eventLinks li {
	position:relative;
	border-bottom:1px solid #fee48b;
}
* html .eventLinks li {
	height:1%;
}
.eventLinks li a {
	display:block;
	padding:14px 9px 11px 60px;
	min-height:45px;
	color:#8f6c02;
}
* html .eventLinks li a {
	height:45px;
}
.eventLinks strong {
	display:block;
	text-align:center;
	width:40px;
	height:50px;
	padding:2px 3px 2px 1px;
	background:url(/Images/bg-date.gif) top repeat-x;
	position:absolute;
	top:9px; left:9px;
	font-weight:normal;
	color:#8f6c02;
}
.eventLinks strong em {
	font-size:26px;
	line-height:26px;
	display:block;
	text-align:center;
	font-style:normal;
	font-family:Georgia;
}
.eventLinks li a:hover {
	text-decoration:none;
}
.eventLinks li a:hover span {
	text-decoration:underline;
}
.pageLinks li {
	border-bottom:1px solid #fee48b;
}
.pageLinks li.active {
	background-color: #FEEBAC;
}
.pageLinks a {
	padding:7px 9px;
}
.pageLinks a.file {
	padding-left:30px;
	background-repeat:no-repeat;
	background-position:9px 9px;
}
.pageLinks a.pdf {
	background-image:url(/Images/icon-pdf-16.gif);
}

/*
======================
Downloads
======================
*/
.downloads {
	width:200px;
	float:right;
	padding:0 0 30px 30px;
	background:#fff;
}
.downloads h2.heading {
	width:auto;
}
.downloads ul {
	background:#FFFCF3;
}
.downloads li {
	border-bottom:1px solid #fee48b;
}
.downloads a {
	display:block;
	padding:7px 9px;
}
.downloads a.file {
	padding-left:30px;
	background-repeat:no-repeat;
	background-position:9px 9px;
}
.downloads a.pdf {
	background-image:url(/Images/icon-pdf-16.gif);
}

/*
======================
Publications
======================
*/
#publications {
	margin-bottom:40px;
}
#publications li {
	border-bottom:1px solid #fee48b;
}
#publications a {
	display:block;
	padding:7px 9px 7px 30px;
	background-repeat:no-repeat;
	background-position:7px 9px;
	background-image:url(/Images/icon-pdf-16.gif);
}
#publications a:hover {
	text-decoration:none;
	background-color:#fff4d2;
}
#publications a strong {
	display:block;
}

/*
======================
Contact Page
======================
*/
address {
	float:left;
	padding:0 60px 30px 0;
}
address * {
	display:block;
}
dl.contact dt {
	float:left;
	clear:left;
	width:50px;
	font-weight:bold;
}
dl.contact dd {
	float:left;
	width:200px;
}
dl.contact dd strong {
	font-size:18px;
	color:#c90;
	display:block;
	margin-top:-4px;
}
.contactList {
	margin-top:30px;
}
.contactList td {
	padding:5px 50px 5px 0;
	border-bottom:1px solid #ddd;
}
.contactList td.title {
	font-weight:bold;
}


/*
======================
Page Summary List
======================
*/
.pageSummary {
	margin:25px 0;
}
.pageSummary li {
	position:relative;
	min-height:73px;
	padding:17px 15px 15px 110px;
	background:url(/Images/divider-gray-shadow.gif) top repeat-x;
}
* html .pageSummary li {
	height:73px;
}
.pageSummary h3 {
	color:#e82c2e;
	font-size:14px;
	font-weight:bold;
	margin-top:0;
	margin-bottom:5px;
}
.pageSummary img {
	position:absolute;
	top:17px; left:4px;
}
.pageSummary p {
	margin-bottom:2px;
}
.pageSummary p.links {
	overflow:auto;
	margin-bottom:0;
}
* html .pageSummary p.links {
	overflow:visible;
}
.pageSummary p.links a {
	background:url(/Images/arrow-red.gif) 0 5px no-repeat;
	padding-left:8px;
	float:left;
	clear:left;	
}

/*
======================
Content Blocks
======================
*/

.contactItem {
	background:#FFFCF3;
	padding:10px 10px 10px 120px;
	margin:0 20px 20px 0;
	border-bottom:1px solid #FEE48B;
	min-height:133px;
	position:relative;
	clear:left;
}
* html .contactItem {
	height:133px;
}
.small .contactItem {
	float:left;
	width:200px;
	height:133px;
	clear:none;
}
.pageText .content .contactItem img {
	position:absolute;
	top:10px; left:10px;
	margin:0;
}
.contactItem h3 {
	margin:10px 0 3px 0;
	border:0;
	color:#c90;
	font-size:13px;
}
.contactItem p {
	margin:0;
}
div.highlighted {
	border:3px solid #FEE48B;
	padding:10px 10px 0 10px;
	background:#FFFCF3;
	margin-top:25px;
}
div.highlighted h3 {
	border:0;
	margin-top:0;
}
.pageText .imageright img {
	float:right;
	margin:4px 0 16px 18px;
}

/*
======================
Event Calendar
======================
*/
.calendarSlider {
	height:37px;
	margin-bottom:30px;
}
.calendarSlider li {
	float:left;
	text-align:center;
	line-height:32px;
	width:121px;
	background:url(/Images/bg-calendar-item.gif) no-repeat;
}
.calendarSlider li.previous {
	background-position:top left;
}
.calendarSlider li.next {
	background-position:top right;
}
.calendarSlider li.active {
	font-weight:bold;
	height:37px;
	color:#fff;
	background-position:top center;
}
.calendarSlider a {
	float:left;
	width:121px;
	text-align:center;
	line-height:32px;
}
.termDates li {
	color:#8f6c02;
	padding:6px 9px;
	border-bottom:1px solid #fee48b;
}
.events {
	margin-bottom:10px;
}
.events li {
	position:relative;
	padding:15px 0 12px 65px;
	min-height:48px;
	border-bottom:1px solid #fee48b;
	margin-bottom:3px;
}
* html .events li {
	height:48px;
}
.events li strong {
	display:block;
	text-align:center;
	width:40px;
	height:50px;
	padding:2px 3px 2px 1px;
	background:url(/Images/bg-date.gif) top repeat-x;
	position:absolute;
	top:9px; left:9px;
	font-weight:normal;
	color:#8f6c02;
}
.events li strong em {
	font-size:26px;
	line-height:26px;
	display:block;
	text-align:center;
	font-style:normal;
	font-family:Georgia;
}
.events li h4 {
	font-weight:bold;
	font-size:15px;
	color:#c90;
}
.events li p {
	margin:0;
}
#yearPlanner {
	display: block;
	background-image: url('/images/btn-download.jpg');
	width: 175px;
	height: 32px;
	font-weight: bold;
	line-height: 32px;
	color: #fff;
	padding-left: 6px;
	margin-bottom: 15px;
}
#yearPlanner:hover{
	background-position: 0px 32px;
}
/*
======================
News & Results
======================
*/
.news {
	margin:25px 0 10px 0;
	border-top:1px solid #fee48b;
	padding-top:15px;
}
.news li {
	border-bottom:1px solid #fee48b;
	margin-bottom:15px;
}
.news li h4 {
	font-weight:bold;
	font-size:15px;
	color:#c90;
}
.news li strong {
	color:#666;
}

/*
======================
Forms
======================
*/
.form {
	margin-bottom:20px;
	background:#F2F2F2;
	padding:20px;
}
.form legend,
.form h3 {
	font-size:15px;
	margin-bottom:16px;
	color:#c90;
	font-weight:bold;
}
.form p {
	min-height:20px;
	position:relative;
	padding-left:155px;
}
* html .form p {
	height:20px;
}
.form div.inputWrapper {
	min-height:20px;
	position:relative;
	padding-left:155px;
}
* html .form div.inputWrapper {
	height:20px;
}
.form label {
	position:absolute;
	top:0; left:0;
	font-weight:bold;
	line-height:100%;
}
.form p.checkbox label {
	position:static;
	margin-left:5px;
}
.form label small {
	font-weight:normal;
	font-size:9px;
}
.form input.text {
	background:#fff;
	border:1px solid #c90;
	width:220px;
	padding:2px;
}
.form textarea {
	background:#fff;
	border:1px solid #c90;
	width:220px;
	font-family:Tahoma;
	padding:2px;
}
.form input.button {
	padding:4px;
	margin-right:10px;
}

/*
========================
Validation
========================
*/
.validation-container {
	border:1px solid #d00;
	background:#fcebeb url(/Images/icon-warning.gif) 12px 12px no-repeat;
	color:#d00;
	padding:14px 12px 12px 54px;
	margin:22px 0;
	line-height:130%;
}
.validation-title {
	font-size:16px;
	margin-bottom:4px;
	font-weight:bold;
}
.alertUpdate {
	width:359px;
	padding:8px;
	border:1px solid #46b101;
	background:#f1f8e8;
	color:#46b101;
	font-weight:bold;
	margin-bottom:20px;
}

/*
======================
Site Map
======================
*/
#siteMap a {
	display:block;
}
#siteMap li.level1 {
	margin-top:25px;
}
#siteMap a.level1 {
	font-size:18px;
	font-weight:bold;
}
#siteMap li.level2 {
	border-top:1px solid #FEE48B;
	margin-top:4px;
	padding-top:4px;
	width:450px;
}
#siteMap a.level2 {
	font-weight:bold;
}
#siteMap ul.level3,
#siteMap ul.level3 ul {
	margin-left:25px;
}

/*
======================
Forum
======================
*/
#topics {
	margin-top:30px;
}
#topics li {
	margin:0 30px 60px 0;
}
#topics li.alt {
	margin-right:0;
}
#topics h2 {
	margin-bottom:4px;
}
#topics h2 a {
	font-size:22px;
	text-transform:none;
}
#topics p.topicIntro {
	margin:0;
	position:relative;
}
#topics p.topicIntro a.more,
#topics div.latestPost a.more {
	font-weight:bold;
	background:url(/Images/arrow-red.gif) 0 5px no-repeat;
	padding-left:8px;
	margin-left:5px;
}
#topics div.posts {
	position:relative;
	height:90px;
	padding-left:50px;
	margin-top:10px;	
}
#topics a.postCount {
	display:block;
	background:#e82c2e;
	color:#fff;
	font-weight:bold;
	width:50px;
	height:98px;
	padding-top:12px;
	font-style:normal;
	font-size:11px;
	text-align:center;
	position:absolute;
	top:0; left:0;
}
#topics a.postCount:hover {
	text-decoration:none;
}
#topics a.postCount em {
	display:block;
	text-align:center;
	font-size:20px;
	font-style:normal;
	font-weight:bold;
	letter-spacing:-1px;
	line-height:18px;
}
#topics div.latestPost {
	background:#f2f2f2;
	border:1px solid #ccc;
	padding:8px;
	height:92px;
}
#topics div.latestPost span {
	font-size:11px;
	font-weight:bold;
	color:#e82c2e;
	color:#444;
	display:block;
	margin-bottom:2px;
}
#topics div.latestPost p {
	color:#444;
	margin:0;
}
#topics div.latestPost p a.postName {
	font-size:16px;
	font-weight:bold;
	display:block;
	margin-bottom:2px;
}
#posts {
	margin-top:30px;
}
#posts li {
	background:#f2f2f2;
	border:1px solid #aaa;
	border-top:3px solid #e92a2f;
	margin-bottom:20px;
	padding:11px 11px 0 11px;
	position:relative;
}
#posts li h2 {
	text-transform:none;
	font-size:16px;
}
#posts a.readMore {
	background:url(/Images/arrow-red.gif) 0 5px no-repeat;
	padding-left:8px;
	margin-left:5px;
	font-weight:bold;
}
.postWrapper {
	margin:15px 0 35px 0;
	min-height:80px;
}
* html .postWrapper {
	height:80px;
}
img.postPhoto {
	border:1px solid #e92a2f;
	float:left;
	margin:4px 12px 12px 0;
}
.postButtons {
	text-align:right;
	margin-top:-28px;
}
.postButtons input {
	font-size:11px;
}
.comment {
	margin-top:25px;
	background:#f2f2f2;
	border:1px solid #aaa;
	border-top:3px solid #e92a2f;
	margin-bottom:20px;
	padding:11px 100px 0 94px;
	position:relative;
	min-height:83px;
}
* html .comment {
	height:72px;
}
.comment h4 span {
	font-weight:bold;
}
.comment img {
	position:absolute;
	left:11px;
	top:11px;
	border:1px solid #e92a2f;
}
.comment span.commentDate {
	position:absolute;
	right:8px;
	top:4px;
	font-weight:bold;
	color:#e92a2f;
}
.comment span.commentId {
	font-size:11px;
	position:absolute;
	top:75px;
	right:8px;
}
.comment input.report {
	position:absolute;
	top:25px;
	right:8px;
	font-size:11px;
}
.comment input.delete {
	position:absolute;
	top:50px;
	right:8px;
	font-size:11px;
}
.author {
	background:#ffe;
}
p.byline {
	font-style:italic;
}

/*
======================
Press Releases & RSS
======================
*/
.pressRelease {
	border-bottom:1px solid #bbb;
}
.pressRelease a {
	background:url(/Images/arrow-red.gif) 0 5px no-repeat;
	padding-left:8px;
	margin-left:5px;
}
.pressRelease h3 {
	margin-bottom:5px;
}
.pressRelease h3 a {
	background:none;
	padding:0;
	margin:0;
}
.rssPaging {
	margin:20px 0;
	font-weight:bold;
}
.rssPaging a {
	margin-left:15px;
}

/*
======================
Shop
======================
*/
.shop h2 {
	color:#E82C2E;
	margin:30px 0 20px 0;
}
#productList {
	width:450px;
	margin-bottom:40px;
}
#productList li {
	border:1px solid #bbb;
	padding:15px;
	margin-bottom:15px;
}
#productList li strong {
	font-size:16px;
}
#productList li p.subhead {
	color:#aaa;
	font-size:11px;
}
#productList li img {
	display:block;
	margin-bottom:15px;
}
#productList li select {
	display:block;
	margin-bottom:7px;
	width:150px;
}
#productList li input.quantity {
	border:1px solid #BE252A;
	width:40px;
	padding:3px;
}
#productList li input.button {
	padding:2px;
}
.cart {
	width:100%;
	border:1px solid #ccc;
	border-bottom:0;
	margin:30px 0 20px 0;
}
.cart th {
	font-weight:bold;
}
.cart th, .cart td {
	border-bottom:1px solid #ccc;
	padding:5px 10px;
}
.cart tr.total td, .money {
	text-align:right;
}
.cart tr.grand {
	font-size:14px;
	font-weight:bold;
	background:#f2f2f2;
}
.cart input.text {
	width:40px;
	padding:2px;
	text-align:right;
}
.cart dd, .cart dt, .cart dd ul, .cart dd li {
	list-style:none;
	padding:0;
	margin:0;
	display:inline;
} 
.cart dd {
	margin-left:4px;
}
.donation {
	background:#E92D2E;
	text-align:right;
	padding:5px;
	margin-bottom:10px;
}
.donation label {
	color:#fff;
	font-weight:bold;
}
.donation input {
	padding:3px 5px;
	width:35px;
	text-align:right;
	border:0;
}
.rounding {
	text-align:right;
	margin-bottom:10px;
}
.rounding input {
	margin-right:5px;
}

/*
======================
Paging
======================
*/
.PagerContainer {
	height:20px;
	margin-bottom:25px;
}

/*
======================
Business Directory
======================
*/
#categoryLinks h2 {
	background: url(/Images/bg-sidebar-heading.gif) repeat-x;
	color:#fff;
	padding:4px 6px 6px 15px;
	font-weight:bold;
	font-size:16px;
}
#categoryLinks ul {
	background-color:#fffcf4;
	padding:20px 30px;
	line-height:180%;
	margin-bottom:20px;
}
#categoryLinks ul li {
	float:left;
    width:195px;
    padding:0 8px 0 8px;
}
#categoryLinks ul li a {
	color:#333;
}
#categoryLinks ul li a:hover {
	color:#927823;
}
#directoryListings {
	border-bottom:1px dotted #c90;
	margin-bottom:3px;
}
#directoryListings li {
	position:relative;
	padding-right:180px;
	min-height:127px;
	border-top:1px dotted #c90;
	padding-top:23px;
}
* html #directoryListings li {
	height:140px
}
#directoryListings h2 {
	font-size:22px;
	margin-bottom:5px;
}
#directoryListings p {
	margin-bottom:4px;
}
#directoryListings img {
	position:absolute;
	top:15px; right:0;
}
#listing {
	position:relative;
	border:1px solid #c90;
	padding:25px 230px 25px 25px;
	min-height:180px;
	border-bottom-width:10px;
}
* html #listing {
	height:200px;
}
#listing h3 {
	margin:0 0 .4em 0;
	font-size:26px;
	font-weight:normal;
	font-family:Arial;
	letter-spacing:-1px;
	border:0;
	line-height:110%;
}
#listing .companyLogo {
	position:absolute;
	top:25px; right:25px;
	background:#fff;
	width:150px;
	padding:15px;
}
#listing .companyLogo img {
	display:block;
	margin:auto;
}
#listing address {
	float:left;
	width:170px;
	padding:10px 15px;
	margin:20px 20px 20px 0;
	background:#FFF4D2;
	border-bottom:1px solid #FEE48B;
}
#listing dt {
	float:left;
	width:85px;
	font-weight:bold;
}
#listing dd {
	width:355px;
}
#listing dd a {
	text-decoration:underline;
}
