/* CSS Document */

/* 	This document (new.css) is adapted from (blue.css), one of the standard design templates created by UT's Office of Creative Services. It is a secondary style sheet and is intended to work in combination with global.css.*/

	
/* HEADER */

h1 {
	/* Styles the main heading.  NOTE: Each page should have only one H1 */
	font-size: 2em;
	line-height: 1em;
	/*border-bottom: 1px solid #aaaaaa;*/
	margin: 1.5em 0em 0.5em 0em;
	font-weight: lighter;
	}
h3 {
	font-size: 1.6em;
	line-height: 1;
	/*border-bottom: 1px solid #aaaaaa;*/
	margin: 1em 0em 0.2em 0em;
	font-weight: lighter;
	}
	
.cloud {
	line-height: 1;
	}

	
/* MAIN CONTENT AREA */

#content-outer {
	/* Establishes the width of the Content area and styles it */
	/* different-content-outer.gif is a background image that is being repeated horizontally.  It creates the dark-to-light blue gradient */
	background:  #ffffff url(http://onsite.tennessee.edu/images/backgrounds/blue-content-outer.gif) repeat-x center top;
	}	
#main-content {
	/* Establishes the width of the main content area.  The div is 680 pixels wide because there is 20 pixels of padding on the right and left (20 + 680 + 20 = 720).  I didn't specify the left padding because the div is floating to the right (see global.css) */
	padding: 1em 15px 0em 0px;
	width: 690px;
/*	font-size: 1.0em;  */
	font-size: 11px; 
	}
#main-content table {
	cellpadding: 10px;
/*	font-size: 1.0em; */
	line-height: 1.4em;
	}
#main-content p {
	/* Styles everything within p tags <p> . . . </p> */
	font-size: 1.1em;
	line-height: 1.4em;
	margin: 1.5em 0;
	}
#main-content h2 {
	color: #bf4d02;
	font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	line-height: .9em;
	/*border-bottom: 1px solid #aaaaaa;*/
	margin: 1.25em 0em 0.4em 0em;
	font-weight: lighter;
	/* Styles all Heading 2s in the main content area. Use H2 for the main subheads in your content */
	/*font-size: 1.5em;
	line-height: 1.2em;
	margin: 1.6em 0em -0.4em 0em;
	color: #5c801c;
	font-weight: lighter; */
	}
#main-content h4 {
	/* Styles all Heading 3s in the main content area. Use H3 for the sub-subheads in your content. For example, use H3 to title a small ordered list that is found under a main subhead (H2) */
	font-size: 1.4em;
	line-height: 1em;
	margin: .75em 0em 0em 0em;
	}
#main-content a {
	/* Styles all links in the main content area. */
	color: #4c617e;
	text-decoration: underline;
	}
#main-content a:hover {
	color: #bf4d02;
	}
#main-content ul {
	/* Styles all unordered lists in the main content area */
	padding-left: 15px;
	margin-left: 15px;
	}
#main-content ul li {
	font-size: 1em;
	line-height: 1.636em;
	}
#main-content ol {
	/* Styles all ordered lists in the main content area */
	padding-left: 15px;
	margin-left: 15px;
	}
#main-content ol li {
	font-size: 1.1em;
	line-height: 1.636em;
	}


	/* LEFT MENU */
	
#left-menu {
	/* left-menu styles the main menu column, including the font size. NOTE: The padding- and margin-bottoms are a trick that extends the left menu the full length of the page (assuming the page isn't longer than 30,000 pixels) regardless of the length of the main content area  */
	width: 240px;
	text-align: left;
	font-size: 1.3em;
	padding-bottom: 30030px;
	margin-bottom: -30000px;
	background-color: #e8eef5;
	}
#left-menu h2 {
	/* The template includes several headings (H2s) that do not display in standard browsers.  They improve site accessibility by titling lists of links -- for example, the list of Frequently Used Tools in the header. NOTE: This expalins why there is not a standard H2 style.  Rather, H2 is styled for different purposes in different divs */
	display: none;
	}
#left-menu ul li a {
	/* Styles the Major Link Buttons.  NOTE: This is where you would adjust the STATIC color of the MAJOR Link button.  To do so, simply change the hexadecimal value of "background-color" */
	list-style: none;
	color: #ffffff;
	display: block;
	width: 210px;
	background-color: #4c617e;
	padding: .7em 15px;
	border-bottom: #000000 1px solid;
	}
#left-menu ul li a:hover {
	/* Styles the Major Link Buttons.  NOTE: This is where you would adjust the HOVER color of the MAJOR Link button.  To do so, simply change the hexadecimal value of "background-color" */
	list-style: none;
	color: #4c617e;
	display: block;
	width: 210px;
	background-color: #e8eef5;
	}
