/* CSS Document */
* {
	padding: 0px;
	text-decoration: none;
	margin: 0px;
	float: none;
}
body {
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	color: #444444;
	background-color: #ffffff;
}
.skip {
	display: none;
}
.ten-padding {
	padding: 0 10px;
}
.fifteen-point {
	font-size: 1.25em;
}
/* HEADER */

#header-outer {
	background-color: #ffffff;
	height: 100%;
}
#header-inner {
	width: 960px;
	margin: 0 auto;
	text-align: center;
}
#wordmark {
	width:500px;
	margin-top:1em;
	margin-left:230px;
	float:left;
	display:inline;
}
.logo {
	/* In order to improve web accessibility, the header includes a simple text link to tennessee.edu (in addition to the clickable UT wordmark).  This style prevents it from displaying in standard web browsers */
	display: none;
}
#header-right-links {
	margin-top:40px;
	padding-top: 1em;
	line-height: 1.8em;
	font-size: 1.1em;
	text-align:right;
	padding-right:1em;
	float: right;
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#header-right-links h2 {
	display: none;
}
#header-right-links ul {
	list-style: none;
}
#header-right-links ul li {
/*display: inline;*/
	}
#header-right-links a {
	color: #666666;
}
#header-right-links a:hover {
	color: #666666;
	text-decoration: underline;
}
#header-right-search {
	display: inline;
	float: right;
	padding-top: 12px;
	margin-right:1em;
}
#header-right-search h2 {
	display: none;
}
.searchbox {
	width: 111px;
	font-size: .9em;
	margin-top: 4px;
	padding: 1px 2px 1px 2px;
}
.searchtext {
	width: 75px;
	font-size: .9em;
}
.hide-search {
	display: none;
}
.lines {
	background: url("../images/07_lines.gif") repeat-x;
	height:7px;
	margin-top:12px;
}
div.hr {
	height: 7px;
	background: #fff url("../images/07_lines.gif") repeat-x;
}
div.hr hr {
	display: none;
}
/* FRONT CONTENT */
#front-content-outer {
	background: #ffffff url("../images/front-content-back.gif") no-repeat center top;
}
#front-content-inner {
	width: 231px;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#front-content-inner h1 {
	display: none;
}
#front-content-inner a {
	color: #4e758b;
}
#front-content-inner a:hover {
	color: #ce6b02;
	text-decoration: underline;
}
#front-menu-container {
	float: left;
	display: inline;
	width: 376px;
	padding: 117px 0px 0px 4px;
	text-align: left;
}
#front-menu-container h2 {
	display: none;
}
#front-menu-container h3 {
	font-size: 1.5em;
	font-weight: lighter;
}
#front-menu-container p {
	font-size: 1.2em;
	line-height: 1.6667em;
	color: #5585a0;
}
#front-menu-container ul {
	list-style-type: none;
}
#front-menu-container li {
	list-style-type: none;
	padding: 6px 5px 6px 16px;
}
#front-menu-container li:hover {
	background: #eaedef url("../images/sidebar-back.gif") repeat-x top;
}
#front-menu-container li:hover a {
	color: #334956;
}
#front-menu-left {
	float: left;
	display: inline;
	padding-right: 3px;
	width: 177px;
}
#front-menu-right {
	float: left;
	display: inline;
	width: 195px;
}
#front-flash-spotlight {
	float: right;
	display: inline;
	width: 557px;
	margin-top: 25px;
	border: 10px solid #e1e0da;
}
#front-content-lower {
	background: url("../images/front-shadows.gif") no-repeat center top;
	padding-bottom: 25px;
	height: 100%;
	width: 450px;
}
#front-content-lower img {
	border: 5px solid #e1e0da;
}
#front-content-ads {
	float: left;
	display: inline;
	width: 360px;
	padding: 25px 25px 25px 0px;
	text-align: left;
	height: 100%;
}
#front-content-ads p {
	font-size: 1.2em;
	line-height: 1.6667em;
	padding: 10px;
	margin: 0 1px 10px 0;
}
#front-content-ads p:hover {
	background: #eaedef url("../images/sidebar-back.gif") repeat-x top;
}
#front-content-ads p:hover a {
	color: #334956;
}
#front-content-news {
	float: left;
	display: inline;
	width: 285px;
	padding: 25px 25px 25px 25px;
	text-align: left;
	height: 100%;
}
#front-content-contact {
	float: right;
	display: inline;
	width: 215px;
	padding: 25px 0px 25px 25px;
	text-align: left;
	height: 100%;
}
#front-content-contact h2, #front-content-news h2 {
	font-size: 1.5em;
	line-height: 1.3333em;
	font-weight: lighter;
	padding: 0.6666em 10px 0 10px;
	color:#555555;
}
#front-content-contact p, #front-content-news p {
	font-size: 1.2em;
	line-height: 1.6667em;
	margin: 0.8333em 0;
}
/* HORIZONTAL MENU */

