/* 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: #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 {
	/* 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 0px 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 0px 0px;
	}
.inherit-float-photo {
    background-color: #f8f8ee;
	padding: 0px;
	border: 1px solid #d5d5bf;
	float: inherit;
	margin: 0px 15px 15px 60px;
	}
	
	
/* 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/design/content-outer-back.gif) repeat-y 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 0px 3em 20px;
	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 h1 a {
	color: #bf4d02;
	}
#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 1em 0em;
	color: #002E5B;
	font-weight: lighter;
	}
	
#main-content h2 a {
	color: #002E5B;
	}
	

#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 h4 {
	/* Styles all Heading 4s in the main content area. Use H4 for the sub-subheads in your content where orange color is desired. */
	font-family: "Times New Roman", Times, serif;
	font-size: 19px;
	font-style: italic;
	font-weight: 300;
	padding: 0em 0em .8em 0em;
}
	
		
#main-content h5 {
	/* Styles all Heading 4s in the main content area. Use H5 for the sub-subheads in your content where orange color is desired. */
	font-size: 12;
	line-height: 1.26em;
	margin: 0em 0em 0.772em 0em;
	color: #bf4d02;
	font-weight:bold;
		}
		
#main-content h6 {
	/* Styles all Heading 4s in the main content area. Use H6 for the sub-subheads in your content where orange color is desired. */
	font-size: 1.1em;
	line-height: 1.26em;
	margin: 0em 0em 0.772em 0em;
	color: #bf4d02;
	font-weight: normal;
	font-style:italic;	
		}
		
#main-content a {
	/* Styles all links in the main content area. */
	color: #4c617e;
	}
#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;
	color:#bf4d02;
	font-size: 1.1em;
	line-height: 1.636em;
	}
#main-content ul li ul{
	padding-left: 30px;
	margin-left: 30px;
	}
#main-content ul li ul li{
	list-style-type: square;
	color:#bf4d02;
	font-size: 1.1em;
	line-height: 1.636em;
	}
	
#main-content ul li ul li a{
	list-style-type: square;
	font-size: 1.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: #FFFFFF;
	border: #000000 1px solid;
	}
#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: #f77f00;
	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: #333333;
	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: #A64A00;
	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: #333333;
	display: block;
	width: 240px;
	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 2nd Level MINOR Link button.  To do so, simply change the hexadecimal value of "background-color" */
	list-style: none;
	color: #000000;
	background-image: url(images/design/quick-links-back.gif);
	display: block;
	width: 240px;
	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 2nd Level MINOR Link button.  To do so, simply change the hexadecimal value of "background-color" */
	list-style: none;
	color: #FF7F00;
	display: block;
	width: 240px;
	background-image:none;
	background-color: #e8eef5;
	}
	
	/* COLUMN THAT MERGES MAIN LEFT AND MIDDLE COLUMNS */
	
#main-twocol {
	/* Establishes the width of main-twocol */
	width: 680px;
	padding-right: 10px;
	border-right: 0px 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-alig9n: left;
	width: 20px;
	}
	
	/* Sets format for right column boxes */
	
#quick-links {
	width: 183px;
	background-image: url(images/design/quick-links-background.gif);
	background-color: #ffffff;
	margin: 0px 0px;
	font-size: 1.1em;
	line-height: 1.3em;
	color: #ffffdf;
	font-weight: 600;
	padding: 0em 5px;
	}
	
#quick-links p {
	font-size: 1.1em;
	line-height: 1.3em;
	color: #ffffdf;
	font-weight: 600;
	padding: .75em 3px;
	}
	
#quick-links a {
	color: #ffffdf;
	}
	
#quick-links h5 {
	font-size: 1.2em;
	font-style: italic;
	color: #ffffdf;
	padding: 10px 22px 2px 10px;
	font-weight: bold;
	letter-spacing: 0em;
	}
#quick-links ul {
	padding: 10px 10px 20px 15px;
	margin-left: 15px;
	color: #f77f00;
	}
	
#quick-links li {
	color: ##9f4003;
	}
	
#quick-links-aacsb {
	width: 193px;
	background-color: #ffffff;
	margin: 0px 0px;
	}
	
#quick-links-insert {
	width: 191px;
	background-image: url(images/design/eext_elev_rossfowler.jpg);
	background-color: #ffffff;
	border: #000000 1px solid;
	margin: 0px 0px;
	}
	
#quick-links-insert p {
	font-size: 1.1em;
	line-height: 1.2em;
	color: #C65900;
	font-weight: bold;
	padding: 3px 3px 3px 3px;
	
	}
	
#quick-links-insert a {
	color: #FF6600;
	text-decoration:underline;
	}	
	
#quick-links-contact {
	width: 193px;
	font-size: 1em;
	line-height: 1.3em;
	background-color: #f77f00;
	border: 1px solid;
	margin: 0px 0px;
	}
	
#quick-links-contact p {
	color: #ffffff;
	font-size: 1em;
	line-height: 1.3em;
	padding: 0em 3px 2em;
	font-weight: bolder; 
	}

#quick-links-contact a {
	color: #ffffff;
	padding: .75em 3px;
	}

#quick-links-contact ul li a {
	color: #000000;
	padding: .75em 3px;
	}
	
#quick-links-contact ul li a:hover {
	color: #ffffff;
	padding: .75em 3px;
	}
	
#quick-links-contact h5 {
	font-size: 1.6em;
	color: #ffffff;
	background: #A64A00;
	padding: 2px 22px 2px 10px;
	border: 1px solid #555555;
	font-weight: bold;
	letter-spacing: 0em;
	}

