@charset "UTF-8";
/* NorthEast Minneapolis Business Association (NEBA) CSS Document */

body {
	height: 100%; 
	margin-bottom: 1px;
	font-size: 1.0em;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
}

html { 
	height: 100%;
	margin-bottom: 1px;
	background-color: #998f86;
	/*background-position: center;*/
}

form {
	padding: 0px;
	margin: 0px;
}

img {	
	border: 0px;	
}

div {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 12px;
	line-height: 16px;
	font-style:normal;
	font-weight:normal;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 10px;
	line-height: normal;
	font-weight:lighter;
	font-style:normal;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 20px;
	line-height: 24px;
	font-weight:lighter;
	margin-top: 24px;
	margin-bottom: 10px;
	padding-left: 15px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 11px;
	font-style: normal;
	font-weight:lighter;
	line-height: 16px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 8px;
}

p.sidebar {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 10px;
	font-style: normal;
	font-weight:lighter;
	line-height: 14px;
	margin-top: 7px;
	margin-bottom: 5px;
	padding-left: 8px;
}

td.content {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 10px;
	font-style: normal;
	font-weight:lighter;
	margin-left: 15px;
}

p.main {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 12px;
	font-style: normal;
	font-weight:lighter;
	line-height: 20px;
	width: 400px;
	margin-top: 15px;
	margin-bottom: 5px;
	padding-left: 15px;
}
.padleft {
	padding-left: 15px;
}

p.listHeader {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight:lighter;
	line-height: 20px;
	width: 400px;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-left: 15px;
}

p.description {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 12px;
	font-style:normal;
	font-weight:lighter;
	line-height: 20px;
	width: 400px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 15px;
}

p.main_top {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight:lighter;
	line-height: 24px;
	width: 400px;
	margin-top: 26px;
	margin-bottom: 5px;
	padding-left: 15px;
}

p.main_subtop {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 14px;
	font-style: italic;
	font-weight:lighter;
	line-height: 14px;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-left: 15px;
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 15px;
	width: 429px;
	border-top: 3px double #FFF;/*the border*/
	color:#685c53;
}

hr.listing {
	border: none 0;
	border-top: 1px dotted #FFF;/*the border*/
	width: 429px;
	margin-top: 10px;
	margin-bottom:10px;
	margin-left: 15px;
	color:#685c53;
	height: 3px;/*whatever the total width of the border-top and border-bottom equal*/
}

a {
	outline: none;
	color: #80cbd1;
	text-decoration: none;
}

a:active, a:link, a:visited {
	outline: none;
	text-decoration: none;
	color: #80cbd1;
}

a:hover {
	outline: none;
	text-decoration: underline;
	color: #de6638;
}

table {
	float: left;
}

ul {
	line-height: 20px;
	margin-left:25px;
	width: 300px;
}

ol {
	line-height: 20px;
	margin-left:25px;
	width: 350px;
}

input {
	padding: 0px;
	margin: 0px;
}

#center_wrapper { 
	width: 780px;
	margin: 0 auto;
	margin-top: 10px;
	text-align: left;
}

#container_main {
	width: 770px;
	height: 100%;
	border: 5px #e0ded9 solid;
	margin-bottom: 10px;
	float: left;
	background-image: url(images/container_background.png);
	background-repeat: repeat-y;
}

#homelink {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 220px;
	width: 140px;
	background-color: #685c53;
}

#homelink input {
	width: 95px;
}

#nav_main {
	background-color: #8b8078;
	text-align: left;
	height: 25px;
	width: 770px;
	float: left;
	border-bottom: 5px solid #e0ded9;
}

#flash_image {
	float:right;
	width:625px;
	border-bottom: 5px solid #e0ded9;
	border-left: 5px solid #e0ded9;
}

#email_list {
	width:140px;
	height:60px;
	float:left;
	background-color: #685c53;
}

#contact { 
	width: 400px;
	float:left;
	margin-left: 15px;
}

#lower_container {
	width: 625px;
	height: 100%;
	float: right;
}

#lower_sidebar_container {
	width: 140px;
	height: 100%;
	float: left;
}

#container_footer {
	width: 770px;
	height: 25px;
	float: left;
	border-top: 5px solid #e0ded9;
}

#left_nav {
	width: 140px;
	height: 185px;
	float: left;
	text-align:left;
}
#left_nav2 {
	width: 140px;
	height: 100%;
	float: left;
	text-align:left;
}
#left_nav3 {
	width: 140px;
	float: left;
	text-align:left;
	border-top: 5px solid #e0ded9;
}
/*#left_nav {
	width: 140px;
	height: 215px;
	float: left;
	text-align:left;
}
*/

#contactcontainer {
	width: 140px;
	height: 50px;
	float: left;
	border-top: 5px solid #e0ded9;
}

.sidebar_image {
	width: 140px;
	height: 100%;
	float: left;
	border-top: 5px solid #e0ded9;
}
.sidebar_image2 {
	width: 140px;
	height: 100%;
	float: left;
	border-bottom: 5px solid #e0ded9;
}
#content_container {
	background-image:url(images/content_background.png);
	background-repeat: repeat-y;
	float: left;
	width: 630px;
	height: 100%;
}

#content_main {
	width:460px;
	height: 100%;
	float: left;
	border-right: 5px solid #e0ded9;
	border-left: 5px solid #e0ded9;
}

#content_ad_container {
	width:160px;
	float: right;
}

#ad1 {
	width: 160px;
	float: right;
	clear: right;
	background-color: #685c53;
	border-bottom: 5px solid #e0ded9;
}

#ad2 {
	width: 160px;
	height: auto;
	float: right;
	clear: right;
	background-color: #685c53;
	border-bottom: 5px solid #e0ded9;
}

#ad3 {
	width: 160px;
	height: auto;
	float: right;
	clear: right;
	background-color: #685c53;
	border-bottom: 5px solid #e0ded9;
}
#ad4 {
	width: 160px;
	height: auto;
	float: right;
	clear: right;
	background-color: #685c53;
	border-bottom: 5px solid #e0ded9;
}
#ad5 {
	width: 160px;
	height: auto;
	float: right;
	clear: right;
	background-color: #685c53;
	border-bottom: 5px solid #e0ded9;
}
#ad6 {
	width: 160px;
	height: auto;
	float: right;
	clear: right;
	background-color: #685c53;
	border-bottom: 5px solid #e0ded9;
}
#ad7 {
	width: 160px;
	height: auto;
	float: right;
	clear: right;
	background-color: #685c53;
	border-bottom: 5px solid #e0ded9;
}
#ad8 {
	width: 160px;
	height: auto;
	float: right;
	clear: right;
	background-color: #685c53;
	border-bottom: 5px solid #e0ded9;
}
#ad9 {
	width: 160px;
	height: auto;
	float: right;
	clear: right;
	background-color: #685c53;
	border-bottom: 5px solid #e0ded9;
}
#ad10 {
	width: 160px;
	height: auto;
	float: right;
	clear: right;
	background-color: #685c53;
	border-bottom: 5px solid #e0ded9;
}
/* Map Specific Styles */

#map {
	width: 625px;
	height: 625px;
	float:right;
	border-bottom: 5px solid #e0ded9;
	border-left: 5px solid #e0ded9;
}
#map_menu {
	width: 625px;
}
