/* 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:Georgia, "Times New Roman", Times, serif;
	font-size: 2.5em;
	line-height: .9em;
	/*border-bottom: 1px solid #aaaaaa;*/
	margin: 1em 0em 0em .5em;
	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.*/
	/*background:  transparent url(../images/content-outer-back.gif) repeat-y center top; */
	background-color: #00162D;
	}
	
#content-inner {
	background-color: #EEEFFF;
	}
		
	
/* MAIN CONTENT AREA */

#rotating-image {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	}
	
#menu-horiz-outer {
	background: #6d8595 url(../images/960-nav.jpg) no-repeat center top;
	height: 30px;
	width:960px;
	font-family:Georgia, "Times New Roman", Times, 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: 56px;
	padding-left: 56px;
	font-size:14px;
	text-decoration: none;
	border-right: 1px solid #000b1e;
	border-left: 1px solid #323e4f;
	}
	
#menu-horiz li a:hover {
	background: #ff7f00;
	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-color: #EEEFFF;
	}
#left-content p {
	/* Styles everything within p tags <p> . . . </p> */
	font-size: 1.2em;
	line-height: 1.2em;
	margin: 1.3em 0;
	padding-left: 1em;
	padding-right: 1em;
	}
#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: 1em 0em 0em .5em;
	color: #bf4d02;
	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 0.772em 0em;
	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: 15px;
	}
#left-content ul li {
	list-style-type: square;
	font-size: 1.2em;
	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:700px;
	margin-left: 30px;
	border-right:1px #ccc dashed;
}

#main-lefttop {
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
	margin-top:1em;
	margin-bottom:0px;
	margin-left: 0px;
}

#main-lefttop p {
	background: url(http://admissions.utk.edu/undergraduate/images/300-left-explore.jpg) no-repeat top;
	height:235px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.3em;
	font-weight:normal;
	color:#333333;
	line-height:1.6em;
	display:block;
	padding-left:30px;
	padding-top:65px;
	margin:0;
}

#main-lefttop p a {
	color:#d66d00;
	text-decoration:none;
	border-bottom:1px dotted #d66d00;
}

#main-lefttop p a:hover {
	color:#c89c5b;
}

#main-lefttop img {
	float:right;
	padding-right:25px;
	padding-top:0px;
	padding-left: 0px;
}

#main-lefttop img a {
	text-decoration:none;
	border:none;
}

#main-lefttop img a:hover {
	text-decoration:none;
	border:none;
}

#main-leftbottom {
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
	margin-top:30px;
	margin-bottom:0px;
	margin-left: 0px;
}

#main-leftbottom p {
	background: url(http://admissions.utk.edu/undergraduate/images/300-left-apply.jpg) no-repeat top;
	height:235px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.3em;
	font-weight:normal;
	color:#333333;
	line-height:1.6em;
	display:block;
	padding-left:30px;
	padding-top:65px;
	margin:0;
}

#main-leftbottom p a {
	color:#d66d00;
	text-decoration:none;
	border-bottom:1px dotted #d66d00;
}

#main-leftbottom p a:hover {
	
	color:#b20404;
}

#main-leftbottom img {
	float:right;
	padding-right:25px;
	padding-top:5px;
}

#main-leftbottom img a {
	text-decoration:none;
	border:none;
}

#main-leftbottom img a:hover {
	text-decoration:none;
	border:none;
}

#main-right {
	text-align:left;
	width:200px;
	margin-left: 15px;
}

#main-righttop {
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
	margin-top:1em;
	margin-bottom:0px;
}

#main-righttop p {
	background: url(http://admissions.utk.edu/undergraduate/images/300-right-visit.jpg) no-repeat top;
	height:235px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.3em;
	font-weight:normal;
	color:#333333;
	line-height:1.6em;
	display:block;
	padding-left:30px;
	padding-top:65px;
	margin:0;
}

#main-righttop p a {
	color:#d66d00;
	text-decoration:none;
	border-bottom:1px dotted #d66d00;
}

#main-righttop p a:hover {
	color:#5f7816;
}

#main-righttop img {
	float:right;
	padding-top:0px;
	padding-right:25px;
}

#main-righttop img a {
	text-decoration:none;
	border:none;
}

#main-righttop img a:hover {
	text-decoration:none;
	border:none;
}

#main-rightbottom {
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
	margin-top:30px;
	margin-bottom:0px;
}

#main-rightbottom p {
	background: url(http://admissions.utk.edu/undergraduate/images/300-right-enroll.jpg) no-repeat top;
	height:235px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:1.3em;
	font-weight:normal;
	color:#333333;
	line-height:1.6em;
	display:block;
	padding-left:30px;
	padding-top:65px;
	margin:0;
}

#main-rightbottom p a {
	color:#d66d00;
	text-decoration:none;
	border-bottom:1px dotted #d66d00;
}

#main-rightbottom p a:hover {
	color:#5d8fc7;
}

#main-rightbottom img {
	float:right;
	padding-right:25px;
	padding-bottom: 0px;
	padding-top: 5px;
}

#main-rightbottom img a {
	text-decoration:none;
	border:none;
}

#main-rightbottom img a:hover {
	text-decoration:none;
	border:none;
}

#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:Georgia, "Times New Roman", Times, 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:Georgia, "Times New Roman", Times, 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;
	}
