
/********************************
 CSS rules common to entire site
*********************************/

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

.rollover
{
    display: block;
    float: left;
    display: inline;
}

.rollover:hover
{
    visibility: visible;
}

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

.rollover:hover img
{
    visibility: hidden;
}


/***********
 Common IDS
************/

#wrap
{
    width: 750px;
    text-align: left;
    position: absolute;
    top: 0px;
    right: 250px;
    z-index: 10;
}

#navigation
{
    position: fixed;
    height: 100%;
    width: 1000px;
    top: 0px;
    right: 0px;
    padding-top: 20px;
    background: url(/images/layout/right-bgd.jpg) repeat-y;
    z-index: 1;
}

#header
{
    background: url(/images/layout/header-bgd.png) repeat-y;
    height: 48px;
    width: 750px;
    position: fixed;
}

#header h1
{
    font: normal 20px 'Georgia', 'Times New Roman', 'serif';
    color: #dcdcdc;
    font-variant: small-caps;
    margin: 14px 0px 0px 7px;
    letter-spacing: 0.0em;
}

#header h1 a
{
    color: #dcdcdc;
    font-weight: normal;
}

#header h1 a span
{
    font-size: 130%;
    margin-right: -2px;
}

#header h1 span
{
    display: none;
}

#header-links
{
    float: right;
    display: block;
    font: normal 17px 'Georgia', 'Times Roman', 'serif';
    color: #dcdcdc;
    font-variant: small-caps;
    margin: 32px 3px 0px 0px;
    letter-spacing: 0.0em;
}

#search
{
    float: right;
    background: #878787;
    margin: 15px 7px 0px 0px;
    padding: 0px;
}

#search input
{
    border: none;
    background: none;
    font: normal 17px 'Georgia', 'Times Roman', 'serif';
    color: #dcdcdc;
    font-variant: small-caps;
    padding-left: 5px;
}

#site-search
{
    width: 150px;
}

.search-submit
{
    vertical-align: middle;
}

#page
{
    padding: 70px 50px 50px 145px;
}

#page a:link,
#page a:visited
{
    color: black;
    border-bottom: 1px dashed #666666;
}

#page a:hover
{
    color: #dcdcdc;
    background: #666666;
}

#page h1 a:link,
#page h1 a:visited
{
	border-bottom: none;	
}

#page h1 a:hover
{
    color: black;
    background: #ccc;
    border-bottom: 1px dashed #666666;
	
}

#page hr
{
    height: 13px;
    clear: both;
    border: 0px;
    background: url(/images/layout/rule.png) no-repeat;
    width: 333px;
    margin: 20px auto 20px 0px;
}

#page li
{
    color: #333333;
    font: normal 12px 'Lucida Grande', 'Arial', 'sans-serif';
    line-height: 19px;
}

#footer
{
    background: url(/images/layout/footer-bgd.png);
    height: 48px;
    width: 750px;
    position: fixed;
    bottom: 0px;
    right: 250px;
    padding-top: 0px;
}

#footer a
{
    float: right;
    display: block;
    font: normal 14px 'Georgia', 'Times Roman', 'serif';
    font-variant: small-caps;
    color: #dcdcdc;
    margin: 7px 10px 0px 0px;
    padding-left: 10px;
    border-left: 1px solid #dcdcdc;
    letter-spacing: 0.0em;
}


/****************
Navigation
*****************/

#section-nav
{
    float: right;
    text-align: left;
    color: white;
    width: 200px;
    padding: 0px;
    margin: 70px 50px 0px 0px;
}

#section-nav li
{
    list-style: none;
    margin: 0px;
}

#section-nav li a:link,
#section-nav li a:visited
{
    color: #999;
    font: normal 12px 'Georgia', 'Times Roman', 'serif';
    text-transform: uppercase;
    padding: 10px 10px 10px 30px;
    display: block;

}

#section-nav li a.selected
{
    background: url(/images/layout/navlink-bgd.jpg);
    color: black;
}

.file-link
{
	vertical-align: middle;
    color: #666666;
    font: normal 14px 'Georgia', 'Times Roman', 'serif';	
}

.page-image
{
	float: right;
	margin: 0px 0px 10px 10px;	
}

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

:focus
{
    outline: 0;
}

a:link, a:visited
{
    text-decoration: none;
}

a:hover
{
    text-decoration: none;
}

body
{
    background: url(/images/layout/body-bgd.jpg) repeat #1e1e1e;
    background-attachment: fixed;
    color: 666666;
    font: normal 12px 'Lucida Grande', 'Arial', 'sans-serif';
    text-align: center;
    margin: 0px;
}

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

h1
{
    margin: 25px 0px 0px 0px;
    color: black;
    font: normal 36px 'Georgia', 'Times Roman', 'serif';
}

h2
{
    color: #333333;
    font: normal 18px 'Georgia', 'Times Roman', 'serif';
    margin: 10px 0px 0px 0px;
}

h2 span
{
	font-style: italic;
	font-size: 80%;
	color: #666;	
}

h3
{
    color: #666666;
    font: normal 14px 'Georgia', 'Times Roman', 'serif';
}

h4
{
    color: #333333;
   font: bold 13px 'Lucida Grande', 'Arial', 'sans-serif';
    line-height: 19px;
}

p,
blockquote
{
    color: #333333;
   font: normal 12px 'Lucida Grande', 'Arial', 'sans-serif';
    line-height: 19px;
}

blockquote
{
    font-style: italic;
}


img
{
    border: none;
    display: inline;
}

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

td
{
    vertical-align: top;
}

#page a.button
{
	border-bottom: none;
	background: none;	
}
