/* CSS Document */

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

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

h1, h2 {
	font-size: 16px; line-height: 24px;
	margin: 0px 0px 20px 0px;
	color: #A6A76A;
	font-weight: normal;
}
h3, p, ul, ol, h3 span.normaltext {
	font-size: 12px; line-height: 20px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	color: #4D3427;
	font-weight: normal;
}
ul { margin-left: 17px; }
p.notes {
	font-size: 10px; line-height: 12px;
	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: 970px;
	margin-left: auto; margin-right: auto;
	background-image: url(../images/pagepanel_950_rpt.gif);
	background-position: center; background-repeat: repeat-y;
}

#content {
	width: 910px; padding: 20px;
	min-height: 230px;
	margin-left: auto; margin-right: auto;
	background-image: url(../images/footerpanel_950.gif);
	background-position: bottom; background-repeat: no-repeat;
}
#footerpanel {
	height: 60px;
	clear: both;
	display: block;
}
#footer {
	width: 950px;
	padding: 12px 10px 20px 10px;
	margin-left: auto; margin-right: auto;
	clear: both;
	background-image: url(../images/pagepanel_950_foot.gif);
	background-position: center top; background-repeat: no-repeat;
	font-size: 10px;
	background-color: #F8F4E4; color: #4D3427;
}
#footer a:link, #footer a:visited { color: #4D3427; text-decoration: none; }
#footer a:hover { color: #000000; text-decoration: none; }
#footernav {
	float: left;
}
#credits {
	float: right;
}

#leftcolumn {
	width: 405px;
	float: left;
}
#rightcolumn {
	width: 480px;
	float: right;
	text-align: left;
}

/* ******************** HEADER ******************** */
#header {
	width: 950px;
	margin-left: auto; margin-right: auto;
	background-color: #F8F4E4;
	background-image: url(../images/navpanel_950.gif);
	background-position: center bottom; background-repeat: no-repeat;
}
#logo {
	float: left;
	margin-left: 20px; margin-top: 10px;
	margin-bottom: 15px;
}

#nav {
	clear: both;
	margin-left: 20px;
	padding-bottom: 17px;
	padding-top: 0px;
}
#nav ul {
	list-style: none;
	padding: 0px; margin: 0px;
	text-transform: uppercase;
	color: #4D3427;
	font-size: 11px;
	line-height: 12px;
}
#nav li { display: inline; }
#nav li a { margin-right: 20px; }
#nav li a:link, #nav li a:visited { color: #4D3427; text-decoration: none; }
#nav li a:hover { color: #000000; text-decoration: none; }
#nav li.current a:link, #nav li.current a:visited, #nav li.current a:hover { color: #4D3427; text-decoration: none; font-weight: bold; }

/* ******************** ELEMENT STYLING ******************** */
.mainimg {
	margin-bottom: 10px;
}
.thumbnails {
	width: 290px;
}
.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 {
	float: right;
}