@charset "utf-8";
/* 
// University News Base CSS Document
// By Joel Herron
// Created 06/23/2008
// last updated: 06/23/2008
*/

/*
//	base declarations
*/

body {
	background-color: #f4f2e5;
	font-family:verdana, Arial, Helvetica, sans-serif;
	color:#454545;
}

h1 {}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color:#C63;
	font-weight: bold;
	padding-bottom: 10px;
}

h3 {}

a {
	color: #274e37;
	
}

a:hover {text-decoration: none;}

a img {
	border: none;
}

p {}

input {
	font-size: .7em;
}

button, .btn {
	border: 1px solid black;
	background: #5d7f91 url("../images/hometopnav_bg.jpg") 50% repeat-x; 
	color: #fff;
}

button:hover, .btn:hover {
	background: #333;
}

button img {
	margin-bottom: -3px;
}

table {
	margin-bottom: 20px;
}

td {
	font-size: .7em;
	line-height: 1.2em;
	padding-bottom: 20px;
}

/*
//	base layout
*/

#shell {
	width: 100%;
	border-top: 7px solid #e3d8b9;
}

#container {
	width: 1000px;
	margin: 0 auto;
	padding: 0 15px;
	background-color: #fff;
	border-left: 1px solid #e3d8b9;
	border-right: 1px solid #e3d8b9;
}

#quick-nav {}

#banner {
	margin-bottom: 30px;
	clear: right;
	border-bottom: 20px solid #274e37;
}

#body {}

#left-nav {
	float: left;
	width: 217px;
}

#content {
	margin-left: 255px;
}

#footer {
	border-top: 1px solid #dedede;
	margin-top: 10px;
	padding: 10px 0 0 0;
}


/*
//	detailed layout 
*/

#quick-nav ul {
	float:right;
	background-color: #e3d8b9;
}

#quick-nav li {
	float:left;
	padding: 2px 5px 6px 5px;
	font-size: .75em;
}

#quick-nav li a {
	color: #4a3365;
}

#quick-nav li img {
	vertical-align:middle;
}

#quick-nav li.first {
	background: url(../images/quick-nav-left.jpg) bottom left no-repeat;
}

#quick-nav li.last {
	background: url(../images/quick-nav-right.jpg) bottom right no-repeat;
}

span.home {}

span.contact {
	background:url(../images/email_edit.png) no-repeat;
	padding-left: 19px;
}

span.archives {	
	background:url(../images/application_cascade.png) no-repeat;
	padding: 0 0 2px 19px;
}
span.feed {
	background:url(../images/rss_icon_glass16.PNG) no-repeat;
	padding-left: 19px;
}

span.submit {
	background:url(../images/page_add.png) no-repeat;
	padding: 0 0 2px 19px;
}

#logo {
	float: right;
	margin-bottom: 10px;
	margin-top: 10px;
}

#logo-left {
	float: left;
	margin-bottom: 10px;
}	

#search {
	float: right;
	text-align:right;
	margin-top: 10px;
}

#search ul {
	margin: 0px 0 7px 0;
}

#search li {
	display: inline;
	padding: 0px 9px;
	font-size: .8em;
	font-weight: bold;
	border-right:	1px solid #666666;

}

#search li.last {
	border-right: none;
	padding-right: 0;
}

#left-nav p {
	font-size: .7em;
	padding-left: 5px;
}

#left-nav h3, .right-nav h3 {
	text-transform:uppercase;
	font-size: .9em;
	font-weight:bold;
	color: #274e37;
	padding: 5px 0 15px 5px;
}

.pics li a {
	color: #666;
}

.nav-unit li {
	border-bottom: 1px solid #fff;
	font-size: .7em;
	padding: 8px 0 8px 8px;
}

.nav-unit li a{
text-decoration:none;
color:#484848;
line-height: 18px;
}
.nav-unit li a:hover{
text-decoration:none;
color:#417630;
}

.nav-unit li span {
	color: #999;
}

ul.nav-list {
	padding: 3px 0 3px 30px;
}

.nav-list li {
	list-style-type:square;
	font-size: .7em;
	padding: 4px 0;
}

#footer p{
	font-size: .7em;
	color: #999;
}

#footer-left {
	float:left;
}

#footer-right {
	float: right;
	text-align: right;
}

/*
//	Classes
*/
.box {
	margin-bottom: 15px;
	padding-bottom: 15px;
	width: 217px;
	overflow: hidden;
}

/* blendy background */
.grad {
	background: url(../images/grad_gray.jpg) bottom left repeat-x;
}

.right-nav {
	float:right;
	margin-top: 20px;
}

.right-nav p {
	font-size: .75em;
	padding: 15px 0 0 5px;
}

.right-nav p.contact {
	padding: 15px 0 10px 10px;
}

#content li {list-style:none; padding-bottom: 5px; list-style-type:disc; margin-left: 40px; line-height: 2em; color: #000000;
}

#content ul { padding-bottom: 10px;
}
#content li a{text-decoration:underline;
}
#content li a:hover{text-decoration:none;
}
#content p {padding-bottom: 5px;
margin-top: 15px; line-height:2em;}

