/***************************************** 
 * Author: Sean Pendergast
 *
 * Additions and overwrites to ii CSS
 ****************************************/
 
 
/****************************************
 * General Formatting
 ****************************************/
DIV.nav_box {
	width:70px;
	height:auto;
	min-height:12px;
	margin-top:15px;
	padding:9px 2px 2px 2px;
	border:1px solid #FFF;
	border-top:0;
	border-left:0;
	border-right:0;
	border-bottom:1px solid #7D110C;
	line-height:12px;
	text-align:bottom left;
}
A.navref {
	font-size:80%;
	color:#000;
	text-decoration:none;
	font-weight:normal;
}

A {	color:#39F; }
P,LI,DT { font-size:94.5%; }
UL,LI { list-style-image: url('../img/bullet.gif') }
H1,H2 { font-weight:normal; }
H1 { 
	font-size:180%;
	font-weight:bold;
	text-transform: uppercase 
}
H2 { font-size:120%; 
	font-weight:bold; 
}
H3 { 
	font-size:105%;
	font-weight:bold; 
}
H1, H2, H3 {
	color:#ffffff;
}

/****************************************
 * Skip Navigation Container
 ****************************************/

/****************************************
 * Branding Bar
 ****************************************/

/****************************************
 * Footer
 ****************************************/
#footer {
	padding-bottom:20px;
}
#footer #copyright #statement {
    line-height: 100%;
}
#identity #signature a {
    /* background: url(../img/iub_white.gif) no-repeat 20px 0; */
}
#statement {
	padding-top:3px;
	border-top:1px solid #7D110C;
}

/****************************************
 * Commented (Optional) Styles
 ****************************************/


 /****************************************
 * Fluid Format
 *
 * Uncomment this section to give the 
 * Web site a fluid width.
 ****************************************/ 
#identity {
	padding-bottom:20px;	
}
#content {
	width:760px;
	margin: 0 auto;
	padding-left:20px; /* IE */ 
}
html>body #content {
	padding-left:50px; /* not IE */
}
/*--------------------------------
    DROP SHADOW STUFF
----------------------------------*/

.img-shadow {
    float:left;
    background: url(img/shadowAlpha.png) no-repeat right bottom !important;
    background: url(img/shadow.gif) no-repeat bottom right;
    margin: 10px 0 0 10px !important;
    margin: 10px 0 0 5px;
}
.img-shadow img {
    display: block;
    position: relative;
    background-color: #fff;
    border: 1px solid #a9a9a9;
    margin: -6px 6px 6px -6px;
    padding: 4px;
}

.p-shadow div {
    background: none !important;
    background: url(img/shadow-p.gif) no-repeat left top;
    padding: 0 !important;
    padding: 0 6px 6px 0;
}



