@charset "UTF-8";
/* GENERAL BODY DEFINITIONS */
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	background-color: #fff;
	background-image: url(../images/back_index.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	letter-spacing:-0.5px;
	color: #850001;
	margin:0px 0px 20px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	letter-spacing:-0.5px;
	color: #333;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	letter-spacing:-0.5px;
	color: #D8331D;
	margin:25px 0px 20px;
}
p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #333;
}
a:link {
	color: #0054A8;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #0054A8;
}
a:hover {
	text-decoration: none;
	color: #B61E11;
}
a:active {
	text-decoration: underline;
	color: #01244C;
}
hr {
	border: none;
	width: 100%;
	background-color:#e2ded8;
	height: 1px;
	margin:40px 0px 20px 0px;
}
label {font-weight: normal}
/* --- LISTS --- */	
	ol, ul {
	margin: .5em 0;
}
ol {
	padding-left: 24px;
}
ul {
	padding: 0 0 0 10px;
	list-style-image: none;
	list-style-type: none;
}
li {
	color: #3c3c3c;
	padding: 5px 0 5px 10px;
}
ol li {
	background: none;
	padding: 3px 0;
}
li ul {
	margin: 0;
}
li ul li {
	padding-bottom: 0;
}
dl {
	margin: 0 10px;
}
dt {
	font-family: "Georgia", "Times New Roman", "Times", serif;
	font-size: 14px;
	color: #333333;
	font-style: italic;
}
dd {
	padding: .25em .5em 1em .5em;
}
/* CONTAINER */
#wrapper {
	position:relative;
	width:960px;
	height:auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
/* CORPORATE MENU */
#corpmenu {
	height: 7px;
	width: 700px;
	background-repeat: no-repeat;
	background-position: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 8px;
	color: #b6b2a8;
	clear: both;
}
#corpmenu ul {
	margin:0px;
	list-style-type:none;
	padding: 0px;
}
#corpmenu li {
	float:left;
	height: 26px;
	text-align:center;
	background-image: url(../images/divider_corp.png);
	background-repeat: no-repeat;
	background-position: right 0px;
	padding: 8px 22px 0 20px;
}
#corpmenu li a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #b6b2a8;
	text-decoration: none;
}
#corpmenu li a:hover {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #b6b2a8;
	text-decoration: underline;
}
/* LOGO */
#logo {
	height: 97px;
	width: 960px;
	clear: both;
	background-image: url(../images/logo_shine.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 12px;
}
/* SEARCH */

