#nav ul li a
{
color: #000;
text-decoration: none;
}



#nav ul li a:hover
{
background: #eee;
}

#nav ul li 
{
border-bottom: 1px dotted #000;
padding: 5px;
margin-top: 3px;
font-size:12px;
text-align: right;
list-style-type: none;
}

.container
{
min-height: 900px;
}

#imageBox
{
float:left;
background: #FAFAFA;
height: auto;
width: 380px;
padding: 10px;
border: 1px solid  #888888;
margin-bottom: 15px;
}


#pdfBox
{
float:left;
background: #FAFAFA;
height: auto;
width: 380px;
padding: 10px;
border: 1px solid  #888888;
margin-bottom: 15px;
}

.putdiv
{
float: left;
}

#images,#pdfs
{
cursor: pointer;
}


#teaser
{
height: 75px;
}


#mediaBox
{
background:#eee;
width: 240px;
padding: 10px;
margin-top: -10px;
}


#pdfmediaBox
{
background:#eee;
width: 240px;
padding: 10px;
margin-top: -10px;
}


#sorts
{
position: relative;
width: 750px;
margin-top: -10px;
}


.links
{
float:right;
}


.sorter
{
float: left;
width: 750px;
cursor: move;
background: #C4D8EB;
padding: 4px;
margin-top: 2px;
}

.pic
{
float: left;
display: inline;
width: 50px;
margin-right: 10px;
margin-bottom: 10px;
height: 50px;
}

.storypic
{
float: left;
display: inline;
width: 50px;
margin-right: 10px;
margin-bottom: 10px;
height: 50px;
}

.pdf
{
cursor: pointer;
}

.pdf img
{
vertical-align: middle;
margin-right: 5px;
}



.sectionpdf
{
cursor: pointer;
}

.sectionpdf img
{
vertical-align: middle;
margin-right: 5px;
}


h5
{
margin: 0;
margin-bottom: 5px;
}





