/* Garden Day Spa and Salon CSS File */
/* Written by Nikolai Langlois (nlanglois@mac.com) */
/* Modified by David Titensor (dave@titandesign.net) */

	body {
		margin: 0 0 10px 0;
		padding: 0;
		min-width:745px;
		color:#000;
		background: #ccc url(images/graphics/page-bg.gif) repeat;
	}
	
	ul, li /* ,p, td, tr, dl, dh */ {
		font-family: Georgia, "Times New Roman", Times, serif;
		text-align: left;
		font-size: 0.98em;
		color: #333;
		list-style-type: disc;
	}
	
	a:link {
		color: #523402;
		text-decoration: underline;
	}
	
	a:visited {
		text-decoration: underline;
		color: #666;
	}
		
	a:hover {
		text-decoration: none;
		color: #d28423;
	}

	a:active {
		text-decoration: none;
		color: #060;
	}	

	
	h1, h2, h3, h4, h5 {
		font-family: Arial, Helvetica, "Trebuchet MS", Verdana, sans-serif;
		text-align: left;
	}
	
	h1 {
		font-size: 1.75em;
		font-weight: bold;
		color: #666;
		letter-spacing: .02em;
	}
	
	h2 {
		font-size: 1.2em;
		font-weight: bold;
		color: #523402;
	}
	
	h3 {
		font-size: 1em;
		text-transform: uppercase;
		font-weight: bold;
		color: #333;
		letter-spacing: .02em;
		border-bottom-width: 2px;
		border-bottom-style: solid;
		border-bottom-color: #CCC;
	}
	
	h4 {
		font-size: 1.0em;
		font-weight: bold;
		color: #523402;
		line-height: 0px;
	}
	
	h5 {
		font-size: 1.0em;
		font-weight: bold;
		color: #666;
	}
	
	h6 {
		font-size: .98em;
		font-weight: bold;
		color: #333;
		font-family: Georgia, "Times New Roman", Times, serif;
	}

	div#wrap {
		background: #fff;
		margin: 0 auto;
		width: 750px;
	}
	
	#HPheader {
		background: url(images/head.jpg) no-repeat left top;
		width: 750px;
		height: 121px;
	}
	
	#HPheaderlinks {
		width: 540px;
		height: 65px;
	}
	
