@charset "UTF-8";
/* CSS Document */

/* Windows IE 5.5 centering hack added by adding text-align: center in the body and text-align: left in the #wrapper section */
body {
	text-align: center;
	/*
	background-image:  url(images/pf_mu_blue_bkg_blue1.gif);
	background-repeat: repeat-x;
	*/
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	
}
#wrapper {
	text-align: left;
	padding: 0px;
	width: 802px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
}
#wrapper_inner {
	background-color: #FFFFFF;
	/* to show borders within wrapper div - change border color to different color than background-color */
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;
	border-bottom:1px solid #FFF;
}

a {
	padding-bottom: 1px;
	/*border-bottom: 1px solid #6ab4fb;*/
	text-decoration: underline;
	font-weight: normal;
	/*color: #80FFFF;*/
	color: #000066;
}

a:hover {
	color: #6ab4fb;
	border-bottom: 1px solid #fff;
}

a img {
	border: none; /* for PC */
}

a.img {
	/*
	border: none;
	*/
	border: 1px solid #000;
}

.image-video-link {
	border:thick;
	border:#000000;
}

.title-anchor {
	/* no underline for anchor header titles */
	text-decoration: none;
}

.title-anchor:hover {
	/* no hover - use same color as A tag */
	color: #000066;
}

hr
{
	background-color:#d4d4d4;
	color:#d4d4d4;
	height:1px;
	border:0px;
	clear:both;
}

#masthead {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
}
#content {
	margin: 0px;
	padding: 0px;
	/* fix IE6 text disappearing bug if using floats in divs lower than this div*/
	position: relative;
}
#content ul {
	margin: 10px 0 20px 0px;
	padding-left: 0;
	list-style-type: none;
}

#content li {
	margin: 8px 0;
	padding-left: 0px;
	/* background: url(../_img/li_bullet.gif) 0 .5em no-repeat; */
}
#header_section1{
	/*
	background-image:  url(images/header_aboutme.gif);
	*/
	background-color: #15257C;
	width: 790px;
	height:auto;
	color: #FFF;
	padding: 5px;
	margin-bottom: 5px;
	/*text-indent: -5000px;
	*/
}
#section1 {
	padding: 0 16px 0 16px;
}

#header_section2, #header_section3, #header_section4, #header_section5, #header_section6 {
	/*background-image:  url(images/header_selectedworks.gif);*/
	width: 790px;
	height:auto;
	/*text-indent: -5000px;
	*/
	color:#000066;
}

#section2, #section3, #section4, #section5, #section6 {
	padding: 0 16px 0 16px;
}

.section-videos-container {
	padding: 0 0 32px 0;
}

.section-left {
	float:left;
}
.section-right {
	margin: 0 0 0 250px;
}

#footer {
	color:	#b7a48b;
	font-size: 12px;
}
#footer ul {
	margin: 10px 0 10px 0;
	padding:0;
	list-style-type: none;
}
#footer li {
	margin: 0;
	padding:0;
}	
#footer  a.copyright {
	font-weight: bold;
	color:	#b7a48b;
	border:none;
}

#footer  a.copyright:hover {
	color:	#0084ff;
}
.text-note-blue {
	color:#0000CC;
}
.clear-both {
	clear:both;
	line-height: 0;
	margin:0;
	padding:0;
}
/*******************************/
/* LOGIN PAGE */
/*******************************/
#wrapper-login {ß
	text-align: left;
	padding: 0px;
	width: 802px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
}

#wrapper_inner-login {
	background-color: #FFFFFF;
	/* to show borders within wrapper div - change border color to different color than background-color */
	border-top:1px solid #999;
	border-left:1px solid #999;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
}


#masthead-login {
	text-align:center;
}
#header_section1-login {
	background-color: #15257C;
	width: 792px;
	height:auto;
	color: #FFF;
	padding: 5px;
	margin-bottom: 5px;
	text-align: center;
}
#section1-login {
	text-align: center;
	padding: 0 0 20px 0;
}
#section1-login label {
	float:left;
}
#login-homepagelink {
	font-size:11px;
	text-align: center;
}
#caps_lock_status, #msg-login-error {
	color: #FF0000;
	font-size:12px;
}
/*** END LOGIN PAGE ***/