﻿@charset "UTF-8";
body {
text-align: center;
padding-top:40px;
background: url(../images_pres/jacks_bkgd.gif);
}

#main_wrapper {
width: 850px;
position: relative;
top: 60px;
margin: 0 auto;
text-align: left;
background-color: #FFF;
}

#header {
height: 85px;
}

#header h1 {
position: absolute;
top: -87px;
height: 147px;
width: 850px;
background: url(../images_pres/arch_header2.gif) no-repeat;
text-indent : -9999px;
}

#nav {
position: absolute;
right: 0;
top: 30px;
width: 640px;
z-index: 1;
}

#nav li {
float: left;
display: inline;
}

#nav li a {
background: url(../images_pres/nav_tabs.gif) 0 0 no-repeat;
color: #996600;
height: 30px;
line-height: 30px;
float: left;
width: 126px;
display: block;
text-align: center;
text-shadow: 1px 1px 1px #c1b56b;
}

#nav li a:hover {
background: url(../images_pres/nav_tabs.gif) 0 -30px no-repeat;
color: #996600;
border: none;
}

#nav li a:active {
background: url(../images_pres/nav_tabs.gif) 0 -60px no-repeat;
}

#nav li a.current, #nav li a.current:hover, #header li a.current:active {
background: url(../images_pres/nav_tabs.gif) 0 -60px no-repeat;
cursor: default;
}


#sidebar {
margin-top: 3.8em;
width: 27%;
float: left;
background: url(../images_pres/side_gradient.jpg) repeat-x;
}

#sidebar_inner {
padding: .75em 1.3em 1em 1.5em;
}

#sidebar #sidebar_inner p {
font: italic .9em  Verdana, Arial, Helvetica, sans-serif;
color: #6A6A6A;
line-height: 170%;
}

#sidebar #sidebar_inner li a:hover, #content a:hover {
color: #CC3399;
}

#content {
margin-top: 0;
width: 73%;
margin-left: -3px;
float: left;
}

#content_inner {
padding: 0 5em 2em 2.5em;
}

#content #content_inner ul li {
list-style: disc;
margin: .2em 0 0 3em;
padding-left: .4em;
}

#content img {
margin: 1.2em 1.2em 0 0; 
}

.clearfloat {
font-size: 1px;
margin: 0;
clear: both; }

#sidebar_inner, #content_inner {
overflow: hidden;
}

#footer {
position: relative;
background: url(../images_pres/bottom_swashes.gif) no-repeat;
clear: both;
text-align: right;
height: 118px;
}

#footer #sig {
position: absolute;
left: 28%;
padding-left: 2em;
bottom: 5px;
}




