@charset "UTF-8";
/**
 * CSS for layout elements.
 *
 * @copyright  Copyright (c) 2005-2008 Found Line, Inc. (http://www.foundline.com/)
 * @version    $Id$
 */

body {
    background-color: #333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 62.5%;
    color: black;
    text-align: center;
}
#page {
    position: relative;
    margin: 0 auto 0;
    padding: 71px 0 0;
    text-align: left;
}
#content .inner,
#header .inner,
#footer .inner {
    width: 930px;
}

#content,
#header,
#footer {
    width: 100%;
    text-align: center;
}
    #content .inner,
    #header .inner,
    #footer .inner {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        padding: 0.1em 15px 1.0em;
        text-align: left;
    }
#header {
    position: absolute;
    top: 0;
    left: 0;
    overflow: visible;
    background: white url('../images/header-inner.png') repeat-x 0 bottom;
    border-bottom: 29px solid #A69242;
}
    #header .inner {
        height: 70px;
    }
    #header img.logo {
        position: absolute;
        top: 2.0em;
        left: 1.5em;
    }
    #header img.tag {
        position: absolute;
        top: 4.0em;
        right: 1.5em;
    }
#content {
    position: relative;
    min-height: 450px;
    margin-top: 39px;
    background-color: #FFF5CC;
    line-height: 1.2;
}
    #content .inner {
        overflow: hidden;
        background-color: white;
        padding-top: 2.0em;
        *padding-top: 10.5em;
        padding-bottom: 9.0em;
    }
#footer {
    position: relative;
    padding: 0 0 7.5em;
}
#footer,
#footer li,
#footer a {
    color: #888;
}
    #footer .inner {
        padding-top: 1.5em;
        padding-bottom: 2.0em;
        background-color: #373737;
    }
#footer ul {
    margin: 0;
    padding: 0;
    text-align: left;
}
#footer ul li {
    display: inline-block;
    _display: inline;
    _zoom: 1;
    margin: 0.2em 1.5em 0.2em 0;
    padding: 0;
    font-size: 1.6em;
    line-height: 1.2;
    list-style: none;
}
#footer ul li.legal {
    display: block;
    margin-bottom: 0;
    font-size: 1.2em;
    color: #555;
}
#footer li a {
    text-decoration: none;
}
#footer li a:hover,
#footer li a:focus {
    color: #999;
    text-decoration: underline;
}

/* nav-main */
ul#nav-main {
	position: absolute;
	overflow: visible;
	top: 81px;
	left: 0;
	margin: 0;
	padding: 0;
	border-top: 1px solid #B8A868;
	border-bottom: 1px solid #B8A868;
	border-left: 1px solid #B8A868;
	list-style: none;
	z-index: 10;
}
ul#nav-main li {
	position: relative;
	margin: 0;
	padding: 0;
	float: left;
	clear: none;
	overflow: visible;
	font-size: 1.0em;
	list-style: none;
	border-right: 1px solid #B8A868;
}
ul#nav-main li a {
	position: relative;
	height: 17px;
	display: block;
	float: left;
	clear: none;
	margin: 0;
	padding: 7px 15px 3px;
	text-align: left;
	font-weight: bold;
	font-size: 1.3em;
	background: #A69242 url('../images/glare.png') repeat-x center center;
	_background-image: none;
	color: white;
	text-decoration: none;
}
ul#nav-main li a:hover {
	color: black;
}
ul#nav-main li:hover a, 
ul#nav-main li.sfHover a {
    background-color: #CABE8E;
    color: black;
}
ul#nav-main li:hover ul a, 
ul#nav-main li.sfHover ul a {
	background: white;
	color: black;
}
ul#nav-main li:hover ul a:hover, 
ul#nav-main li.sfHover ul a:hover {
	background: #E4DEC6;
	color: black;
}
ul#nav-main li ul {
	position: absolute;
    top: 27px;
	left: -1px;
	overflow: visible;
	margin: 0;
	padding: 3px 1px;
	list-style: none;
	background-color: white;
	border: 1px solid #A69242;
	z-index: 10;
    display: none;
}
ul#nav-main li ul ul {
    left: 0;
    clear: both;
}
ul#nav-main li ul ul,
ul#nav-main li:hover ul,
ul#nav-main li.sfHover ul {
	display: inline;
}
ul#nav-main li ul li {
	position: relative;
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	border-right: none;
}
ul#nav-main li ul li a {
	position: relative;
	width: 150px;
	height: auto;
	display: block;
	overflow: visible;
	float: left;
	clear: both;
	margin: 0;
	padding: 3px 15px;
	font-size: 1.2em;
	line-height: 1.2;
	color: black;
	border-top: none;
	background-color: white;
}
ul#nav-main li ul li.first a {
	border-top: none;
}
ul#nav-main li ul li a:hover {
	background: white;
	color: black;
}
ul#nav-main li ul li ul {
	position: relative;
	top: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	border: none;
	z-index: 10;
}
ul#nav-main li ul li ul li a {
	width: 145px;
	padding-left: 20px;
	font-size: 1.2em;
}
