/* CSS Document */
* {
	margin: 0;
	padding: 0;
	}
body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #333333;
	background:  transparent url(http://www.utk.edu/images/content-outer-back.gif) repeat-y center top;
	}
.skip {
	display: none;
	}
	
/* HEADER */

#header-outer {
	/*background: transparent url(http://www.utk.edu/images/header-outer-back.gif) repeat-y center top;*/
	}
#header {
	width: 960px;
	margin: 0 auto;
	text-align: center;
	display:inline;
	}
#header h1 {
	display: none;
	}	
#header-inner {
	width: 960px;
	margin: 0 auto;
	text-align: center;
	}

#content-outer {
	background:  transparent url(http://www.utk.edu/images/content-outer-back.gif) repeat-y center top;
	background-color: #ffffff;
	}
#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:20px;
	padding-top: 1em;
	line-height: 1.8em;
	font-size: 1.1em;
	text-align:right;
	padding-right:1em;
	float:right;
	display:inline;
	}
#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;
	}
#content {
	width:960px;
	text-align:center;
	}

#header-lines {
	background-image:url('http://www.tennessee.edu/images/07_lines.gif'); 
	background-repeat:repeat-x;
	height:11px; 
	margin-top:10px; 
	width:960px;
	text-align:center;
	}

/* CONTENT */

#content-inner {
	width: 960px;
	background-color: #ffffff;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	}
	
	/* LEFT MENU */
	
#content-left {
	width: 220px;
	float: left;
	display: inline;
	text-align: left;
	padding: 0px 0px 30050px 0px;
	margin-top:20px;
	margin-bottom: -30000px; 
	}
#content-left-nav {
	width: 239px;
	text-align: left;
	}
#content-left-nav h2 {
	display: none;
	}
#content-left-nav ul {
	list-style: none;
	}

#content-left-quick {
	width: 210px;
	padding: 15px;
	font-size: 1.1em;
	line-height: 2.3em;
	}
#content-left-quick h2 {
	font-size: 1.1em;
	color: #555555;
	}
#content-left-quick ul {
	list-style: square;
	margin-left: 15px;
	}
#content-left-quick li {
	color: #d06000;
	}
#content-left-quick a {
	color: #444444;
	padding-bottom: 2px;
	border-bottom: 1px solid #bbbbbb;
	}
#content-left-quick a:hover {
	color: #d06000;
	padding-bottom: 2px;
	border-bottom: 1px solid #d06000;
	}
	
	/* MAIN CONTENT AREA */
	
#main-content {
	float: left;
	display: inline;
	text-align: left;
	width: 719px;
	padding: 0px 0px 20px 0px;
	}

#main-content-spotlight {
	display: inline;
	float: left;
	width: 468px;
	margin: 0px 0px 10px 0px;
	background: #f8f8ee;
	padding: 5px;
	border: 1px solid #b9b8b6;
	}
	
#highlight {
	padding: 10px;
	background-color: #fff9e0;
	margin: 20px 0px;
	}
#highlight h2 {
	padding-top: 0px;
	}
.dark-text {
	color: #444444;
	}
	
		/* LEFT COLUMN */
	
#main-content-leftcol {
	float: left;
	display: inline;
	}
	
		/* MIDDLE COLUMN */
	
#main-content-midcol {
	float: left;
	display: inline;
	}
	
		/* RIGHT COLUMN */
		
#main-content-rightcol {
	float: right;
	display: inline;
	}
	
.border-photo {
	/* Adds a shaded margin and border */
	background-color: #f8f8ee;
	padding: 3px;
	border: 1px solid #d5d5bf;
	}
.right-float-photo {
	/* Adds the shaded margin and border, and also floats the image to the right with a bit of padding so that text does not butt up directly beside it */
	background-color: #f8f8ee;
	padding: 3px;
	border: 1px solid #d5d5bf;
	float: right;
	margin: 0px 0px 15px 15px;
	}
.left-float-photo {
	/* Adds the shaded margin and border, and also floats the image to the left with a bit of padding so that text does not butt up directly beside it */
	background-color: #f8f8ee;
	padding: 3px;
	border: 1px solid #d5d5bf;
	float: left;
	margin: 0px 15px 15px 0px;
	}
#two-col-span {
	float: left;
	display: inline;
	width: 480px;
	padding: 0px 20px 0px 19px;
	border-right: 1px dotted #bbbbbb;
	margin-top: 20px;
	}
#one-col-span {
	float: left;
	display: inline;	
	padding: 0px 20px 0px 19px;
	margin-top: 20px;
	}


/* FOOTER */

#footer-lines {
	background-image:url("http://www.tennessee.edu/images/07_lines.gif"); 
	background-repeat:repeat-x;
	height:11px; 
	margin-top:0px; 
	width:960px;
	text-align:center;
	}
#footer {
	width:550px;
	/*margin:5px 10px 10px 5px;*/
	text-align:center;
	padding-left:20px;
	margin-bottom:20px;
	}


#footer a {
	color: #444444;
	text-decoration: underline;
	}
#footer a:hover {
	color: #bf4d02;
	text-decoration:underline;
	}
