/* CSS Document */

* {
	font-family: Arial, Helvetica, sans-serif;
}

body {
	margin: 0;
}


h1 {
	font-weight: bold;
	font-size: 160%;
	color: #c60000;
	margin-bottom: -0.5em;
}

p, li {
	font-size: 80%;
	line-height: 1.3em;
}
	
a {
	color: #00c;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}



/* Image Classes */

img.space-bottom {
	margin-bottom: 1em;
}

img.float-right-small {
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}



/* Div Classes */

div.float-left {
	width: 200px;
	float: left;
	margin-right: 12px;
	margin-bottom: 1em;
	margin-top: 0.7em;
}

div.float-left h5 {
	margin: 0;
}

html>body div.float-left h5 {
	margin: 0;
	margin-bottom: 0.75em;
	padding-bottom: 0.8em;
}


div.float-left p img {
	margin-top: 0.5em;
}

div.float-left h5 object, div.float-left h5 embed {
	margin-bottom: 1.5em;
}



/* Navigation Classes */

h3.nav-title, h3.nav-title-lone {
	text-align: center;
	background-image: url(images/nav-title-back.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	color: #930;
	margin: 0;
	cursor: pointer;
	padding: 6px 0 6px 0;
	line-height: 16px;
	font-size: 95%;
}

h3.nav-title a, h3.nav-title-lone a, div.nav-sub a {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	margin-bottom: 4px;
}

h3.nav-title a, h3.nav-title-lone a {
	color: #999;
}


h3.nav-title a:hover, h3.nav-title-lone a:hover {
	color: #444;
	text-decoration: none;
}

div.nav-sub {
	text-align: center;
	color: #ccc;
	margin: 0;
	height: 1%;
	margin-top: -1px;
	margin-left: -1px;
}

div.nav-sub p {
	line-height: 20px;
	vertical-align: top;
	padding-bottom: 3px;
}

div.nav-sub p a {
	color: #ffc;
	width: 200px;
	background-image: url(images/nav-sub-back.gif);
	background-position: center top;
	background-repeat: repeat;
	display: block;
	margin: 0;
}

div.nav-sub p a:hover {
	color: #fff;
	text-decoration: none;
}

div#navbar {
	background-image: url(images/nav-runner.gif);
	width: 200px;
}


table.box {
	border: 1px solid #666;
/*	clear: none;
	float: left; */
	width: 400px;
}

table.box td {
	padding: 10px;
}

table.box h2, h2 {
	font-size: 110%;
	color: #c00;
	margin-bottom: 0.2em;
}

html>body table.box h2 {
	margin-top: 0;
}

html>body table.box td {
	padding-bottom: 0;
}

table.box ul {
	margin-top: 0;
}

table.box li a {
/*	color: #116; */
}

table.box li a:hover {
/*	color: #119; */
}


div.calendar {
	background: no-repeat url(images/cal-back.gif) top left;
	height: 220px;
	width: 250px;
	padding-top: 2px;
}

div.calendar p#title {
	text-align: center;
	color: #fff;
	margin-bottom: 0;
}

html>body div.calendar p#title {
	margin: 0 0 1px 0;
}

div.calendar p#title a {
	margin: 0 4px;
}

div.calendar p a {
	color: #fff;
	font-weight: normal;
}

div.calendar td a {
	color: #000;
	font-weight: normal;
}

div.calendar p a:hover {
	color: #fff;
}

div.calendar td a:hover {
	color: #c60000;
}

div.calendar table#months {
	margin: 3px 0 0 2px;
}

html>body div.calendar table#months {
	margin: 2px 0 0 2px;
}

div.calendar table#months td {
	color: #fff;
	font-weight: normal;
	font-size: 75%;
	width: 35px;
	height: 17px;
	text-align: center;
}

div.calendar table#months td a {
	height: 17px;
	width: 35px;
	display: block;
}



div.calendar table#days {
	margin: 21px 0 0 5px;
}

html>body div.calendar table#days {
	margin-top: 21px;
}

div.calendar table#days td {
	color: #fff;
	font-weight: normal;
	font-size: 75%;
	width: 30px;
	height: 17px;
	text-align: center;
	padding: 0 1px 0 0;
}

div.calendar table#days td a {
	height: 17px;
	width: 30px;
	display: block;
}

div.calendar table#days td a.evt {
	background: url(images/cal-evt.gif) no-repeat;
}

div.calendar table#months td a.evt {
	background: url(images/mon-evt.gif) no-repeat;
}


p.lines {
	border: 1px solid #000;
	border-width: 1px 0;
	padding: 0.5em 0;
	margin-top: -0.7em;
}

html>body p.lines {
	margin-top: 0.7em;
}

p.lines a {
	color: #099;
	text-decoration: none;
}

p.lines a:hover {
	text-decoration: underline;
}



div.content-right {
	border: 1px solid #999;
	border-width: 0 0 0 1px;
	padding: 10px;
	margin: 0 10px 0 210px;
	height: 100%;
}

html>body div.content-right {
	height: auto;
	min-height: 400px;
}

div.content-right h5, div.content-right h1 {
	margin: 0;
	margin-bottom: -1em;
	color: #c60000;
}

html>body div.content-right h5, div.content-right h1 {
	margin-bottom: 0.2em;
}



div.dept-text {
	border: 1px solid #999;
	padding: 10px;
	margin: 0 10px 0 210px;
}

div.dept-text h5 {
	margin: 0;
	margin-bottom: -1em;
	color: #c60000;
}

html>body div.dept-text h5 {
	margin-bottom: 0.2em;
}



p.thumbs {
	float: right;
	padding: 0 0 0.5em 1em;
	margin-top: 0;
	text-align: right;
}

p.thumbs img, table.maps img {
	cursor: pointer;
	border: 1px solid #fff;
}

p.thumbs img:hover, table.maps img:hover {
	border: 1px solid #c60000;
}

p.thumbs img#frame, table.maps img#frame {
	cursor: auto;
}

img#frame:hover {
	border: 1px solid #fff;
}

p.thumbs img.space-5top {
	margin-top: 3px;
}

p.thumbs img.space-5 {
	margin: 0 1px;
}


img.dept-head {
	float: right;
	margin: 0 0 0.5em 1em;
}


div.highlight-box {
	border: 1px solid #000;
	padding: 5px;
}

div.levels h5 {
	color: #000;
	margin-bottom: -1.5em;
	margin-left: 1em;
}

html>body div.levels h5 {
	margin-bottom: 0;
}

div.levels p {
	margin-left: 1em;
	font-size: 70%;
}


form#dept select {
	width: 200px;
	font-size: 80%;
	color: #c60000;
	background-color: #ffe;
}

table.form {
	border: 1px solid #c60000;
	width: 400px;
}

table.form td {
	font-size: 80%;
}

table.form textarea, table.form input {
	width: 98%;
}

p.notify {
	border: 1px solid #c60000;
	padding: 5px;
	width: 300px;
}

pre {
	
	width: 400px;
	overflow: auto;
	word-wrap: break-word; 
}

html>body pre {
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
