@charset "utf-8";
/* CSS Document */

/*

Web Design & Development by:

Adam Creative
http://www.adamcreativedesign.com
Tel: 352.222.3593
Email: info@adamcreativedesign.com

*/

/* -------------------- Resets -------------------- */

* { margin:0; padding:0; }
*:focus { outline:none; }
ul { padding:0; margin:0; list-style-type:none; }
ul li { color:#333; font-size:14px; }
body { background:#666666 url(../fw/bg.jpg) repeat-x top center; font: 13px Arial, Helvetica, sans-serif; color:#333; }
a,
a:visited {
	text-decoration:none;
	color:#002EB1;
}
a:hover {
	text-decoration:underline;
}
.ContainerMid {
	width:937px;
	margin:0 auto;
	background:url(../fw/container-mid.jpg) repeat-y top center;
}
.ContainerTop {
	background:url(../fw/container-top.jpg) no-repeat top center;
}
.ContainerBtm {
	background:url(../fw/container-btm.jpg) no-repeat bottom center;
	padding:35px 24px 40px 13px;
}
.Header {
	padding:25px 90px 40px 30px;
}
.Header h1 {
	color:#0032B3;
	font: 24px Myriad Web Pro, Arial, Helvetica, sans-serif;
}
.Header h2 {
	color:#333;
	font: italic 16px Myriad Web Pro, Arial, Helvetica, sans-serif;
	margin:0 0 0 30px;
}
.Header .Logo {
	float:left;
	width:440px;
}
a.UF {
	float:right;
}
a.UF img {
	display:block;
}
ul.Nav {
	background:url(../fw/bg-nav.jpg) repeat-x top center;
	height:38px;
	padding:0 0 20px 20px;
}
ul.Nav li {
	float:left;
}
ul.Nav li a,
ul.Nav li a:visited {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	display:block;
	padding:12px 15px 12px 15px;
}
ul.Nav li a:hover {
	text-decoration:underline;
}
ul.Nav li.Tab {
	background:url(../fw/bg-tab.jpg) repeat-x top center;
}
ul.Nav li.Tab a,
ul.Nav li.Tab a:visited {
	color:#0D2F71;
}
ul.Nav li.Tab a:hover {
	text-decoration:none;
}
.Content {
	padding:0 12px;
}
.Content ul {
	list-style-type:disc;
	margin:5px 0 5px 20px;
}
.Content ol {
	margin:5px 0 5px 25px;
}
.Content ol li {
		padding:0 0 5px 0;
}
.Content ul li {
	font-size:13px;
	padding: 5px 0 5px 0;
}
.GrayBox {
	height:176px;
	background:url(../fw/bg-gray.jpg) repeat-x top center;
	padding:2px;
	width:616px;
	float:left;
}
.GrayBox .BlueBox {
	height:177px;
	background:url(../fw/bg-blue.jpg) repeat-x top center;
}
.GrayBox .BlueBox p {
	padding:50px 0 0 10px;
	float:left;
	font-size:15px;
	color:#fff;
	line-height:20px;
}
.GrayBox .BlueBox img {
	float:right;
}
.CallOuts {
	float:right;
	width:254px;
}
.CallOuts a,
.CallOuts a:visited {
	width:244px;
	height:58px;
	background:url(../fw/bg-callout.jpg) no-repeat 0 0;
	font-size:16px;
	color:#0D2F71;
	text-decoration:none;
	display:block;
	font-weight:bold;
	padding:0 0 0 10px;
	line-height:58px;
	margin:0 0 3px 0;
	-margin:0; /*--IE6--*/
}
.CallOuts a:hover {
	background-position:0 -58px;
}
.CallOuts a.Publications span {
	background:url(../fw/icon-publications.jpg) no-repeat 0 5px;
	padding: 0 0 0 115px;
	display:block;
}
.CallOuts a.Students span {
	background:url(../fw/icon-people.jpg) no-repeat 0 5px;
	padding: 0 0 0 115px;
	display:block;
}
.CallOuts a.Research span {
	background:url(../fw/icon-research.jpg) no-repeat 0 5px;
	padding: 0 0 0 115px;
	display:block;
}
.LeftSide {
	float:left;
	width:610px;
}
.RightSide {
	float:right;
	width:245px;
	padding:5px 5px 0 0;
}
.RightSide p.Caption {
	font-size:11px;
	padding:2px 0 2px 10px;
	line-height:15px;
}
h1 {
	color:#0032B3;
	font-size:18px;
	margin:4px 0;
}
h2 {
	font-size:16px;
	margin:8px 0 2px 0;
}
p {
	padding:5px 0;
	line-height:22px;
}
.hr {
	height:20px;
	border-bottom:1px solid #ccc;
	margin:10px 0 40px 0;
}
/* -------------------- Top Area -------------------- */




/* -------------------- Content -------------------- */



/* -------------------- Footer -------------------- */

.Footer {
	width:900px;
	margin:0 auto;
	height:125px;
}
.Footer a,
.Footer a:visited {
	color:#ccc;
	text-decoration:none;
}
.Footer a:hover {
	color:#fff;
}
p.Address {
	float:left;
	width:300px;
	color:#fff;
}
p.Copyright {
	float:right;
	color:#ccc;
	font-size:11px;
	line-height:16px;
}
/* -------------------- Shared Styles -------------------- */

.Clear {
	clear:both;
}
.Left {
	float:left;
}
.Right {
	float:right;
}