@charset "utf-8";
/* CSS Document */

body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
margin: 15px 0px;
background-color: #d0d0cf;
background-image:url(images/bkgd.jpg);
background-repeat: repeat-x;

}

#wrapper {
width: 900px;
margin-right: auto; 
margin-left: auto;
background-color:#FFFFFF;
}

#content {
margin: 0px 40px 10px 40px;
}

h1 {
font-size: 24px;
color:#9c1420;
}

h2 {
font-size:18px;
color: #9c1420;
}

.red {
color: #9c1420;
}

.gray {
color: #6c6c6c;
}

.bld {
font-weight: bold;
}
p {
line-height: 1.5em;
}


ul, li {
line-height: 1.5em;
}

a:link, a:visited, a:hover {
font-weight: bold;
text-decoration: underline;
}

a:hover {
color:#9c1420;
}

/* start of top navigation */

#nav {
	float: left;
	width: 100%;
	list-style: none;
	line-height: 1.65;
	padding: 0px;
	margin: 0px;
	height: 32px;
	background-color: #9c1420;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}


#nav ul {
	list-style: none;
	font-weight: bold;

}

#nav li {
	float: left;
	padding: 0px;
	line-height: 1.65em;
	padding-top: 4px;
	padding-bottom: 4px;
		text-align: center;	
}

#nav a:link, #nav a:visited {
	display: block;
	width: 90px;
	w\idth: 90px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 2px 15px 2px 15px;
}


#nav a:hover {
    color: #9c1420;
	background: #fff;
	}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 134px;
	w\idth: 134px;
	margin: 0px 0px 0px 40px;
	padding: 0px;
	background-color:#9c1420;
	text-align: left;

}

#nav li li {
	width: 130px;
	margin: 0px;
	padding-right: 2px;
	padding-left: 2px;
	border-bottom: 1px solid #dfe7eb;
	text-align: left;
}

#nav li ul a {
	width: 110px;
	w\idth: 110px;
	margin: 0px;
	padding: 5px 2px 5px 2px;
	text-align: left;
	
}

#nav li ul a:hover {
	color: #831312;
	text-align: left;
	
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul {
	    color: #831312;
		left: -999em;
}

#nav li:hover ul, #nav li li:hover ul,  #nav li.sfhover ul, #nav li li.sfhover ul  {
	left: auto;
	color: #410b06;
}

#nav li:hover, #nav li.sfhover {
    color: #fff;
	background-color: #9c1420; 
}

 #content {
	clear: left;
}

.navborder {
border-top: 2px solid #6c6c6c; 
border-bottom: 2px solid #6c6c6c;
height: 36px;
}
 
 /* end of top navigation */
 
 
 .address {
text-align: center;
line-height: 1.5em;
padding-top: 20px;
padding-bottom: 10px;
clear:both;
font-size: 11px;
}