@import url(general.css);

html,body
{
min-width: 750px;
background-color: white;
font: 90%/135% "Trebuchet MS", Verdana, Helvetica, sans-serif;
background-color: #FADBBE;
color: #000;
}
html
{
height: 100% !important;
margin-bottom: 1px !important;
}

/* hidden stuff */
#skip_links, h2, #print_preview
{
display: none;
}

/* general stuff */
p, ul
{ 
font-size: 95%;
margin: 1em 0;
}
ul
{ 
list-style-type: square; 
text-indent: 0;
margin-left: 20px;
font-size: 100%;
}
ol
{
margin-left: 25px;
}
dl dt
{
font-weight: bold;
}
blockquote
{ 
font-size: 95%; 
margin: 2em 2em 2em 1em; 
padding-right: 0.75em; 
padding-left: 1.25em; 
border-right: 0 solid #777; 
background: #fff url(../images/styles/userfocus/quote.gif) top left no-repeat; 
border-left: 1px solid #777;
}

/* headings */
h3, h4, h5, h6
{ 
font-family:"Lucida Grande", Arial, Helvetica, Sans-serif;
font-weight: normal;
color: #904814;
font-size: 110%
}
h1
{
position: relative;
background-color: #D2691E;
height: 51px;
padding: 10px 15px 2em;
margin-bottom: -25px;
font-size: 22px;
}
h1 span
{
position: absolute;
width: 299px;
height: 51px;
background: transparent url(../images/styles/userfocus/userfocuslogo.jpg) no-repeat 0 0;
}
h3
{
text-transform: uppercase;
margin: 1.5em 0;
padding-top: 2px;
background: #fff url(../images/styles/userfocus/dotted.gif) repeat-x;
}
h4 
{ 
background: url(../images/styles/userfocus/bullet_arrow.gif) no-repeat 0 4px; 
margin-left: 0px;
margin-bottom: 5px;
padding-left: 15px;
}


/* navigation */
#navigation
{
float: left;
width: 100%;
position: relative;
z-index: 50;
background: #d2691e url(../images/styles/userfocus/bg.gif) repeat-x bottom;
font-size: 95%;
line-height: normal;
_margin-bottom: 2em;
}
#navigation ul
{
margin-left: 0;
list-style: none;
padding: 10px 10px 0;
}
#navigation ul li
{
padding: 0 0 0 9px;
float: left;
background: transparent url(../images/styles/userfocus/slide_left.gif) no-repeat top left;
}
#navigation ul li a
{
display: block;
float: left;
color: #1e1e1e;
font-family: Georgia, Times, "Times New Roman", serif;
font-weight: bold;
text-decoration: none;
padding: 5px 15px 4px 6px;
background: transparent url(../images/styles/userfocus/slide_right.gif) no-repeat top right;
}
#navigation ul li.active
{
background: transparent url(../images/styles/userfocus/slide_left_focus.gif) no-repeat top left;
}
#navigation ul li.active a
{
color: #333;
padding-bottom: 5px;
background: transparent url(../images/styles/userfocus/slide_right_focus.gif) no-repeat top right;
}
#navigation ul a:hover
{
color: #1e1e1e;
}

/* containers */
#container
{
width: 750px;
margin: 5px auto;
border: 1px solid #000;
background: #fff url(../images/styles/userfocus/faux_grey.gif) repeat-y;
}
#content_container
{
width: 100%;
background-color: transparent;
position: relative;
}
html>body #content_container
{
height: 50px;
background-color: #fff;
}
#content, #content_2, #sub_information, #footer
{
padding: 15px 10px;
}
#content, #content_2
{
float: left;
width: 464px;
}
#page-id-home #content_2
{
margin-top: -30px;
}
#sub_information
{
width: 245px;
float: right;
}
#page-id-home #sub_information
{
position: absolute;
top: 34px;
right: 0;
}
#footer
{
background-color: #fff;
border-top: 1px solid #ccc;
clear: both;
text-align: center;
font-size: 10px;
}
#footer ul li
{
display: inline;
border-right: 1px solid #000;
padding: 0 5px 0 3px;
}
#footer ul li.last
{
border-right: 0;
}

/* specific styles */
#abbreviations_list li
{
float: left;
width: 100px;
padding: 3px 0;
}