/* --- Common site Styles ---------------------------------------------------------- */
body,
p,
td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	color: #000000;
}

body {
	background-image:url(../_images/bgrd_main.jpg);
	background-repeat:repeat-x;
	background-position:top center;
	background-color:#f1ead7;
	margin:0 0 0 0;
}

a:link,
a:visited,
a:active,
a:hover { 
	color: #78221f;
	text-decoration:underline;
}
a:hover {
	color: #BE0F05;
	text-decoration:underline;
}
.mainArea
{
	width:862px;
	margin:17px auto 0 auto;
}
.mainContentArea
{
background-image:url(../_images/bgrd_main_content_area.jpg);
background-repeat:repeat-x;
background-position:0 37px;
background-color:#f9f8f3;
}

.mainContent
{
margin:0 27px 9px 18px;
line-height:16px;
}

li
{
	margin:0 0 3px 0;
	list-style-image:url(../_images/bullet_square.jpg);
}
ul
{
	padding:0 0 0 15px;
	margin:0 0 0 15px;
	list-style-type:disc;
	list-style-position:outside;
}
.line
{
margin:14px 0 14px 0;
border-bottom:1px solid #e4e4da;
}
.nowrap
{
white-space:nowrap;
}

.mainBorderLeft
{
border-left:1px solid #e4e3d9;
}



/* --- Page Title  ---------------------------------------------------------- */

.ptitle
{
background-color:#4c0704;
}




/* --- Homepage links ---------------------------------------------------------- */

.homepageLinks
{
}

.homepageLinks a,
.homepageLinks a:link,
.homepageLinks a:visited,
.homepageLinks a:active
{
	color:#78221f;
	text-decoration:none;
	font-weight:bold;
}
.homepageLinks a:hover
{
	color:#af0d05;
	text-decoration:underline;
	font-weight:bold;
}




/* --- Events ---------------------------------------------------------- */

.eventsTitle
{
color:#78221f;
font-size:14px;
font-weight:bold;
margin:0px 0 2px 0;
}

.eventsDate
{
color:#78221f;
font-size:12px;
font-weight:bold;
}

.eventsDesc
{
margin:6px 0 6px 0;
}
.eventsMainLink
{
margin:0px 0 3px 0;
}
.eventsLine
{
margin:20px 0 19px 0;
border-bottom:1px solid #e4e4da;
}

.eventName
{
font-family:"Times New Roman", Times, serif;
font-size:24px;
color:#660033;
margin:18px 0 18px 32px;
}





/* --- News ---------------------------------------------------------- */

.newsDate
{
padding:9px 14px 8px 14px;
}

.newsTitle
{
padding:9px 14px 8px 14px;
border-left:1px solid #e4e4da;
line-height:15px;
}
.otherRow
{
background-color:#e3e0da;
}





/* --- Directory ---------------------------------------------------------- */

.directoryName
{
padding:9px 25px 8px 24px;
}

.directoryTitles
{
padding:9px 24px 8px 24px;
border-left:1px solid #e4e4da;
}

.storeName
{
font-family:"Times New Roman", Times, serif;
font-size:24px;
color:#660033;
}
.storeName a,
.storeName a:link,
.storeName a:visited,
.storeName a:active
{
	color:#660033;
	text-decoration:none;
}
.storeName a:hover
{
	color:#BE0F05;
	text-decoration:underline;
}
.categoryName
{
font-family:"Times New Roman", Times, serif;
font-size:24px;
color:#660033;
margin:9px 0 9px 28px;
}






/* --- Sitemap  ---------------------------------------------------------- */

.sitemap
{
line-height:14px;
font-size:9pt;
color:#000000;
font-weight:normal;
}
.sitemap a,
.sitemap a:link,
.sitemap a:visited,
.sitemap a:active
.sitemap a:hover
{
	text-decoration:none;
	display:block;
	padding:4px 0 4px 4px;
}
.sitemap a:hover
{
	color:#5200d9;
	text-decoration:none;
	background-color:#E7DCC7;
}
.sitemapLine
{
margin:5px 0 5px 0;
border-bottom:1px solid #CEC1A8;
}



/* --- Forms ---------------------------------------------------------- */

.forms
{
margin:0 0 0 0;
padding:0 0 0 0;
}
.formField {
	background-color: #FFF5D2;
	border: 1px solid #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	padding: 1px 0 0 3px;
	margin:0 0 0 0;
	width:230px;
	height:18px;
	color:#000000;
}
.formMemo {
	background-color: #FFF5D2;
	border: 1px solid #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	padding: 1px 0 0 3px;
	margin:0 0 0 0;
	width:230px;
	height:70px;
	color:#000000;
}
.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	color:#000000;
	font-weight: bold;
	background-color: #E6BA11;
	margin:0 0 0 0;
	padding: 3px 2px 3px 2px;
	border: 1px solid #333333;
	width:60px;
}
.required
{
	color:red;
	font-weight:bold;
	font-size:8pt;
}
.error
{
	color:red;
	font-weight:bold;
	font-size:8pt;
}
.formText
{
font-size:7pt;
}
.borderBotForm
{
border-bottom:1px solid #333333;
}



/* --- Footer ---------------------------------------------------------- */

.footer
{
	color:#5d5754;
	line-height:16px;
	font-size: 7pt;
	text-align:left;
	margin:0 0 15px 0;
}

.footer a,
.footer a:link,
.footer a:visited,
.footer a:active
{
	color:#5d5754;
	text-decoration:none;
}
.footer a:hover
{
	color:#5d5754;
	text-decoration:underline;
}