#quick-links-contact 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: 0em 5px;
	color: #002E5B;
	/*color: #002E5B;*/
	color: #ffffff;
	font-weight: lighter;
	}
	
#quick-links-more-info {
	width: 193px;
	font-size: 1em;
	line-height: 1.3em;
	background-image: url(images/design/quick-links-background.gif);
	background-color: #ffffff;
	border: 1px solid;
	margin: 0px 0px;
	}
	
#quick-links-more-info p {
	color: #ffffff;
	font-size: 1em;
	line-height: 1.3em;
	padding: 0em 3px 2em;
	font-weight: bolder; 
	}

#quick-links-more-info a {
	color: #ffffff;
	padding: .75em 3px;
	}

#quick-links-more-info ul li a {
	color: #ffffff;
	padding: .75em 3px;
	}
	
#quick-links-more-info ul li a:hover {
	color: #f77f00;
	padding: .75em 3px;
	}
	
#quick-links-more-info h5 {
	font-size: 1.6em;
	color: #ffffff;
	background: #f77f00;
	padding: 2px 22px 2px 10px;
	border: 1px solid #555555;
	font-weight: bold;
	letter-spacing: 0em;
	}

#quick-links-more-info 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: 0em 5px;
	color: #002E5B;
	/*color: #002E5B;*/
	color: #ffffff;
	font-weight: lighter;
	}	
	
#department-outer {
	/* Extends the orange bar across the full width of the browser */
	background:  #f77f00 center;
	}
#department-inner {
	/* Establishes the width of the Department area and styles it */
	width: 960px;
	margin: 0 auto;
	text-align: center;
	background-color: #f77f00;
}
#department-left {
	/* department-left is the dark orange link directly beneath the UT wordmark.  PLEASE NOTE that the background color is controlled by the link styles (department-left a, a:hover), so if you do not make the word in that department-left a hyperlink, the colors will not display properly.  When creating your navigation, make this the link to YOUR homepage. */
	width: 240px;
	float: left;
	display: inline;
	text-align: left;
	}
#department-left h2 {
	/* Styles the name of the department, college, or unit */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant:small-caps;
	font-size: 1.1em;
	line-height: 1.5em;
	font-weight: bolder;
	}
#department-left a {
	/* Styles the name of the department, college, or unit */
	display: block;
	width: 208px;
	padding: 0px 15px;
	background: #A64A00;
	border-right: 1px solid #b25000;
	border-left: 1px solid #b25000;
	color: #FFFFFF;
	}
#department-left a:hover {	
	/* Styles the name of the department, college, or unit */
	display: block;
	width: 208px;
	padding: 0px 15px;
	background: #777777;
	border-right: 1px solid #6b6b6b;
	border-left: 1px solid #6b6b6b;
	color: #FFFFFF;
	}


	
	#crumb_container{
	border-bottom:0px solid #cccccc;
	border-top:0px solid #000000;
	padding:2px 5px 2px 15px;
	margin:0px 0 0 0;
	clear:both;
}
#breadcrumbs{
	float:left;
	}
	
#cartinfo{
	float:right;
	}
	

#item_grid {
	float:left;
	width:575px;
	padding:0 0 0 0;
	margin:0 0 0 0;
}
#item_grid li {
	float:left;
	width:165px;
	margin: 0 15px 0 0;
	overflow:hidden;
}
#item_grid p {
	margin:0 0 25px;
	text-align:center;
	height:75px;
}
#item_grid .product_image {
 	margin: 0 0 5px;
	height:165px;
	text-align:center;
}
#item_grid i {
 	font-style:normal;
}
	
.cartHeader, .cartBody, .cartLink, .cartLink a{
	font-size:11px;
}



#footershg{
	border-bottom:0px dotted #000000;
border-left:0px dotted #000000;
border-right:0px dotted #000000;
	border-top:1px dotted #999999;
	padding:7px 5px 7px 5px;
	margin:0 0 0 0;
	width:672px;
	clear:both;
	background-color:#ffffff;
	position: relative;

}
#linksshg{
	float:left;
}
#copyrightshg{
	text-align:right;
	padding-right:3px;
	float:right;

}
	
/* html #footershg{
	float: left;
	position: relative;
	width: 100%;
border-top:1px dotted #c0c0c0;
	padding-bottom: 10010px;
	margin-bottom: -10000px;
	background: #ffffff;
}*/



.cartHeader{font-family:Verdana, Arial; font-size:11px; color:#000000;}
.cartHeader:hover {color:#990000;}

.cartBody{font-family:Verdana, Arial; font-size:11px; color:#000000;}
.cartBody:hover {color:#990000;}

.cartLink{font-family:Verdana, Arial; font-size:11px; color:#3399CC;}
.cartLink:hover {color:#F283B8;}

#cartRed{font-family:Arial; font-size:11px; color:#FF0000;}
#cartRed:hover {color:#CC0000;}


.cartSmallGray{font-family:Arial; font-size:11px; color:#666666;}
.cartSmallGray:hover {color:#000000;}

.redText{font-family:Arial; font-size:13px; color:#CC0000;}


 /* validation 
----------------------------------------------- */

input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}

input.required, textarea.required {
	border: 1px solid #00A8E6;
}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
}

fieldset {
	padding: 1em;
	margin-bottom: 0.5em;
}

label {
	font-weight: bold;
}
.form-row {
	clear: both;
	padding: 0.5em;
}
.field-label {

}

.field-widget {

}

