/* UNIVERSAL */
body {
	background: url(images/bg.png);
	margin: 0;
	margin-bottom: 25px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	color: #585858;
	position: relative;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	display: inline;
}

.amp {
	font-family: Palatino, "Baskerville Old Face";
	font-style: italic;
	font-weight: none;
}

.clear {
	clear: both;
}

#container {
	width: 900px;
	margin: 0 auto;
}

a { color: #1b3054; }
a:hover { text-decoration: none; }

/* TOP */
#nav {
	width: 100%;
	height: 51px;
	text-align: center;
	background: url(images/nav.png) repeat-x center;
	position: relative;
	top: 1px;
}
#nav ul {
	margin: 0;
	padding: 0;
	padding-top: 17px;
	position: relative;
	top: 1px;
}
#nav ul li {
	display: inline;
}
#nav ul li a {
	display: inline;
	color: #6881ad;
	text-decoration: none;
	padding: 8px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	text-transform: uppercase;
	font-size: 12px;
	margin: 0 7px;
}
#nav ul li a:hover, #nav ul li.current_page_item a {
	color: #5aa2d6;
	background: url(images/navhover.png);
}

/* Header */
#header {
	width: 100%;
	height: 225px;
	background: url(images/head.png) no-repeat bottom center;
}

/* MAIN */
#services {
	width: 900px;
	height: 35px;
	background: url(images/services.png) no-repeat top center;
	border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	font-size: 14px;
	font-family: Georgia;
	text-align: center;
	padding: 17px 0 0 0;
	letter-spacing: 0.03em;
}

/* Base */
#base {
	width: 870px;
	background: #fff;
	border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	padding: 15px;
	line-height: 190%;
}

/* Left */
#base #left {
	width: 600px;
	float: left;
}
#base h1 {
	color: #000;
	position: relative;
	font-size: 18px;
}
#base h1 span {
	background: url(images/gradient-white.png) repeat-x;
	position: absolute;
	display: block;
	width: 100%;
	height: 31px;
}
#base p.one {
	font-family: Georgia;
	font-size: 14px;
}
#base ul.respect {
	margin: 0;
	padding: 0;
}
#base ul.respect li {
	border-bottom: 1px solid #bebebe;
	padding: 5px 0;
	list-style: none;
}
#base ul.respect li .first {
	width: 135px;
	float: left;
	font-weight: bold;
	text-align: right;
	padding-right: 15px;
}
#base ul.respect li .second {
	width: 450px;
	float: left;
	font-style: italic;
}

/* Sidebar */
#sidebar {
	width: 235px;
	float: right;
}

#imgframe {
	width: 235px;
	background: #b9b9b9;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #454545;
	padding: 15px 0 10px 0;
	text-align: center;
	border: 1px solid #a1a1a1;
	margin-bottom: 15px;
}

#imgframe p {
	margin: 0;
	padding: 0;
	font-weight: bold;
	line-height: 100%;
	border-radius: 5px;
}

#imgframe #lwilson {
	width: 205px;
	height: 232px;
	background: url(images/lwilson.png) no-repeat center;
	margin: 0 auto;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	margin-bottom: 10px;
}

#sidebar li { list-style-type: none; }

/* Faculty */
.faculty li { list-style-type: none; }
.faculty ul { margin: 0; padding: 0; }
.faculty img { width: 26%; padding: 10px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; border: 1px solid #a1a1a1; float: left; margin-right: 15px; }
.faculty a { font-size: 16px; cursor: default; }
.faculty a:hover { text-decoration: underline; cursor: default; }

.faculty a img { border: #a1a1a1 1px solid; }

.divide { width: 100%; height: 2px; border-bottom: 1px solid #a1a1a1; margin-bottom: 15px; }

/* FOOTER */
#footer {
	color: #fff;
	padding: 10px 0 0 0;
}
#footer a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#footer .left {
	float: left;
}
#footer .right {
	float: right;
}
