@charset "iso-8859-1";
@import url ("/olc/styles/UMCB/umb_contribute.css");

#page_wrapper {
	width:100%;
	}
	
body, html {
	padding:0px;
	margin:0px;
	}

body ul {
	font-family:Arial, Verdana, Helvetica, sans-serif;
	margin-left: 18px;
	}
	
p {color: #000000;}


	
main_col {color: #000000;}

#main_col p a{
color:#336699;
}

#main_col p a:hover {
color:#4487cb;
}

#main_col p a:visited {
color:#818c76;
}

#main_col td a {
color:#336699;
}

#main_col td a:hover {
color: #4487cb;
}

#main_col td a:hover {
color:#4487cb;
}

#main_col td a:visited {
color:#818c76;
}
	
/*p.main_col a { color: #336699;}*/
		
/*====================== 
Header and Main Nav
======================*/ 

#header_bg {
	width:100%;
	background-image: url(/olc/images/UMCB/umb_header_bg.gif);
	background-repeat: repeat-x;
	border-bottom:1px solid #FFFFFF;
	height: 86px;
	}
	
#header {
	position:relative;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	width:100%;
	background-image: url(/olc/images/UMCB/umb_header.gif);
	background-repeat: no-repeat;
	height: 86px;
	}

	
#global_nav {
	position: absolute;
	width: 865px;
	top: 55px;
	left: 100px;
	font-size: 1.2em;
	font-weight: bold;
	z-index:100;
	}
	
#global_nav ul {
	margin-top:0px;
	word-spacing:2px;
	float: right;
	}

#global_nav ul li {
	list-style-type:none;
	display:inline;
	}

#global_nav li a {	
	line-height:18px;
	}
/******** global nav drop down, function lives in /js/nav_main.js ********/
#dmenu {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size:.7em;
	}
/************************************************************************/

#audience_nav {
	width:965px;
	height: 1.6em;
	margin: 0px;
	padding: 0px;
	/*	margin-top:0px;
	margin-left: 0px;*/
	border-bottom:1px solid #FFFFFF;
	background-color: #92b1d9;
	font-size: 1.2em;
	font-weight: 700;
	z-index: 100;
	}
	
/******** audience nav drop down  function lives in /js/nav_main.js ********/
#navi {
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: .7em;
	}
/************************************************************************/

#second_nav {
	float: right;
	}
	
#titlecontainer {
	width:945px;
	border-left:20px solid;
	border-left-color: #B7B8A0;	
	}

#title_bar {
	background-color:#D8D9C8;
	color: #575510;
	font-weight: bold;
	font-size: .8em;
	padding-top: 3px;
	/*padding-right: 24px;*/
	padding-bottom: 3px;
	padding-left: 12px;
	}	
	
#title_bar a{
	text-decoration:none;
	color: #575510;
	}
	
#titlesection {
	/*width: 510px;*/
	width: 460px;
	padding: 12px 6px 3px 0;
	font-size: 1em;
	color: #575510;
	font-weight: bold;
	}
	
#titlesection2 {
	width: 740px;
	padding: 12px 6px 3px 0;
	font-size: 1em;
	color: #575510;
	font-weight: bold;
	}
	
		
/*====================== 
Micro Nav
======================*/ 
#nav-site {
	position:absolute;
	/*the % width allows for the micro nav to expand when text is enlarged*/
	width:80%;
	top:18px;
	left:340px;
	height:20px;
	color:#003366;
	margin-left:0;
	color:#003366;
	font:.9em arial, sans-serif;
	/*word-spacing:10px;*/
	letter-spacing:0.2px;
	}

#nav-site p {
/*	margin-right:40px; when enlarging text in browser, this clips it unnecessarily*/
	color:#003366;
	font:13px arial, sans-serif;
	word-spacing:10px;
	letter-spacing:.2px;
	background-color:inherit;
	}

#nav-site  input {
	border:1px solid #7F9DB9;
	width:250px;
	height:15px;
	font-size:12px;
	}

#nav-site  a {
	color:#003366;
	text-decoration:none;
	}

/*====================== 
Menu Design
======================*/ 

dl, ol, ul { 
	margin: 0 0 10px 0; 
	padding: 0;
	}
dt { 
	font-weight: bold; 
	}
dd { 
	margin: 0 0 0 3em; 
	}

ol { 
	padding: 0 0 0 3em; 
	} 
li {
	margin: 0;	
	}


.topmenu {
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	}

.topmenuli a{
	color: #000000;	
	margin: 0px;
	}

.topmenuli a:hover{
	color: #003366;
	background-color: #FFFFFF;	
	margin: 0px;
	}


.topmenu4li a{
	color: #ffffff;
	margin: 0px;
	}

.topmenu4li a:hover{
	color: #003366;
	background-color: #FFFFFF;	
	margin: 0px;
	}


.topmenutitle {
	text-indent:3px;
	text-decoration: none;
	display:block;
	margin: 0;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	}

