@import url("reset.css");

/* @override 
	http://www.lmths.org/lib/lmt.css
	http://cleopatra.blkbx.com/lib/lmt.css
*/

/* @group Default tags */

body {
	background: #781010;
	color: #EDECBD;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}

a {
	color: #781010;
	cursor: pointer;
}

a:hover,a:visited, a:active, a.on {
	color: #A14040;
}


h1, h2, h3, h4, h5, h6 {
	margin-bottom: .25em;
}

h1 {
	font-size: 1.2em;
	margin-top: 1.2em;
	font-weight: bold;
	letter-spacing: 1px;
}

h2 {
	font-size: .8em;
	font-weight: bold;
	margin: 2em 0 .25em 2.5em;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h3 {
	text-align: left;
	font-weight: bold;
	font-size: 1em;
	text-transform: none;
	margin: 2em 0 .25em 2.5em;
}

h4 {
	font-size: .8em;
	text-transform: uppercase;
	font-style: italic;
}

h5 {
	font-size: .8em;
	font-weight: bold;
}

p {
	padding: 0 0 .5em 0;
}

ul {
	margin: .25em 0 .25em 5em;
	width: 400px;
	
}

ul  li {
	list-style: none;
	background: url(bullet.gif) no-repeat 0px 6px;
	padding-left: 8px;
	margin-left: 2em;
}

dl {

}

dl>dt {
	font-weight: bold;
}

dl>dd {
	margin-left: 25px;
}

table td, th {
	text-align: left;
	padding-right: 1em;
}


/* @end */

/* @group forms */

/* <th> used as left side label in forms */
form>table th {
	text-align: right;
	font-size: .8em;
	font-weight: normal;
	padding-top: .5em;
	vertical-align: top;
}

/* otherwise <th> used as listing headers */
table th {
	text-transform: uppercase;
	font-size: .8em;
	font-weight: normal;
	text-align: left;
	padding: 0 .5em 0 0;
	margin: 0;
}

input, textarea, select {
	font-size: .8em;
	font-family: verdana;
	margin-bottom: 3px;
	background-color: #eee;
}

em {
	font-weight: bold;
	font-style: normal;
	font-size: 9px;
}

.tf {
	width: 20em;
}

.photo_right {
	float: right;
	margin: 1em 0 1em 1em;
}

/* @end */


#content {

	margin-top: 85px;
	margin-left: 25px;
	background-color: #EEEDCE;
	color: #38230a;
}

#content p {
	margin-left: 5em;
	width: 415px;
}

#footer {
	font-size: 9px;
	clear: both;
	padding: 15px 0px 5px 15px;
}

#banner {
	position: absolute;
	top: 10px;
	left: 20px;
	z-index: 50;
}

#decender {
	position: absolute;
	top: 78px;
	left: 300px;
	z-index: 50;
}

/* @group Navigation */

#nav {
	background-color: #A14040;
	text-transform: uppercase;
	width: 677px;
	height: 20px;
	font-size: 10px;
}

#nav ol {
	padding: 0;
	margin: 0 0 0 15px;
}

#nav li {
	margin-top: 4px;
	list-style: none;
}

#mainnav li {
	display: block;
	float: left;
}

#programs_menu {
	position: absolute;
	top: 101px;
	left: 305px;
	background-color: #A14040;
	padding-top: 5px;
	z-index: 10;
	margin: 0 0 0 0;
}

#programs_menu li {
	padding: 3px 10px 3px 5px;
}

#nav a {

}

#nav a:link {
	color: #0A072A;
	text-decoration: none;
}

#nav a:visited {
	color: #000000;
	text-decoration: none;
}

#nav a:hover {
	color: #EDECBD;
	text-decoration: none;
}

#nav a:active {
	color: #5e588d;
	text-decoration: underline;
	font-variant: normal;
}

.nav_on a {
	color: #000000;
	font-weight: bold;
}

/* @end */

/* @group Front */

#front_content {
	top: 275px;
	left: 90px;
	width: 280px;
	position: absolute;
	z-index: 2;
}

#front_content h2 {
	margin: 2em 0 .25em 0em;
}

#front_content h3 {
	margin: 2em 0 0 0;
	text-transform: none;
}
#front_content a,
#front_content a:hover,
#front_content a:visited, 
#front_content a:active {
	color: #EEEDCE;
}

#front_nav {
	position: absolute;
	top: 20px;
	left: 83px;
	z-index: 0;
	font-weight: bold;
}

#front_image {
	position: absolute;
	top: 40px;
	left: 19px;
	z-index: 0;
}

#front_link {
	position: absolute;
	top: 500px;
	left: 455px;
	z-index: 0;
}
#front a{
	color:	#EDECBD;
}

#frontAnnounce{
	position: absolute;
	z-index: 1000;
	border: 4px solid #edecbd;
	padding: 135px 13px 13px 60px;
	top:  180px;
	left:  155px;
	width: 555px;
	background: #781010 url(/lib/front/announce_hd.gif) no-repeat scroll 23px 65px;
	height:245px;
	overflow: auto;
	font-size: 18px;
	line-height: 24px;
}
#frontAnnounce a{
	position: absolute;
	right: 5px;
	bottom: 5px;
	font-size: 12px;
	line-height: 12px;

}
/* @end */

div#veteransList ul{
	width: 600px;
}
div#veteransList ul li{
	float: left;
	width: 230px;
}