/*
=general
=page structure
=content
=navigation
=sub-navigation
=footer
=debug
=misc
=print
=hacks
*/

/*
=general
---------------------------------------------- */

html, body {
    width: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 70%;
    line-height: 1.6em;
    color: #5C6F68;
    background: #EEF3EF url(/images/body_bg.gif) repeat-x top;
}

table, tr, td, input, select, textarea, ol, ul {
    font-size: 100%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

a img, img {
    border: 0;
}

code, pre {
    font-size: 1.5em;
    color: #999;
    display: block;
    width: 500px;
}

h1, h2, h3, h4, h5 {
    margin: 0;
    padding: 0;
    font-family: Arial, Verdana, Helvetica, sans-serif;
}

h1 {
    font-size: 1.6em;
    color: #333;
    padding-bottom: 13px;
}

h2 {
    font-size: 1.4em;
    font-weight: normal;
    color: #31689B;
    padding-bottom: 10px;
}

h2 em {
    color: #333;
}    

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: normal;
    letter-spacing: 1px;
    color: #31689B;
    background-color: #E6F3FA;
    text-transform: uppercase;
    padding: 4px 6px 4px 6px;
    margin-bottom: 8px;
}       

dl, dt, dd {
    padding: 0;
    margin: 0;
}    

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    color: #2A71E6;
    text-decoration: none;
	border-bottom: 1px solid #ccc;
}    

a:hover {
    border-bottom: 1px solid #2A71E6;;
}

  

em {
    color: #2A71E6;
    font-style: normal;
}

/*
=page structure
---------------------------------------------- */

#container {
    width: 800px;
    height: 387px;
    background: transparent url(/images/container_bg.gif) no-repeat top;
    margin-left: 60px;
    position: relative;
}

#header {
    background: #212021 url(/images/header_bg.gif) repeat-x bottom;
    height: 179px;
    width: 737px;
    margin-left: 31px;
    position: relative;
}

#banner {
    background-color: #212021;
    height: 19px;
    width: 737px;
    position: relative;
    margin-left: 31px;
}

#banner img {
    position: absolute;
    left: 213px;
}    

#banner a.more {
    background: transparent url(/images/more_bg.gif) no-repeat right;
    width: 62px;
    height: 19px;
    display: block;
    position: absolute;
    right: 109px;
    border-bottom: none;
}    

#wrapper {
    width: 743px;
    background: transparent url(/images/wrapper_bg.gif) repeat-y top;
    position: absolute;
    top: 272px;
    left: 29px;
}    

#content {
    width: 414px;
    height: 400px;
    min-height: 400px;
    background-color: #fff;
    margin: 22px 0 0 216px;
}

*>#content {
    height: auto;
}

/*
=content
---------------------------------------------- */

#content #intro {
    padding-bottom: 20px;
}

#content #intro p {    
    color: #777;
    font-size: 1.1em;
    line-height: 1.5em;
    letter-spacing: .02em;
}   

#content p {
    margin: 0 0 15px 0;
    padding: 0;
}

#content ul {
    margin-bottom: 25px;
}

#content li {
    padding: .25em 8px;
    margin-bottom: 12px;
    background-color: #F0F5F0;
    color: #5C6F68;
}    

#content a.top {
    margin-top: 20px;
    font-size: .9em;
    display: block;
    text-align: right;
    border-bottom: none;
}

#content ul.links li {
    background: transparent url(/images/links_bg.gif) no-repeat left;
    padding: .25em 0;
    margin: 0;
}   

#content ul.links li a {
    margin-left: 10px;
    font-size: 1.3em;
    padding-bottom: 1px;
}

#content ul.strategies li {
    background: none;
}    

#content ul.strategies li strong {
    color: #387B91
    float: left;
    padding: .25em 0 .25em 8px;
    margin: 0 0 6px -8px;
    display: block;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: normal;
    background-color: #E6F3FA;
    width: 406px;
} 
    
#content div.image {
    margin: 5px 15px 0 0;
    width: 240px;
    float: left;
    background-color: #eef3ef;
}    

#content div.image p {
    font-size: .9em;
    padding: 0;
    margin: 3px;
    color: #333;
    line-height: 1.3em;
}

