/* Main Section */

#contentDiv
{
margin-bottom:62px;
background: #0a0a0a; /* Old browsers */
background: -moz-linear-gradient(top, #0a0a0a 39%, #191919 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(39%,#0a0a0a), color-stop(99%,#191919)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #0a0a0a 39%,#191919 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #0a0a0a 39%,#191919 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #0a0a0a 39%,#191919 99%); /* IE10+ */
background: linear-gradient(to bottom, #0a0a0a 39%,#191919 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a0a0a', endColorstr='#191919',GradientType=0 ); /* IE6-9 */

background-color:#0a0a0a;
border-color:#3c3c3c; 
border-style:none none solid none;
border-width:1px;
}

.downloadSections
{
/* background-image:url('../graphics/siteAssets/downloadBackdrop.png');
background-repeat:repeat; */
float:left;
margin:40px 25px 0px 115px;
width:300px;
}
.downloadables
{
clear:both; 
height:62px;
margin:0px 0px 18px 90px;
width:260px;
}

.downloadables img
{
float:left;
height:64px;
margin-right:15px;
width:64px;
}

.downloadables h4
{
color:#999;
font-family:arial;
margin:0px;
text-shadow:0px -1px 2px #2e4f70;
}

.downloadables #downloadLinks
{
color:white;
display:block;
font-family:arial;
font-size:7.5pt;
margin-top:6px;
}

.downloadables a
{
text-decoration:underline;
color:grey;
}

.middleStructure
{
float:left;
height:420px;
position:relative;
}