#horiz-menu-outer {
	background: #7897a8 url("../images/horiz-menu-back-bk.gif") repeat-x center top;
	border-bottom: 5px solid #d5d4ca;
	text-align: center;
}
#horiz-menu-inner {
	width: 960px;
	height: 39px;
	margin: 0 auto;
}
#horiz-menu-inner h2 {
	display: none;
}
#horiz-menu-inner ul {
	list-style-type: none;
	padding: 14px 0;
}
#horiz-menu-inner li {
	list-style-type: none;
	font-size: 1.1em;
	text-transform: uppercase;
	float: left;
}
#horiz-menu-inner li a {
	color: #ffffff;
	padding: 6px;
	margin: 5px;
}
#horiz-menu-inner li a:hover {
	background-color: #567485;
}
/* MAIN CONTENT */

#content-outer {
	background: #ffffff;
}
#content-inner-three {
	background: #ffffff url("../images/content-three-back.gif") no-repeat center top;
	width: 960px;
	margin: 0 auto;
	height: 100%;
}
#content-inner-two {
	background: #ffffff url("../images/content-two-back.gif") no-repeat center top;
	width: 960px;
	margin: 0 auto;
	height: 100%;
}
#content-menu {
	display: inline;
	float: left;
	width: 235px;
	text-align: left;
}
#content-menu h2 {
	display: none;
}
#content-menu h3 {
	font-size: 1.4em;
	color: #666666;
	line-height: 2.43em;
	font-weight: lighter;
	}

#content-menu ul {
	list-style-image: url("../images/bullet-arrow.gif");
	margin-left: 15px;
}
#content-menu li {
	font-size: 1.2em;
	line-height: 1.5em;
	padding: 8px 0;
	background: url("../images/menu-underline.gif") no-repeat left bottom;
}
#content-menu ul li ul li {
	list-style-type: none;
	}
#content-menu li a {
	color: #4e758b;
}
#content-menu li a:hover {
	color: #ce6b02;
	text-decoration: underline;
	font-family: Helvetica, Arial, sans-serif;
}
#content-middle {
	display: inline;
	float: left;
	width: 454px;
	padding: 11px 0 25px 25px;
	text-align: left;
}
#content-twocol {
	display: inline;
	float: right;
	width: 694px;
	text-align: left;
	padding: 11px 0 25px 25px;
}
#content-middle h1, #content-twocol h1 {
	color: #a3502b;
	font-size: 2.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	margin-top: 20px;
}
#content-middle h2, #content-twocol h2 {
	font-size: 1.6em;
	font-weight: lighter;
	line-height: 1.25em;
	/* color: #ffffff;
	background: #829faf url("../images/horiz-menu-back-bk.gif") repeat-x center top;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0.625em 10px;
	margin: 1.5em 0 1em 0;
	*/
	color: #4d7699;
	font-family: Helvetica, Arial, sans-serif;
	margin: 1.25em 0 0.625em 0;
}
#content-middle h2 a, #content-twocol h2 a {
	color: #4d7699;
	}
#content-middle h2 a:hover, #content-twocol h2 a:hover {
	color: #4d7699;
	text-decoration: underline;
	}
#content-middle h3, #content-twocol h3 {
	font-size: 1.5em;
	line-height: 1.333;
	font-weight: lighter;
	margin: 1em 0 -0.333em 0;
	color: #587a8d;
}
#content-twocol h4, #content-middle h4 {
	font-size: 1.2em;
	color: #aaaaaa;
	font-weight: lighter;
}
#content-twocol h4 a, #content-middle h4 a {
	color: #aaaaaa;
}
#content-twocol h4 a:hover, #content-middle h4 a:hover {
	color: #ce6b02;
	text-decoration: underline;
}
#content-middle p, #content-twocol p {
	font-size: 1.2em;
	line-height: 1.6667em;
	margin: 0.8333em;
}
#content-middle ul li ul li, #content-twocol ul li ul li, #content-middle ul li ol li,  #content-middle ol li ul li, {
	font-size: 12px;
	line-height: 20px;
	margin: 5px 0;
	list-style-type: disc;
}

