/* CSS Document */
/* container is the frame around the page */
Body { background-color: #7D1F0C;}
p { font-size: .8em;}

select {font-size: .8em;}
input {font-size: 1em;}
ol {font-size: .8em;}
h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	margin-top: 0px;
	font-weight: normal;
	color: #000000;
}
h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	margin-top: 0px;
	font-weight: normal;
	color: #000000;
	text-indent: -25px; 
}
h3{
	font-family: "Copperplate Gothic Light";
	font-size: 1.5em;
	margin-top: 0px;
	font-weight: normal;
	color: #006666;
	word-spacing: .7mm;
}
h4{
	font-family: "Copperplate Gothic Light";
	font-size: 1.5em;
	margin-top: 0px;
	font-weight: normal;
	color: #006666;
	word-spacing: .7mm;
}
h5{ 
        font-family: Verdana, Arial, Helvetica, sans-serif; 
        font-size: 0.8em; 
        margin-top: 0px; 
        font-weight: normal; 
        color: #262626; 
} 
		
#container {
	padding: 0px 0px 10px;
	border-top: 1px none #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	background-color: #FFFFFF;
	position: relative;
	width: 96%;
	margin-left: 10px;
	}
/* mumc link*/
#mumclinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: left;
	padding-left: 0px;
	padding-right: 10px;
	margin-top: 0px;
	height: 100px;
	line-height: 1.5em;
	background-color: #FFFFFF;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-position: right top;
	border-bottom-width: .2em;
	border-bottom-style: solid;
	border-bottom-color: #C95114;
}

#mumclinks ul { 
 margin: 0px; 
 padding: 0px; 
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-size: .7em; 
 color: #FFF; 
 white-space: nowrap;

}
#mumclinks li { 
 list-style-type: none; 
 display: inline; 
}
#mumclinks li a { 
 text-decoration: none; 
 padding: 7px 10px; 
 color: #FFFFFF; 
}
#mumclinks li a:link {
	color: #000000;
}
#mumclinks li a:visited { 
 color: #000000; 
}
#mumclinks li a:hover { 
 color: #C95114; 
text-decoration: underline; 
}

/* main content window */
#content {
	padding: 0px 10px;
	margin-left: 160px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top-style: none;
	line-height: 1.3em;
	width: 70%;
	white-space: normal;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 1px;
	border-bottom-width: 0px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
}
		
#navcontainer {
	margin-left: 0px;
	float: left;
	width: 130px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	padding-left: 5px;
}  

#navcontainer ul 
{
margin: 0; 
padding: 0; 
list-style-type: none; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
}

#navcontainer li {
	margin: 0;
} 

#navcontainer a 
{
display: block; 
color: #000; 
width: 130px; 
padding: 2px 10px 2px 5px; 
text-decoration: none; 
border-top: 1px solid #aaa; 
border-bottom: none; 
border-left: none; 
font-size: 0.8em; 
}

#navcontainer a:hover 
{ 
color: #C95114;  
padding: 2px 10px 2 px 5px;
}

#navcontainer ul ul 
{
margin-left: 0px; 
padding: 5px; 
list-style-type: none; 
}

#navcontainer li li a 
{
	display: block;
	color: #000000;
	width: 110px;
	padding: 2px 10px 2px 5px;
	margin: 0;
	border-top: none;
	border-bottom: none;
	border-left: 1px solid #aaa;
	text-decoration: none;
	font-size: 0.8em;
}

/* footer stylings */
#footer {
	clear: both;
	padding: 5px;
	margin-top: 5px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	white-space: wrap;
}
#footer2 {
	clear: both;
	padding: 5px;
	margin-top: 5px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7D1F0C;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	white-space: wrap;
}
/* mumc text at top of page*/
.mumc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	margin-left: 10px;
	margin-bottom: 10px;
}
.mumc a:link {color:black; text-decoration:none;}
.mumc a:hover {color:#C95114; text-decoration:none;}
.mumc a:visited {color:black; text-decoration:none;}

.dept {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #336699;
	margin-bottom: 20px;
}
/* content area links*/
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #C95114;
	text-decoration: underline;
}

