html {
	height: 100%; margin-bottom: 1px; /* forces safari scrollbar  */
	font-size: 67%;
	background: #838890;
	}
body  {
	font: 1.1em/1.7em "Lucida Grande", Verdana, Arial, sans-serif;
	color: #101010;
	margin: 0; 
	padding: 0;
	text-align: center;
}

#wrapper { 
	width: 800px;  
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	clear: both;
}

/*     banner     */

div#banner {
	background: #991c1c;
	width: 100%;
	float: left;
	}

/*     branding     */

div#branding {
	width: 800px;
	height: 81px;
	background: #991c1c url(../images/seal.gif) right no-repeat;
	margin: 0 auto;
	}

div#branding h1 {
	text-indent: -9999px;
	height: 0;
	display: none;
	}

div#branding img {
	float: left;
	}
	
/*     search box and links    */

div#search {
	width: 270px;
	float: right;
	padding: 0;
	margin-top: 5px;
	}

div#search div {
	float: right;
	}	
	
ul#searchlinks {
	padding: .2em 1em;
	float: right;
	}

ul#searchlinks li, ul#quicklinks li {
  /*  background: url(/umhome/img/whitedivider.gif) right no-repeat;  */
	display: inline;
	padding: 0 1em 0 .2em;
	font-size:12px;
	}

ul#searchlinks li.last, ul#quicklinks li.last {
	background: none;
	}

ul#searchlinks li a {
	color: #fff;
	border-color: #aaa;
	}

ul#searchlinks li a:hover, ul#quicklinks li a:hover {
	border-color: #fff;
	}

ul#quicklinks {
	padding: 1em 0 1.1em;
	float: right;
	}

ul#quicklinks li a {
	font-size: 1.1em;
	color: #F2EEB1;
	border-color: #F2EEB1;
	}
	


/*   ********************************  main  ********************************************** */

div#main {
	background: #efefef url(../images/int-bg-top-stripe.png) top repeat-x;
	border: none;
	float: left;
	padding:20px 20px 20px 5px;
	width: 775px; 						/*must be exact pixel dimensions or interior-b overlaps to the right*/
}

/* object positioning */

.lcol {
	padding: 0 200px 0 1.5em;
	}
.lcol ul {
	margin-left:4em;
	padding: 0;
	margin-bottom:1em;
	}
.lcol ol {
	margin-left:2em;
	padding: 0;
	margin-bottom:1em;
	}
	
.careercol {
	float: left;
	width: 400px;
	padding: 0;
	margin-left:20px;
	}
.careercol ul {
	margin-left:4em;
	padding: 0;
	margin-bottom:1em;
	}
 		
.left {
	float: left;
	margin: 3px 12px 3px 0;
}

.right {
	float: right;
	margin: 3px 0 3px 10px;
}

	/*     feature    */

div#feature {
	width: 800px;
	height: 260px;
	background: none;
	}

div#halfcol {
	width:250px; margin-bottom:15px; margin-right:26px; float:left}
	
div#nestImageRight {float: right; margin: 3px 0 0 10px;}  
div#nestImageRight p {text-align:left;color: #555;font-size:11px;line-height:15px; margin-top:2px}
div#nestImageLeft {float: left; margin: 3px 12px 0 0;}  
div#nestImageLeft p {text-align: left;color: #555;font-size:11px;line-height:15px; margin-top:2px}
	
dl.table-display
{
	float: left;
	width: 540px;
	margin: 1em 0;
	padding: 10px 5px 10px 5px;
	border-bottom: 1px solid #999;
	border-top: 1px solid #999;
}
.table-display dt
{
	clear: left;
	float: left;
	width: 250px;
	margin: 0;
	padding: 2px;
	font-weight:bold
}
.table-display dd
{
	float: left;
	width: 270px;
	margin: 0;
	padding: 2px;
}

