@charset "utf-8";
/* CSS Document */

body
{
	font-family:"Times New Roman", Times, serif;
	background-image: url(../slices/bgTile.png);
	background-repeat: repeat-y;
	background-position: center;
	height: 100%;
	color:#333333;
}
h2 {
	margin: .2em 0 0 0;
	font-size:18px;
}
h3 {
	margin: .2em 0 0 0;
	font-size:18px;
}
h4  {
	margin: .2em 0 0 0;
	font-size:18px;
}
h5 {
	margin: .2em 0 0 0;
	font-size:18px;
}
hr {
	color:#D23E4D;
	width: 60%;
	margin-top:-.3em;
}
p.Tagline
{ margin: 0 0 0 0; color:#FFFFFF; font-size:15px; font-stretch:condensed; font-style:italic;}

p {
	margin-top: 0em;
	margin-right:1em;
	margin-bottom: 0em;
}
a {
   color:#D23E4D;
}
#red
{	color:#D23E4D;}
#redbold
{   color:#D23E4D; font-weight:bolder;}

.breadcrumb{
	font-size:9px;
	color:#999;
}
#headerLogo 
{
	background-image: url(../slices/headerLogo.png);
	background-repeat: no-repeat;
	width: 149px;
	height: 88px;
}
	
#headerLogoRight 
{
	background-image: url(../slices/headerLogoRight.png);
	background-repeat: no-repeat;
	width: 14px;
	height: 88px;
 }
 
#headerMiddle 
{
	background-image: url(../slices/headerMiddle.png);
	background-repeat: no-repeat;
	width: 318px;
	height: 88px;
}

#headerRight 
{
	background-image: url(../slices/headerRight.png);
	background-repeat: no-repeat;
	background-position:right;
	width: 319px;
	height: 88px;
}

#logoLower 
{
	background-color: #D23E4D;
	width: 149px;
	height: 29px;
}

#logoLowerRight 
{
	background-color: #D23E4D;
	width: 14px;
	height: 29px;
}

#mainUpperLeft
{
	background-image: url(../slices/mainUpperLeft.png);
	background-repeat: no-repeat;
	width: 14px;
	height: 15px;
}

#content
{
	height: 500px;
	vertical-align:top;
}

#nav 
{
	background-image: url(../slices/navBackground.png);
	background-repeat: repeat-x;
	vertical-align: top;
	background-color: #fff;
}

.redBG 
{
	background-color: #D23E4D;
}

.greyBG
{
	background-color: #E0E3E4;
}
	
#menu, #menu ul
{
		font-family:Arial, Helvetica, sans-serif;
		padding: 0;
		margin: 0;
		list-style: none;
		margin-left:auto; 
		margin-right:auto;
		float : left;
/*		background-image:url(../images/clearback.png); 
		width : 11em;	*/
}

/*
#menu ul li ul li {
	background-color:#ffda6b;
	color:#4594b2;
} 

#menu ul li ul li a{
	line-height: 18px;
	color:#76a716;
	font-size: 10px;
	text-indent: 20px;
	background-image:url(images/yellow-arrow.png);
	background-repeat:no-repeat;
	border-top-style: none;
	border-bottom-style: none;
}

#menu ul li ul li a:hover {
	color: #76a716;
	background-color: #FFFFFF;
	color: #FFFFF;
	background-color: #ffda6b;
	background-image:none;
	background-image:url(images/menu-white-bk-arrow.png);
	background-repeat:no-repeat;
}*/

#menu li a.static
{
	width: 140px; /* add by bh */
	display : block;
	color:#FFFFFF;
	background-color:#000000;
	background-position:left top;
	/*background-image:url(../images/white-arrow.png);*/
	background-repeat:no-repeat;
	font-weight : bold;
	font-size:12px;
	line-height: 22px;
	text-decoration : none;
	text-align: left;
	border-bottom: 1.5px solid #000000; /* border or cells*/
	margin: 0em;
	border-right-style: none;
	border-left-style: none;
	font-variant: normal;
	letter-spacing: 2px;
	text-indent: 5.5px;
	text-transform: capitalize;
}	
#menu li a
{
	width: 140px; /* add by bh */
	display : block;
	color : #41444D;
	font-weight : bold;
	font-size:12px;
	line-height: 22px;
	text-decoration : none;
	text-align: left;
	border-bottom: 1.5px solid #000000; /* border or cells*/
	margin: 0em;
	border-right-style: none;
	border-left-style: none;
	font-variant: normal;
	letter-spacing: 2px;
	text-indent: 5.5px;
	text-transform: capitalize;
}
#menu li a:hover 
{
	color:#FFFFFF;
	background-color:#000;
	background-position:left top;
	/*background-image:url(../images/white-arrow.png);
	background-repeat:no-repeat*/
}
a.footer {color:#000000;text-decoration: none;}
a.footer:visited{color:#000000;}
a.footer:link{text-decoration: none;}
a.footer:hover{color:#D23E4D;text-decoration: underline;}