#content-middle h3 a, #content-middle p a, #content-middle li a, #content-twocol h3 a, #content-twocol p a, #content-twocol li a, table a {
	color: #4e758b;
	text-decoration: underline;
}
#content-middle h3 a:hover, #content-middle p a:hover, #content-middle li a:hover, #content-twocol h3 a:hover, #content-twocol p a:hover, #content-twocol li a:hover, table a:hover {
	color: #ce6b02;
	text-decoration: underline;
}
#content-middle ol, #content-middle ul, #content-twocol ol, #content-twocol ul {
	padding-left: 25px;
	font-size: 1.2em;
	line-height: 1.6667em;
}
#content-middle table, #content-twocol table {
	border-spacing: 1px;
	font-size: 1.2em;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.6667em;
	padding: 7px;
}
#content-middle td, #content-twocol td {
	background: 
	padding: 
	font-size: 
	line-height: 
}
#content-middle th, #content-twocol th {
	padding: 7px;
	background: #ffffff url("../images/table-back-th.gif") no-repeat top left;
	font-size: 1.2em;
}
#content-right {
	display: inline;
	float: right;
	width: 190px;
	text-align: left;
	padding: 50px 0 25px 0;
}
#content-right h2 {
	font-size: 1.5em;
	line-height: 1.3333em;
	font-weight: lighter;
	padding: 0.6666em 10px 0 10px;
	color:#555555;
}
#content-right img, .content-border {
	/* border: 5px solid #e1e0da; */
}
#content-right a {
	color: #4e758b;
}
#content-right a:hover {
	color: #ce6b02;
	text-decoration: underline;
}
#content-right p {
	font-size: 1.2em;
	line-height: 1.6667em;
	padding: 10px;
	margin: 0 1px 10px 0;
}
/* #content-right p:hover, #content-right ul:hover {
	background: #eaedef url("../images/sidebar-back.gif") repeat-x top;
}
#content-right p:hover a, #content-right ul:hover a {
	color: #334956;
}
*/
#content-right ul {
	list-style-image: url("../images/bullet-arrow.gif");
	font-size: 1.2em;
	line-height: 1.6667em;
	padding: 10px 0 10px 25px;
}
.staff-photo {
	border: 5px solid #e1e0da;
	margin: 0 11px 0px 0px;
	float: left;
}
.float-left {
	float: left;
	padding: 0 11px 0 0;
}
.float-right {
	float: right;
	padding: 0 0 10px 20px;
}
.float-right-border {
	float: right;
	margin: 0 0 20px 20px;
	border: 5px solid #e1e0da;
}
.blockquote {
	background-color: #ffffee;
	border: 1px dotted #888888;
	padding: 11px;
	font-style: italic;
}
.faq {
	background: #ffffff url("../images/faq-back.gif") repeat-x center top;
	border: 1px solid #d0d0c0;
	padding: 11px;
}
#content-twocol iframe {
	border: 5px solid #e1e0da;
}
.archive {
	padding-left: 15px;
}
#blog-post img {
	border: 5px solid #e1e0da;
}
/* FOOTER */

#footer-outer {
	background: #454545 url("../images/footer.gif") repeat-x center top;
	text-align: center;
}
#footer-inner {
	padding: 25px 0;
	margin: 0 auto;
	font-size: 1.2em;
	line-height: 1.667em;
	color: #dad9d8;
	width: 960px;
	text-align: left;
}
#footer-inner a {
	text-decoration: underline;
	color: #dad9d8;
}
#footer-inner a:hover {
	text-decoration: underline;
	color: #f77f00;
}
#threecol-left {
	float: left;
	width: 345px;
	background-image: none;
}
#threecol-center {
	float: left;
	width: 345px;
	background-image: none;
}
#threecol-right {
	float: left;
	width: 231px;
	background-image: none;
}
#intro-outer {
	float: right;
	width: 690px;
}
#intro-left {
	float: left;
	width: 345px;
}
#intro-right {
	float: right;
	width: 345px;
}
h7 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.6em;
	line-height: 1.25em;
	font-weight: lighter;
	color: #a3502b;
}

