/* --------------------------------------------- RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, 
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, 
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
{ margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; text-decoration: none; font-weight: normal;}
body { margin: 0pt;}
ol, ul { list-style-type: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }

/* --------------------------------------------- STRUCTURE STYLES */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #f0f0f0 url('../images/bg.jpg') repeat-x left top;
}

#container #content #projects ul li {	
	font-size:small;
	margin-bottom:25px
}



#syllabus-list ul {	
    margin-left:25px;
	list-style-type:circle;
}

#syllabus-list ol {
	margin-left:25px;
	list-style-type:decimal;
}

#container {
	width: 960px;
	height: auto;
	margin: 0 auto 0 auto;
}

#header {
	color: #fff;
	font-size: .9em;
	width: 100%;
	height: 45px;

}

#splash {
	width: 960px;
	padding: 0px 0px 20px 0px;
	height: 80px;
	float: left;
}

#sidebar {
	width: 171px;
	padding: 60px 10px 10px 10px;
	float: left;
}

#content {
	width: 900px;
	padding: 60px 10px 10px 18px;
	float: left;
	min-height:500px;
}

#footer {
	float:none;
}

/* --------------------------------------------- NAVIGATION */
#navigation {
	padding-top: 5px;
	width: 960px;
	float: left;
}

#sched_table td {
	border: 1px solid black;
	padding:5px;
}

#navigation .link {
	background: #f0f0f0;
	float: left;
}

#navigation .link:hover {
	background: #99cc99;
}

#navigation li a {
	padding-top: 15px;
	width: 234px;
	height: 30px;
	margin-bottom: 1px;
	border-left: #fff solid 5px;
	color: #000;
	float: left;
	font-size: 1.2em;
	text-align:center;
}

#navigation p {
	position: absolute;
	font-size: .8em;
	top: 45px;
	padding-left: 15px;
}

/* --------------------------------------------- FONTS & IMAGES */
h1 {font-size: 1.6em; text-align:center}
#header h1 {padding: 7px; background: #000; text-align: center; font-weight: bold;}
#header a {color: #fff;}
h2 {font-size: 1.5em;}
#splash h2 {color: #12884f; padding-top:10px}
h3 {font-size: 1.4em; line-height: 1.1em;}
h4 {font-size: 1em; font-weight: bold;}
p {font-size: .8em; line-height: 1.6em;}
p.footer {font-size: .6em; color: #000; text-align: center; padding-top: 100px; width:100%; margin-left:35px}
p.header {font-size: .8em; font-style: italic; color: #ababab;}
#content p, #content h3, #sidebar h3, #content h4, #sidebar p {margin-bottom: 20px;}
#sidebar h3 { margin-top: 20px; }
img {margin: 0 0 25px 0;}
li {font-size: .7em; margin-bottom: 10px;}


.tbl {
      background-color: black;
      width: 600px;
      border: 1px solid black;
      padding: 1px;
}

.tbl td {
      background-color: white;
      border: 1px solid black;
      padding: 1px;
}

.tbl th {
      background-color: #96A478;
      border: 1px solid black;
      padding: 1px;
}
