@charset "UTF-8";
@import "sexybuttons.css";
/* GENERAL BODY DEFINITIONS */
* {
	margin: 0;
	padding: 0;
}
/*I.E. logo fudge*/
* html #logo {
	margin-top: 7px;
}

* html #mainmenu {padding-top: 10px}

* html #corpmenu {
	display:none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: normal;
	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: 26px;
	font-weight: normal;
	color: #000000;
	margin: 0 0 15px 0;
}
h2 {
	margin: 20px 0 10px 0;
	font-size: 18px;
	color: #000000;
	padding: 0 0 1px 0;
	line-height: 1.2;
	font-family:"Georgia", "Times New Roman", "Times", serif;
	font-style:italic;
	font-weight: normal;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	color: #790000;
	margin: 1em 0 0 0;
	padding-top: 10px;
	font-size: 110%;
}
h4 {
	color: #000000;
	margin: 1em 0 0 0;
	font-size: 110%;
	font-style:italic;
}
p {
	color: #000;
	line-height: 1.4;
	margin: 0 0 15px 0;
}
a:link {
	color: #133A6F;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #184A8F;
}
a:hover {
	text-decoration: none;
	color: #47382e;
}
a:active {
	text-decoration: underline;
	color: #47382e;
}
hr {
	border: none;
	width: 100%;
	background-color:#e2ded8;
	height: 1px;
	margin:40px 0px 20px 0px;
}
/* --- 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: #202020;
	padding: 5px 0 5px 10px;
	
}
.leftblock ul li {
	background: url(/images/img-list-bullet.gif) no-repeat 0px 9px;
}

.middleblock ul li {
	background: url(/images/img-list-bullet.gif) no-repeat 0px 9px;
}

.rightblock ul li {
	background: url(/images/img-list-bullet.gif) no-repeat 0px 9px;
}

#main_content ul li {
	background: url(/images/img-list-bullet.gif) no-repeat 0px 9px;
}

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;
}
/* --- SPECIAL TEXT STYLES  --- */
.text-bold-caps {
	font-weight: bold;
	text-transform: uppercase;
}
.text-small {
	font-size: 80%;
	line-height: 1.5em;
	color: #FFF;
}
.text-large {
	font-size: 118%;
}
.text-xl {
	font-size: 145%;
}
.text-fancy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 1.6em;
}
.text-small-fancy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 90%;
	line-height: 1.6em;
}
.text-large-fancy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 118%;
	line-height: 1.2em;
}
.text-xl-fancy {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 145%;
	line-height: 1.2em;
}
.pullquoteRight {
	font-style:italic;
	font-size:160%;
	color:#950A05;
	float: right;
	width: 150px;
	line-height: 1.1em;
	margin-left: 5px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background-color: #efefef;
	border: 1px dashed #D7D7D7;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.pullquoteLeft {
	font-style:italic;
	font-size:125%;
	color:#000000;
	float: left;
	width: 150px;
	line-height: 1.1em;
	padding: 5px 10px;
}
.date {
	font-size:11px;
	padding:0;
	margin: .2em 0;
	line-height: 12px;
}
.stressed {
	font-size: 118%;
}
.small {
	width: 50%;
}
.full {
	width: 100%;
}
.smallText {
	font-size: 80%;
}
/* CONTAINER */
#wrapper {
	position:relative;
	width:960px;
	height:auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
/* --- Specific content boxes --- */
.box-callout {
	background-color: #F7F7F7;
	color: #000000;
	padding: 10px;
	border: 1px solid #E6E6E6;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.box-notice {
	color: #000000;
	background-color: #D7E3F2;
	padding: 30px;
	border: 1px solid #A0BDE0;
	margin: 10px 0;
	line-height: 1.4em;
}
.box-notice a, .box-notice a:visited {
	font-size:100%;
	text-decoration:none;
}
.box-notice a:hover {
	text-decoration:underline;
	color:#000000;
}
/* OPTIONAL TOP MENU */
#corpmenu {
	height: 7px;
	width: 700px;
}
/* LOGO */
#logo {
	height: 97px;
	width: 960px;
	clear: both;
	background-image: url(/images/logoshine.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 12px;
}
/* PRINT */
.print {
	display:none
}
/* SEARCH and SECOND NAV */

