@import url("../courses_global.css");

/* text blocks */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	background-color: #ffc;
}
p, ul, dl, ol 	{ line-height: 1.5em; margin-top: 3px; }

div#nav ul {
	margin: 0 0 1em 0;
	padding: 0;
	list-style-type: none;
}
.subhead {
	padding-left: 10px;
}

.inline {     /* wrap text around images */
	float: left; 
	margin-right: 10px;
	margin-left: 0px; 
}
div#content ul {
	list-style-image: url(../images/bullet_chevrons2.gif);
}
div#contact-info ul {
	list-style-type: none;
	margin-left: 0px;
}

.head_shot {
	font-size: 10px;
	float: left;
	margin-bottom: 5px;
	margin-left: 5px;
}

/* end text blocks */

/* positioning */

#wrapper {
 }

#course-header { 
	border: 0;
	padding-top: 15px;
	padding-bottom: 10px;
	margin: 0;
	width: auto;
	color: #000;
}
	
#page-header { 
	border: 0;
	padding-top: 15px;
	padding-bottom: 10px;
	margin: 0;
	width: auto;
}

#wrap-text {
	margin: 0;
	border: 0;
	padding: 0;
	width: 550px; /* False value for IE4-5.x/Win */
	voice-family: "\"}\"";
	voice_family: inherit;
	width: 500px; /* Actual value for conformant browsers */
}
html>wrap-text {
	width: 500px; /* Be nice to Opera */
	}

#content {
	border: 0;
	margin: 0;
	padding: 0 35px 0 15px;
	margin-left: 200px;
	width: auto;
	min-height: 600px;
}

#sidebar {
		-moz-border-radius: 10px;
	-webkit-border-radius: 10px;

	float: left;
	left: 10px;
	margin: 0;
	padding: 0 25px;
	background: #f93;
	width: 150px;
	voice-family: "\"}\"";
	voice_family:inherit;
	width: 150px;
	}
	html>nav {
	width: 150px; /* Be nice to Opera */
	}
#nav { font-size: 15px;
}

#footer {
	font-size: x-small;
	color: #999;
	border-top: 1px groove #609;
	margin-top: 25px;
	clear: both;
}
#date {
	position: absolute;
	right: 0;
	margin: 0;
	padding: 0 10px 0 0;
	text-align: right;
}

/* end positioning */
/* tables */

th           {
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #214200;
	font-family: Tahoma, Verdana, Arial, Helvetica;
	color: #214200;
	padding-top: 1em;
}

#schedule {
	font-size: 0.9em;
}
#schedule { font-size: 14px; }

#schedule td { 
	vertical-align: top; 
	font-weight: bold; 
	text-align: right; 
	padding-right: 10px;
}
#schedule td + td { font-weight: normal; text-align: left;  }

.row-header {  }



#roll { margin-top: 25px; 
}
table#roll td { font-size: .8em }
table#roll th { font-size: .8em }

#fourc td {
	vertical-align: top;
	padding-bottom: 10px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	text-align: center;
	font-weight: bold;
}
#fourc  th {
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	text-align: center;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #214200;
}

#fourc td + td + td { font-weight: normal; text-align: left;  }

/* end tables */

/* headers*/

h1, h2, h3     { font-style: normal; color: #000; font-family: tahoma, verdana, helvetica, sans-serif }
               
h1 	{ font-weight: normal;  font-size: 28px; margin-bottom: 15px; margin-top: 15px  }
h2	{ font-weight: bold; font-size: 18px; margin-bottom: 5px; margin-top: 15px   }
h3 	{ font-weight: normal; font-size: 16px }

/* end headers */

/* links */

a:link, a:visited, a:active  { text-decoration: underline; font-weight: normal; color: #214200; }
a:hover { text-decoration: underline; color: #f93; background: transparent; }

div#nav a:link { text-decoration: none; font-weight: normal; color: #214200 } 
div#nav a:visited    { text-decoration: none; color: #214200; font-weight: normal }
div#nav a:hover { text-decoration: none; color: #fff; background: #f93 }
div#nav a:active { text-decoration: none; color: #fff; background: #f93 }

div#footer a:link { text-decoration: underline; font-weight: normal; color: #999; } 
div#footer a:visited { text-decoration: underline; font-weight: normal; color: #999; } 
div#footer a:hover { text-decoration: underline; color: #609; }
div#footer a:active { text-decoration: underline; color: #609; }

/* end links */
