@import url(reset.css);

a:link,
a:visited {
    text-decoration: none;
    color: #900;
}

a:link:hover,
a:visited:hover {
    text-decoration: underline;
}

body {
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 75%;
    background-color: #969696;
    padding: 12px 0 2em 0;
}

#container {
    margin: 0 auto;
    text-align: left;
    width: 986px;
    background-color: #FFF;
    border-bottom: 2px solid #C9C9C9;
}

.column {
    float: left;
    display: inline;
}

#header, #body, #footer {
    clear: both;
    /*margin: 0 14px;*/
}

#header {
    background: url(../images/bg_header.jpg) no-repeat top left;
    height: 104px;
    position: relative;
}

    #header a:link:hover,
    #header a:visited:hover {
        text-decoration: none;
    }

    #header #sitename {
        position: absolute;
        top: 40px;
        left: 13px;
        font-size: 1.75em;
    }
    
    #header #sitename span { visibility: hidden; }

    #header #logo {
        position: absolute;
        left: 50%;
        margin-left: -37px;
        width: 72px;
        height: 90px;
    }

    #header .nav,
    #header .nav * {
        float: left;
        display: inline;
    }

    #header .nav a:link,
    #header .nav a:visited {
        color: #FFF;
    }

    #header .nav a:link:hover,
    #header .nav a:visited:hover {
        text-decoration: underline;
    }

    #header .nav li.current a,
    #header .nav li.section a {
        text-decoration: underline;
    }

#mainnav {
    width: 425px;
    overflow: hidden;
    position: relative;
    top: 82px;
    left: 22px;
}

    #mainnav .nav li { margin-right: 10px; }

#servicenav {
    float: right;
    display: inline;
    position: absolute;
    top: 82px;
    right: 26px;
    font-size: 0.8em;
}
    
    #servicenav dt,
    #servicenav dd {
        line-height: 1.0;
    }

    #servicenav dt {
        font-weight: bold;
        color: #FFF;
    }
    
    #servicenav dd {
        border-left: 1px solid #FFF;
        margin-left: 7px;
        padding-left: 7px;
    }

    #servicenav dd.first {
        border-left: none;
        padding-left: 0;
    }

#body {}

    #body h1,
    #body .inner {
        margin: 0 13px;
        width: 952px;
    }

    #body h1 {
        font-size: 2.5em;
        color: #933;
        font-weight: normal;
        border: 1px solid #999;
        padding-left: 7px;
    }
    
    #body h1 .subsection {
        font-size: 0.5em;
        border-left: 3px solid #933;
        padding: 0.7em 0 0 0.5em;
        text-transform: uppercase;
    }

    #Page #body .inner {
        border: 1px solid #999;
        margin-top: 5px;
        float: left;
        display: inline;
        padding-bottom: 2em;
        padding-right: 7px;
    }

#content {
    margin-top: 30px;
    margin-left: 38px;
    width: 623px;
}

#content.singlecol {
    width: 898px;
}

#sidenav {
    width: 237px;
    margin-left: 7px;
    margin-top: 15px;
    background: url(../images/bg_sidenav.jpg) no-repeat top left;
}

    #sidenav ul {
        margin-top: 15px;
        margin-left: 30px;
    }

    #sidenav ul ul {
        margin-top: 0;
        margin-left: 15px;
        font-size: 0.75em;
    }

    #sidenav li {
        line-height: 1.5;
    }

    #sidenav a {
        font-size: 1.17em;
    }

    #sidenav li,
    #sidenav a:link,
    #sidenav a:visited {
        color: #900;
    }

    #sidenav a:link:hover,
    #sidenav a:visited:hover {
        color: #F00;
    }

    #sidenav li.current a,
    #sidenav li.section a,
    #sidenav li.section li.current a {
        font-weight: bold;
    }

    #sidenav li.section li a,
    #sidenav li.current li a {
        font-weight: normal;
    }

#footer {
    text-align: center;
    margin: 0 13px;
    padding: 10px 0 5px 0;
    background: url(../images/bg_footer.jpg) no-repeat 0 7px;
}

    #footer a {
        font-size: 0.8em;
        text-decoration: none;
        clear: both;
    }

    #footer a span {
        visibility: hidden;
    }

