/*Header*/
h1 {
    /* Styles the main heading.  NOTE: Each page should have only one H1 */
    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;
    }
    
.border-photo {
	background-color: #f8f8ee;
	padding: 3px;
	border: 1px solid #d5d5bf;
	}
.right-float-photo {
	background-color: #f8f8ee;
	padding: 3px;
	border: 1px solid #d5d5bf;
	float: right;
	margin: 0px 0px 15px 15px;
	}
.left-float-photo {
	background-color: #f8f8ee;
	padding: 3px;
	border: 1px solid #d5d5bf;
	float: left;
	margin: 0px 15px 15px 0px;
	}

/* Main Content Area */
#content-inner {
    background:  #ffffff url(http://www.utk.edu/cs/templates/images/blue-content-inner.gif) repeat-y center top;
    }
#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://www.utk.edu/cs/templates/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 {
    /* Styles everything within p tags <p> . . . </p> */
    font-size: 1.1em;
    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: #4c617e;
    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: #707a87;
    }
#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 {
    list-style-type: square;
    font-size: 1.1em;
    line-height: 1.636em;
    }
#main-content ul li ul li{
	font-size: 1em;
}
#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: #4c617e;
    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: #707a87;
    }
#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 {
    list-style-type: square;
    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;
    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: #8aa4c9 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: #376482;
    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: #376482;
    display: block;
    width: 210px;
    background-color: #e8eef5;
    }
#left-menu ul li 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: #8aa4c9;
    padding-left: 2em;
    display: block;
    width: 200px;
    background-color: #FFFFFF;
    border-bottom: #37475d 1px solid;
    }
#left-menu ul li 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: 200px;
    }
#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: #376482;
    display: block;
    width: 210px;
    background-color: #e8eef5;
    }
#left-menu ul li 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: #8aa4c9;
    padding-left: 2em;
    display: block;
    width: 200px;
    background-color: #FFFFFF;
    border-bottom: #37475d 1px solid;
    }
#left-menu ul li 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: 200px;
    }	
/*Content*/
#main-twocol {
	width: 439px;
	padding-right: 20px;
	border-right: 1px #999999;
	}
#main-left {
	text-align: left;
	width:209px;
	}
#main-middle {
	text-align:left;
	width:209px;
	padding-left:20px;
	}
#main-right {
	text-align:left;
	width:200px;
	}

	/* QUICK LINKS */
	
	
#quick-links {
	width: 194px;
	background-color: #fff9e0;
	margin: 0px 0px;
	
	}
#quick-links a {
	color: #514f44;
	text-decoration: none;
	}
#quick-links h2 {
	font-size: 1.4em;
	color: #ffffff;
	background: #ff9420 url(http://www.utk.edu/images/events-calendar-back.gif) no-repeat center top;
	margin: 0px;
	padding: 6px 44px 6px 10px;
	border: 1px solid #fb8f1e;
	font-weight: lighter;
	letter-spacing: 0em;
	text-decoration: none;	
	}
	
h2 a:link { 
	color:#FFFFFF;
text-decoration: none;
}


	
#quick-links ul {
	font-size: .95em;
	padding: 10px 10px 20px 15px;
	margin-left: 1px;
	color: #f77f00;
	text-decoration: none;
	
	}
#quick-links li {
	color: #9f4003;
	text-decoration: none;
	}
