/*CSS STYLES for UM Web Templates*/
/*This file defines styles for the UM Web Templates to display in 5.x+ browsers. A coordinating style sheet exists for 4.x browsers*/

html{
	height: 100%;
}
#nonFooter{
	position: relative;
	min-height: 100%;
}
* html #nonFooter{
	height: 100%;
}
#footer{
	position: relative;
	margin: -66px auto 0 auto;
}

	/* A CSS hack that only applies to IE -- specifies a different height for the footer */
	* html #footer
	{
		margin-top: -66px;
	}


/* Tony's Additions */
 a.text_white:link {
 	color: rgb(255, 255, 255);
	text-decoration: none;
	}
 a.text_white:visited {
	color: rgb(255, 255, 255);
	text-decoration: none;
	}
 
 a.text_maroon:link {
 	color: rgb(102, 0, 51);
 	text-decoration: none;
	}
 a.text_maroon:visited {
 	color: rgb(102, 0, 51);
 	text-decoration: none;
	}
	
#topcontent {
	left: 0px;
	position: absolute;
	top: 0px;
	border: 0px;
}	
	
#bottomcontent {
	left: 0px;
	position: absolute;
	top: 0px;
	border: 0px;
	margin-top: 539px;
}

#leftcontent {
	left: 0px;
	position: absolute;
	top: 0px;
	width: 110px;
	border: 0px;
	padding-left: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 82px;
}	
	
#centercontent {
	margin-bottom: 0px;
	margin-left: 120px;
	margin-right: 220px;
	padding-right: 0px;
	min-width: 100px;
	margin-top: 90px;
}

#leftcenter {
	    margin-bottom: 0px;
	    margin-left: 110px;
	    margin-right: 220px;
	    padding-right: 0px;
	    min-width: 100px;
	    margin-top: 82px;
		
		background: #660033;
		height: 457px;
		
		font-family: Tahoma;
		font-size: 1em;
		text-decoration: none;
		color: rgb(255, 255, 255);
		font-weight: bold;
}

#rightcenter {
	    margin-bottom: 0px;
	    margin-left: 220px;
	    margin-right: 320px;
	    padding-right: 0px;
	    min-width: 100px;
	    margin-top: 90px;
		
		font-family: Tahoma;
		font-size: 1em;
		text-decoration: none;
		
		font-weight: bold;
}

#rightcontent {
	position: absolute;
	right: 2px;
	top: 0px;
	width: 160px;
	border: 0px;
	margin-top: 90px;
}

	
/* End Tony's Additions */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000;
	background-color: #fff;
	height:100%;
	}
a:visited {
	color: #660033;
	}
a:active {
	color: #660033;
	}

/*redefined header styles*/	
/*Use H1 for a department/office header if one doesn't exist*/
h1 {
	font-size: 1.6em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: .3em;
	margin-right: 1em;
	display: block;
	text-align: right;
	}
/*Use H2 for a page title*/
h2 {
	font-size: 1.7em;
	margin: 0em 1em 0.5em;
	font-weight: normal;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	display: block;
	}

/*Use H3-H6 for subtitles on a page*/	
h3 {
	font-size: 1.4em;
	margin: 1.2em 1em .5em 2em;
	font-weight: normal;
	color: #660033;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	}
h4 {
	font-size: 1.2em;
	margin: 1.2em 1em 0.5em 2.2em;
	font-weight: bold;
	color: #CCCCCC;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	padding-left: 0.3em;
	}
h5 {
	font-size: 1em;
	margin: 1.2em 0em .5em 3em;
	font-weight: bold;
	color: #000000;
	}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 0.5em 4em;
	font-weight: bold;
	color: #000000;
	}
/*This is a generic style for an image that removes any border*/	
img {
	border: 0;
	}
/*The next two styles are for formatting ordered and unordered lists*/
ol, ul, li {
	font-size: 1em;
	margin-top: 0.1em;
	margin-bottom: 0.1em;
	margin-left: 2em;
	}
/*This is a generic style for paragraphs*/	
	p {
	font-size: 1em;
	}

/*a style for bolding*/
strong, b {
	font-weight: bold;
	}
/*a style for italics*/
i, em {
	font-style: italic;
}
/*a style for tables that sets text size to 100%*/
table {
	font-size: 100%;
}

