/* CSS Document */
body {
	background-color: #D4DDCA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#wrapper {
	width: 970px;
	margin: auto;
	background-color: #D4DDCA;
}

a img {
	border: none;
}

/* -------------- HEADER STYLES --------------- */
#header img.left {
	float: left;
	margin-left: 5px;
}

#header img.header {
	float: left;
}

#header {
	background-color: #D4DDCA;
	height: 140px;
}

.sciArt {
	width:150px;
	height: 28px;
}


/* -------------- SIDEBAR STYLES --------------- */
#sidebar {
	float: left;
	margin-top: 315px;
	margin-left: -185px;
	width: 135px;
	height:255px;
}

#sidebar a {
	display: block;
	color: #09510B;
	text-decoration: none;
	font-weight: bold;
	font-size: .8em;
	margin-top: 7px;
}

#sidebar a:hover {
	color: #669966;
}

#sidebar a img {
	border: none;
	margin: 5px 0 0 -15px;
}

/* -------------- BREADCRUMB TRAIL STYLES --------------- */

#crumbtrail {
	color: #660000;
	font-size: 11px;
	margin-top: 7px;
	margin-left: 170px;
}

#crumbtrail a {
	display: inline;
	text-decoration: none;
	color: #660000;
}

#crumbtrail a:hover {
	color: #339999;
}

/* -------------- CONTENT & MENU WRAP STYLES --------------- */
#contentMenuWrap {
	background-color: #BACCA8;
	border: solid 1px #5E3C00;
	padding: 4px;
	width: 960px;
	height: 33px;
}


/* -------------- MENU STYLES --------------- */
#menu {
	margin-left: 155px;
	height: 25px;
	background-color: #E9FFD7;
	border: solid 2px #FFFAA4;
	padding: 4px 0 0 0;
	color: #09510B;
}

#chromemenu ul {
	margin: 0;
	list-style-type: none;
}

#chromemenu ul li {
	display: inline;
}

#chromemenu a {
	color: #5E3C00;
	text-decoration: none;
	font-weight: bold;
	margin-right: 3px;
}

#chromemenu a:hover {
	background-image: url(images/menu-backg.gif);
}


/* -------------- CONTENT STYLES --------------- */
#content {
	background-color: #F7F6E2;
	border: solid 1px #FFFAA4;
	margin: 12px 10px 0 165px;
	padding: 10px 44px;
	width: 705px;
}

h1 {
	color: #9B3216;
	font-size: 1.5em;
	clear: right;
}

h2 {
	color: #9B3216;
	font-size: 1.3em;
	font-weight: normal;
	border-bottom: solid 1px #EAA221;
	width: 280px;
	margin: 25px 0 15px 0;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #5E3C00;
	margin: 20px 0 0 15px;
}

h4 {
	color: #9B3216;
	font-size: 1.1em;
	font-weight: normal;
	border-bottom: solid 1px #EAA221;
	width: 300px;
	margin: 20px 0 10px 0;
	clear: right;
}

iframe {
	margin: 14px 20px;
}

blockquote {
	width: 80%;
}

#content a {
	color: #9B3216;
	text-decoration: none;
	font-size: 1em;
}

#content a:hover {
	color: #EAA221;
}

#content p {
	margin: 14px 20px;
	color: #5E3C00;
}

#content p.first {
	margin-top: 5px;
	margin-bottom: 0;
}

#content p.first a {
	font-weight: normal;
}

#content p.address {
	margin-left: 55px;
	font-weight: bold;
	color: #336600;
}

#content p.q {
	margin-bottom: 4px;
}

#content img {
	border: solid 1px #5E3C00;
	margin: 10px 0 10px 25px;
}

#content p a, #content ul li a {
	color: #9B3216;
	text-decoration: none;
	font-weight: bold;
}

#content p a:hover, #content ul li a:hover {
	color: #EAA221;
}

#content ul, #colLeft ul, #colRight ul {
	list-style-type: none;
	list-style-image: url(images/leaf.jpg);
	margin-left: 30px;
	line-height: 1.2em;
}

#content ul li.noleaf{
	list-style-image: none;
}

#colLeft, #colRight {
	width: 300px;
}

#colRight {
	float: right;
}

div.img {
	float: right;
	text-align: center;
}

#colRight.key {
	width: 300px;
	text-align: center;
}

.justify {
	text-align: justify;
	width: 400px;
}

.wkshp {
	text-align: justify;
}

.green {
	text-transform: uppercase;
	font-style: italic;
	color: #336600;
	font-weight: bold;
}

.cite {
	font-size: .7em;
	color: #5E3C00;
	display: block;
}

ul#campusmap {
	list-style-image: none;
	color:  #5E3C00;
}

.top {
	font-size: .8em;
	padding-left: 330px;
}

table {
	width: 690px;
	background-color: #fff;
	margin: 15px 0;
}

th {
	color: #F3DFA4;
	background-color: #5E3C00;
	text-transform: uppercase;
	font-weight: bold; 
	font-size: 16px;
}

th.contd {
	font-size: 14px;
	color: #F3DFA4;
	background-color: #956E43;
}

td {
	padding: 3px 4px;
	margin: 3px;
	color: #000;
	background-color: #eee;
	font-size: 11px;
	width: 222px;
	text-align: center;
}

#content table tr td.core a, #content table tr td.evening a, #content table tr td.public a, #content table tr td.workshop a, #content table tr td.fieldtrip a {
	color: #000;
	font-style: italic;
}

#content table tr td.core a:hover, #content table tr td.evening a:hover, #content table tr td.public a:hover, #content table tr td.workshop a:hover, #content table tr td.fieldtrip a:hover {
	color: #666;
	text-decoration: underline;
}

td.time, td.time0 {
	color: #000;
	background-color: #FFFFFF;
	font-size: 10px;
	width: 30px;
	
}

td.time {
	border-top: solid #ccc 1px;
}

td.room {
	color: #5E3C00;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #fff;
	text-align: center;
}

td.core, td.public, td.evening {
	padding: 3px 8px;
}

td.core {
	background-color: #99CC99;
	border-top: solid #336666 3px;
}

td.public {
	background-color: #99CCCC;
	border-top: solid #336666 3px;
}

td.evening {
	background-color: #C9B3B7;
	border-top: solid #8D5B62 3px;
}

td.workshop {
	background-color: #D1A679;
	border-top: solid #CC6633 3px;
}

td.fieldtrip {
	background-color: #E2DD91;
	border-top: solid #FFCC33 3px;
}

td.center {
	text-align: center;
	background-color: #CCCCFF;
	border-top: dotted #aaa 1px;
	border-bottom: dotted #aaa 1px;
}

/* -------------- FOOTER STYLES --------------- */
#footer {
	width: 455px;
	margin-left: 350px;
	clear: both;
}

#footer p {
	font-size: .7em;
	color: #669966;
	text-align: center;
	border-top: solid 1px #669966;
	margin-top: 30px;
}

#footer a.kapi {
	color:  #669966;
	margin: 0;
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
}

#footer a.kapi:hover {
	color: #09510B;
}

/* -------------- UNIVERSAL CLASSES --------------- */
.right {
	float: right;
	margin-right: 0;
}

.left {
	float: left;
	margin-left: 0;
}

.keyjustify {
	width: 430px;
	text-align: justify;
}

#content img.keyleft {
	float: left;
	margin-right: 10px;
	margin-left:0;
}

.txtRight {
	text-align: right;
	display: block;
}


