
/* CSS Document */
/* CSS Document */
/* Stylesheet For UHC Website Index Page */
* {
  margin: 0;
  padding: 0;
}

img
{
  border-style: none;
}
#container {
  width: 750px;
  _width: 700px;
  margin: 0 auto;

}
#redbox {
  background-color: #cc0000;
  font-family: arial, sans;
  font-size: 12px;
  border-left: 25px solid #ffcc33;
  text-align: right;
  width: 725px;
}

ul#navi {
  float: left;
  color: #fff;
  font-weight: bold;
  text-transform: lowercase;
  text-decoration: none;
  padding: 7px 5px 5px 5px;
}

ul#navi li {
  display: inline;
}

ul#navi a:link {
  color: #fff;
  text-decoration: none;
}

ul#navi a:visited {
  color: #fff;
  text-decoration: none;
}

ul#navi a:hover {
  color: #fff;
  text-decoration: underline;
}

ul#navi a:active {
  color: #fff;
  text-decoration: none;
}

#search {
  padding: 5px;
  color: #fff;
  font-weight: bold;
  text-transform: lowercase;
}

#search input {
  font-family: arial, sans;
  font-size: 12px;
  color: #cc0000;
}

#logo {
  clear: right;
  float: left;
  margin: 5px 10px 0 5px;
}

/*TITLE Department Name*/

#deptheader {
  clear: right;
  float: right;
  text-align: right;
  margin-top: 20px;
  font-family: arial, sans;
}
#deptheader h1 {
  font-size: 30px;
  color: #000;
  white-space: nowrap;
  font-family: arial, sans;
}

#whiteback {
  background-color: #fff;
  border: 0;
  width: 750px;
  height: 80px;
}

/*END TITLE Department Name*/

body {
		background-color: #ffffff;
		text-align: center; margin: 0; padding: 0;
}
div#contentbox { /* Provides light colored background to page */
		background: #ffffff; width: 750px;
}

div#content {
		width: 750px;
		float: left;
		text-align: left;	
		font-family: times;
		margin-top: 5px;
}
#content a:link, #content a:visited {
  color: #cc0000;
  text-decoration: none;
}
#content a:active, #content a:hover {
  color: #cc0000;
  text-decoration: underline;
}

/* Navigation Styles */
#main_nav {
    margin-left: 0px;	
  }
#nav {
  margin-left: -1px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
#nav, #nav ul { /* all lists */
		padding: 0; margin: 0;
		list-style: none;
		width: 750px;
		float: left;
		
		line-height: 2;
		text-align: left;
		/* CHANGE THIS BACK TO MOORHEAD RED */
		background-color: #cccccc;

}
#nav a {
		display: block;
		width: auto; padding: 1px; margin: 0 20px 0 13px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px; 
    /* CHANGE THIS BACK TO White */
    color: #000;
		font-weight: bold;
		text-decoration: none;

}
#nav li ul li a {
  text-align: left;
}
#nav ul{text-align:center;}
#nav li { /* all list items */
		float: left;
		width: auto;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px; 
    /* CHANGE THIS BACK TO White */
    color: #000;
		font-weight: bold;
		text-decoration: none;
		text-align: left;
}
#nav li ul { /* second level lists */
		position: absolute;
		width: 145px;
		left: -999em;
		text-align: left;
		/* CHANGE THIS BACK TO MOORHEAD RED */
		background-color: #cccccc; 
		z-index: 101; /* allows the dropdown menu to go over content */
				border-left: 1px solid #000;
		border-right: 1px solid #000;
		border-bottom: 1px solid #000;
}
#nav li.level_2 a {
		display: block;
		width: 9em; padding: 0px 0px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px; color: #ffffff;
		font-weight: bold;
		text-decoration: none;
		line-height: 0em;
		text-align: left;
}
#nav li:hover ul, #nav li.sfhover ul {
		left: auto;
}
#nav li a:hover {
/* CHANGE THIS BACK TO White */
		color : #000;
		text-decoration: underline;
}
#nav li.level_2 a:hover {
		color : #ffffff;
    text-decoration: underline;
}



/* AMANDA'S CSS */

/* footer stuff */
  #footer {
    
    font-family: arial, sans;
    font-size: 12px;
    text-align: center;
    }
  
  #footer a:link, #footer a:visited {
    color: #cc0000;
    text-decoration: none;
  }
  #footer a:hover, #footer a:active {
    color: #cc0000;
    text-decoration: underline;
  }
/* end footer stuff */

/*Front Page Css 3 Column*/
#left {
width: 130px;
margin-top: -5px;
margin-left: 11px;
padding: 5px;
float: left;
background-color: #efefef;
  font-family: times, serif;
font-size: 12px;
text-align: justify;
}

#left ul {
  list-style-type: none;
  margin-left: 10px;
}

#center {
width: 430px;
padding: 0 10px 0 10px;
float: left;
font-size: 14px;
text-align: justify;
line-height: 18px;
}

#right {
width: 130px;
padding: 5px;
padding-right: 10px;
margin-top: -5px;
margin-right: -10px;
float: right;
background-color: #efefef;
font-size: 12px;
text-align: justify;
}

h3 {
  width: auto; padding: 1px; margin: 0 20px 0 13px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px; color: #ffffff;
		font-weight: bold;
		text-decoration: none;
		text-align:center;
}
h2 {
  font-size: 14px;
  font-weight: bold;
  background-color: #000;
  color: #fff;
  text-align: center;
  width: 100%;
}

/**Front Page CSS 2 Column **/
#dual_col_left {
margin-left: 10px;
width: 140px;
padding: 0 5px 0 5px;
float: left;
background-color: #efefef;
font-size: 12px;
text-align: justify;
}

#dual_col_left h2 {
  font-size: 16px;
  font-weight: bold;
  background-color: #000;
  color: #fff;
  text-align: center;
  width: 100%;
}

#dual_col_right {
width: 570px;
padding: 0 10px 0 10px;
float: left;
font-size: 14px;
text-align: justify;
line-height: 18px;
}

/**Front Page CSS 1 Column **/
#mono_col_main {
width: 730px;
padding: 0 10px 0 10px;
float: left;
font-size: 14px;
text-align: justify;
line-height: 18px;
}


#content ul li {
  margin-left: 30px;
  }

#content ol li {
  margin-left: 50px;
  }
  
#content blockquote {
  margin-left: 30px;
  }



	
li:hover ul, li.over ul{ display: block; }
