/*
	Content Style
	Usage: Primary content, avoiding any rules for the header or footer.
	Filename: content.css
*/

body {
	text-align: justify;
	background-image: url('img/ltilebg2.png');
	background-repeat: repeat;
	font-family: Tahoma, Geneva, sans-serif; 
	font-size: 15px;
	color: #000000;
}

a:link, a:visited, a:hover {
	color: #dc291e;
	text-decoration: none;
	outline-style: none;
}

a:hover {
	color: #9a0000;
	text-decoration: underline;
}


/* For the primary table that surrounds the site */
#outter {border: 2px solid #dc291e;}


/* Set background rules for header and footer */
.header-top {
	background-color: #dc291e;
	background-image: url('img/header-top.png');
	background-repeat: no-repeat;
	height:151px;
	width:100%;
} 
.header-bottom {
	background-color:#dc291e;
	background-image: url('img/header-bottom.png');
	background-repeat: no-repeat;
	height: 30px;
	width: 800px;
}
.footer {
	background-color: #dc291e;
	background-image: url('img/footer.png');
	background-repeat: no-repeat;
	height: 83px;
	width: 800px;
}

/* Used for small text, such as the "sitemap" link */
#smalltext {
	color: #ffffff;
	font-size: 75%;
	text-decoration: none;
}

#smalltext a:hover {
	color: #000000;
	text-decoration: underline;
}

/* feature specifies content in "main" window */
.feature {
	background-color: #f1f0ff;
	background-image: url('img/feature-bg.png');
    background-repeat: no-repeat;
	background-position: bottom right;
	width: 100%;
	height: 400px;
	font-size: 100%;
	padding: 5px 5px 5px 5px;
}

.feature td {
	vertical-align: top;
}

.feature b {
	font-size: 110%;
	color: #9a0000;
	font-weight: bold;
}

.feature img {
	display: block;
	border: 1px solid #9a0000;
	padding: 2px 2px 2px 2px;
	margin: 5px 5px 5px 5px;
}

/* Replace the default "title" pop-up */
.feature img.title {
	background-color: #dc291e;
	color: #ffffff;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

/* This is a special condition for images placed within or near lists */
#list {
	margin: 5px 30px 5px 5px;
}

.feature ul {
	list-style-type: none;
}

.feature li {
	list-style-image: url('img/bullet.png');
	margin-right: 3px;
	margin-left: 20px;
}

.feature h1 {
	font-size: 200%;
	text-align: center;
	color: #9a0000;
	text-decoration: none;
	font-variant: small-caps;
}

.feature h2 {
	font-size: 150%;
	text-align: center;
	color: #9a0000;
	text-decoration: none;
	font-variant: small-caps;
}

.feature h3 {
	font-size: 120%;
	text-align: center;
	color: #9a0000;
	text-decoration: none;
	font-variant: small-caps;
}


/* styles used for the drop-down menus */
#sddm
{	margin: 0;
	padding: 0;
	z-index: 30}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #dc291e;
	border: 1px solid #dc291e}

#sddm div a
{	position: relative;
	display: block;
	margin: 0;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	color: #FFFFFF;
	font: 11px Trebuchet MS}

#sddm div a:hover
{	background-color: #9a0000;
	color: #FFF;
}
