/* Kinesiology Stylesheet */

body {
	margin: 0px;
	padding: 0px;
	background-color: #FAF8F3;
	font-family: Arial, Helvetica, sans-serif;}
	
a:link, a:visited {color: #5C2947;}
a:hover {color: #00523D;}

#wordmark {margin:3px 0 10px 5px; text-align:left;}
#wordmark img {border:0;}
	
.clear {
	float: none;
	clear: both;
	height: 1px;}

#container {
	width: 760px;
	margin: 0px auto;
	border: 1px solid #5C2947;}
	
#header {
	width: 760px;
	height: 150px;
	position: relative;
	background: #5C2946 url(images/header.gif) bottom left no-repeat;}
	
#header h1 {
	text-indent: -9000px;
	margin: 0px;
	padding: 0px;}
	
#nav {
	width: 760px;
	position: absolute;
	top: 0px;
	left: 0px;}
	
#nav ul {
	width: 100%;
	float: left;
	padding: 4px 0px;
	margin: 6px 0px 0px 0px;
	background-color: #fff;}

#nav ul li {display: inline;}

#nav ul li a {
	width: 126px;
	height: 49px;
	text-indent: -9000px;
	float: left;
	padding: 0px;
	text-decoration: none;
	background-color: #007D68;}

#nav li.home a {background: url(images/home.gif) top left no-repeat;}
#nav li.academic a {background: url(images/academic.gif) top left no-repeat;}
#nav li.kin100 a {background: url(images/kin100.gif) top left no-repeat;}
#nav li.faculty a {background: url(images/faculty.gif) top left no-repeat;}
#nav li.centers a {background: url(images/centers.gif) top left no-repeat;}
#nav li.links a {background: url(images/links.gif) top left no-repeat;}
#nav li.last a {width: 130px;}

#nav li.current a {background-position: 0px -49px;}

#nav ul li a:hover {background-position: 0px -49px;}

#divider {
	background-color: #8FBFB5;
	width: 760px;
	height: 12px;
	clear: both;
	float: none;}
	
#content {
	width: 760px;
	background: url(images/contentbg.gif) top left repeat-y;}
	
#sidenav {
	width: 180px;
	float: left;
	margin: 0px;
	padding: 15px 0px;
	font-size: 75%;}
	
#sidenav ul {
	padding: 0px;
	margin: 0px 8px 0px 5px;
	list-style-type: none;}

#sidenav li {
	padding:5px 0; 
	margin:0; 
	font-weight: bold;
	border-top: 1px solid #00523D;}

#sidenav li a:link, #sidenav li a:visited {
	display: block;
	color:#5C2946; 
	font-weight: normal;
	text-decoration: none;}

#sidenav li a:hover {
	color: #00523D; 
	background-color:#8FBFB5;}

.search {
	margin-top: 15px;
	margin-left: 5px;}

.search label {
	font-weight: bold;}
	
#text {
	margin-left: 190px;
	font-size: 75%;
	line-height: 140%;
	width: 560px;}
	
#text h1 {
	font-size: 150%;
	color: #5C2946;
	margin-top: 0px;
	padding-top: 10px;}
	
#text h2 {
	font-size: 130%;
	color: #5C2946;}
	
#text h3 {
	font-size: 100%;
	color: #5C2946;}
	
#text li {padding: 3px 0px;}

#text img.photo {
	margin: 0px 0px 8px 8px;
	padding: 3px;
	background-color: #fff;
	border: 1px solid #666;}

#text img.right {
	width: auto;
	float: right;}
	
* html #text img.right {height: 1%;}

#text .caption {
	width: 255px;
	clear: right;
	float: right;
	font-size: 90%;
	color: #666;}
	
#footer {
	font-size:65%; 
	line-height:115%; 
	text-align:center; 
	padding-top: 20px;}

