@charset "UTF-8";
/* CSS Document */


body {
margin:0px;
background-color:#4D5F80;
}

body a {
color:#003366;
}

body a img {
border:none;
}

#wrapper {
width:985px;
margin:0px auto;
font-size:12px;
font-family:Helvetica, Arial, sans-serif;
background-color:#FFFFFF;
}


#header {
width:985px;
height:90px;
background-color:#1C3664;
}

#header img {
margin-top:5px;
margin-left:8px;
}

#navigation {
width:985px;
height:20px;
line-height:20px;
background-color:#B0AA8F;
font-size:11px;
font-weight:bold;
}

#navigation ul {
margin:0px;
padding:0px;
line-height:20px;
margin-left:3px;
}

#navigation ul li {
list-style:none;
float:left;
display:block;
}

#navigation a {

color:#000;
text-decoration:none;
padding:0px 7px;
display:block;
margin-right:3px;
}
#navigation a:hover {
background-color:#666;
color:#FFF;
}




.clearFloat {
clear:both;
}

#contentLeft {
width:566px;
float:left;
margin:13px;
}

#slideshow {
width:566px;
height:265px;
background-color:#FFF;
}

#copyText {
width:566px;
margin-top:13px;
}

.copyPara {
margin-top:0px;
}
#copyText h3 {
margin-top:0px;
margin-bottom:10px;
font-size:16px;
}

#contentRight {
width:380px;
float:right;
margin-top:13px;
margin-right:13px;
padding-bottom:10px;
}

#contentRight div {

}

#downloadReport {
width:380px;
height:126px;
}

#downloadReport img {
margin-top:5px;
margin-left:6px;
}


#executiveSummary {
margin-top:13px;
width:380px;
height:126px;
}

#executiveSummary img {
margin-top:5px;
margin-left:6px;
}

#appendices {
margin-top:13px;
width:380px;
height:126px;
background-image:url(images/bg_appendices.jpg);
background-repeat:no-repeat;
background-position:5px 5px;
}

#appendices ul {

position:relative;
top:53px;
left:110px;

}

#appendices ul li {
margin-bottom:5px;
list-style:none;
font-size:14px;
}

#appendices a {
color:#545454;
text-decoration:none;
}

#appendices a:hover {
text-decoration:underline;
}


.rounded {
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
} 

#footer {
width:985px;
height:25px;
background-color:#1C3664;
color:#FFF;
font-size:10px;
text-align:center;
line-height:25px;
}

.videos {
font-size:10px;
height:20px;
line-height:20px;
width:140px;
margin-top:0px;
display:block;
float:left;
}

.videos a {
text-decoration:none;
}


.videos a:hover {
text-decoration:underline;
}

.videos img {
float:left;
margin-right:2px;
}
