@import url(general.css);

#skip_links
{
display: none;
}
html,body
{
background-color: #fff;
}
html
{
height: 100%;
padding-bottom: 1px;
}

/* general */
ul
{
list-style: none;
margin: 1em 0;
}
ul li
{
background: transparent url(../images/styles/gordon_mac/gm_listitem.jpg) no-repeat 0 5px;
padding-left: 16px;
}
table td
{
border-color: #666;
}
p
{
margin: 1em 0;
}
dl dt
{
font-weight: bold;
}

/* links */
a:link, a:visited
{
color: #8C9484;
}
a:hover, a:active, a:focus
{
color: #000000;
}

/* headings */
h1
{
position: relative;
height: 258px;
width: 798px;
}
h1 span
{
position: absolute;
width: 100%;
height: 100%;
background: transparent url(../images/styles/gordon_mac/title.jpg) no-repeat 0 0;
}
h2
{
color: #8C9484;
font-size: 1.8em;
font-weight: normal;
letter-spacing: 0.3em;
margin: 0 0 0.8em 0;
text-align: left;
}
#content h3, #content_2 h3, h4, h5, h6
{
border-left: 8px double #EBEBE1;
font-size: 1.4em;
font-weight: normal;
margin: 0.8em 0;
padding-left: 10px;
text-align: left;
}
#sub_information h3
{
background: url(../images/styles/gordon_mac/gm_navhd.jpg) #8C9484 no-repeat top right;
border-bottom: 1px solid #fff;
color: #fff;
margin: 0;
padding: 0 4px;
font-weight: normal;
}

/* containers */
#container
{
color: #666;
font: 62.5%/2em "Lucida Grande", "Lucida Sans Unicode", Verdana, Heletica, Arial, sans-serif;
width: 798px;
margin: 0 auto;
background: #fff url(../images/styles/gordon_mac/gm_body_bg.jpg) repeat-y;
}
#content_container
{
margin-top: 15px;
}
#navigation, #footer, #sub_information
{
margin: 12px 25px 15px 40px;
}
#navigation, #sub_information
{
float: left;
font-size: 1.1em;
width: 210px;
}
#content, #content_2
{
float: right;
font-size: 1.2em;
width: 490px;
margin-right: 30px;
min-height: 200px;
}
#footer
{
clear: both;
}


/* navigation */
#navigation
{
background: url(../images/styles/gordon_mac/gm_navhd.jpg) #8C9484 no-repeat top right;
}
#navigation:before
{
content: "Navigation";
color: #fff;
margin: 0;
padding: 0 4px;
font-size: 1.3em;
}
#navigation ul, #sub_information ul, #sub_information p, #accesskeys_list
{
background: #EBEBE1 url(../images/styles/gordon_mac/gm_navlistul_bg.jpg) no-repeat bottom left;
font-size: 0.9em;
letter-spacing: 0.2em;
line-height: normal;
list-style-type: none;
margin: 0;
padding-bottom: 10px;
width: 210px;
}
#navigation ul li, #sub_information ul li
{
background: none;
line-height: normal;
margin: 0;
padding: 0;
}
#navigation ul li a, #sub_information ul li a
{
background: #EBEBE1;
border-bottom: 1px solid #fff;
display: block;
padding: 2px 2px 2px 6px;
width: 202px;
}
#navigation a:link, #navigation a:visited, #sub_information ul li alink, #sub_information ul li a:visited
{
color: #666;
text-decoration: none;
}
#navigation a:hover, #navigation a:active, #navigation a:focus,
#sub_information ul li a:hover, #sub_information ul li a:active, #sub_information ul li a:focus,
#accesskeys_list dd:hover
{
background: #fff;
color: #666;
}

#sub_information p, #accesskeys_list dd
{
background: #EBEBE1;
}
#sub_information ul ul
{
margin-left: -10px;
background: transparent;
}

#accesskeys_list
{
margin-bottom: 20px;
}
#accesskeys_list dt
{
width: 15px;
float: left;
padding: 2px 0 2px 6px;
}
#accesskeys_list dd
{
padding: 2px 2px 2px 0;
border-bottom: 1px solid #fff;
}
#accesskeys_list dd:before
{
content: "- ";
}

#page-id-home #sub_information
{
margin-top: -290px;
}
#page-id-home #sub_information h3
{
margin-top: 20px;
}