
/* Menu */

#menu {
	width: 760px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
	line-height:24px;
}

#menu a {
	display: block;
	float: left;
	padding: 10px 12px 0 12px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}

#menu a:hover {
	text-decoration: underline;
}
.oddrow {background: #FFFAF9;} /* Alternating row color */
.evenrow {background: none;}
.thinborder {
	border:1px solid #FFD7D1;
}

.caption {
	font-size:11px;
	color:#333333;
}
.img-caption {
	font-size:11px;
	color:#333333;
	padding:4px 10px;
}
.normal-leading { line-height:14px; font-size:12px;}

/* mission */
.mission {
	font-style:oblique;
	font-weight:bolder;
	padding-left: 3em;
	background: url(images/quote.gif) no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
}

/* highlight */
.highlight {
	font-style:oblique;
	padding-left: 1.5em;
	border-left:#CCCCCC 8px solid;
	font-family:Georgia, "Times New Roman", Times, serif;
}


/* Right Column */
.boxed {
	margin-bottom: 1em;
	background: url(images/img03.gif) no-repeat;
}
.title {
	height: 29px;
	padding: 11px 0 0 27px;
	text-transform: uppercase;
	font-size: 150%;
	color: #FFFFFF;
	font-weight:bold;
}

/* Footer */

#footer {
	clear: both;
	padding: 10px;
	border-top: 4px solid #930000;
	background: #C90404;
}

#footer p {
	width: 760px;
	margin: 0 auto;
	text-align: center;
	color: #FFFFFF;
}

#footer a {
	text-decoration: underline;
	color: #FFFFFF;
}

#footer a:hover {
	text-decoration: underline;
}

/* Footer > Legal */

#legal {
	margin: 0;
	text-align: center;
	font-size: x-small;
}

#legal a {
	font-weight: bold;
}

/* Footer > Links */

#links {
	margin: 0;
	padding-bottom:4px;
	font-size:11px;
	text-align: center;
	font-weight:bold;
}
#links a {
	text-decoration:none;
}


