
/* -----------------------------------------------
VUMC IRB Base Stye : used on all screen pages
Author:   Anna Belle Leiserson
Version:  Jan 14 2007
----------------------------------------------- */

/* Layout elements and common elements, including basic fonts */
html,body,.wrapper {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	background: #670000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.2; 
	text-align: center;
}
.container1 {
	width: 924px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
.container2 {
	width: 900px;
	margin: 0 12px;
	padding: 0;
}
.graphic-translated{
	display: none;
}
p {
	line-height: 1.5;
}
p.startpara {
	margin-top: 2px;
}
a:link {
	color: #024172;
}
a:visited {
	color: #4F0291;
}
a:hover, a:active {
	color: #A21A00;
}

/* Top of page, including header logo and upper navigation */
#top {
	padding: 0;
	background: #670000 url(images/top-stripes.jpg) repeat-x top;
	border-top: none;
	font-size: 95%; 
}
#top .container1 {
	height: 154px;
	background: #A21B00 url(images/top-shadow.jpg) repeat-x top;
}

/*======~Top Menu===========================*/
#topmenu {
	height: 31px;
	margin: 0;
	padding: 0;
	background: #FFCF3D url(images/topmenu-bkgr.jpg) repeat-x;
}
#topmenu ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#topmenu li {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	text-align: center;
}
#topmenu a:link,  #topmenu a:visited,  #topmenu a:hover,  #topmenu a:active  {
	display: block;
	width: auto;
	margin: 0;
	padding: 8px 0px;
	font-size: .9em;
	
	font-weight: bold;
	text-decoration: none;
}
#topmenu a:link,  #topmenu a:visited  {
	background: #FFCF3D url(images/topmenu-bkgr.jpg) repeat-x;
	color: #000;
}
#topmenu a:hover, #topmenu a:active { 
	background: #FFCF3D;
}
#topmenu #tabvumc {
	width: 225px;
	border-right: 1px solid #DEB436;
}
#imgbuzz {
	float: left;
	margin: 1px 0px 0 8px;
	padding: 0;
}
#topmenu #taboor {
	width: 140px;
	border-right: 1px solid #DEB436;
}
#topmenu #tabgcrc {
	width: 52px;
	border-right: 1px solid #DEB436;
}
#topmenu #tabgcm {
	width: 146px;
	border-right: 1px solid #DEB436;
}
#topmenu #tabrss {
	width: 55px;
	border-right: 1px solid #DEB436;
}
#topmenu #tabctb {
	width: 168px;
	border-right: none;
}
/* Header, Logos, Search box */
#imgacorn {
	float: left;
	margin: 15px 0 0 10px;
	border: none;
}
form.searcharea {
	display: inline;
	float: right;
	width: 180px;
	margin: 17px 15px 0 0;
	color: #FCF6EF;
}
input.searchbox {
	width: 140px;
	margin: 0 0 4px 0;
	padding: 1px 5px;
	background: #FFEECC;
	border: 1px solid #999;
}
input#searchbutton {
	float: right;
}

ul#faqmenu {
	margin: 18px 0 0 171px;
		padding: 0;
}
ul#faqmenu li {
	display: inline;
	margin: 0;
	padding: 0 30px 0 0;
	list-style: none;
}
ul#faqmenu li a {
	border: none;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
}
ul#faqmenu li a:link, ul#faqmenu li a:visited {
	color: #fff;
}
ul#faqmenu li a:hover, ul#faqmenu li a:active {
	color:#000;
}


/* Middle of page with content and left navigation */
#middle {
	clear: both;
	padding: 0;
	background: #670000;
	border-top: none;
	font-size: 95%; 
}
#middle .container1 {
	background: #FDF6F0 url(images/middle-shadow.jpg) repeat-y left;
}
/* Topical menu (left navigation) */
ul#topicalmenu {
	float: left;
	width: 150px;
	margin: 0;
	padding: 0;
}
ul#topicalmenu li {
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #3F0000;
}
ul#topicalmenu li a {
	display: block;
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
}
ul#topicalmenu a:link, ul#topicalmenu a:visited {
	padding: 5px 3px 5px 18px;
	border: none;
	color: #FCF6EF;
	line-height: 1.1em;
}
ul#topicalmenu a:hover, ul#topicalmenu a:active {
	padding: 5px 3px 5px 18px;
	background: #A31B00;
	border: none;
	color: #FCF6EF;
	line-height: 1.1em;
}
ul#topicalmenu li.currentsubpage a:link, ul#topicalmenu li.currentsubpage a:visited, ul#topicalmenu li.currentsubpage a:hover, ul#topicalmenu li.currentsubpage a:active {
	background: #580900;
	color: #BEB4A8;
	text-decoration: none;
}
li#aahrpp a:link, li#aahrpp a:visited, li#aahrpp a:hover, li#aahrpp a:active {
	margin-top: 15px;
	margin-left: 10px;
	background: #330000;
}

/* Content */
#content {
	margin: 0 0 0 170px;
	padding: 0 25px 0 10px;
}
#content h2 {
	margin: 0;
	padding-top: 15px;
	color: #C24400;
	font-size: 1.2em;
	text-transform: uppercase;
}
#content h3 {
	margin: 10px 0 0 0;
	font-size: 1.2em;
	color: #340002;
}
#content li {
	padding-bottom: 1px;
	padding-top: 1px;
	font-size: 1em;
	line-height: 1.3; 
}

/* Bottom of page - Footer */
#bottom {
	clear: both;
	padding: 0;
	background: #670000 url(images/bottom-stripes.gif) repeat-x bottom;
	border-top: none;
	color: #FCF6EF;
	font-size: 85%; 
}
#bottom .container1 {
	background: #FDF6F0 url(images/bottom-shadow.jpg) repeat-x bottom;
}
#bottom p {
	margin-left: 170px;
	margin-top: 15px;
}
#bottom a:link, #bottom a:visited {
	color: #8CAFE4;
}
#bottom a:hover, #bottom a:active {
	color: #FD2A00;
}
/* Extra Elements */
ul.biglist {
	font-size: 1.1em;
	margin-top: 5px;
}
ul.biglist li {
	list-style: none;
	list-style-image: url(images/arrow-red.gif);
	padding: 0 0 8px 0;
}
img.floatleft {
	float: left;
	margin: 0 10px 0 0;
}
