body {
	margin: 0;
	padding: 0;
}

#content {
	background: #01588d url(../images/loac_logo_index.jpg) no-repeat left bottom;
}

#left_column {
	background: url(../images/loac_logo_bottom.png) no-repeat left top;
}

#content_lc {
	margin-top: 125px;
	margin-bottom: 210px;
	padding: 10px;
	color: #fff;
	font: 0.8em Georgia, "Times New Roman", Times, serif;
}

#newsfeed {
	padding: 20px;
}

.promo_nav {
	
}

#coda-nav {
	float: left;
}

.coda-nav ul li a.current { 
	background: #f80880;
}
.coda-nav ul { 
	clear: both; 
	display: block; 
	overflow: hidden;
	width: 200px;
	height:  300px;
}
.coda-nav ul li { 
/*	display: inline;
	height: 100px;*/
}
.coda-nav ul li a { 
	background: #000; 
	color: #fff; 
	display: block; 
/*	float: left; */
	margin-right: 1px; 
	padding: 0; 
	text-decoration: none;
	height: 100px;
}

.orange {
	color: #fbcc69;
	font: bold 1.2em/1.1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

li.newsletter {
	height: 50px;
	width: 190px;
	background: #fbe495 url(../images/bg_index_newsletter.jpg) no-repeat left top;
	padding: 30px 5px 5px;
	text-align: center;
/*	display: table-cell;
	vertical-align: middle;*/
	margin: 10px 0 0;
}

li.search-box {
	height: 80px;
	width: 190px;
	background: #8781ad url(../images/bg_index_search.jpg) left top;
	padding: 7px;
	text-align: left;
	vertical-align: middle;
	margin: 10px 0 0;
}

img.signature {
	border-style: none;
}

#response {
	display: inline;
	width: 30;
	height: 20;
	float: right;
}

div.error {
	height: 20px;
	width: 18px;
	background-image: url(../images/icon_error.png);
}

div.success {
	height: 20px;
	width: 18px;
	background-image: url(../images/icon_success.png);
}

.submit_newsletter {
	width: 50%;
	margin-right: auto;
	margin-left: auto;
}

img.signature {
	border: none;
}