#urmc {
	width:760px;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom: 15px;
	background-color:#FFFFFF
}
#urmc-header {
	height: 82px;
	background: url(/images/bg-urmc-header.jpg) no-repeat left top;
}
#urmc-header img { display: none; }
.urmc-logo {
	float: left;
	margin:10px 20px;
}
#navigation a {
	text-decoration: none;
}
/* --- PRIMARY URMC NAV
----------------------------------------------------- */

#urmc_nav {
	display: block;
	height: 41px;
	background: #17232f url(../images/bg-nav.jpg) repeat-x;
	letter-spacing: 1px;
	font-weight: bold;
	color: #e8e8e8;
	background-color: #ffffff;
}
#urmc_nav ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding-left: 0;
}
#urmc_nav li {
	margin: 0;
	padding: 0;
	background: #17232f url(../images/bg-nav.jpg) repeat-x;
	float: left;
}
#urmc_nav a {
	display: block;
	text-decoration: none;
	line-height: 2.6;
	padding: 0 18px;
	font-size: 12px;
}
#urmc_nav a:link, #urmc_nav a:visited {
	color: #ffffff;
}
#urmc_nav a:hover, #urmc_nav a:active, #urmc_nav a:focus {
	color: #ffffff;
	background: url(../images/bg-nav-hover.jpg) repeat-x;
}
#urmc_nav a.current:link, #urmc_nav a.current:visited, #urmc_nav a.current:hover, #urmc_nav a.current:active, #urmc_nav a.current:focus {
	color: #222222;
	background: #ffffff;
	border-bottom: 1px solid #ffffff;
}
/* --- SECONDARY URMC NAV
----------------------------------------------------- */

#urmc_nav2 {
	display: block;
	top: 0;
	letter-spacing: 1px;
	font-size: 10px;
	font-weight: bold;
	border-bottom: 2px solid white;
	text-align: right;
	background-color:#000000;
}
#urmc_nav2 ul {
	margin: 0;
	padding: 5px 0;
	display: block;
	list-style: none;
}
#urmc_nav2 li {
	display: inline;
	border-right: 2px solid #7B7873; /*#D4CEC2;*/
	background-image: none;
	padding: 0 15px 0 12px;
}
#urmc_nav2 li.end {
	display: inline;
	border-right: 0;
	padding: 0 15px 0 12px;
}
#urmc_nav2 a, #urmc_nav2 a:visited {
	color: #e8e8e8;
	font-size: 10px;
	text-decoration: none;
}
#urmc_nav2 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* --- SEARCH
----------------------------------------------------- */

	#urmc_search {
	height: 30px;
	padding: 25px 25px 0 0;
	width: 760px;
	text-align: right;
	vertical-align: middle;
}
#urmc_search input#searchsite {
	width: 200px;
	background-color: #ffffff;
	border: 1px solid #666666;
	padding: 2px;
}
#urmc_search a, #urmc_search a:visited {
	margin-right: 40px;
	color: #cccccc;
	font-size: 11px;
}
#urmc_search a:hover {
	color: #fff;
	text-decoration: underline; }

/* --- FOOTER ----------------------------------------------------- */
#footer {
	font-size: 85%;
	font-weight: bold;
	color: #8e8e8e;
	padding: 30px 0 15px 30px;
	background: url('/images/ftr-small.gif') top left no-repeat;
	margin-top: -1px;
}

#footer a:link, #footer a:visited { 
	color: #e8e8e8;
	text-decoration: none; }

#footer a:hover { 
	color: #ffffff; 
	text-decoration: underline; }

