/* /////////////////////////////////////////////////////////////////////////////
                                    HTML
//////////////////////////////////////////////////////////////////////////////*/

* {
font-family: arial;
font-size: 12px;
color: #777777;
}


body {
background-image: url(images/shared/body-background.jpg);
background-repeat: no-repeat;
background-position: top center;
}

h1 {
font-size: 25px;
font-family: helvetica;
color: #009999;
font-weight: normal;
letter-spacing: -1px;
}

h2 {
font-size: 20px;
font-family: helvetica;
color: #666;
font-weight: normal;
letter-spacing: -0.5px;
}

P {
TEXT-ALIGN: JUSTIFY;
}

div#footer p {
color: #adaeb2;
font-style: italic;
}

a {
color: #009999;
}

a:visited {
color: #407373;
}

small, small * {
font-size: 11px;
}

/* /////////////////////////////////////////////////////////////////////////////
                                   LAYOUT 
//////////////////////////////////////////////////////////////////////////////*/

div#nav {
background-image: url(images/shared/nav-background.jpg);
background-repeat: no-repeat;
}

div#subnav {
margin-top: -8px;
}

div#content {
padding-bottom: 130px;
background-image: url(images/shared/content-background.jpg);
background-position: bottom left;
background-repeat: no-repeat;
}

div#footer {
border-top: 1px solid #adaeb2;
}

div#footer * {
display: none;
}

/* /////////////////////////////////////////////////////////////////////////////
                                   NAV
//////////////////////////////////////////////////////////////////////////////*/

div#nav ul,
div#subnav ul {
margin: 0;
list-style-type: none;
}

div#nav ul li,
div#subnav ul li {
border: 0px solid red;
width: auto;
float: left;
margin: 0;
}

div#nav a{
font-family: Georgia;
font-weight: bold;
/*
font-family: Helvetica;
letter-spacing: 1px;
*/
color: #aaa;
display: block;
width: auto;
padding: 0 10px 0 10px;
border-right: 1px solid #bbb;
}

div#nav a img {
margin-top: 1px;
}

div#subnav a {

}