/* Custom Stylesheet */
 
/* NAVIGATION */
#navigation li a:hover {
	background-color: #A9DEFF;   	/* sets the navigation bar mouseover color */
	color: #000;                	/* sets the navigation bar text mouseover color */
}

#site-home-button li a {
	background-color: #093186;   	/* sets the site home button color */
	color: #FFF;                	/* sets the site home button text color */
}

#section1 li a {
	background-color: #1F60A9;   	/* sets the button color for section 1 */
	color: #FFF;                	/* sets the text color for section 1 */
}

#section2 li a {
	background-color: #4582C9;   	/* sets the button color for section 2 */
	color: #FFF;                	/* sets the text color for section 2 */
}

#section3 li a {
	background-color: #6CA4EA;   	/* sets the button color for section 3 */
	color: #FFF;                	/* sets the text color for section 3 */
}

#section4 li a {
	background-color: #A3CCFC;		/* sets the button color for section 4 */
	color: #white;					/* sets the text color for section 4 */
	padding: 4px 4px 4px 15px;
}

#section4 li ul a {
	background-color: #A3CCFC;		/* sets the button color for SUB-section 4 */
	color: black;					/* sets the text color for SUB-section 4 */
}

#navigation ul li:hover > ul {
	width:200px;
	font-size:8px
    border-left: 2px solid #202000;	/* sets the left-side line color for drop-down menu */
}

#navigation li a {
	border-bottom: 1px #093186 solid;
}


/* HEADING AND MENU STYLES */
h2 {
	background-color: #E3E3CF;	/* sets the background color for heading 2 */
	color: black;					/* sets the text color for heading 2 */
	padding: 2px 0 3px 6px;
}


/* SIDE BAR STYLES */
#side-bar-content-box, #side-bar-content-box p, #side-bar-content-box img, #side-bar-content-box a {
	background-color: transparent;
}

#side-bar {
	background: #A3CCFC url(../images/side-bar-images/sidebar_lines.jpg) repeat-x bottom;
}

#side-bar-content-box, #side-bar-content-box a {
	font: 12px/13px Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	text-align: center;
	margin-top: 5px;
}

#side-bar-content-box a:hover {
	color:#0066FF;
}

.menu_cube {
	width:40px;
	float:left;
	margin-bottom: 10px;
}
.cube_text {
	width:105px;
	text-align:left;
	float:right;
}


/* CUSTOM STYLES */
.text_box65 {
	width: 65%;
	margin: 0 0 0 25px;
}

.text_box75 {
	width: 75%;
	margin: 0 0 0 25px;
}

.text_box75 p img {
	margin-right: 15px;
	margin-bottom: 2px;
	float: left;
}

.text_box65 p, .text_box75 p {
	line-height: 24px;
}

#body {				/* adds some space and a horizpntal line at the bottom of the BODY section */
	padding-bottom: 25px;
	border-bottom: 1px #A0D1F8 solid;
}
.mphbulletlist ul li {
	margin: 0;
	list-style: url(../images/bullet-mph-triangle.gif) outside;
}
.yellow_bkgrnd {
	background-image: url(../images/bkgrnd_yellow_360.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
up_rule {
	background-color: #7F7EDB;   /* sets the background colour for heading 2 */
	color: #99FF99;                /* sets the text colour for heading 2 */
	text-indent: 1em;
	line-height: .1em;
}
.blue_rule {
	color: #6699FF;
	background-color: #99FF99;
	text-indent: 1em;
	line-height: 0.1em;
	margin-left: 0px;
	padding-left: 0px;
}
#footer p {
	color: #000;
}
#footer a {
	color: #666;
}
#footer a:hover {
	color:#06F;
}


/* FACULTY PAGE LAYOUT */
#bio_wrapper {
	margin: 5px;
	background-color: #FFF;
}

#bio_wrapper p {
	padding: 0;
	margin: 0;
}

#bio_photo {
	float: left;
	width: 109px;
	background-color: #FFF;
}

#bio_info {
	margin: 0 50px 0 110px;
	padding-top: 8px;
	background-color: #D9DCDF;
}

#bio_info h4, #bio_info p, #bio_title, #bio_title p {
	margin: 0;
	padding: 0 0 0 15px;
}

#bio_info h4 {
	font-size: 16px;
	color: #03F;
	background-color:#D9DCDF;
}

#bio_info p {
	font-size: 14px;
	line-height: 18px;
	margin: 0;
}

.bio_position {
	color: #004681;
	font-weight: bold;
}

#bio_info a {
	color: #000;
	background-color: transparent;
}

#bio_title {
	clear: both;
	background-color: #EDEDED;
}

#bio_title p {
	padding: 5px 0;
	line-height: normal;
	font-size: 14px;
	font-weight: bold;
	color: #004681;	
}

#bio_text {
	background-color: #F9F9F9;
	padding: 10px 0 0 0;
}

#bio_text a {
	background-color: #F9F9F9;
	color: #3333CC;
}

#bio_text p {
	font-size: 1em;
	padding: 4px 15px 1.2em 15px;
	line-height: 1.2em;
	color: #000000;
	background-color: transparent;
}

#bio_text h4, #bio_text h5 {
	margin: 0;
	padding: .4em 0 0 15px;
	background-color: transparent;
}

#bio_text h4 {
	font-size: 1.1em;
	color: #5E8180;
}

#bio_text h5 {
	font-size: 1em;
	color: #3D6664;
}

#bio_wrapper #bio_text img {
	margin: 0;
	padding: 0 0 1em 1.5em;
	background-color: #F9F9F9;
}
