/* Regular Body Styles*/
html, body {
	margin: 0px;
	padding: 0px;
	background-color:#393939;
	background-image: url(../images/html_back.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
h1 {
	font-size: 18px;
	text-transform: uppercase;	
}
h2 {
	font-size: 16px;
}
img {
	border: 0px;
}
a {
	color: #FF7F00;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FFA405;
	text-decoration: underline;
}

.more {
	text-align: right;
}

body {
	text-align: center;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
p {
	margin-right: 1px;
}
#wrapper {
	text-align: left;
	margin: auto;
	width: 781px;
	height: auto;
	background-color: #0b0b0b;
}
#indexwrap {
	text-align: center;
	margin: auto;
	width: 781px;
	height: 100%;
	background-color: #0b0b0b;
	vertical-align: middle;
}


/* Index Splash  */
.splash {
	position: absolute;
	width: 610px;
	height: 360px;
	left: 50%;
	top: 50%;
	margin-left: -310px;
	margin-top: -180px;
}

/* End Splash */

#body {
	position: relative;
	margin-left: 4px;
}
#head {
	width: 771px;
	height: 229px;
	background-image: url(../images/header_amarillo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#head_l {
	width: 771px;
	height: 229px;
	background-image: url(../images/header_lubbock.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
/* Nav to switch between Amarillo & Lubbock*/
#topnav {
	position: absolute;
	top: 6px;
	left: 10px;
}
#topnav a {
	font-weight: normal;
	color: #989898;
}
#topnav a:hover {
	color: white;
}
/*Main Body of text*/
#main-box {
	width: 771px;
	height: auto;
	background-color: #01214f;
	background-image: url(../images/body_top.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin-top: 10px;
}
#main-box img{
	margin: 10px;
	border: medium double #500000;
	float: right;
	z-index:-1;
	text-align: left;
}
#main-box .inner {
	padding: 20px 0px 0px 8px;
}
#main-box h2 {
	margin: 10px 0px 0px 0px;
}
#main-box p.date {
	font-weight: bold;
}
/*#left-box p {
	margin: 3px 2.5em 1em 1.3em;
}*/
/*Main Nav*/
#nav {
	top: 234px;
	width: 771px;
	height: 42px;
	background-image: url(../images/button_back.jpg);
	background-repeat: repeat-x;
	margin-top: 5px;
}
table.nav td {
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
/*Extra*/
#tray {
	width: 771px;
	/*border: 1px solid #181818;*/
	margin-top: 10px;
}
#tray .redbox {
	float: left;
	width: 217px;
	height: 450px;
	min-height: 279px;
	background: #800000 url(../images/red_bg.jpg) repeat-x;
	margin-left: 11px;
	padding-top: 19px;
	padding-left: 16px;
	padding-right: 16px;
	color: #CFCFCF;
}
#tray .first {
	margin-left: 0px;
}
#tray p {
	margin-top: 1em;
	margin-bottom: 1.4em;
	padding-left: 2px;
}
ul {
	margin: 0px 1em 0px 2em;
	padding: 0px;
}
li {
	padding: 0px;
	margin: 1em 0px;
}
.divider {
	background: bottom url(../images/footer_bg.gif) repeat-x;
	height: 26px;
	margin-right: 5px;
	position: relative;
}
#details {
	margin-top: -1.4em;
	margin-bottom: -4em;
	float: right;
}
#footer {
	width: 771px;
	height: 55px;
	text-align: right;
	margin-top: 10px;
	padding-top: 10px;
	clear: both;
	border-top-width: thick;
	border-top-style: groove;
	border-top-color: #000000;
	background-color: #01214f;
	background-position: center;
}
/*Table Schedules*/
#table_schedule {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	z-index:100;
}
#table_schedule th{
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #800000;
	text-align: center;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #800000;
}
#table_schedule td{
	font-size: 10px;
	color: #000000;
	background-color: #CCCCCC;
	text-align: left;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #800000;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #800000;
}
#table_schedule tr{
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #800000;
	border-left-color: #800000;
}
