/* CSS Document */

body {
	width: 100%;
	margin: 0px;
	background-color: #3c0f14;
	font-family: arial;
	font-size: 12px;
	color: #f0f0f0;
}

hr {
	size: 1px;
}

hr.newsdivider {
	size: 1px;
	color: #c39356;
}

#container {
	width: 899px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 899px;
	height: 120px;
	background-color: #ffffff;
	display: block;
}

#logo {
	width: 107px;
	height: 86px;
	margin-left: 25px;
	margin-top: 15px;
	background-image: url('../im/logo_am.gif');
	float: left;
}

#navbar {
	height: 84px;
	margin-top: 16px;
	background-color: #d8b891;
	border-left: 1px solid #d8b891;
	float: right;
}

#banner {
	width: 899px;
	height: 262px;
}

#gap {
	width: 899px;
	height: 4px;
	display: block;
	background-color: #c39356;
}

#content {
	background-color: #c39356;
	padding: 8px;
	border-top: 1px solid #a4464f;
}

#content-text {
	background-color: #af844d;
	padding: 10px 25px 20px 15px;
}

#index-text {
	min-height: 280px;
	overflow: auto;
}

#index-left {
	width: 300px;
	border-right: 1px solid #c39356;
	padding-right: 25px;
	font-size: 11px;
}

#index-right {
	float: right;
	width: 480px;
	margin-left: 20px;
}

#footer {
	width: 899px;
	height: 40px;
	color: #ffffff;
	background-image: url('../im/ftr.gif');
	background-repeat: repeat-x;
}

#footer-text {
	padding: 5px 15px 0px 15px;
	font-size: 10px;
	line-height: 10px;
}

#footer-dropdown{
    float:right;
    margin-top: -30px
}

a:link {
	color: #d8b891;
	text-decoration: none;
}

a:visited {
	color: #d8b891;
	text-decoration: none;
}

a:hover {
	color: #f0f0f0;
	text-decoration: underline;
}

a.nav:link {
	position: relative;
	margin-top: 22px;
	padding: 14px 10px 14px 10px;
	color: #a4464f;
	background-color: #eddecc;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	float: left;
}

a.nav:visited {
	position: relative;
	margin-top: 22px;
	padding: 14px 10px 14px 10px;
	color: #a4464f;
	background-color: #eddecc;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	float: left;
}

a.nav:hover {
	position: relative;
	margin-top: 22px;
	padding: 14px 10px 14px 10px;
	color: #a4464f;
	background-color: #e1c9aa;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	float: left;
}

.nav {
	position: relative;
	margin-top: 22px;
	padding: 18px 10px 18px 10px;
	color: #a4464f;
	background-color: #eddecc;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	float: left;
}

h1, h2, h3, h4, h5, h6 {
	color: #ffffff;
}

h1 {
	font-size: 21px;
}

h2 {
	margin-top: 15px;
	font-size: 18px;
}

h3 {
	font-size: 16px;
	margin-top: 12px;
	margin-bottom: 2px;
}

h4 {
	font-size: 15px;
	margin-top: 12px;
	margin-bottom: 5px;
}

h5 {
	font-size: 13px;
	margin-top: 12px;
	margin-bottom: 2px;
}

h6 {
	font-size: 12px;
	margin: 8px 0px 5px 0px;
}

.inline {
	float: right;
	padding-left: 25px;
}

.mall-logo {
	padding: 10px;
	border: none;
}

table.our-malls tr td {
	text-align: center;
}

table.lined {
	border-left: 1px solid #d8b891;
	border-right: none;
	border-top: 1px solid #d8b891;
	border-bottom: none;
}

table.lined tr td {
	border-left: none;
	border-right: 1px solid #d8b891;
	border-top: none;
	border-bottom: 1px solid #d8b891;
}

.small {
	font-size: 11px;
}
