/* CSS Document */

/* 	This document (blue.css) is 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.

	NOTE: In order to customize this style sheet, you will need to save a copy onto your own web space.  If you have any questions, please contact: webteam@utk.edu */

/* HEADER */

h1 {
	/* Styles the main heading.  NOTE: Each page should have only one H1 */
	color: #036303;;
	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;
	}
	
.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;
	}
	
	
/* 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(../images/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 20px 3em 0px;
	width: 680px;
	}
#main-content p, #main-content td {
	/* Styles everything within p tags <p> . . . </p> */
	font-size: 14px;
	line-height: 1.636em;
	margin: 1.636em 0;
	}
#main-content h2 {
	/* 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: #2F4F4F;
	font-weight: lighter;
	}
#main-content h3 {
	/* 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.1em;
	line-height: 1.636em;
	margin: 2.5em 0em 0.772em 0em;
	color: #70877D;
	}
#main-content a {
	/* Styles all links in the main content area. */
	color: #2F4F4F;
	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 {
	list-style-type: square;
	font-size: 1.4em;
	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.4em;
	line-height: 1.636em;
	}

	.grey-header  {
		color: white;
		text-align: left;
	}
	
	.grey-header a {
		color: white;
		text-decoration: underline;
	}

	/* 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.4em;
	padding-bottom: 30030px;
	margin-bottom: -30000px;
	background-color: #C9E5C9;
	}
#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;
	}
/* new */	
#left-menu ul li {
	position: relative;
}

#left-menu li ul.notselected {
	position: absolute;
	left: 240px;
	top:0;
	display: none;
}

#left-menu li ul.selected {

}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%;}
* html ul li a { height: 1%; }
/* End */

#left-menu li:hover ul, #left-menu li.over ul {
	display: block;
}
/* end new */

#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: #315e31;
	padding: .7em 15px;
	border-bottom: #A5C98B 1px solid;
	/*new*/
	text-decoration: none;
	}
#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: #378254;
	display: block;
	width: 210px;
	background-color: #D3E3C8;
	}
#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: #000000;
	display: block;
	width: 150px;
	background-color: #A5C98B;
	border-bottom: #375E4E 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: #378254;*/
	color: #2F4F4F;
	display: block;
	width: 150px;
	background-color: #D3E3C8;
	}

/* width of sub-menu when displayed permanently */
#left-menu .selected a { width: 210px; }
#left-menu .selected a:hover { width: 210px; }
	
	/* COLUMN THAT MERGES MAIN LEFT AND MIDDLE COLUMNS */
	
#main-twocol {
	/* Establishes the width of main-twocol */
	width: 500px;
	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: 150px;
	}
	
#menu-right {
	color: #2F4F4F;
	font-size: 1em;
	font-weight: bold;
	background-color: #FAAC59;
	border: 3px solid #BF4D02;
	padding: 5px;
}

#menu-right a {
	font-size: 1.2em;
	color: #2F4F4f;
	font-weight: bold;
	text-transform: capitalize;
}

#menu-right p {
	text-align: center;
}

#quicklinks {
	border: ridge;
	border-width: 1px;
	border-color: #eedf89;
	padding: 10px 5px 5px 5px;
	background-color: #fff1c5;
	font-weight: normal;
	line-height: 1em;
	width: 150px;
	margin: 0px 5px 16px 10px;
	}
	
#quicklinks p {
	font-size: 1.1em;
	line-height: 1.4em;
	color: #7e4206;
	padding: 10px 5px 5px 3px;
	text-align: left;
	margin: 3px 0 5px 10px;
}

#quicklinks h3 {
	background-color: #df7204;
	padding: 3px;
	margin:  -10px -5px -10px -5px;
	display: block;
	line-height: 2em;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	border-bottom: solid #e7d989 0.1pt;
	color: #fff1c5;
}

#quicklinks ul {
	/* Styles all unordered lists in the main content area*/
	margin-top: 12px;
	margin-bottom: 12px;
	}
	
#quicklinks ul li a {
	margin: 2px 0 5px 0px;
	line-height: 1.3em;
	border-bottom: #fff1c5 1px solid;
	padding: 5px 0px 0px 0px;
	color:#7e4206;
	padding-bottom: 1px;
	text-decoration: none;
	}

#quicklinks a:hover {
	color: #df7204;
	border-bottom: 1px solid #df7204;
	padding-bottom: 1px;
	}
	
.emph {
	font-size: 1.5em;
	color: #2F4F4F;
	line-height: 110%;
}

.smallemph {
	font-size: x-small;
	font-style: italic;
}

.error {
	color: Red;
	font-weight: bold;
	font-size: 120%;
}
	
.errorMessage {
	color: Red;
	font-weight: bold;
}

/*legacy class*/
.content {
	font-size: 1.4em;
	line-height: 1.636em;
	margin: 1.636em 0;
}

.padme td {
	padding: 2px;
}

