/*   All CSS code is Copyright 2010 HunterGD @ http://HunterGD.com   **  Do not use or borrow my code without giving credit to me, at the  *
*  least, please leave this header with the code.                   */

/* @group Category Styles */

.catCat {
	display: block;
	margin-bottom: 3em;
}

.catEntry {
	margin-right: 4em;
	margin-left: 4em;
	margin-bottom: 2em;
	background-color: #F3E2C4;
	border: 1px solid #BFBD81;
	padding-right: .25em;
	padding-left: .25em;
	color: #362507;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

.catCatTitle {
	display: block;
	border-bottom: 4px solid #000;
	padding-bottom: .25em;
	margin: 2em 3em 1em;
}

.catCatTitle span {
	font-size: 130%;
	font-weight: bold;
}

.catEntryTitle {
	display: block;
	border-bottom: 2px solid #BFBD81;
	margin-bottom: .5em;
	margin-top: .5em;
	padding-bottom: .5em;
	padding-left: .5em;
}

.catEntryTitle span {
	font-size: 115%;
	font-weight: bold;
}

.catEntryCatDescription {
	font-size: .9em;
}

.catEntryCatDescription ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-bottom: 1em;
}

.catEntryCatDescription li {
	margin-bottom: .25em;
	margin-left: 1.25em;
}

.catEntry a, .catEntry a:link, .catEntry a:visited {
	color: #00669C !important;
}

.catEntry a:hover {
	color: #0000FF !important;
}

.catEntryLinks {
	border-top: 2px solid #BFBD81;
	text-align: center;
	font-size: 1em;
	line-height: 2em;
}

/* @end */

/* @group Entry Styles */

.dirCatTitle {
	display: block;
	border-bottom: 4px solid #000;
	padding-bottom: .25em;
	margin: 2em 3em 1em;
}

.dirCatTitle span {
	font-size: 130%;
	font-weight: bold;
}

.dirCat {
	display: block;
	margin-bottom: 3em;
}

.dirEntry {
	margin-right: 4em;
	margin-left: 4em;
	margin-bottom: 2em;
	padding-right: .25em;
	padding-left: .25em;
}

.dirEntry a, .dirEntry a:link, .dirEntry a:visited {
	color: #00669C !important;
}

.dirEntry a:hover {
	color: #0000FF !important;
}

/* @group Title Styles
 */

.dirEntryTitle {
	margin-top: .5em;
	color: #FFF;
	line-height: 41px;
	margin-right: 15px;
	margin-left: 15px;
}

.dirEntryTitleText {
	font-size: 1.1em;
	font-weight: bold;
	background: #4F99C2 url(../images/TitleBG.gif) repeat-x;
}

.dirEntryTitleLeftCorner, .dirEntryTitleRightCorner {
	width: 18px;
	background-color: #4F99C2;
}

.dirEntryTitleLeftCorner {
	background: url(../images/TitleLeftCorner.gif) no-repeat left top;
}

.dirEntryTitleRightCorner {
	background: url(../images/TitleRightCorner.gif) no-repeat right top;	
}

/* @end */

/* @group Info Styles */

.dirEntryInfoDiv {
	background-color: #F3E2C4;
	border: 1px solid #BFBD81;
	padding-top: .5em;
	color: #362507;
	clear: both;
	-moz-border-radius: 15px;
	/*-moz-border-radius-topleft: 0px;*/
	-webkit-border-radius: 15px;
	/*-webkit-border-top-left-radius: 0px;*/
}

.dirEntryInfo, .dirEntryAddress {
	font-weight: bold;
	margin-bottom: .5em;
	margin-left: 1em;
}

.dirEntryInfo span {
	font-weight: normal !important;
}

.dirEntryInfo span.Title {
	display: block;
	width: 6em;
	float: left;
	font-weight: bold !important;
}

.dirEntryAddress span {
	font-weight: normal !important;
	display: block;
	margin-left: 5em;
	margin-top: .25em;
}

.dirEntryDescription {
	border-top: 2px solid #BFBD81;
}

.dirEntryLinks {
	border-top: 2px solid #BFBD81;
	text-align: center;
	font-size: .9em;
	line-height: 1.8em;
}

/* @end */

/* @end */