#search {
	float: right;
	text-align: right;
	vertical-align: middle;
	padding-top: 0px;
	display: block;
	position: absolute;
	top: 50px;
	width: 950px;
	letter-spacing: 1px;
	font-size: 10px;
	font-weight: bold;
}
#search form {
	background-color: none;
	padding: 0px;
}
#search input#searchsite {
	width: 178px;
	color: #333;
	background-color: #ffffff;
	border: 1px solid #666666;
	padding: 2px;
}
#nav2 {
	display: block;
	position: absolute;
	top: 7px;
	width: 950px;
	letter-spacing: 1px;
	font-size: 12px;
	font-weight: bold;
}
#nav2 ul {
	margin: 0;
	float:right;
	padding: 5px 0;
	display: block;
	list-style: none;
}
#nav2 li {
	display: inline;
	background-image: none;
	padding: 0 7px;
}
#nav2 li.end {
	display: inline;
	border-right: 0;
}
#nav2 a, #nav2 a:visited {
	color: #ffffff;
}
#nav2 a:hover {
	color: #7fa2bf;
}
/* 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: 8px;
}
#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: none;
	font-weight: bold;
}
#mainmenu li a:hover {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #FFF;
	text-decoration: underline;
	font-weight: bold;
}
.desc {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #CCC;
	height: auto;
	width: auto;
}
/* CONTENT */
.clearer {
	clear:both;
}
.leftblock {
	width: 279px;
	min-height:200px;
	margin:0px 0px 0px 0px;
	padding:0px 20px 10px 20px;
	float:left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e2ded8;
}
.leftblock img {

}
.middleblock {
	width: 279px;
	min-height:200px;
	margin:0px 0px 0px 0px;
	padding:0px 20px 10px 20px;
	float:left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e2ded8;
}
.middleblock img {
}
.rightblock {
	width: 280px;
	min-height:200px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 10px 20px;
	float:left;
}
.rightblock img {
}
.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 30px 10px 30px;
	clear: both;
	background: url('/images/bg-footer.jpg') left top repeat-x;
	height: 200px;
	width: 880px;
	border-top: 2px solid #000000;
	margin-top: 50px;
	background-color: #5386B3;
}
#footer p {
	color: #fff;
	text-align: left;
	line-height: 18px;
}
#footer a, #footer a:visited {
	color: #FFF;
	text-decoration: underline;
}
#footer a:hover {
	color:#CCC;
	text-decoration: underline;
}
#footer-links {
	float: left;
	width: 510px;
}
#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:#FFF;
}
#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:300px;
	margin-top: 0px;
}
/* SUBPAGE */
#content {
	background-color: #FFFFFF;
	width: 920px;
	min-height:430px;
	margin-top: 30px;
	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 a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	letter-spacing:-0.5px;
}
.img_container_sub {
	border:1px solid #bfbab3;
	padding:4px;
	background-color:#e2ded8;
	margin:20px 20px 10px 0px;
	float:left;
}
table {
}
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 {
	padding: 0 0.5em;
}
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;
}
.text_field {
	border:1px solid #bfbab3;
	width:274px;
	height:20px;
	margin:5px 0px 5px 0px;
	padding:5px;
}
.text_area {
	border:1px solid #bfbab3;
	width:548px;
	height:100px;
	margin:5px 0px 5px 0px;
	padding:5px;
}
.form_button {
	height: 30px;
	width: 90px;
	background-repeat: no-repeat;
	border:none;
	margin-top:10px;
	color:#fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
}
/* SPECIAL 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 {
	padding-right: 20px;
	line-height: 16px;
	padding-top: 1px;
	background-image: url(../images/urmc/icon_external.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
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-new {
	background: url('/images/urmc/icon_new.gif') left bottom no-repeat;
	padding-left: 26px;
	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);
	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.gif') 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;
}
/* --- COMMON --- */
ul.subNav, ul.subNav ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.subNav {
}
ul.subNav a:link, ul.SubNav a:active {
	color: #850001;
	text-decoration: none;
}
ul.subNav a:visited {
	color: #850001;
	text-decoration: none;
}
ul.subNav a:hover {
	color: #00467f;
	text-decoration: underline;
}
/* --- LEVEL ONE --- */
ul.subNav {
	letter-spacing: 1px;
	font-weight: bold;
	margin-bottom: 15px;
}
ul.subNav li {
	padding: 5px 0 0 0;
	margin: 0 0 7px 0;
	background: none;
	line-height: 14px;
	font-size:14px;
}
/* --- NESTED --- */
	ul.subNav ul {
	font-weight: normal;
	line-height: 1.4;
	margin: 8px 0 0 0;
	letter-spacing: normal;
	border: none;
}
ul.subNav ul li {
	line-height: 1.1;
	margin: 6px 0 0 12px;
	border: none;
	font-size:12px
}
ul.treeview li.submenu { /* Style for LI that contains sub lists (other ULs). */
	cursor: hand !important;
	cursor: pointer !important;
}
ul.subNav ul a:link, ul.subNav ul a:active {
	color: #00467f;
	text-decoration: underline;
}
ul.subNav ul a:visited {
	color: #00467f;
	text-decoration: underline;
}
ul.subNav ul a:hover {
	color: #444;
	text-decoration: none;
}
/* -- NESTED TWICE --- */
			ul.subNav ul ul {
	font-style: italic;
	list-style-type: none;
}
ul.subNav ul ul li {
	padding-left: 0;
	margin-left: 10px;
}