.submenuul{
	list-style-type:none;
	display:none;
	position:absolute;
	margin: 0px;
	padding: 0px;
	background-color:#92b1d9;
	border-top:1px solid #000000;
	}

.submenuli a{
	width:200px;
	display:block;
	margin: 0px;
	padding: 3px;
	text-decoration: none;
	background-color:#92b1d9;
	color: #000000;
	font-weight: normal;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	border-left:1px solid #000000;
	}

.submenuli a:hover{
	margin: 0px;
	padding: 3px;
	text-decoration: none;
	background:#92b1d9;
	background-color: #003366;
	color: #ffffff;
	font-weight: normal;
	}

/******** dropdowns begin here ********/

.topmenuul{
	list-style-type:none;
	margin:0;
	padding:0;
	}

.topmenuli{
	list-style-type:none;
	float:left;
	padding-top: 4px;
	}

.topmenu4li{
	list-style-type: none;
	float:left;
	}

li:hover ul , li.over ul{ /* lists nested under hovered list items */
	display: block;
	}
	
/

/*====================== 
main col 
======================*/ 



/*====================== 
main col list items
======================*/ 
	
#main_col ul {
	list-style-type: none;
	}

#main_col ul li{
	list-style-type: none;
	list-style-image: url(/olc/images/UMCB/umb_squarebullet.gif);
	}
	
#main_col li a{
	list-style-image: url(/olc/images/UMCB/umb_squarebullet.gif);
	color: #336699;
	}
	
#main_col li a:hover {
	list-style-image: url(/olc/images/UMCB/umb_squarebullet_hov.gif);
	color: #4487cb;
	}
	
#main_col li a:visited {
	list-style-image: url(/olc/images/UMCB/umb_squarebullet_link.gif);
	color: #6e7e5e;
	}
	
/*====================== 
left col navigation
======================*/ 

#navcontainer ul, #navcontainer li {
		    margin:  0;
            padding: 0;
            font-size: 1em;
            list-style-type:none;
			/*holly hack for IE vertical space with display blocks*/
			height: 1%;
            }
			

#navcontainer li  a {
			display: block;
            color: #575510;
            text-decoration: none;
			padding-left: 10px;
			padding-top: 6px;
			padding-bottom: 6px;
			border-bottom: solid 1px #575510;
		
            }          

#navcontainer li a:hover {
            background: transparent url(/olc/images/UMCB/umb_list-24on.gif) no-repeat;
            }

#navcontainer ul  ul {
            margin-left: 4px;
			padding: 0;
            }           
     
#navcontainer ul li  ul li   a{
			display: block;
			margin-left: 10px;
			padding-left: 10px;
			padding-top: 3px;
			padding-bottom: 3px;
            color: #575510;
            font-size: 1em;
			border-bottom: solid 1px #575510;
           }           

#navcontainer ul ul a:hover{
            color: #575510;
            }
			
#navcontainer ul li {
            background: transparent url(/olc/images/UMCB/umb_list-24off.gif) no-repeat;	
			
            }



/*====================== 
right col
======================*/ 	


#right_col  {
	float: right;
	width:150px;
	margin:0;
	color:#003366;
	background-color: #f0eee4;
	border-left: solid 4px #FFFFFF;
	border-bottom: solid 4px #FFFFFF;
	padding: 6px;
	}
	
#right_col p {
	color: #003366;
	padding: 4px 2px 4px 2px;
	font-family: Verdana, Arial, Helvetica,  sans-serif;
	font-size: .7em;
	}
	
#right_col p a {
	color: #336699;
	}


/*====================== 
footer styles
======================*/ 	

#clear {
	clear:both;
	height:40px;
	}

#footer {
	width:100%;
	margin:0px;
	text-align:center;
	}
	
#footer_top {
	background-color:#003366;
	padding-top:.5em;
	padding-bottom:.3em;
	height:1.5em;
	width:100%;
	color:#fff;
	}

#footer_bottom {
	padding-top:.5em;
	padding-bottom:.3em;
	background-color:#336699;
	width:100%;
	height:1.5em;
	}
	
#footer_bottom p{
	font: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: .8em;
	}
	
#footer_bottom a{
	text-decoration: none;
	color: #ffffff;
	}

#footer_top ul {
	list-style-type:none;
	color:#fff;
	font:.9em Arial, Helvetica, sans-serif;
	margin:0 2px 10px;
	text-decoration:none;
	z-index:20;
	}

#footer_top ul li {
	display:inline;
	}

#footer_top ul li a {
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	line-height:20px;
	}
	
.footer_text {
	width:100%;
	text-align:center;
	color: #ffffff;
	font-weight:bold;

	}


/*====================== 
search styles
======================*/ 	
	
#googleimage {
	width: 50px;
	display: none;
	}

#googlecontainer {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: 000000;
	}
	
#googlecontainer a {
	text-decoration: none;
	color: 000000;
	}

