
/*****************************************
 CSS rules common to all, or most, of site
******************************************/

/************************
 Element Defaults
 (Keep minimal, prefer
 classes and IDs instead)
*************************/

:focus
{
    outline: 0;
}

a:link, a:visited
{
    font-weight: bold;
    color: #666;
    text-decoration: none;
    padding: 0px;
}

a:hover
{
    color: #cc0000;
    border-bottom: 1px dotted #ccc;
}

body
{
    background: url(/images/layout/nav-divider.jpg) 40px 50px no-repeat;
    background-attachment: fixed;
    color: #666;
    font: normal 12px 'Helvetica', 'sans-serif';
    margin: 0px;
    line-height: 1.8em;
}

h1, h2, h3, h4, h5, h6
{
    margin: 0px;
}

h1
{
    font: normal 38px 'Georgia', 'Times New Roman', 'sans-serif';
    margin-bottom: 25px;
    color: #cc0000;
}

h2
{
    font: normal 24px 'Georgia', 'Times New Roman', 'sans-serif';
    margin-bottom: 10px;
}

h3
{
    font: normal 16px 'Georgia', 'Times New Roman', 'sans-serif';
    margin-top: 15px;
}

img
{
    border: none;
    display: inline;
}

p
{
    margin-bottom: 10px;
}

table
{
    border-collapse: collapse;
    border-spacing: 0px;
}

td
{
    vertical-align: top;
}

.numeric
{
    text-align: right;
}

hr
{
    background: none;
    height: 1px;
    margin-top: 35px;
    margin-bottom: 15px;
    border-top: 3px double #ccc;
    border-bottom: none;
    border-left: none;
    border-right: none;
    clear: right;
}

/***************
 Overall layout
****************/
#wrap
{
    width: 950px;
    margin: 50px 0px 0px 40px;
    text-align: left;
    background: url(/images/layout/nav-divider.jpg) 40px 50px no-repeat;
    background-attachment: fixed;
}

#content-wrap
{
    margin-left: 250px;
}


/*******
 Header
********/
#header
{
    border-top: 5px solid #ccc;
    margin: 0px;
    padding: 0px;
    height: 0px;
    /*min-height: 22px;*/
}

#login
{
    padding-top: 3px;
    padding-bottom: 6px;
    margin-top: 0px;
    text-align: right;
    width: 985px;

}

.slickbox form
{
    margin: 0px;
    padding: 0px;
}

#login input.text
{
    display: inline;
    width: 120px;
    border: none;
    margin-left: 20px;
    background: white;
    border: 1px solid white;
}

#login-button
{
    margin-left: 920px;
    width: 60px;
    font: normal 12px 'Times New Roman', 'sans-serif';
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding: 0px 5px 5px 5px;
    font-variant: small-caps;
}

#login-button a:link,
#login-button a:visited
{
    display: block;
    padding: 4px 7px 4px 7px;
    text-align: center;
    background: #ccc;
}

#login-button input
{
    display: block;
    font: bold 12px 'Times New Roman', 'sans-serif';
    background: #ccc;
    color: #666;
    text-align: center;
    font-variant: small-caps;
    padding: 4px 7px 4px 7px;
    border: none;	
    width: 60px;
}

#login-button a:hover
{
    border-bottom: none;
}

.header-login
{
    background: #ccc;
}


/**********
 Navigation
***********/
#side
{
    position: fixed;
    margin: 0px;
    display: block;
    width: 145px;
    padding-bottom: 100px;
}

#logo
{
    font: bold 26px 'Helvetica', 'sans-serif';
    color: green;
}

#navigation
{
    margin: 20px 0px 0px 0px;
    padding: 0px;
    text-align: right;
}

#navigation li
{
    font: normal 12px 'Times New Roman', 'sans-serif';
    list-style: none;
    margin: 10px 0px;
    padding: 0px;
    letter-spacing: 0.1em;
    color: #999;
    text-transform: uppercase;
}

#navigation li ul
{
    margin: 0px;
    padding: 0px;
}

#navigation li ul li,
#navigation li sup
{
    display: block;
    font: normal 11px 'Helvetica', 'sans-serif';
    list-style: none;
    margin: 2px 0px;
    padding: 0px;
    letter-spacing: 0px;
	color: #b5b5b5;
    line-height: 1.4em;
    text-transform: none;
}

#navigation li a:link,
#navigation li a:visited
{
    display: block;
    margin: 0px;
    padding: 0px;
}

#navigation li ul li a:link,
#navigation li ul li a:visited
{
    font-weight: normal;
    color: #999;
}

#navigation li a:hover
{
    text-decoration: none;
    border: none;
}

/****
Slideshow
*****/

#screen
{
    float: right;
    margin: 10px 0px 5px 40px;
    border: 1px solid #ccc;
    padding: 5px;
    width: 430px !important;
    width/**/: 440px;
    height: 290px !important;
    height/**/: 300px;
}

#screen-contact
{
    float: right;
    margin: 10px 0px 5px 40px;
    border: 1px solid #ccc;
    padding: 5px;
    width: 430px !important;
    width/**/: 440px;
    height: 390px !important;
    height/**/: 400px;
}

#screen div.scroll
{
    position: absolute;
    background: url(/images/layout/screen-background.png) no-repeat;
    padding: 15px;
    height: 260px;
    width: 400px;
    margin: 5px 0px 0px 5px;
    z-index: 1;
}