/* thumb used with images that float left of text, sm amout of padding
I'm still working on other spacing for larger images*/
.thumb {
	float:right;
	margin:0.2em 0.5em 0 0;
	border: 1px solid #000000;
	clear: right;
}
#mumcblock{
	border: 0px none;
	padding: 0px;
	height: 130px;
	margin-bottom: 10px;
}
.mediumtext {
	font-size: 1.2em;
}
.mumcpic {
	background-color: #fff;
	margin-top: 0;
	text-align: center;
	border: 1px solid #000000;
	padding: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	float: left;
	margin-left: 0px;
}
.addressblock {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
.content_ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	margin-top: 0px;
	padding: 0px;
	margin-bottom: 0px;
	font-size: 0.8em;
	margin-left: 20px;
	list-style-image: none;
	list-style-type: none;
}
.ul_display {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	list-style-type: circle;
}

.newform
{
        margin:0;
        padding:0;
        float: left;
}
		
#content #news { 
 float: right; 
 height: 1%; 
 width: 33%; 
 margin: 10px; 
 /* height: 250px; */ 
 background-color: #FFFFFF; 
}
		
#content #news { 
 border: 1px solid #E0D5C5; 
 border-left-color: #E0D5C5; 
 border-top-color: #E0D5C5; 
}
		
#content #news h4.title { 
 background-color: #E0D5C5; 
 margin: 0; 
 border-bottom: 1px dotted #990000; 
 text-align: center; 
 white-space: nowrap; 
 line-height: 1.5em; 
}
		
#content #news ul.body { 
 margin: 0; 
 padding: .4em; 
 font-size: .8em; 
 list-style-type: none; 
 line-height: 1.3em;
}
		
#content #news ul.body li { 
 margin: .1em 0 .4em 0; 
 line-height: 1.3em; 
 list-style-type: none;
}
#content #news ul.body li.title { 
 font-weight: normal; 
 line-height: .5em; 
 margin: 0 0 .4em 0;
}
#content #featureBox {  
width: 100%; 
margin: 5px; 
padding: 0px; 
padding-bottom: 10px; 
}
#content #featureBox 
div.imageBlock {
height: 45%;
}
#content #featureBox 
div.imageBlock img.right { 
display: inline; 
float: right; 
margin-left: 10px; 
}
#content #featureBox 
h4 {
font-size: 1.3em;
}
#content #focusBox { 
padding: 0px; 
margin-top: 10px; 
margin-right: 10px; 
margin-bottom: 10px; 
border-left-color: #ffe27d; 
border-top-color: #ffe27d;
}
#content #focusBox 
ul.body { 
margin: 0; 
padding: .5em; 
font-size: .9em; 
list-style-type: none; 
line-height: 1.5em;
}
#content #focusBox 
ul.body li { 
margin: .5em 0 .5em 0; 
line-height: 1.5em; 
list-style-type: none; 
}
#content #focusBox 
h4 { 
font-size: 1.3em; 
}
#content #focusBox 
div.imageBlock { 
height: 500px; 
}
#content #focusBox 
h4.title { 
background-color: #DDBF5B; 
margin: 0; 
border-bottom: 1px dotted #EEE09E; 
text-align: center; 
white-space: nowrap; 
line-height: 1.5em; 
}
table.cs {
font-family:Verdana, Arial, Helvetica, sans-serif;
border-collapse: collapse;
font-weight: normal;
font-size: .9em;
line-height:1.4em;
margin:5px;
width:98%;
}

table.cs td {
	border:1px solid #cc6600;
	padding:3px;
	}
table.cs th {
	border:1px solid #cc6600;
	padding:3px;
	background-color: #E0D5C5;
	}
table.cs p {
	font-size:1em;
	}
#boxblue {        
    background-color: #E0D5C5;
    padding: .5em;
	margin-bottom: 1em;
    border: 1px solid #cc6600;
	font-size: .8em;
}
#boxblue .header {
	font-size:		1em;
	font-weight:		bold;
}
#boxblue a {
	white-space:		nowrap;
}
div {
      padding-top: 3px;
      padding-bottom: 3px;
      padding-right: 3px;
      padding-left: 30px;
}
