/* Style Reset */
* {
	margin: 0;
	padding: 0;
	border: none;
}
/* End Style Reset */

/* Main Page Layout Stuff */
body {
	text-align: center;
	background: url(root/img/background-slice.png) #c6895a repeat-x;
	font-family: Arial, Verdana, Lucida, serif, sans;
}

#page {
	background:  #dfcebe url(root/img/background-slice.png) repeat-x;
}

#page #pageinner {
	background: url(root/img/footer-slice.png) repeat-x bottom;
}

#page #pageinner #pageinnerin {
	position: absolute;
	left: 0px;
	height: 48px; width: 100%;
	overflow: hidden;
}

#page #pageinner #pageinnerinner{
	position: relative;
	width: 900px;
	margin: 0px auto;
	text-align: left;
	z-index: 5;
}

#header {
	position: relative;
	height: 150px;
	width: 900px;
	background: url(root/img/headers/outside.png) no-repeat top right;
}

#header a#iconlink {
	position: absolute;
	display: block;
	width: 321px; height: 65px;
	font-size: 36pt;
	color: #fff;
	text-decoration: none;
	text-indent: -9999px;
	background: url(root/img/icon.png);
	top: 25px; left: 6px;
}

#header-horiz-menu-ie-bug-fixer{
	position: absolute;
	width: 900px;
	height: 32px;
	background: url(root/img/menu.png);
	top: 110px; left: 0;
	z-index: 1;
}

#header-horiz-menu {
	display: block;
	position: absolute;
	width: 880px;
	height: 32px;
	top: 110px; left: 0;
	padding: 0 10px;
	font-family: Trebuchet Ms, Lucida, Arial, Verdana, serif, sans;
	z-index: 1001;
	list-style: none;
}

#header-horiz-menu li.menuitem {
	position: relative;
	float: left;
	display: inline-block;
}

#header-horiz-menu li.menuitem:hover {
	background: #b57849;
}

#header-horiz-menu li.menuitem a.menumainlink, #header-horiz-menu li.menuitem a.menumainlink:visited, #header-horiz-menu li.menuitem a.menumainlink:active, #header-horiz-menu li.menuitem a.menumainlink:link, #header-horiz-menu li.menuitem a.menumainlink:link:visited, #header-horiz-menu li.menuitem a.menumainlink:link:active {
	display: inline-block;
	color: white;
	padding: 4px 20px;
	text-decoration: none;
	font-size: 12pt;
	height: 24px;
	border-left: 1px #7c583c solid;
}

#header-horiz-menu li.menuitem.menulast a.menumainlink, #header-horiz-menu li.menuitem.menulast a.menumainlink:visited, #header-horiz-menu li.menuitem.menulast a.menumainlink:active, #header-horiz-menu li.menuitem.menulast a.menumainlink:link, #header-horiz-menu li.menuitem.menulast a.menumainlink:link:visited, #header-horiz-menu li.menuitem.menulast a.menumainlink:link:active {
	border-right: 1px #7c583c solid;
}

#header-horiz-menu li.menuitem:hover a.menumainlink, #header-horiz-menu li.menuitem:hover a.menumainlink:link {
}

#header-horiz-menu li.menuitem ul {
	display: none;
}

#header-horiz-menu li.menuitem:hover ul {
	display: block;
	position: absolute;
	top: 32px; left: 0px;
	background: #b57849;
	list-style: none;
	font-size: 12pt;
	width: 200px;
	z-index: 1002;
}

#header-horiz-menu li.menuitem li:hover {
	background: #d79a6b;
}

#header-horiz-menu li.menuitem li a {
	position: relative;
	color: white;
	text-decoration: none;
	display: block;
	padding: 5px 10px;
	z-index: 1002;
}

#header-horiz-menu li.menuitem li:hover a {
}

#main {
	padding: 10px;
	background: #fff6ee url(root/img/page-bottom.png) bottom no-repeat;
	width: 880px;
	min-height: 450px;
	text-align: left;
	z-index: 10;
}

#footer {
	background: url(root/img/footer-slice-outer.png) #c6895a repeat-x;
}

#footer #footerinner {
	min-height: 190px;
	background: url(root/img/footer-bg.png) no-repeat top center;
}

#advertisementbox {
	clear: both;
	padding: 20px;
}

#copyrightmessage {
	position:absolute;
	bottom:5px; left: 10px;
	font-size:10px;
	width: 880px;
}

#copyrightmessage .right {
	float: right;
}

#copyrightmessage .left {
	float: left;
}

#copyrightmessage .left {
	list-style: none;
}

#copyrightmessage .left ul {
	display: none;
}

#copyrightmessage .left li {
	display: block;
	float: left;
	padding-right: 5px;
}

/* End Layout Stuff */

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-family: Trebuchet Ms, Lucida, Arial, Verdana, serif, sans;
	color: #7c583c;
}

h1, h1 a {
	font-size: 24pt;
	border-bottom: 1px #7c583c solid;
	margin-bottom: 15px;
}

h2, h2 a {
	font-size: 20pt;
	font-weight: 300;
}

h3, h3 a {
	font-size: 18pt;
	font-weight: 200;
}

em {
	font-style: italic; 
}

strong {
	font-weight: bold; 
}
