/* Reduce width of menu */
.row-fluid .span3 {width:180px; *width: 180px;}

/* Remove border and padding from VSIG thumbs */
.vsig_thumb img {border:none !important; padding:0px !important;}

/* Remove border and padding from VSIG images */
.vsig_top img {border:none !important; padding:0px !important;}

/* Remove fixed height for VSIG thumbs */
.vsig_cont1_0 {height:auto;}

/* Remove the 'Back to Top' link */
#back-top {display:none;}

/* Highlight current menu item */
.nav > li.current > a {color: #005580;}

/* Special rollover styling for About page */
.hoverTitle {color: #00ABB9; margin-bottom: 1em;}
.hoverDown {margin: 3em 0;}
.hoverDown .hoverContent {display: none;}
.hoverDown:hover .hoverContent {display: block;}

/* Hide the admin link as ordinary text */
a.adminLink, a.adminLink:hover {text-decoration: none; cursor: text; color: #333;}

/* Prevent changes to page centering when vertical scroll bar appears by always showing it. */
html {overflow-y:scroll;}