#content div.image2 {
    margin: 5px 15px 0 0;
    width: 140px;
    float: left;
    background-color: #eef3ef;
}    

#content div.image2 p {
    font-size: .9em;
    padding: 0;
    margin: 3px;    
    color: #333;
    line-height: 1.3em;
}

#content table {
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}        

#content table td {
    border-right: 1px solid #ddd;
}

#content table td.partner {
    border-right: none;
}

#content table td p {
    margin-right: 10px;
}

#content p.quote {
    font-size: .9em;
    margin: 0 0 23px 0;
    line-height: 1.6em;
}

#content p.quote2 {
    font-size: .9em;
    margin: 5px 0 23px;
    line-height: 1.6em;
}      

#content img.quote-left {
    float: left;
    margin: 2px 5px 0 0;
}

#content img.quote-right {
    margin: 4px 0 0 5px;
} 

  
/*
=navigation
---------------------------------------------- */

#navigation {
	background: #96B7AE url(/images/navigation_bg.gif) no-repeat bottom;
    width: 172px;
    padding-bottom: 86px;
    position: absolute;
    z-index: 2;
    left: 31px;
}

#navigation ul {
	margin-left: 15px;
	width: 141px;
}

#navigation ul li {
	display: inline; 
}

#navigation ul li a {
	font-size: .9em;
	line-height: 110%;
	padding: 7px;
	border-bottom: 1px solid #E2E6E3;
	display: block;
	color: #36524C;
	text-decoration: none;
}

#navigation ul li a:hover {
	background: #83ACA1;
	color: #212021;
}


#navigation ul li.active a {
    font-weight: bold;
	background-color: #83ACA1;
	border-bottom: 1px solid #97BEB4;
	color: #212021;
}

#navigation-bottom {
    background: transparent url(/images/navigation-bottom_bg.gif) no-repeat top left;
    width: 114px;
    height: 80px;
    position: absolute;
    bottom: -80px;
    left: -30px;
}

/*
=sub-navigation
---------------------------------------------- */

#navigation ul.sub-navigation {
	margin: 0;
	padding: 0;
	background-color: #83ACA1;
}

#navigation ul.sub-navigation li a {
	margin: 0;
	padding: 5px 0px 5px 20px;
	background: transparent url(/images/sub-navigation-arrow.gif) no-repeat 9px 55%;
	border-bottom: 1px solid #97BEB4;
	color: #2C4A44;
	font-weight: normal;
}

#navigation ul.sub-navigation li.active a , #navigation ul.sub-navigation li a:hover {
	background: transparent url(/images/sub-navigation-arrow2.gif) no-repeat 9px 55%;
	color: #444;
}

/*
=footer
---------------------------------------------- */

#footer {
    clear: left;
    background: #EEF3EF url(/images/footer_bg.gif) no-repeat top left;
    height: 90px;
    float: left;
    margin-top: 30px;
 	padding: 0px 3px 0px 3px;
}

#footer div.contact-details {
    font-size: .9em;
    line-height: 1.6em;
    width: 737px;
    color: #656666;
    margin-top: 30px;    
    border-top: 1px solid #CCCBCC;
    padding-top: 10px;
}

#footer div.contact-details p {
    padding: 0;
    margin: 0px 0px 0px 212px;
}

#footer div.contact-details p a { 
    border-bottom: none;
}    

/*
=debug
---------------------------------------------- */

#footer div.debug
{
    margin-top: 20px;
    float: left; 
}    
           


/*
=misc
---------------------------------------------- */
.hide
{
    position: absolute;
    left: -999em;
}


/*
=print
---------------------------------------------- */

.print_only
{
    display: none;
}

/*
=hacks
---------------------------------------------- */


@media all  /* this hides the style from IE5 mac */
{
    div.test
    {
        width: 300px;

    }
}


.status
{
    right: 10px;
}

.status[id] { right: 0px; } /* matches class="status" as long as it also has an id="anything". hides from all IE browsers. see http://w3development.de/css/hide_css_from_browsers/attribute/*/

box_model_hack
{
    width: 128px; /*  Box model hack */
    voice-family: "\"}\"";
    voice-family: inherit;
    width: 118px;
}