#left-menu ul li ul li a {
	/* Styles the Major Link Buttons.  NOTE: This is where you would adjust the STATIC color of the MINOR Link button.  To do so, simply change the hexadecimal value of "background-color" */
	list-style: none;
	color: #ffffff;
	display: block;
	width: 210px;
	background-color: #8aa4c9;
	border-bottom: #37475d 1px solid;
	}
#left-menu ul li ul li a:hover {
	/* Styles the Major Link Buttons.  NOTE: This is where you would adjust the HOVER color of the MINOR Link button.  To do so, simply change the hexadecimal value of "background-color" */
	list-style: none;
	color: #4c617e;
	display: block;
	width: 210px;
	background-color: #e8eef5;
	}

	
	
	
#left-text {

	width: 210px;
	text-align: left;
	font-face: Verdana;
	padding-left: 20px;
	background-color: #e8eef5;
	}
		
#left-text a {
	/* Styles all links in the main content area. */
	line-height: 1.4em;
	color: #4c617e;
	text-decoration: underline;
	}
#left-text a:hover {
	line-height: 1.4em;
	color: #bf4d02;
	}
#left-text h3 {
	color: #bf4d02;
	font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	line-height: .9em;
	/*border-bottom: 1px solid #aaaaaa;*/
	margin: 1em 0em 0.5em 0em;
	font-weight: lighter;
	}

	
	/* COLUMN THAT MERGES MAIN LEFT AND MIDDLE COLUMNS */
	
#main-twocol {
	/* Establishes the width of main-twocol */
	width: 439px;
	padding-left: 20px;
	padding-right: 20px;
	border-right: 1px dotted #999999;
	}
	

	/* MAIN LEFT COLUMN */
	
#main-left {
	/* Establishes the width of main-left */
	text-align: left;
	width: 209px;
	}
	
	
	/* MAIN MIDDLE COLUMN */
	
#main-middle {
	/* Establishes the width of main-middle and creates the dotted border that separates it from the main-right column */
	text-align: left;
	width: 209px;
	padding-left: 20px;
	}
	
	
	/* MAIN RIGHT COLUMN */
	
#main-right {
	/* Establishes the width of main-right */
	text-align: left;
	width: 200px;
	}

#gallery-left {
	/* Establishes the width of gallery-left */
	text-align: left;
	width: 330px;
	}
	
#gallery-right {
	/* Establishes the width of gallery-right */
	text-align: left;
	width: 330px;
	padding-left: 20px;
	}
	
#sublinks {
	/* Styles the Subsite Links Buttons.  NOTE: This is where you would adjust the color of the Subsite Links buttons.  To do so, simply change the hexadecimal value of "background-color" */
	border: solid;
	border-width: 1px;
	/* border-color: #6b6b6b; */
	border-color: #8aa4c9;
	/* background-color: #e0e0e0; */
	background-color: #e8eef5;
	font-weight: normal;
	line-height: 1em;
	width: 194px;
	margin: 20px 10px 15px 3px;
	}

	
#sublinks p {
	font-size: 1.2em;
	line-height: 1.4em;
	color: #454545;
	padding: 10px 5px 5px 3px;
	text-align: left;
	margin: 3px 0 5px 10px;
}

#sublinks a {
	font-size: 1.2em;
	color: #454545;
	padding-bottom: 1px;
	border-bottom: solid #454545 0.1pt;
	text-decoration: none;
}

#sublinks h3 {
	/* background-color: #a0a0a0; */
	background-color: #8aa4c9;
	padding: 3px;
	margin:  -1px -1px -1px -1px;
	display: block;
	line-height: 2em;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	/* border-bottom: solid #6b6b6b 0.1pt; */
	border-bottom: solid #8aa4c9 0.1pt;
	color: #333333;
}

#sublinks ul {
	/* Styles all unordered lists in the main content area*/
	margin-top: 12px;
	margin-bottom: 12px;
	}
	
#sublinks ul li a {
	margin: 2px 0 5px 0px;
	line-height: 1.16em;
	padding: 5px 0px 0px 0px;
	/* color:#454545; */
	color:#4c617e;
	border-bottom: 1px solid #454545;
	padding-bottom: 1px;
	text-decoration: none;
	}

#sublinks a:hover {
	color: #c65900;
	border-bottom: 1px solid #c65900;
	padding-bottom: 1px;
	}

#footer-grey-inner {
	/* Establishes the width of the grey footer and styles it */
	width: 930px;
	margin: 0 auto;
	color: #dddddd;
	line-height: 18px;
	font-size: 1.1em;
	text-align: left;
	padding: 5px 5px 15px 5px;
	}
	
	/* CSS Document */	