/* styles used by categories page, included as css file in the head section */

/* Table of Contents */

#main_container{
position:relative;
width: 100%;
}
.main_categories{
border-color: #ccc;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
border-style:solid;
border-width:1px;
margin: 10px auto 20px auto; 
padding-bottom: 10px;
position:relative;
width: 675px;
}


.main_categories > a {
-webkit-border-top-left-radius: 7px;
-webkit-border-top-right-radius: 7px;
-moz-border-radius-topleft: 7px;
-moz-border-radius-topright: 7px;
border-top-left-radius: 7px;
border-top-right-radius: 7px;
border:0;
text-decoration:none;
 
}

#menu_title{
margin: 10px auto 20px auto; 
width: 675px;
}

.category_description{
color: #000;
font-size: 12px;
margin: 10px 5% 30px 5%;
}

.category_link{
color: #000;
font-size: 12px;
}

.read_more{
background-color:  #D4AF37; 
 box-shadow: 3px 3px 5px #888888;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
color: #000;
font-weight: bold;
font-size: 12px;
font-style: italic;
padding: 5px;
position: absolute;
right:10%;
text-decoration:none;
top: 150px;
}

a.read_more, a.read_more:active, a.read_more:visited,
a.table_of_contents, a.table_of_contents:active, a.table_of_contents:visited  {
color: #000;
}

.table_of_contents{
background-color:  #D4AF37; 
 box-shadow: 3px 3px 5px #888888;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
color: #000;
font-weight: bold;
font-size: 12px;
font-style: italic;
padding: 5px;
position: absolute;
/*right:10%; */
text-decoration:none;
width:665px;
}

/*Rollovers */
a.rollover_blair {
    display: block;
    width: 675px;
    height: 100px;
    text-decoration: none;
    text-indent: -99999px;
    background: url('/xmlui/themes/VU2/images/bwblair.jpg');
    }

a.rollover_blair:hover {
    background-position: 0 -100px;
    }


a.rollover_artsscience {
    display: block;
    width: 675px;
    height: 100px;
    text-decoration: none;
    text-indent: -99999px;
    background: url('/xmlui/themes/VU2/images/bwarts_science.jpg');
    }

a.rollover_artsscience:hover {
    background-position: 0 -100px;
    }

a.rollover_owen {
    display: block;
    width: 675px;
    height: 100px;
    text-decoration: none;
    text-indent: -99999px;
    background: url('/xmlui/themes/VU2/images/bwowen.jpg');
    }

a.rollover_owen:hover {
    background-position: 0 -100px;
    }   
    
a.rollover_peabody {
    display: block;
    width: 675px;
    height: 100px;
    text-decoration: none;
    text-indent: -99999px;
    background: url('/xmlui/themes/VU2/images/bwpeabody.jpg');
    }

a.rollover_peabody:hover {
    background-position: 0 -100px;
    }
    
a.rollover_divinity{
    display: block;
    width: 675px;
    height: 100px;
    text-decoration: none;
    text-indent: -99999px;
    background: url('/xmlui/themes/VU2/images/bwdivinity.jpg');
    }

a.rollover_divinity:hover {
    background-position: 0 -100px;
    }
    
    
a.rollover_law {
    display: block;
    width: 675px;
    height: 100px;
    text-decoration: none;
    text-indent: -99999px;
    background: url('/xmlui/themes/VU2/images/bwlaw.jpg');
    }

a.rollover_law:hover {
    background-position: 0 -100px;
    }
        
a.rollover_publications {
    display: block;
    width: 675px;
    height: 100px;
    text-decoration: none;
    text-indent: -99999px;
    background: url('/xmlui/themes/VU2/images/bwpublications.jpg');
    }

a.rollover_publications:hover {
    background-position: 0 -100px;
    }
        
a.rollover_vulibrary{
    display: block;
    width: 675px;
    height: 100px;
    text-decoration: none;
    text-indent: -99999px;
    background: url('/xmlui/themes/VU2/images/bwvulibrary.jpg');
    }

a.rollover_vulibrary:hover {
    background-position: 0 -100px;
    }   
    
.displace {
    position: absolute;
    left: -5000px;
    }
    
/* End of Rollovers */