#urmc_search {
	float: right;
	height: 70px;
	padding: 10px 15px 0 0;
	width: 320px;
	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;
}
/* MAIN MENU */
#mainmenu {
	height: 50px;
	width: 960px;
	background-repeat: no-repeat;
	background-position: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #fff;
	clear: both;
	font-weight: normal;
	margin-top: 7px;
}
#mainmenu ul {
	margin:0px;
	list-style-type:none;
	padding: 0px;
}
#mainmenu li {
	float:left;
	height: 42px;
	text-align:left;
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 8px 22px 0 20px;
}
#mainmenu li a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
	letter-spacing:-0.5px;
}
#mainmenu li a:hover {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	letter-spacing:-0.5px;
}
.desc {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #CCC;
	height: auto;
	width: auto;
}
/* FEATURE */
div.scroller {
	/* modify width and height of scrolling section if necessary	*/		
	width: 570px;
	height: 190px;
	overflow: hidden;
	border:3px solid #517CB1;
	float:left;
	margin-top:30px;
}
div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width:580px;
	height:190px;
	overflow:hidden;
	float:left;
	padding:0px;
}
div.scroller div.content {
	width: 10000px;
}
div#section1 {
	background:#ffffff;
}
div#section2 {
	background:#ffffff;
}
div#section3 {
	background:#ffffff;
}
#previous {
	height: 50px;
	width: 20px;
	display:block;
	float:left;
	margin-top:105px;
}
#previous img {
	border: none;
}
#next {
	height: 50px;
	width: 20px;
	display:block;
	float:left;
	margin-top:105px;
}
#next img {
	border: none;
}
#controls {
	float: left;
	height: auto;
	width: 300px;
	margin: 10px 0px 0px 20px;
}
#controls ul {
	margin:0px;
	list-style-type:none;
	padding: 0px;
}
#controls li {
	float:left;
	text-align:left;
	background-image: url(../images/control_divider.png);
	background-repeat: no-repeat;
	background-position: bottom;
	display:block;
	width:280px;
	padding:0px 0px 10px 20px;
	margin-top:20px;
}
#controls li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #A1120C;
	text-decoration: none;
	font-weight: bold;
	letter-spacing:-0.5px;
	line-height:1.5em;
}
#controls li a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #8F0805;
	text-decoration: underline;
	font-weight: bold;
	letter-spacing:-0.5px;
}
.controlsdesc {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #49392f;
	height: auto;
	width: auto;
}
/* CONTENT */
.clearer {
	clear:both;
}
.leftblock {
	width: 279px;
	min-height:200px;
	margin:20px 0px 0px 0px;
	padding:0px 20px 10px 20px;
	float:left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e2ded8;
}
.leftblock img {
	width:270px;
}
.middleblock {
	width: 279px;
	min-height:200px;
	margin:20px 0px 0px 0px;
	padding:0px 20px 10px 20px;
	float:left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e2ded8;
}
.middleblock img {
	width:270px;
}
.rightblock {
	width: 280px;
	min-height:200px;
	margin:20px 0px 0px 0px;
	padding:0px 0px 10px 20px;
	float:left;
}
.rightblock img {
	width:270px;
}
.img_container {
	border:1px solid #bfbab3;
	padding:4px;
	background-color:#e2ded8;
}
.squarelink {
	display:inline;
	background-color:#335D8D;
	color:#FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	cursor:pointer;
}
.squarelink a {
	padding:10px;
	background-color:#335D8D;
	color:#FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-decoration:none;
}
.squarelink a:hover {
	padding:10px;
	background-color:#729BCD;
	color:#000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-decoration:none;
}
/* --- FOOTER 
----------------------------------------------------- */
	#footer {
	font-size: 100%;
	padding: 15px 40px 0px 40px;
	clear: both;
	background: url('../images/bg-footer.jpg') left top repeat-x;
	height: 110px;
	width: 880px;
	border-top: 2px solid #00467f;
	margin-top: 30px;
}
#footer p {
	color: #777777;
	text-align: center;
	line-height: 18px;
}
#footer a, #footer a:visited {
	color: #797979;
	text-decoration: underline;
}
#footer a:hover {
	color:#000000;
	text-decoration: underline;
}
#footer-links {
	float: left;
	width: 600px;
}
#footer-links ul {
	margin:0 20px 0 0;
	padding:0;
}
#footer-links ul li {
	background:none;
	padding: 1px 0 1px 5px;
	font-size: 11px;
	padding: 2px 0;
	margin: 0;
	color:#797979;
}
#footer-links .col1, #footer-links .col2, #footer-links .col3 {
	float:left;
	margin:0 35px 0 0;
}
#footer-links .footnote {
	margin:5px 0 0 0;
}
#footer-links .update {
	color: #999999;
	font-size: 9px;
	font-weight: normal;
	letter-spacing: normal;
	padding: 0;
}
#footer-links .heading {
	font-weight:bold;
	font-size:12px;
}
#footer-mark {
	float:right;
	width:200px;
	margin-top: 5px;
}
/* SUBPAGE */
#content {
	background-color: #FFFFFF;
	width: 920px;
	min-height:430px;
	margin-top: 0px;
	padding: 20px 20px 0px 20px;
	background-image: url(../images/subpage_back.png);
	background-repeat: no-repeat;
	background-position: top;
}
#main_content {
	width: 599px;
	float:left;
	padding-right: 20px;
	padding-top:10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e2ded8;
}
.rightblock_sub {
	width: 280px;
	min-height:200px;
	margin:10px 0px 0px 0px;
	padding:0px 0px 10px 20px;
	float:left;
}
.rightblock_sub img {
	width:270px;
}
.img_container_sub {
	border:1px solid #bfbab3;
	padding:4px;
	background-color:#e2ded8;
	margin:20px 20px 10px 0px;
	float:left;
}