ul.sidelinks {
	margin:0px;
	padding:0px;
}
ul.sidelinks li {
	list-style:none;
	margin:0px;
	padding:5px 0px;
}
ul.sidelinks ul {
	margin:0px;
	padding:0px;
}
ul.sidelinks ul li {
	list-style: square;
	margin-left:40px;
}
ul.molli-sidebar{
	margin:0px;
	padding:0px;
}
ul.molli-sidebar li {
	list-style:none;
	margin:0px;
	padding:2px 5px;
	font-size:1em;
	font-weight:bold;
}
ul.molli-sidebar li a {
	color:#ffffff;
	display:block;
	padding:5px;
	border:1px solid;
	border-color:#aaa #000 #000 #aaa;
}
ul.molli-sidebar li a:hover {
	color:#ffffff;
	background-color:#bbbbbb;
	display:block;
	position:relative;
	top:1px;
	left: px;
	border-color:#000 #aaa #aaa #000;
}

/*This are the styles for navigation headers. Simply create a new paragraph in the navigation table cell and then apply the class "navtitle"*/
/*.navtitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #660033;

	display: block;

}*/
.navtitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #660033;
	padding: 0em;
	font-size: 1em;
	display: block;
	margin: 0em;
}

.navtitle a {
	display: block;
	border-top: 1px solid;
	border-right: 1px solid #333333;
	border-left: 5px solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin-left: 1em;
	margin-top: 1.2em;
	margin-bottom: 0.4em;
	margin-right: 0em;
	padding: 0.2em;

}

.navtitle a:hover {
	border-top: 1px solid #333333;
	border-right: 1px solid #333333;
	border-left: 5px solid #333333;
	border-bottom: 1px solid #333333;
	text-decoration: none;
}

/*The following is for a navigation title that is not linked; you use it when the sublinks for a menu are expanded by default*/

.nonavtitle {
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	display: block;
	border-top: 1px solid;
	border-right: 1px solid #333333;
	border-left: 5px solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin-left: 1em;
	margin-top: 1.2em;
	margin-bottom: 0.4em;
	margin-right: 0em;
	padding: 0.2em;
}

/*These are styles for the sublinks in a section. Simply create a new paragraph in the navigation table cell and apply the class "navsublink"*/
p.navsublink {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 1em;
	font-size: 1em;
	margin-right: 0px;
	padding: 0px;
}

p.navsublink a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #660033;
	background-image:  url(../images/bullet_sublink.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 1em;
	margin-left: .5em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	text-decoration: underline;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
}

p.navsublink a:hover {
	text-decoration: none;
}

p.navsublink a:visited {
	color: #333333;
}


/*The next two styles are for the main content cell of the table*/
.content {
	margin: 0em;
	padding: 0em 1em 1em;
	vertical-align: top;
}
.content p {
	font-size: 1em;
	margin: 1.2em 0em 1.2em 3.5em;
}

/*This class scales the content of the main table so that fonts look good across browsers*/
.mainTable {
	font-size: 76%;
}

