/*****************/
/* GLOBAL STYLES */
/*****************/


div, img, body, a, h1, h2, h3, h4, h5, form, fieldset, table, tr, td, p
{
border: 0;
margin: 0;
padding: 0;
}
div, fieldset
{
position: relative;
float: left;
}
p
{
padding: 3px;
}
.center
{
text-align: center;
}
.hidden
{
display: none;
}
img.bordered
{
border: 1px solid #ccc;
padding: 3px;
}
.title
{
font-weight: bold;
}
.custom-list, .custom-list li
{
position: relative;
float: left;
border: 0;
margin: 0;
padding: 0;
list-style: none;
}
a
{
text-decoration: none;
outline: none;
}
a:hover
{
text-decoration: underline;
}
form
{
position: relative;
line-height: 20px;
text-align: left;
}
h1 { font-size: 22px;  }
h2 { font-size: 20px;  }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }

.s1 { font-size: 50%;  }
.s2 { font-size: 80%;  }
.s3 { font-size: 100%; }
.s4 { font-size: 150%; }
.s5 { font-size: 250%; }


/********************/
/* MAIN PAGE STYLES */
/********************/


body
{
background: #efefef url( 'img/body-background.png' ) repeat-x top left;

text-align: center;
font: normal 13px Arial, verdana, tahoma, sans-serif;
color: #404040;
}
#background
{
position: static;
float: none;
width: 950px;
margin: 0 auto;
}
#page
{
width: 950px;
text-align: left;
background: #f2f2f2;
}
h1, h2
{
margin: 0;
border: 0;
padding:0;
}
h1 a
{
display: block;
width: 950px;
height: 83px;
overflow: hidden;

background: transparent url( 'img/h1-background.png' ) no-repeat scroll top left;
}
h2 a
{
display: block;
width: 950px;
height: 289px;
overflow: hidden;
}
h2 a img
{
margin: 0;
}
.disclaimer
{
padding: 0;
width: 950px;
height: 27px;
background: transparent url( 'img/disclaimer-background.png' ) no-repeat scroll top left;
}
.disclaimer strong
{
display: none;
}
.special-resources-list
{
margin-left: 10px;
width: 930px;
padding-bottom: 20px;
}
.special-resources-list li
{
width: 930px;
height: 145px;
border-bottom: 1px solid #a0a0a0;
}
.special-resources-list li .img-container
{
display: block;
position: absolute;
top: 10px;
left: 10px;
}
.special-resources-list li h3
{
position: relative;
float: right;
right: 10px;
margin-top: 25px;

width: 680px;
}
.special-resources-list li h3 a
{
color: #231f20;
font: normal 22px 'Arial Narrow',Arial, sans-serif;
}
.special-resources-list li p
{
position: relative;
float: right;
right: 10px;
margin-top: 10px;
padding: 0;
width: 680px;
}
.no-special-resources
{
text-align: center;
margin: 20px 0;
font-weight: bold;
}
#footer
{
width: 950px;
height: 53px;

background: transparent url( 'img/footer-background.png' )  no-repeat scroll top left;
}
#footer a
{
display: block;
position: absolute;
left: 50px;
height: 53px;
width: 90px;
}