#screen div.scroll img
{
    display: block;
}

div.scroll h2
{

}

#screen-contact div.scroll-contact
{
    border: 15px solid #000;
    height: 360px;
    width: 400px;
    margin: 0px;
}


a:link.hover-text,
a:visited.hover-text
{
    position: absolute;
    display: block;
    height: 260px;
    width: 200px;
    z-index: 10;
}

a:link.hover-text div,
a:visited.hover-text div
{
    height: 250px;
    width: 190px;
    color: #eee;
    padding: 5px;
    font-weight: normal;
    overflow: hidden;
}

a:link.hover-text div p,
a:visited.hover-text div h2,
a:link.hover-text div h2,
a:visited.hover-text div p
{
    display: none;
}

a:hover.hover-text div p,
a:hover.hover-text div h2
{
    display: block;
}

a:hover.hover-text
{
    display: block;
    background: black;
    filter: alpha(opacity=77);-moz-opacity:.77;opacity:.77;
    height: 260px;
    width: 200px;
    padding-top: 1px;
    z-index: 10;
    border-bottom: none;
}

/****
 Body
*****/
#page
{
    padding: 108px 0px 200px 0px;
    position: absolute;
    margin: 10px 0px 0px 240px;
    width: 715px;
    top: 44px;
}

#screen-work
{
    float: right;
    margin: 0px 0px 15px 40px;
    border: 1px solid #ccc;
    padding: 5px;
}

#screen-work div
{
    border: 15px solid #ccc;
    background: #fff;
    width: 400px;
    height: 260px;
}


/******
 Footer
*******/
#footer
{
    padding: 10px 0px 30px 40px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 200px;
    margin: 0px 0px 0px 0px !important;
    margin/**/: 0px 0px 0px -40px;
    /*border-top: 3px double #ccc;*/
    background: none;
    color: black;
    font: normal 16px 'Times New Roman', 'sans-serif';
}

#footer a:link,
#footer a:visited
{
    font-weight: normal
}

#contact span.number
{
    font-size: 22px;
}

#contact span.email
{
    font-size: 16px;
}

#contact span.website
{
    font-size: 18px;
}

/***************
 Common IDs
 ****************/
#main-info
{
    height: 350px;
    margin: 0px 0px 25px 0px
}

p.intro
{
    font: italic 24px 'Georgia', 'Times New Roman', 'sans-serif';
    color: #666;
    line-height: 1.6em;
    margin: 0px;
    padding-top: 5px;
}

p.intro span
{
    font-size: 36px;
}

p.sub-intro
{
    font: italic 18px 'Georgia', 'Times New Roman', 'sans-serif';
    color: #666;
    line-height: 1.7em;
    margin: 0px;
}

/***************
 Common Classes
****************/
.block
{
    display: block;
}

.inline
{
    display: inline;
}

.print-only
{
    display: none;
}

.float-r
{
    float: right;
    clear: right;
    margin: 0px 0px 25px 25px;
}

.border
{
    border: 1px solid #ccc;
    padding: 5px;
}

.large
{
    font-weight: bold;
    font-size: 130%;
}

/**************
 CSS Rollovers
***************/
.rollover
{
    display: block;
    float: left;
    display: inline;
}

.rollover:hover
{
    visibility: visible;
}

.rollover img
{
    width: 100%;
    height: 100%;
    border: 0;
}

.rollover:hover img
{
    visibility: hidden;
}


/**************************
 CSS Rules Common to Forms
***************************/


fieldset
{
    border: 1px solid #ccc;
    background: #f8f8f8;
    margin: 10px 20px 20px 0px;
    padding: 10px;
    line-height: 1em;
}

legend
{
      font: normal 24px 'Georgia', 'Times New Roman', 'sans-serif';
    margin-bottom: 10px;
}

label
{
    display: block;
    float: left;
    width: 100px;
    text-align: right;
    font-size: 12px;
    margin-top: 5px;
}

fieldset input,
textarea
{
    display: block;
    border: 1px solid #ccc;
    background: #fff;
    font: 12px normal Arial, sans-serif;
    margin: 0px 0px 0px 115px;
    width: 250px;
    padding: 6px;
}

fieldset input[type="checkbox"],
fieldset input[type="radio"]
{
    margin: 0px;
    width: auto;
}

input.hidden
{
    display: none;
}

.checkbox-table td.label
{
    text-align: right;
    padding: 0px 10px 10px 20px;
}

.shrunk-form fieldset
{
    margin: 10px 0px 20px 0px;

}

.shrunk-form label
{
    display: block;
    float: left;
    width: 60px;
    text-align: right;
    font-size: 12px;
    margin-top: 5px;
}

.shrunk-form fieldset input,
.shrunk-form textarea
{
    display: block;
    border: 1px solid #ccc;
    background: #fff;
    font: 12px normal Arial, sans-serif;
    margin: 0px 0px 0px 75px;
    width: 150px;
    padding: 6px;
}

.select-margin
{
    margin-left: 15px;
}

.date-select-label
{
    margin-right: 15px;
}

input.submit
{
    margin: 0px 10px 10px 300px;
    border: none;
    font: normal 12px 'Times New Roman', 'sans-serif';
    font-variant: small-caps;
    padding: 1px 2px;

}

#glossary th
{
    padding: 3px 10px 3px 0px;
    vertical-align: top;
}

#glossary td
{
    padding: 3px 10px 3px 0px;
}