/*	#search {
		position: relative;
		text-align: left;
		width: 180px;
		height: 26px;
		margin: 0;
		padding: 0;
		top: 37px;
		right: 0;
	}

	#topThinHorizontalLine {
		background-color: #bb8d49;
				background-color:#8f5917;
		width: 750px;
		height: 20px;
	}
*/	
	#HeaderNavBar {
		display: block;
		background-color:#523402;
		letter-spacing: 0.1em;
		text-align: center;
		font-size: 0.65em;
		text-transform: uppercase;
		color: #e1c096;
		vertical-align: middle;
		font-weight: bold;
		padding: 4px 30px 4px 0px;
		font-family: Arial, Helvetica, "Trebuchet MS", Verdana, sans-serif;
	}
	
	#HeaderNavBar a {
		padding: 4px 15px 4px 15px;
		color: #e1c096;
		text-decoration: none;
	}
	
	#HeaderNavBar a:visited {
		color: #e1c096;
		text-decoration: none;
	}
	
	#HeaderNavBar a:hover {
		background-color:#e1c096;
		color: #523402;
		text-decoration: none;
	}
	
	
	#HeaderNavBar a:active {
		color: #523402;
		text-decoration: none;
	}

	.HeaderNavBar_red a {
		padding: 4px 15px 4px 15px;
		background-color:#900;
		color: #e1c096;
		text-decoration: none;
	}
	
	.HeaderNavBar_red a:visited {
		background-color:#900;
		color: #e1c096;
		text-decoration: none;
	}
	
	.HeaderNavBar_red a:hover {
		background-color:#c00;
		color: #fff;
		text-decoration: none;
	}
	
	.HeaderNavBar_red a:active {
		background-color:#900;
		color: #523402;
		text-decoration: none;
	}

	.leftNavBar {
		width: 160px;
		background: #ebebeb;
		padding: 10px;
		font-family: Arial, Helvetica, "Trebuchet MS", Verdana, sans-serif;
		color: #523402;
		text-decoration: none;
		font-size: 0.8em;
		vertical-align: top;
	}
	
	.leftNavBar a {
		display: block;
		background-color:#ebebeb;
		padding: 3px 5px 3px 10px;
		text-decoration: none;
		font-family: Arial, Helvetica, "Trebuchet MS", Verdana, sans-serif;
		color: #523402;
		text-decoration: none;
		text-align: left;
		margin-top: 0;
		margin-right: 5;
		margin-bottom: 0;
		margin-left: 5;
		border-bottom: 2px solid #ccc; 
	}

	.leftNavBar a:visited {
		color: #523402;
		text-decoration: none;

	}
	
	.leftNavBar a:hover {
		background-color: #eccc76;
		color: #523402;
		text-decoration: none;
	}
	
	.leftNavBar a:active {
		color: #523402;
		text-decoration: none;
	}
	
	.leftBuffer {
		width: 1px;
		background: #ccc;
	}
	
	#mainContentBox {
		padding: 35px;
		color: #000;
		vertical-align: middle;
		font-family: Arial, Helvetica, "Trebuchet MS", Verdana, sans-serif;
	}
	
	#prContentBox {
		padding: 20px;
		color: #000;
		vertical-align: middle;
		font-family: Georgia, "Times New Roman", Times, serif;
	}
	
	#mainContentBox .header, .mainColumn .header, #prContentBox .header {
		font-size: 1em;
		font-family: Arial, Helvetica, "Trebuchet MS", Verdana, sans-serif;
		text-transform: uppercase;
		font-weight: bold;
		color: #333;
		letter-spacing: .02em;
		border-bottom-width: 2px;
		border-bottom-style: solid;
		border-bottom-color: #CCC;
	}
	
	#mainContentBox #greyBox {
		padding: 20px;
		background-color: #E4E4E4;
	}
	
	#mainContentBox #dbsScroller {
		height: 400px;
		overflow: auto;
	}
	
	#articlesScroller {
		height: 100px;
		overflow: auto;
	}
	
	.mainColumn #greyBox {
		padding: 4px;
		background-color: #E4E4E4;
	}
		
	.mainColumn {
		vertical-align: top;
		padding: 10px 20px 20px 20px;
		font-size: 0.8em;
		color: #000;
		font-family: Georgia, "Times New Roman", Times, serif;
		background: #fff url(images/graphics/uofu_medallion_lt.gif) no-repeat left bottom;
	}
	
	div#uNewsBox {
		height: 200px;
		overflow: auto;
		padding: 0 3px 0 0;
	}
	
	div#highlightBox {
		background-color: #E4E4E4;
		margin: 15px;
		height: 330px;
		padding: 1em;
	}
	
	div#rightFloat {
		width: 250px;
		background-color: #CCC;
		float: right;
	}
	
	.table_head {
	font-weight: bold;
	font-size: 1.0em;
	text-transform: uppercase;
	font-family: Arial, Helvetica, "Trebuchet MS", Verdana, sans-serif;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	}

	.table_body {
	font-weight: normal;
	font-family: Arial, Helvetica, "Trebuchet MS", Verdana, sans-serif;
	font-size: 0.95em;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
	}

	
	.rightSideBar {
		width: 215px;
		background: #adb091;
		text-align: center;
		vertical-align: top;
	}
	
	.rightSideBar p {
		text-align: center;
		color:#333;
	}

	.captions_white {
		font-size: .80em;
		color: #fff;
		font-family: Arial, Helvetica, "Trebuchet MS", Verdana, sans-serif;
	}

	.captions_white a:link {
		color: #fff;
		text-decoration: underline;
		font-family: Arial, Helvetica, "Trebuchet MS", Verdana, sans-serif;
	}
	
	.captions_white a:visited {
		color: #fff;
		text-decoration: underline;
	}
	
	.captions_white a:hover {
		color: #dac092;
	}
	
	.captions_white a:active {
		color: #dac092;
	}
	
	.captions {
		font-size: 0.75em;
		font-family: Arial, Helvetica, "Trebuchet MS", Verdana, sans-serif;
	}

	.releaseHead {
		font-size: 2em;
		line-height: 1em;
		color: #333;
		font-family: Arial, Helvetica, "Trebuchet MS", Verdana, sans-serif;
		font-weight: bold;
		text-transform: uppercase;
	}

	.releaseSubhead {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 1em;
		line-height: 1.1em;
		text-transform: uppercase;
		color: #333;
		font-weight: bold;
	}
	
	.warning {
		font-style: italic;
		font-variant: small-caps;
		color: #f00;
		font-size: 90%;
		letter-spacing: 1px;
		padding: 0 0 0 10px;
	}

	.error {
		font-variant: small-caps;
		color: #f00;
	}
	
	.tablesubhead {
		font-family: Arial, Helvetica, "Trebuchet MS", Verdana, sans-serif;
		font-weight: bold;
	}
	
	tr.tableHeader {
		font-variant: uppercase;
		font-family: Arial, Helvetica, "Trebuchet MS", Verdana, sans-serif;
		font-weight: bold;
		font-size: 1.1em;
		background-color: #dbc093;
		letter-spacing: 3px;
	}
	
	#footer {
		background-color: #523402;
		letter-spacing: 0.05em;
		text-align: center;
		font-size: 0.55em;
		text-transform: uppercase;
		color: #FFF;
		vertical-align: middle;
		font-weight: bold;
		padding: 10px 0;
		font-family: Arial, Helvetica, "Trebuchet MS", Verdana, sans-serif;
	}
	
	#footer a {
		color: #fff;
		text-decoration: none;
	}
	
	#footer a:visited {
		color: #fff;
	}
	
	#footer a:hover {
		color: #e1c096;
	}
	
	#footer a:active {
		color: #fff;
	}
