/* CSS Document */

/*
UT Extension Stylesheet - Main (Money Crunch) v 1.0 - May 2008
URI: http://www.moneycrunch.org
URI: http://www.moneycrunch.net
Author: Dallas Sacca
Copyright: University of Tennessee
Description: Main style sheet for the Money Crunch web site.
*/

body {
	background: url(../images/$-tile-20x20_2.gif) repeat #b8d54f center;
}

#container {
	width: 80%;
	min-width: 700px;
	background: #FFFFFF;
	margin: 0 10%;
	padding: 0;
	position: absolute;
	top: 0px;
	border-left: 2px #000000 solid;
	border-right: 2px #000000 solid;
	border-bottom: 1px #000000 solid;
	line-height: 1.1;
}

#branding {
	text-align: left;
	padding: 40px 0;
}

#nav_main {
	font: bold .8em Geneva, Arial, Helvetica, sans-serif;
	padding-bottom: 20px;
}

#nav_main ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav_main ul li{
	display: inline;
	outline: none;
}

#nav_main ul li a{
	display: inline-block;
	text-decoration: none;
	width: 10em;
	border-right: 1px solid #f6f6f6;
	border-bottom: 1px solid #f6f6f6;
	padding: .5em 10px;
	color: #fff;
}

#nav_main ul li a:hover {
	background-color: #CCCCCC;
	color: #000;
}

a.s1 {background-color:#00aeef;}
a.s2 {background-color:#ec008c;}
a.s3 {background-color:#f7941d;}
a.s4 {background-color:#b8d54f;}
a.s5 {background-color:#00aeef;}

#content {
	text-align: left;
	padding-top: 10px;
	min-height: 600px;
}

#content img {
	padding: 5px;
	background-color: #00aeef;
	border: 1px #b8d54f solid;
}

#footer {
	position: relative;
	bottom: 0;
	border-top: 2px #b8d54f solid;
	font: .8em Arial, Helvetica, sans-serif;
	color: #666666;
}

#footer img{
	padding: 5px;
}

img.money{
	clear: right;
	float: right;
	margin: 0 0 0 10px !important;
	padding: 0 !important;
	background: none;
	border: none !important;
	top: 0 !important;
	z-index: 10;
}

h1 {
	font: bold 1.5em Geneva, Arial, Helvetica, sans-serif bold;
	color: #00aeef;
	text-transform: uppercase;
}

h2 {
	display: block;
	border-bottom: 2px solid #ec008c;
	font: 1.3em Geneva, Arial, Helvetica, sans-serif;
}

h3 {
	display: block;
	border-bottom: 2px solid #f7941d;
	font: 1.1em Geneva, Arial, Helvetica, sans-serif;
}

h2,h3,h4,h5,h6 {
	padding: .2em 10px;
}	

p{
	padding: 1em 10px;
	font: 1em Arial, Helvetica, sans-serif;
}

ul {
	list-style: square;
	padding: 0 20px 1em;
	margin: 0 10px;
}

a:link, a:hover, a:active {
	color: #00aeef;
	font-weight: bold;
}

a:visited {
	color: #b8d54f;
}

img.tag{
	display: block;
	background: none !important;
	border: none !important;
	margin: 0 auto;
}

img.logo {
	background: none !important;
	border: none !important;
	vertical-align: middle;
}

table {
	margin: 10px auto;
	border: 2px #00aeef sold;
	width: 90%;
}
caption {
	font-size: 1.2em;
	text-align: center;
}

td,th {
	font-size: 1.1em;
	border: 1px solid #00aeef;
	width: 20%;
	padding: 4px 10px;
}

th {
	text-align: center;
	background-color: #ddebf2;
	vertical-align: bottom;
}

th[scope="row"]{
	text-align: left;
}

td {
	text-align: right;
}

/* cyan color = 00aeef
   magenta color = ec008c
   orange color = f7941d
   green color = b8d54f
 */
 