th {
	padding: 0 0.5em;
	text-align: left;
}
tr.gray td {
	border-top: 1px solid #bfbab3;
	border-bottom: 1px solid #bfbab3;
	background: #e2ded8;
	height:30px;
	font-size:13px;
	font-weight:bold;
}
tr.classic td {
	background: #e2ded8;
	padding:10px;
	font-size:13px;
}
tr.classicalt td {
	background: #ffffff;
	padding:10px;
	font-size:13px;
}

td.width {
	width: 150px;
	text-align:right;
	vertical-align:top;
	font-weight:bold;
	padding-top:5px;
}
td.right {
	text-align:left;
	vertical-align:top;
	padding:5px 0px 10px 5px;
}
td.widtht {
	width: 150px;
	text-align:right;
	vertical-align:top;
	font-weight:bold;
	padding-top:10px;
}
td.rightt {
	text-align:left;
	vertical-align:top;
	padding:10px 0px 10px 5px;
}
td.adjacent {
	border-left: 1px solid #bfbab3;
	text-align: center;
}
/* LINKS */
/* --- Links --- */
a.link-audio {
	background: url('../images/urmc/icon_audio.gif') left bottom no-repeat;
	padding-left: 20px;
	line-height: 16px;
	padding-top: 2px;
}
a.link-contact-sheet {
	background: url('../images/icon_contact_sheet.gif') left bottom no-repeat;
	padding-left: 20px;
	line-height: 16px;
	padding-top: 1px;
}
a.link-email {
	background: url('../images/urmc/icon_email.gif') left bottom no-repeat;
	padding-left: 20px;
	line-height: 16px;
	padding-top: 1px;
}
a.link-external {
	background: url('../images/urmc/icon_external.gif') left bottom no-repeat;
	padding-left: 20px;
	line-height: 16px;
	padding-top: 1px;
}
a.link-file {
	background: url('../images/urmc/icon_generic.gif') left bottom no-repeat;
	padding-left: 20px;
	line-height: 16px;
	padding-top: 1px;
}
a.link-pdf {
	background: url('../images/urmc/icon_pdf.gif') left bottom no-repeat;
	display: inline-block;
	padding-left: 20px;
	line-height: 16px;
	padding-top: 1px;
}
html>body a.link-pdf {
	display:inline;
}
a.link-ppt {
	background: url('../images/urmc/icon_ppt.gif') left bottom no-repeat;
	padding-left: 20px;
	line-height: 16px;
	padding-top: 1px;
}
a.link-print {
	background: url('../images/urmc/icon_print.gif') left bottom no-repeat;
	padding-left: 20px;
	line-height: 16px;
	padding-top: 2px;
}
a.link-profile {
	background: url('../images/urmc/icon_profile.gif') left bottom no-repeat;
	padding-left: 20px;
	line-height: 16px;
	padding-top: 1px;
}
a.link-rss {
	padding-left: 20px;
	line-height: 16px;
	padding-top: 1px;
	background-image: url('../images/urmc/icon_feed.gif') left bottom no-repeat;
	background-repeat: no-repeat;
	background-position: left bottom;
}
a.link-video {
	background: url('../images/urmc/icon_video.gif') left bottom no-repeat;
	padding-left: 20px;
	line-height: 16px;
	padding-top: 1px;
}
a.link-word {
	background: url('../images/urmc/icon_doc.png') left bottom no-repeat;
	padding-left: 20px;
	line-height: 16px;
	padding-top: 1px;
}
a.link-xls {
	background: url('../images/urmc/icon_xls.gif') left bottom no-repeat;
	padding-left: 20px;
	line-height: 16px;
	padding-top: 1px;
}