/* ################ PAGE SPECIFIC ################ */

/* ========== HOMEPAGE ========== */

#HomePage #feature {
    background: url(../images/bg_feature_btm.gif) no-repeat bottom left;
    margin: 0 13px;
    color: #FFF;
}

    #HomePage #feature .inner {
        height: 295px;
        width: 960px;
        background: url(../images/bg_feature.png) repeat-x top left;
        margin: 0;
    }

    #HomePage #feature #callout {
        background: url(../images/bg_callout.gif) no-repeat top left;
        width: 246px;
        height: 245px;
        position: relative;
        top: 27px;
        margin-left: 19px;
    }

    #HomePage #feature #callout .inner {
        width: auto;
        height: auto;
        background-image: none;
        margin: 0 10px;
        padding: 10px 0;
        overflow: hidden;
    }

    #HomePage #feature #video_wrapper {
        margin-left: 30px;
        position: relative;
        top: 27px;
        /*border: 1px solid #FFF;*/
        width: 600px;
        height: 245px;
    }
    
    #HomePage #feature h2 {
        font-size: 2em;
        font-weight: normal;
        border-bottom: 1px solid #FFF;
        padding-bottom: 0.25em;
        margin-bottom: 0.1em;
    }

    #HomePage #feature h2:first-line {
        font-size: 0.6em;
        line-height: 1.0;
        font-style: italic;
        text-transform: lowercase;
    }
    
    #HomePage #feature p {
        margin-bottom: 1em;
    }
    
    #HomePage #feature p a:link,
    #HomePage #feature p a:visited {
        color: #FFF;
    }
    
#HomePage #content {
    width: auto;
    margin-left: 0;
    padding-top: 5px;
    background: url(../images/bg_content_home.gif) no-repeat 0 5px;
    height: 122px;
    margin: 0 7px;
    /*border-bottom: 5px double #900;*/
}

#HomePage #content .column {
    width: 22%;
    margin-top: 20px;
    margin-left: 2.9%;
}

#HomePage #seals {
    float: left;
    display: inline;
    width: 100%;
    clear: both;
    text-align: center;
    margin: 15px 0;
}

    #HomePage #seals a {
        margin: 0 5px;
    }

    #HomePage #seals img {
        vertical-align: middle;
    }

.subscribeLink {
	padding-left: 18px;
	background: url(../images/feed-icon-14x14.png) no-repeat center left;
	font-size: 100%;
}

#email-notices {
	position: absolute;
	top: 43px;
	right: 15px;
	font-size: 10px;
	text-align: right;
	font-weight: bold;
	color: #666;
	border: 1px solid #C2C0C1;
	padding: 0 5px;
	line-height: 18px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	background: #E0E0E0;
	background: -webkit-gradient(linear, top, from(#E7E7E7), to(#D9D9D9));
	background: -moz-linear-gradient(top, #E7E7E7, #D9D9D9);
	background: -webkit-linear-gradient(top, #E7E7E7, #D9D9D9);
	background: -ms-linear-gradient(top, #E7E7E7, #D9D9D9);
	background: -o-linear-gradient(top, #E7E7E7, #D9D9D9);
	background: linear-gradient(top, #E7E7E7, #D9D9D9);
	-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.4);
	box-shadow: 0 2px 2px rgba(0,0,0,0.4);
}

#email-notices b {
	color: #697D95;
	border-left: 1px solid #C2C0C1;
	padding-left: 3px;
	line-height: 18px;
	cursor: pointer;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

#email-notices:hover {
	background: #F0F0F0;
	background: -webkit-gradient(linear, top, from(#F8F8F8), to(#E8E8E8));
	background: -moz-linear-gradient(top, #F8F8F8, #E8E8E8);
	background: -webkit-linear-gradient(top, #F8F8F8, #E8E8E8);
	background: -ms-linear-gradient(top, #F8F8F8, #E8E8E8);
	background: -o-linear-gradient(top, #F8F8F8, #E8E8E8);
	background: linear-gradient(top, #F8F8F8, #E8E8E8);
}
