/*
=general
=page structure
=headers
=page content
=sliding doors   
=misc
=print
=footer
*/

/*
=general
---------------------------------------------- */

html, body
{
    width: 100%;
}

body
{
    margin: 0;
    padding: 0;
    font-family: 'Geneva', Arial, Helvetica, Verdana, sans-serif; 
    font-size: 75%;
    line-height: 1.6em;
    color: #666;
    background: url(/images/bg.gif) repeat-x;
    position: absolute;
}

table, tr, td, input, select, textarea, ol, ul
{
    font-family: 'Geneva', Arial, Helvetica, Verdana, sans-serif; 
    font-size: 100%;
    padding: .5em 0;
    vertical-align: top;
}

a img, img
{
    border: 0;
}


code, pre
{
    font-size: 1.5em;
    color: #999;
    display: block;
    width: 500px;
}

h1, h2, h3
{
    font-family: 'Geneva', Arial, Helvetica, Verdana, sans-serif; 
    font-weight: normal;
    padding: 0;
    margin: 0;
}

h1
{
    font-size: 2.4em;
    color: #690;
    text-transform: uppercase;
}

h2
{
    font-size: 1.8em;
    color: #690;
    text-transform: uppercase;
}

h3
{
    font-size: 1.6em;
    color: #690;
}

.hide
{
    position: absolute;
    left: -999em;
}

a
{
    color: #690;
}

a:hover
{
    text-decoration: none;
}


/*
=page structure
---------------------------------------------- */

#content
{
    width: 445px;
    position: absolute;
    left: 40px;
    top: 200px;
}

#content_top
{
    background: url(/images/block_bg.gif) repeat-x bottom;
    padding: 0 15px .5em;
    margin: 0 0 1em;
} 

#content_bot
{
    padding: 0 15px .5em;
}   

#right
{
    width: 190px;
    position: absolute;
    left: 515px;
    top: 200px;
    background: url(/images/right_col_bg.gif) repeat-y right;
}

#right_top
{
     height: 8px;
     background: url(/images/right_top_bg.gif) no-repeat top right;
}

#right_bot
{
    height: 8px;
    background: url(/images/right_bot_bg.gif) no-repeat bottom right;
}


/*
=page content
---------------------------------------------- */

#content ul
{
    margin: 1em 0 1em 15px;
    padding: 0;
    list-style: none;
}  

#content li
{
    margin: 0;
    padding: .2em 0 .5em 15px;
    background: url(/images/content_bullet.gif) no-repeat 0px .6em;
} 


#content_bot ul a
{
    color: #690;
}

#content_bot ul a:hover
{
    text-decoration: none;
}    

#content_bot span
{
    color: #690;
    font-weight: normal;
}    

#right ul
{
    padding: 0;
    margin: 0 10px;
    list-style: none;
    font-size: .95em;
}  

#right li
{
  margin: 0;
  padding: .2em 0 .5em 15px;
  background: url(/images/right_col_bullet.gif) no-repeat 0px .6em;
}


#right a
{
    color: #777;
}    

#right a:hover
{
    text-decoration: none;
}  

#right #active a
{
    color: #333;
    font-weight: bold;
    text-decoration: none;
}  

/*
=headers
---------------------------------------------- */

h1.logo
{
    position: absolute;
    top: 20px;
    left: 50px;
    background: url(/images/optimum_logo.gif) no-repeat;
    width: 341px;
    height: 60px;
    padding: 0;
}

h1.logo a
{
    width: 341px;
    height: 60px;
    display: block;
    padding: 0;
    margin: 0;
}    

h1.logo span
{
    position: absolute;
    left: -999em;
}

/*
=sliding doors
---------------------------------------------- */


#sd-header 
{
    border-top: 1px solid #D4D4D4;
    float: left;
    width: 100%;
    background: #d6d6d6 url("/images/sliding-doors/bg.gif") repeat-x bottom;
    font-size: 1em;
    line-height: normal;
    position: absolute;
    top: 128px;
}
    
#sd-header ul 
{
    margin: 0;
    padding: 10px 10px 0 50px;
    list-style: none;
}
    
#sd-header li 
{
    float: left;
    background: url("/images/sliding-doors/left.gif") no-repeat left top;
    margin: 0;
    padding: 0 0 0 9px;
}
    
#sd-header a 
{
    float: left;
    display: block;
    background: url("/images/sliding-doors/right.gif") no-repeat right top;
    padding: 5px 15px 5px 6px;
    text-decoration: none;
    font-weight: normal;
    color: #666;
}
    
#sd-header #active a
{
    font-weight: bold;
}
    
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
   
#sd-header a {float: none;}
/* End IE5-Mac hack */

#sd-header a:hover 
{
    color: #333;
}

#sd-header #active a
{
    background-image: url("/images/sliding-doors/right_on.gif");
    color: #333;
    padding-bottom: 8px;
}

#sd-header li#active
{
    background-image: url("/images/sliding-doors/left_on.gif");
}


#sd-header a.button-on
{
    background-image: url("/images/sliding-doors/right_on.gif");
    color: #333;
    padding-bottom: 4px;
}

#sd-header li.list-on
{
    background-image: url("/images/sliding-doors/left_on.gif");
}


/*
=misc
---------------------------------------------- */


a.pdf
{
   background: url(/images/pdf.gif) left no-repeat;
   padding: 4px 0 4px 24px;
   display: block;
   margin-bottom: .5em;
}

/*
=print
---------------------------------------------- */

.print_only
{
    display: none;
}

/*
=footer
---------------------------------------------- */

#footer
{
	font-size: .95em;
    margin: 6em 0 0;
    border-top: 1px solid #D8D8D8;
}

#footer strong
{
    color: #3D5975;
}

#footer a
{
    color: #666;
    text-decoration: none;
}

#footer span
{
    text-decoration: underline;
    color: #690;
}    