/* Logansport Savings Bank CSS Document */

body {
	background: #000;
	color: #000;
	margin: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

.frame {
	background: #FFF;
	width: 85%;
	height: auto;
}

.banner {
	width: 100%;
	background: #660000;
	margin: 0px;
	height: 86px;
}

.menubackground {
	width: 90%;
	background: #660000;
	margin: 0px;
	height: 29px;
	background-image : url(images/end-l.gif);
	background-position : left;
	background-repeat : no-repeat;
}

.menubackground2 {
	width: 100%;
	margin: 0px;
	height: 29px;
	background-image : url(images/end-r.gif);
	background-position : right;
	background-repeat : no-repeat;
}

.logo {
	position: relative;
	float: left;
	height: 86px;
}

.date {
	position: relative;
	right: -100px;
	top: 70px;
	margin: 0px;
	color: #FFF;
	font-size: 10px;
	float: right;
	text-align: right;
}

.weather {
	position: relative;
	right: 10px;
	top: 5px;
	margin: 0px;
	float: right;
}

/* Navigation Menu Begin */
.nav {
	text-align: center;
	height: 29px;
	margin: 10px;
	background: #660000;
}

.nav a:link, .nav a:visited {
	background: url(images/nav.gif) no-repeat 0px;
	color: #FFF;
	width: 136px;
	font-size: 14px;
	display: block;
	font-weight: bold;
	text-decoration: none;
}

.nav a:hover {
	background: url(images/nav.gif) no-repeat -136px;
	color: #000;
	width: 136px;
	font-size: 14px;
	display: block;
	font-weight: bold;
	text-decoration: none;
}
/* Navigation Menu End */

 a.menu:link,  a.menu:visited {
	background-color: black;
	color: #FFF;
	font-size: 14px;
	display: block;
	font-weight: bold;
	text-decoration: none;
}

a.menu:hover {
	background-color: black;
	color: #FFF;
	font-size: 14px;
	display: block;
	font-weight: bold;
	text-decoration: none;
}

A:link {
	color: #0071e1;
}

A:visited {
	color: #0071e1;
}

A:hover {
	color: #660000;
}


/* Left Side Container & Styles Begin */
.left-side {
	position: relative;
	width: 200px;
	margin-bottom: 10px;
	text-align: center;
	background: #FFF;
	border-right: 2px solid #660000;
}

.left-side h2 {
	margin: 0px;
	color: #660000;
	font-style: italic;
}
/* Left Side Container & Styles End */

/* Content Style Begin */
.lost {
	border: 2px solid #ff0000;
	font-size: 15px;
	width: 175px;
	text-align: center;
}

.content {
	text-align: left;
	padding-left: 25px;
	padding-right: 25px;
}

.white {
	color: #ffffff;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
.specials {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #ffffff;
	color: #000000;
}
.homeborder {
	border-right: 2px solid #660000;
}
.homebackground {
	background-image : url(images/web-building.gif);
	background-repeat : no-repeat;
}
/* Content Style End */