.classmates-table { border-collapse: collapse; }
.classmates-table th, .classmates-table td { padding: 0.5em; }
.classmates-table { border: 1px solid #333; }
.classmates-table th, .classmates-table td { border: 1px dotted #666; }
	
/*--------------------------------------TEXT DISPLAY ALL PAGES---------------------*/


a, a:link, a:visited {
	text-decoration: none;
	color: #881c1c;
	border-bottom: 1px solid #bbb;
	outline: none;
	}

a:hover {
	text-decoration: none;
	border-color: #881c1c;
	}

a:active {
	outline: none;
	}
	
a.noborder { border: none; }
	
h1 {
	font-size: 2.4em;
	font-weight: bold;
	}

h2 {
	color: #881c1c;
	font: 2.2em/2em Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding:0;
	}

h3 {
	color: #222;
	font: 1.4em Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin:.8em 0 .4em 0;
	padding:0;
	}

h4 {
	color: #222;
	font: 1.2em Helvetica, Arial, sans-serif;
	font-weight: bold;
	padding: 0;
	margin-bottom:0;
	}

h5 {
	font: 1.0em Helvetica, Arial, sans-serif;
	font-weight: bold;
	}

h6 {
	font-size: 0.8em;
	}

p {
	margin:0;
	padding-bottom: 1.2em;
	}
	
ul{   
	margin-top:0;
	padding-bottom: 0;
} 
li {
	margin: 0 0 .2em 0;
	}

em {font-style: italic; font-weight: inherit;}
strong {font-weight: bold;}
cite {font-style: italic;}
	
img {border: 0}

.caption {
	color: #555;
	font-size:11px;
	line-height:15px;
	}

.twocolumn {width:250px; margin-bottom:15px; margin-right:26px; float:left; text-align:left; }  
.threecolumn {width:163px;border-right:1px dashed #000; padding:10px; float:left; text-align:left; font-size:11px;} /* used on life member page */



/*  ************************  NAVIGATION MENUS  *******************   */

/*   main menu   */

div#navcontainer {
	width: 100%;
	float:left;
	background:#ddd;
	border-bottom: 1.5px solid #fff;
	border-top: 1.5px solid #fff; 
	}

#nav, ul#nav { 
	width: 740px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	}

#nav a {
	display: block;
	text-decoration: none;
	padding: .5em 1.1em;  
	color: #771111; 
	border: none;
	font-size:13px;
	font-family:Verdana, Geneva, sans-serif;
	}

/*    drop-down menus    */

ul#nav li {
	float: left;
	margin-bottom:0;
	}

#nav li ul, #nav ul li  {
	width: 13em;
}

#nav ul li a  {
	color: #838890;
	border-right: 0;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	padding: .4em 1.1em;0;
}

#nav li ul {
	position: absolute;
	display: none;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	background-color:#838890;
	list-style: none;
	z-index:5;
}

#nav li:hover a, #nav a:focus,
#nav a:active, #nav li.p7hvr a {
	color: #fff;
	background-color: #838890;
}
#nav li:hover ul, #nav li.p7hvr ul {
	display: block;
}
#nav li:hover ul a, #nav li.p7hvr ul a {
	color: #fff;
	background-color: transparent;
}
#nav ul a:hover {
	background-color: #881c1c!important;
	color: #FFFFFF!important;
}


	
/* tabbed unordered list */

ul.tabs {
	border-bottom: 1px solid #bbb;
	margin: 1em 0 1.1em 0;
	padding-bottom: 2px;
	}
	
ul.tabs li {
	font-size:12px;
	border: 1px solid #bbb;
	border-width: 1px 1px 0 1px;
	display: inline;
	list-style: none;
	margin: 0 0 0 0.5em;
	padding: 0.2em 0.5em 0.2em .5em;
	}
ul.tabs li.here {
	border-bottom: 3px solid #e6e6e6;
	}
ul.tabs li a {
	border: none;
	}

/*  right hand sidebar to contain ads under nav sidebar */

div#side {
	width: 200px;
	float: right;
	margin: -10px -20px 0 2em;
	padding: 0;
	}
div#side img {
	margin-top:20px;
	}
