BODY {
	background: #ffffff;
	font-family:arial;
	font-size: 9pt;
}

A, A:link, A:active, A:visited { color:#8f120c; text-decoration:underline;}
A:hover { text-decoration:underline; color:#a3a3a3;}

ul 
{   
    list-style-image: url('/images/bltcross.gif'); 
}

h1 { font-family: verdana, arial; font-size:12pt; font-weight:bold; color: #000000; margin-top: 10px; margin-bottom: 10px;}
h2 { font-family: verdana, arial; font-size:10pt; font-weight:bold; color: #c2b072; margin-top: 10px; margin-bottom: 4px;}
h3 { font-family: verdana, arial; font-size:10pt; font-weight:bold; margin-top: 5px; margin-bottom: 5px;}
h4 { font-family: verdana, arial; font-size:10pt; font-weight:bold; margin-top: 5px; margin-bottom: 5px; font-style:italic;}

.breadcrumbs { font-family: arial; color: #000000; font-size:8pt; margin-top: 3px; margin-bottom: 3px; margin-left: 186px; }
.breadcrumbs a:link, .breadcrumbs a:active, .breadcrumbs a:visited { font-family: arial; color: #000000; font-size:8pt; margin-top: 3px; margin-bottom: 3px; text-decoration:underline;}
.breadcrumbs a:hover { font-family: arial; color: #8f120c; font-size:8pt; margin-top: 3px; margin-bottom: 3px; text-decoration:underline;} 

/*#Horizontal Menu#*/
.horizontal {
	position: relative;
	border-left: 2px solid #c2b072;
}

.horizontalCMSListMenuUL { 
	PADDING: 0px;
	MARGIN: 0px;
	WIDTH: 100%;
	BORDER: 0px solid red;
	LIST-STYLE-TYPE: none;
	background-color: #c2b072;

}

.horizontalCMSListMenuUL LI { 
	border: solid #ffffff 0px;
	padding: 0px;
	/*margin-top: -1px;*/
	/*margin-bottom: -1px;*/
	display: inline;
	float: left;
	line-height: 24px;
	width: 130px;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold; 
	color: #ffffff;
	background-color: #26773c; /*#3C6E87*/
	position: relative;
	text-align:center;
}

.horizontalCMSListMenuUL LI:hover { 
	background-color: #26773c;
}

.horizontalCMSListMenuLink, 
.horizontalCMSListMenuLinkHighlighted {
	padding-left: 0px;
	border: solid #FFFFFF 1px;
}


.horizontalCMSListMenuUL A { 
	DISPLAY: block;
	/*PADDING-RIGHT: 3px;*/ 
	/*PADDING-LEFT: 20px;*/ 
	PADDING-TOP: 2px;
	PADDING-BOTTOM: 2px; 
	MARGIN: 0px; 
	WIDTH: 130px; 
	COLOR: white;  
	BACKGROUND-COLOR: #26773c; 
	TEXT-DECORATION: none;
	text-align:center;
}

.horizontalCMSListMenuUL A:hover { 
	BACKGROUND: #993333 no-repeat right bottom; 
	COLOR: white;
}

.horizontalCMSListMenuUL UL { 
	Z-INDEX: 500;
	WIDTH: 131px;
	border-left: solid #ffffff 0px;
	border-right: solid #ffffff 0px;
	border-top: solid #ffffff 0px;
	BORDER-BOTTOM: #ffffff 0px solid;
	POSITION: absolute;
	top: 29px;
	left: 0px;
	/*background:transparent;
	filter:alpha(opacity=50);
	opacity:.25;*/
}

.horizontalCMSListMenuUL UL LI { 
	CLEAR: left; 
	DISPLAY: block; 
	POSITION: relative;
	font-size: 11px;
	line-height: 16px;
}

.horizontalCMSListMenuUL UL UL { 
	/*BORDER-RIGHT: #c2c2c2 1px solid; */
	LEFT: 155px;
	BORDER-BOTTOM: white 0px solid;
	border-left: 0px;
	border-right: 0px;
	TOP: 1px;
}

.horizontalCMSListMenuUL UL UL LI { 
	border-right: 0px;
}

.horizontalCMSListMenuUL UL { 
	DISPLAY: none;
}

.horizontalCMSListMenuUL LI:hover UL UL { 
	DISPLAY: none; 
}

.horizontalCMSListMenuUL UL LI:hover UL UL { 
	DISPLAY: none; 
}

.horizontalCMSListMenuUL LI:hover UL { 
	DISPLAY: block; 
}

.horizontalCMSListMenuUL UL LI:hover UL { 
	DISPLAY: block;
}

.horizontalCMSListMenuUL UL UL LI:hover UL { 
	DISPLAY: block; 
}

.zoneMainContent { 
	margin: 10px;
	BORDER: 0px solid red;
	text-align: left;
}

