/*
CSS for Image Slicing CSS
*/

* {
	padding: 0;
	margin: 0;
}


body {
	width: 960px;
	padding-right: 30px;
	padding-bottom: 100px;
	background-color: white;
	color: black;
	font-family:  Arial, Verdana, Helvetica, san-serif;
	font-size: 1em;
	line-height: 2em;
}

#head {
	padding-left:100px;
	padding-bottom:20px;
}

#bodycontent {
	padding-left:100px;
}

#bodycontent p {
	color:black;
	text-align: left;
	width: 500px;
	line-height: 1.5em;
}

#list {
	padding-left:50px;
}

#list li {
	font-size: .8em;
}

.blacklink a {
	color: black;
}

p {
	font-family:arial, helvetica, san-serif;
	font-size: .8em;
	color: white;
	text-align: center;
	line-height: 3.5em;
}

.big {
	font-size: 1.7em;
	line-height: .2em;
}

#sitebranding img {
	padding-left: 100px;
}

#bodycontent {
	width:600px;
}

h1 {
	color: #c0272d;
}

h3 {
	padding-left: 0px;
	color: #c0272d;
	line-height: 2em;
}

#wrapper {
	position:absolute;
	left:0px;
	top:620px;
	width:960px;
	height:506px;
}

#logo {
	position:absolute;
	left:20px;
	top:20px;
}

#nav {
	position:absolute;
	left:600px;
	top:115px;
}

a {
	text-decoration:none;
	color:white;
}

li a {
	text-decoration:none;
	color:#008b9a;
}

a hover {
	background-color: white;
}

#nav li {
	font-size: .9em;
	color: #008b9a;
	display: inline;
	padding: 5px;
}

ul {
	list-style: none;
}

#search {
	position:absolute;
	left:730px;
	top:20px;
}

#header {
	position:absolute;
	left:0px;
	top:0px;
	width:960px;
	height:160px;
	background:url('images/top-grad.jpg');
}

#left-nav {
	position:absolute;
	left:0px;
	top:160px;
	width:367px;
	height:74px;
	background:url('images/gold-grad.jpg');
}

#mid-nav {
	position:absolute;
	left:367px;
	top:160px;
	width:289px;
	height:74px;
	background:url('images/gold-grad.jpg');
	border-right: 1px solid;
	border-left: 1px solid;
	border-color: white;
}

#right-nav {
	position:absolute;
	left:658px;
	top:160px;
	width:302px;
	height:74px;
	background:url('images/gold-grad.jpg');
}

#big-image {
	position:absolute;
	left:0px;
	top:234px;
	width:960px;
	height:272px;
	background:url('images/Tri-C-homepage-start_05.jpg');
}