/* $Id$ */
@media all {

/* @group general styles */
body {
    font-family: Verdana, Arial, sans-serif;
    font-size: 100%;
    color: #474749;
    line-height:100%;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

h1 {
    font-size: 1.75em;
    margin:0 0 30px 0;
    font-family: 'Trebuchet MS', sans-serif;
    color: #939798;
}
div#content a + div + a + div > h1 {
	margin-top: 45px;
}
	
h2 {
    font-size: 1.25em;
    font-family: 'Trebuchet MS', sans-serif;
    color: #7f7e8e;
    line-height: 1.25em;
    font-weight: bold;
    }
    
.h2_h1 {
    color: #939798;
    font-family: 'Trebuchet MS',sans-serif;
    font-size: 1.75em;
    margin: 0 0 30px;
    font-weight: normal;
}
p + h2 {
    margin-top: 30px;
}
	
h3 {
    font-size: 1.333em;
    color: #7f7e8e;
}
p + h3 {
    margin-top: 30px;
}
	
a {
    color: blue;
}

/* @end */


/* @group navigation */
ul#navigation a {
    /* font-family: 'Trebuchet MS', sans-serif; */
    font-family: 'Trebuchet MS', sans-serif;
    font-size: 1.25em;
    line-height:2em;
    color: #ffffff;
    text-decoration: none;
}
ul#navigation ul a {
	font-family: Verdana,Arial,sans-serif;
    font-size: 0.75em;
    line-height: 2.25em;
}
	
ul#navigation a:hover {
    color: #205F56;
}

#navigationLevelThree ul a {
    font-size: 0.833em;
    color: #205F56;
    text-decoration:none;
    line-height:100%;
}

#navigationLevelThree ul a.focus {
    font-weight: bold;
}

#navigationLevelThree ul a:hover {
    font-weight: bold;
}

/* @end */


/* @group content */
#content p,
#content ul {
    font-size: 0.917em;
    line-height: 1.667em;
    margin-bottom: 0.5em;
}

#content ul {
    font-size: 0.917em;
    line-height: 1.5em;
    list-style:disc;
    margin-left: 1em;
    margin-bottom: 0.7em;
    margin-top: 0.7em;
}


#content a {
    color: #205F56;
    font-weight: bold;
    text-decoration: none;
}
/* @end */

/* @group claim */

p.claim {
    font-size: 0.917em;
    color: #59575A;
}

/* @end */


/* @group footer */
#footer {
    font-size: 0.833em;
    color: #D5DEDD;
}

#footer a {
    color: #D5DEDD;
}
#footer a {
    text-decoration: none;
}
#footer a:hover {
    text-decoration: underline;
}
/* @end */


div#serviceportfolio h2 {
    font-size: 0.9em;
    color: #164c44;
    font-weight: bold;
    line-height: 1em;
}
	
div#serviceportfolio li {
    font-size: 0.78em;
    color: #164c44;
    line-height: 1em;
}

dd, dt {
    line-height: 1.5em;
}
