/* CSS Document */

body {
	margin:0;
	padding:0;
	background-color:#000000;
	/*background-image:url(images/bg.jpg);
	background-repeat:repeat-x;*/
	font-family:times new roman, times, serif;
	}
	
h1 {
	margin:3px;
	padding:3px;
	font-size:22px;
	font-weight:bold;
	color:#FFFFFF;
	}

h2 {
	margin:2px;
	padding:2px;
	font-size:18px;
	font-style:italic;
	color:#EEAC1E;
	}

a {
	color:#EEAC1E;
	}

a:hover {
	text-decoration:none;
	}
	
#headliner {
	width:770px;
	height:150px;
	padding:10px;
	background-image:url(images/headline.jpg);
	}

/* Begin Menu styling */
.menu {
	width:790px;
	height:85px;
	background-image:url(images/navlist_bg.jpg);
	}
/* End Menu styling */
.navlist {
	position:relative;
	width:auto;
	height:auto;
	z-index:2;
	overflow: hidden;
	bottom: 0px;
}
/* Begin MenuIn styling */
.menuIn {
	width:790px;
	height:85px;
	background-image:url(images/navlistIn_bg.jpg);
	}
/* End MenuIn styling */

#midsection {
	width:790px;
	height:75px;
	margin:0px;
	padding:215px 0px 0px 0px;
	background-image:url(images/midsection_index.jpg);
	}

.hilite {
	width:780px;
	padding:0px 0px 0px 10px;
	background-color:#330000;
	font-weight:bold;
	font-style:italic;
	font-size:32px;
	text-shadow:#333333;
	text-align:center;
	color:#FFFFFF;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
	}

#bottom {
	width:790px;
	height:389px;
	background-image:url(images/bottom_index.jpg);
	font-weight:bold;
	font-style:italic;
	font-size:12px;
	line-height:14px;
	color:#FFFFFF;
	text-align:left;
	}

#bottom a {
	color:#FFFFFF;
	text-decoration:none;
	}

#bottom a:hover {
	text-decoration:underline;
	}

#bottom a:visited {
	color:#000000;
	}
	
#creditCards {
	width:790px;
	height:35px;
	padding-top:5px;
	background-color:#E7A52A;
	text-align:center;
	}

#containerIn {
	width:770px;
	padding:10px;
	background-image:url(images/containerIn_bg.jpg);
	background-repeat:repeat-y;
	font-family:arial, helvetica, sans-serif;
	font-size:14px;
	line-height:17px;
	color:#FFFFFF;
	text-align:left;
	}
	
#bottomIn {
	width:790px;
	height:45px;
	padding:25px 0px 0px 0px;
	background-image:url(images/bottomIn_bg.jpg);
	font-weight:bold;
	font-style:italic;
	font-size:12px;
	line-height:14px;
	color:#FFFFFF;
	text-align:center;
	}

#bottomIn a {
	color:#FFFFFF;
	text-decoration:none;
	}

#bottomIn a:hover {
	text-decoration:underline;
	}

#bottomIn a:visited {
	color:#CCCCCC;
	}

.edges {
	float:left;
	width:147px;
	padding:2px;
	}

.edgesContainer {
	width:770px;
	height:135px;
	margin:15px 0px 0px 10px;
	text-align:left;
	}

.staffRow {
	width:750px;
	height:125px;
	margin-bottom:20px;
	text-align:left;
	}
	
.staffCell {
	float:left;
	width:125px;
	height:125px;
	border:4px solid #000000;
	}

.staffCell2 {
	float:left;
	width:530px;
	height:25px;
	padding:100px 0px 0px 20px;
	}
