/* GLOBAL RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	font-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* GENERAL STYLES */
body {
    background: url(../img/body-bg.jpg) repeat-x #BFBFBF;
    color: #333;
    font: 12px/18px Arial, Verdana, sans-serif;
}
a {
    text-decoration: none;
}

/* BASIC POSITIONING */
#wrapper-1 {
    background: url(../img/wrapper-1-bg.gif) repeat-y #FFF;
    margin: 0 auto;
    overflow: hidden;
    width: 1000px;
}
#wrapper-2 {
    background: url(../img/wrapper-2-bg.jpg) no-repeat;
    float: left;
    min-height: 512px;
    overflow: hidden;
    padding: 0 20px;
    position: relative;
    width: 960px;
}
#nav-sub, #content, #sidebar {
    float: left;
    margin: 288px 10px 0;
    position: relative;
    width: 220px;
    z-index: 2;
}


#content {
    width: 460px;
}
#nav-sub {
    margin-top: 279px;
}
#footer {
    background: url(../img/footer-bg.gif) no-repeat;
    clear: both;
    height: 54px;
    padding: 36px 20px 0 30px;
    width: 950px;
}
.clear {
    clear: both;
}

/* NAVIGATION */
#nav-meta ul {
    float: right;
    position: absolute;
    right: 20px;
    top: 0;
}
#nav-meta ul li {
    background: url(../img/nav-meta-bg.gif) no-repeat;
    float: left;
}
#nav-meta ul li a {
    color: #333;
    display: block;
    float: left;
    font-size: 11px;
    line-height: 1;
    padding: 8px 10px;
}
#nav-meta ul li a:hover {
    color: #004494;
}
#nav-top ul {
    float: left;
    left: 20px;
    position: absolute;
    top: 72px;
    z-index: 2;
}
#nav-top ul li {
    background: url(../img/nav-top-bg.gif) no-repeat right top;
    float: left;
    padding-right: 1px;
}
#nav-top ul li.active {
    background-color: #7F7F7F;
    float: left;
    padding: 0 1px 1px 0;
}
#nav-top ul li a {
    background-color: #FFF;
    color: #333;
    display: block;
    float: left;
    font-size: 12px;
    line-height: 1;
    padding: 12px 15px;
}
#nav-top ul li.active a {
    background: url(../img/nav-top-active-bg.gif) repeat-x left bottom #FFF;
    border-bottom: 1px solid #FFF;
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
    font-weight: bold;
    padding: 21px 14px 10px;
}
#nav-top ul li a:hover {
    color: #004494;
}
#nav-sub ul {
    float: left;
}
#nav-sub ul li {
    float: left;
}
#nav-sub ul li a {
    background: url(../img/nav-sub-bg.gif) no-repeat 0 -36px;
    color: #000;
    display: block;
    float: left;
    line-height: 1;
    padding: 12px 10px;
    width: 200px;
}
#nav-sub ul li.last a {
    background-position: -220px -36px;
}
#nav-sub ul li.active a {
    font-weight: bold;
}
#nav-sub ul li a:hover {
    background-position: 0 0;
    color: #004494;
}
#nav-sub ul li.last a:hover {
    background-position: -220px 0;
}

/* LOGO */
#logo h1 {
    position: absolute;
    right: 40px;
    top: 36px;
}
#logo h1 a {
    background: url(../img/logo-bg.gif) no-repeat;
    display: block;
    height: 49px;
    text-indent: -999em;
    width: 200px;
}

/* QUOTE */
#quote h2 {
    background: url(../img/quote-bg.jpg) no-repeat;
    height: 180px;
    left: 20px;
    position: absolute;
    text-indent: -999em;
    top: 108px;
    width: 960px;
    z-index: 1;
}

/* BREADCRUMBS */
#breadcrumbs {
    color: #555;
    text-align: right;
    padding: 9px 0;
}

/* CONTENT */
#content h1 {
    color: #164299;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: -1px;
    line-height: 36px;
    margin: 9px 0;
}
#content h2 {
    color: #0f244d;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
}
#content p {
    margin: 9px 0;
}
#content a {
    border-bottom: 1px dotted #004494;
    color: #004494;
}
#content a:hover {
    border-style: solid;
}

/* SIDEBAR */
#sidebar dl {
    margin-top: 7px;
}
#sidebar dl dt {
    background: url(../img/sidebar-bg.gif) no-repeat;
    color: #164299;
    padding: 11px 10px 9px;
}
#sidebar dl dt img {
    vertical-align: top;
}
#sidebar dl dd {
    font-size: 11px;
    padding: 0 10px 18px;
}
#sidebar dl dd a {
    border-bottom: 1px dotted #004494;
    color: #004494;
}
#sidebar dl dd a:hover {
    border-style: solid;
}

/* FOOTER */
#footer span {
    color: #FFF;
    display: block;
    float: left;
    font-size: 11px;
    padding: 9px 10px;
}
#footer ul {
    float: left;
    padding: 8px 0 9px;
}
#footer ul li {
    background: url(../img/footer-nav-bg.gif) no-repeat left center;
    display: inline;
    font-size: 11px;
    padding: 0 10px;
}
#footer ul li a {
    border-bottom: 1px dotted #FFF;
    color: #FFF;
}
#footer ul li a:hover {
    border-style: solid;
}

#content ul.feature-list li {
    background: url(../img/feature-list-li-bg.gif) no-repeat 0 7px;
    padding: 4px 22px;
}

#content ul.feature-list {
    background: #F5F5F5;
    border: 1px solid #CCC;
    margin: 10 0 20px;
}

#content ul li {
    background: url(../img/content-ul-li-bg.gif) no-repeat 0 10px;
    padding: 3px 12px;
}
