@charset "UTF-8";
/**
 * CSS for layout elements.
 *
 * @copyright  Copyright (c) 2005-2009 Found Line, Inc. (http://www.foundline.com/)
 * @version    $Id: layout-screen.css 65 2009-03-01 03:23:02Z jason.pelletier $
 */

body {
    background-color: white;
    font-family: Helvetica, sans-serif;
    font-size: 62.5%;
    color: black;
    text-align: center;
    -webkit-text-size-adjust: none;
}
#page {
    position: relative;
    margin: 14.0em auto 0;
    padding: 0.8em 0 0;
    background: #C75B12 url('../images/page.png') repeat-x center top;
}
#content .inner,
#header .inner,
#footer .inner {
    width: 850px;
}

#page,
#content,
#header,
#footer {
    min-width: 900px;
}

#content,
#header,
#footer {
    width: 100%;
    text-align: center;
}
    #content .inner,
    #header .inner,
    #footer .inner {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }
#header,
#header .inner {
    height: 20px;
}
#header {
    position: absolute;
    top: 0;
    left: 0;
    overflow: visible;
    background: #6999D0 url('../images/header.png') repeat-x center bottom;
    _background-image: none;
}
    #header .inner {
        padding: 0;
        background: transparent url('../images/header-inner.png') no-repeat 3px 9px;
        _background-image: url('../images/header-inner-FFFFFF.png');
    }
	#header img#logo {
	   position: absolute;
	   top: 1.5em;
	   left: 1.0em;
	}
	#header #tagline {
	   position: absolute;
	   top: 3.6em;
	   right: 0;
	   font-size: 1.9em;
	   color: #87A861;
	   text-align: right;
	}
	#header #tagline em {
	   font-size: 1.1em;
	   color: #69923A;
	   font-style: normal;
	}
#content {
    position: relative;
    min-height: 500px;
    margin-top: 1.0em;
    padding-bottom: 5.0em;
    background-color: #F7F9F5;
    border-bottom: 0.2em solid #C75B12;
    line-height: 1.2;
}
    #content .inner {
        overflow: hidden;
        padding: 0.1em 25px 1.0em;
    }
#footer {
    padding: 0.5em 0 7.5em;
    color: #558BC9;
}
    #footer ul {
        margin: 0;
        padding: 0;
        text-align: left;
    }
    #footer ul li {
        display: inline;
        margin: 0 1.5em 0 0;
        padding: 0;
        font-size: 1.2em;
    }
        #footer li.copyright {
            font-size: 1.0em;
            color: #6999D0;
        }
    #footer li a {
        color: #558BC9;
        text-decoration: none;
    }
    #footer li a:hover,
    #footer li a:focus {
        color: #2A6EBB;
        text-decoration: underline;
    }

a {
    color: #2A6EBB;
    text-decoration: underline;
}
a:hover,
a:focus {
    color: #C75B12;
}

/* NAV */
#header ul.navigation {
	position: absolute;
	top: -12px;
	right: 0;
	z-index: 10;
}
#header ul.navigation li {
	position: relative;
	display: block;
	overflow: visible;
	float: left;
	clear: none;
    margin: 0.8em 0 0;
    padding: 0;
	font-size: 1.0em;
}
#header ul.navigation li a {
	position: relative;
	display: block;
	padding: 0 0.8em 0.2em;
	background-color: transparent;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	color: #D4E2F1;
	text-decoration: none;
	white-space: nowrap;
}
#header ul.navigation li a:hover,
#header ul.navigation li a:focus,
#header ul.navigation li:hover a, 
#header ul.navigation li.sfHover a {
    color: #2A6EBB !important;
}
#header ul.navigation li:hover ul li a, 
#header ul.navigation li.sfHover ul li a {
	color: #558BC9 !important;
}
#header ul.navigation li ul {
	position: absolute;
	top: 12px;
	left: 0;
	margin: 0.2em -0.3em;
	padding: 0.3em;
	opacity: 0.95;
	background-color: #D4E2F1;
	font-size: 0.9em;
	z-index: 10;
	display: none;
}
#header ul.navigation li:hover ul,
#header ul.navigation li.sfHover ul {
	display: block;
}
#header ul.navigation li ul li {
	position: relative;
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	background-color: transparent;
}
#header ul.navigation li ul li a {
	padding-top: 0.8em;
	padding-bottom: 0.8em;
	padding-left: 0.9em;
	padding-right: 1.9em;
	background-color: transparent;
	font-size: 1.2em;
	color: #558BC9;
}
#header ul.navigation li:hover ul li a:hover, 
#header ul.navigation li.sfHover ul li a:hover,
#header ul.navigation li ul li a:hover,
#header ul.navigation li ul li a:focus {
	background-color: #7FA8D6;
	color: white !important;
}
#header ul.navigation li.active a {
	color: white !important;
}