/*FOOTER STYLES*/
	/*All of the styles below control the look of text in the footer*/
	
	table#footer {
	margin-top: 7px;
	padding-top: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #660033;
	font-size: 76%;
	}
	

	
	/*The following styles control the look of the left-hand contact text*/
	
		/* Tony's addition */
	.breadcrumb {
		font-family: Tahoma;
		font-size: .8em;
		
	}
	
	.breadcrumb a {
		font-family: Tahoma;
		font-size: .8em;
		text-decoration: none;
		color: rgb(102, 0, 51);
		font-weight: bold;
		
	}
	
	.sidebar {
		font-family: Tahoma;
		font-size: 1em;
		text-decoration: none;
		color: rgb(255, 255, 255);
		font-weight: bold;
		
	}
	
	.sidebar a {
		font-family: Tahoma;
		font-size: 1em;
		text-decoration: none;
		color: rgb(255, 255, 255);
		font-weight: bold;
		
	}
	
	.sidebar a:visited {
		font-family: Tahoma;
		font-size: 1em;
		text-decoration: none;
		color: rgb(255, 255, 255);
		font-weight: bold;
		
	}
	
	.title {
		font-family: Tahoma;
		font-size: 1.2em;
		color: rgb(102, 0, 51);
		font-weight: bold;
		
	}
	
	.content {
		font-family: Tahoma;
		font-size: .8em;
		color: black;
	}
	
	.content a {
		font-family: Tahoma;
		font-size: .8em;
		font-weight: bold;
		color: rgb(102, 0, 51);
	}
	
	.updated {
		font-family: Tahoma;
		font-size: .8em;
		color: black;
	}
	
		/* End Tony's Additions */
	
	
	.contact {
		color: #333333;
		text-decoration: none;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: .8em;
		font-style: italic;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: 15px;
		margin-right: 0px;
	}
	
	.contact a {
		color: #660033;
		text-decoration: underline;
	}

	.contact a:hover {	
	text-decoration: none;
	color: #666666;
	}
	
	.contact a:visited {
	color: #333333;
	}
	
	/*The following styles control the look of the right-hand upper-level UM nav text*/
	
	.umupper {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #660033;
	text-align: right;
	text-decoration: none;
	margin-right: 15px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	display: block;
	padding-left: 12px;
	
	}
	
	.umupper a {
	font-weight: bold;
	color: #660033;
	text-decoration: underline;
	display: block;
	padding-right: 7px;
	}
	
	.umupper a:hover {
	text-decoration: none;
	color: #666666;
	}
	
	.umupper a:visited {
	color: #333333;
	}
	
	.org_chart_head {
		font-family: Tahoma;
		font-size: 14px;
		font-weight:bold;
		color:#ffffff;
		text-align:center;
		background-color:#660033;
		border-color:#666666;
		border-style: solid;
		border-width: 2px 2px 0px 2px;
	}
	.org_chart_head a {
		font-family: Tahoma;
		font-size: 14px;
		font-weight:bold;
		color:#ffffff;
		text-align:center;
		text-decoration:none;
	}
	.org_chart_head a:hover {
		text-decoration:underline;
	}
	.org_chart_head a:visited {
		font-family: Tahoma;
		font-size: 14px;
		font-weight:bold;
		color:#ffffff;
		text-align:center;
		text-decoration:none;
	}
	.org_chart_head a:visited:hover { 
		text-decoration:underline;
	}
	.org_chart_head td{
		font-family: Tahoma;
		font-size: 14px;
		font-weight:bold;
		color:#ffffff;
		text-align:center;
		padding:2px 5px 2px 5px;
	}
	.org_chart_text {
		font-family: Tahoma;
		font-size: 14px;
		color:#ffffff;
		text-align:left;
		padding:0px 5px;
		border-color:#666666;
		border-style:solid;
		border-width: 2px 2px 2px 2px;
	}
	.org_chart_text td {
		font-family: Tahoma;
		font-size: 13px;
		color:#FFFFFF;
		text-align:left;
		padding:2px 5px 2px 5px;
	}
	.org_chart_text a {
		font-family: Tahoma;
		font-size: 13px;
		color:#FFFFFF;
		font-weight:bold;
		text-decoration:none;
	}
	.org_chart_text a:hover {
		font-family: Tahoma;
		font-size: 13px;
		color:#FFFFFF;
		font-weight:bold;
		text-decoration:underline;
	}
	.org_chart_text a:visited {
		font-family: Tahoma;
		font-size: 13px;
		color:#FFFFFF;
		font-weight:bold;
		text-decoration:none;
	}
	.org_chart_text a:visited:hover {
		text-decoration:underline;
	}
	.org_chart_gray {
		background-color:#999999;
	}
	.org_chart_spacer {
		background-color:transparent;
		margin:0px;
	}
	.org_chart_maroon {
		background-color:#660033;
	}
	.org_chart_table {
		margin:1px auto;
		width:305px;
	}

ul.noindent {
	padding:0px;
	margin:0px;
}
li.noBullet {
	padding: 0px;
	margin: 0px;
	list-style:none;
}
table.topAlign tr td
{
	vertical-align:text-top;
}
/*The following style turns a Submit button into a text submit link*/	
.submitLink_sidebar {
   color: #FFFFFF;
   background-color: transparent;
   text-decoration: none;
   border: none;
   cursor: pointer;
   cursor: hand;
}

/* Miscellaneous classes for reuse */
.moveRight {
	position:relative;
	left: 200px;
	bottom: 30px;
}
.fltLeft {
	float: left;
	margin-right: 8px;
}
.clearFloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* summer's adrotator styles */
a.adrotator
{ 
	font-size:.8em; 
	text-decoration:none; 
	font-weight:bold; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	color:#660033;
}

a.adrotator:hover 
{ 
	text-decoration:underline; 
} 

/*seems like this must be set inline, otherwise the user has to click twice. not sure why. */

#seeMoreContent 
{ 
	display:none; 
}

#seeMoreLink 
{ 
	cursor:pointer; 
	width:175px; 
	font-weight:bold; 
	margin-top:8px; 
	margin-left:15px; 
}

 
#adrotator_h2 
{ 
	font-family:Verdana, Arial Helvetica, sans-serif;
}  