div#side ul{
	list-style-type: none;
	margin:15px 10px 12px 18px;
	padding: 0;
	}
div#side li{
	font:Verdana, Geneva, sans-serif;
	font-weight:bold;
	background: url(../images/777_sq.gif) 0 .7em no-repeat;
	padding-bottom: 0em;
	padding-left:0.8em;
	}
#side h4 {
	padding-bottom: .3em;
	margin: 5px 10px 10px 10px;
	border-bottom: 1px solid #bbb;
	}
#side h3 {
	margin: 2px 10px 5px 10px;	
	}
	
/*   navigation narrow sidebar    */

div#sidebar {
	background: #ddd;
	width: 200px;
	float: right;
	margin: 0;
	padding: 0;
	}

div#sidebar h4 {
	background: #881c1c;
	color: #fff;
	padding: 1em 1.5em;
	margin:0;
	}
	
div#sidebar ul{
	list-style-type: none;
	margin:15px 10px 12px 18px;
	padding: 0;
	}

div#sidebar li{
	font:Verdana, Geneva, sans-serif;
	font-weight:bold;
	background: url(../images/777_sq.gif) 0 .7em no-repeat;
	padding-bottom: .6em;
	padding-left:.8em;
	}



/*   wide sidebar    */

#sidebar1 {
	float: right; 
	width: 315px; /* since this element is floated, a width must be given */
	margin-top:10px;
	background: #ddd; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 0; /* top and bottom padding create visual space within this div */
	border:solid #dbb thin;
}
#sidebar1 h4 {
	padding-bottom: .3em;
	margin: 5px 10px 10px 10px;
	border-bottom: 1px solid #bbb;
	}
#sidebar1 h3 {
	margin: 2px 10px 5px 10px;	
	}
#sidebar1 img {
		margin: 0 10px 5px 10px;
		}	
#sidebar1 p {
	margin: 0 10px 0 10px;
	}
#sidebar1 ul {
	margin: 0 10px 0 10px;
	padding: 0 10px 0 10px;
	}
#sidebar1 li {
	margin: 0 10px 4px 10px;
	}	


/* news listing */

dl.newslisting {
	float: left;
	width:515px;
	}

dl.newslisting dt {
	clear: left;
	border-top: 1px solid #bbb;
	font-size:1.1em;
	font-weight: bold;
	line-height: 1.6em;
	margin: 1em 0 0 0;
	padding: .9em 0 0 0;
	}

dl.newslisting dt img {
	display: block;
	float: left;
	margin: 0.6em 1em 1.6em 0;
	}

dl.newslisting dd {
	margin: 0.8em 0 0 0;
	}

dl.newslisting dd.summary {
	line-height: 1.7em;
	}

.byline {
	color: #666;
	}
/* careerpage home */

dl.careers {
	float: left;
	}

dl.careers dt {
	clear: left;
	padding: .9em 0 0 0;
	color: #222;
	font: 1.4em Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin:0 0 .4em 0;
	}

dl.careers dt img {
	display: block;
	float: left;
	margin: 2px 0.8em 1em 0;
	}

dl.careers dd {
	margin: 0 0 .5em 0;
	}


/* *********************************   FOOTER  **************************************************   */

div#footer {
	clear: both;
	padding: 1em 0 .8em;
	background: #881111;
	font: 10px/1em Verdana, Arial, Helvetica, sans-serif;
	color: #ccc;
	}	

div#footer a {
	font-weight: bold;
	color: #ccc;
	border-color: #ccc;
	text-decoration:none;
	}

div#footer a:hover {
	color: #fff;
	border-color: #fff;
	}

div#footer p {
	text-align: center;
	margin: 0;
	}

/* Miscellaneous classes for reuse */	

.dek {font: 1.5em/1.6em Georgia, "Times New Roman", Times, serif;}
.hidden {display: none}
.unhidden {display: block; font-size: 11px; margin:.4em 0 0 0; padding:0;}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.clear {clear: both;}
.hide {display: none;}
 

