/* CSS Document */

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	/*background-color: #F8F4E4;*/
	background-color: #FFFFFF;
}
img { border: 0px; }

a:link, a:visited { color: #A6A76A; text-decoration: underline; }
a:hover { color: #4D3427; text-decoration: underline; }

h1, h2 {
	font-size: 12pt; line-height: 18pt;
	margin: 0px 0px 20px 0px;
	color: #A6A76A;
	font-weight: normal;
}
h3, p, ul, ol, h3 span.normaltext {
	font-size: 10pt; line-height: 16pt;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	color: #4D3427;
	font-weight: normal;
}
ul { margin-left: 17px; }
p.notes {
	font-size: 8pt; line-height: 10pt;
	color: #84746D;
	margin-bottom: 0px;
	clear: both;
}
p.greentext, p.greentext_bi { color: #A6A76A; }
p.greentext_bi { font-weight: bold; font-style: italic; }
p.smlparabreak { margin-bottom: 5px; }

h2 a:link, h2 a:visited, h2 a:hover { text-decoration: none; }
h3 {
	color: #A6A76A; font-weight: bold;
	margin-bottom: 0px;
}
h3 span.normaltext { font-size: 11px; }

ul.ratelist { list-style: none; margin-bottom: 20px; list-style-position: outside; }
ul.ratelist li { margin-bottom: 5px; margin-left: -17px; padding: 0px; }

/* ******************** PAGE ******************** */
#page { width: 100%; }

#content {
	width: 100%; padding: 10px 0px 0px 0px;
}
#footerpanel {
	height: 10px;
	clear: both;
	display: block;
}
#footer {
	width: 100%;
	padding: 12px 0px 20px 0px;
	clear: both;
	font-size: 8pt;
	border-top: 1px solid #4D3427;
	color: #4D3427;
}
#footer a:link, #footer a:visited { color: #4D3427; text-decoration: none; }
#footer a:hover { color: #000000; text-decoration: none; }
#footernav {
	float: left;
	display: none;
}
#credits {
	float: right;
}

#leftcolumn {
	/*width: 405px;*/
	position: relative;
	float: left;
}
#rightcolumn {
	/*width: 480px;*/
	position: relative;
	float: left;
	text-align: left;
}

/* ******************** HEADER ******************** */
#header {
	width: 100%;
	background-color: #FFFFFF;
	/*background-image: url(../../images/navpanel_950.gif);
	background-position: center bottom; background-repeat: repeat-x;*/
	border-bottom: 1px solid #4D3427;
}
#logo {
	float: left;
}

#nav {
	clear: both;
	padding-bottom: 5px;
	padding-top: 0px;
}

#nav ul { display: none; }

/* ******************** ELEMENT STYLING ******************** */
.mainimg {
	margin-bottom: 10px;
	float: left;
}
.thumbnails {
	width: 100%;
	float: left;
}
.thumbnail {
	float: left;
	margin-right: 10px; margin-bottom: 10px;
}
h2 a.active:link, h2 a.active:visited, h2 a.active:hover { color: #4D3427; font-weight: bold; }

ul.placeslist {
	margin: 0px;
	list-style: none;
	font-size: 11px;
}
ul.placeslist li {
	width: 190px; margin-right: 10px;
	text-align: left;
	float: left;
	display: block;
}

.divHide { display: none; }

#aalogo {
	width: 145px;
	float: left;
}