/* 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: #2D3949;
	font-family: "trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	line-height: .9em;
	/*border-bottom: 1px solid #aaaaaa;*/
	margin: 1em 0em 0em 1.2em;
	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;
	}
	

#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:  transparent url(../images/blue-content-outer.gif) repeat-x center top;
	}
		
	
/* MAIN CONTENT AREA */

#rotating-image {
	}
	
#menu-horiz-outer {
	background: #6d8595 url(../images/960-nav.jpg) no-repeat center top;
	height: 30px;
	width:760px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	}
#menu-horiz ul {
	list-style: none;
	}
#menu-horiz li {
	float:left;
	display:inline;
	}
#menu-horiz li a {
	line-height: 30px;
	display: block;
	color: #ffffff;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 0.8pc;
	text-decoration: none;
	border-right: 1px solid #000b1e;
	border-left: 1px solid #43262e;
	}
	
#menu-horiz li a:hover {
	background: #a3042d;
	text-decoration: none;
	}

	
	
#left-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) */
	float:left;
	display:inline;
	text-align:left;
	padding: 1em 0px 3em 0px;
	width: 100%;	
	background:  #ffffff;
	}
#left-content p {
	/* Styles everything within p tags <p> . . . </p> */
	font-size: 1.2em;
	line-height: 1.2em;
	margin: 1.3em 0;
	padding-left: 1.5em;
	}
#left-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 1em;
	color: #015a9c;
	font-weight: lighter;
	}
#left-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 -1em 1.4em;
	color: #707a87;
	}
	
#left-content h4 {
	display:none;
}
	
#left-content a {
	/* Styles all links in the main content area. */
	color: #4c617e;
	text-decoration: underline;
	}
#left-content a:hover {
	color: #bf4d02;
	}
#left-content ul {
	/* Styles all unordered lists in the main content area */
	padding-left: 15px;
	margin-left: 5em;
	}
#left-content ul li {
	list-style-type: square;
	font-size: 1.1em;
	line-height: 1.636em;
	}
#left-content ol {
	/* Styles all ordered lists in the main content area */
	font-size: 1.2em;
	line-height: 1.2em;
	padding-left: 6em;
	margin-left: 15px;
	}
#left-content ol li {
	font-size: 1.1em;
	line-height: 1.636em;
	}

	

/* TOP ROW CONSISTING OF TWO COLUMNS THAT CREATES AN EVEN DIVISION OF THE LEFT-CONTENT DIV */

#main-left {
	text-align:left;
	width:500px;
	border-right: 1px dotted #999999;
	padding-right:1em;
}

#main-right {
	text-align:left;
	width:200px;
	margin-left: 20px;
}
#right-content {
	float:right;
	display:inline;
	text-align:left;
	width:240px;
	padding: 0px;
	margin: 0px;
	padding-right: 20px;
	background:#ffffff;
	}
	
#right-content p {
	/* Styles everything within p tags <p> . . . </p> */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#6d8595;
	font-size: 1.2em;
	line-height: 1.636em;
	margin: 1.636em 0;
	}
#right-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: #4c617e;
	font-weight: lighter;
	}
#right-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: #707a87;
	}
	
#right-content h4 {
	display:none;
}
	
#right-content a {
	/* Styles all links in the main content area. */
	color: #4c617e;
	text-decoration: underline;
	}
#right-content a:hover {
	color: #bf4d02;
	}
#right-content ul {
	/* Styles all unordered lists in the main content area */
	padding-left: 15px;
	margin-left: 0px;
	margin-bottom: 15px;
	}
#right-content ul li {
	list-style-type: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#6d8595;
	font-size: 1.1em;
	line-height: 1.636em;
	}
	
#right-content ul li a {
	text-decoration:none;
	color:#6d8595;
	}
	
#right-content ul li a:hover {
	border-bottom:1px dotted #6d8595;
	color:#f77f00;
	}	
	
#right-content ol {
	/* Styles all ordered lists in the main content area */
	padding-left: 15px;
	margin-left: 0px;
	}
#right-content ol li {
	font-size: 1.1em;
	line-height: 1.636em;
	}
	
	/* MODULES ON RIGHT COLUMN */
	
#module {
	width: 200px;
	background: #dde8f0;
	/* border: 1px solid #015a9c; */
	margin: 5px 0px;	
	}
#module h2 {
	color: #ffffff;
	background: #015a9c;
	padding: 7px 30px 7px 7px;
	margin-top: 0em;
	font-size: 1.4em;
	}
#module p {
	padding: 0px 5px 0px 5px;
	font-size:1em;
	}
#module ul {
	padding: 10px 10px 10px 15px;
	margin-left: 15px;
	}
	
#flashcontent {
	width: 480px;
	text-align: center;
	background-color: #f8f8ee;
	padding: 3px;
	border: 1px solid #d5d5bf;
	}
