@charset "utf-8";
/* CSS Document */

body {
	line-height: 1.6em;
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 76%;/* font sizing in ems, baby. if you want to change anything, just change this.*/
	/*funny thing happens at 75% and lower. opera goes to a nice small size, but moz and ie pc change almost not at all. seems 76% is as small as you can go and stay the same across browsers. poop.*/
	color: #1b1b1b;
}


/*layout*/

#header-container {
	background: #003359 url(_images/header-container-bg.gif) repeat-x left bottom;
	height:72px;
}
#cdulogo {
	height:45px;
	margin-left:15px;
	position:absolute;
	top:8px;
	left:0;
	width:161px;
}
#search {
	position:absolute;
	top:0;
	right:0;
	margin-top:18px;
	width:365px;
}
#search-cdu {
	background:url(_images/search-cdu.png) no-repeat;
	float:left;
	height:36px;
	margin:0 7px 0 0;
	text-indent:-7777px;
	width:92px;
}
#search-form {
	padding-top:4px;
	padding-right:10px;
}
#search-form input, #search-form select {
	font-size:11px;
	float:left;
}
#search-form input {
	margin-left:3px;
}
#container {
	width:803px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#headersemester {
	padding-left: 10px;
	font-size: 2em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;
	line-height:1.2em;
	padding-bottom: 15px;
	margin-bottom: 10px;
	border-bottom: dotted 1px #CCC;
	}


#header {
	
	height:255px;
	width:800px;
	text-indent:-7777px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#body-container {
	padding-top: 30px;
}
#menu  {
	float:left;
	padding-bottom:20px;
	width:157px;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.1em;
	width: 160px;

}

#menu a {
	color:#c00;
	display:block;
	font-size:1.1em;
	font-weight:bold;
	text-decoration:none;
	width:154px;
}

#menu a:hover {
	color:#900;
	border-left:3px solid #900;
}
a.special:active {

	color:#900;
	display:block;
	font-size:1.1em;
	font-weight:bold;
	text-decoration:none;
	width:154px;	
}
#menu ul, #menu li.home{
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:right;


}
#menu li {
	background:url(_images/menu-divider.gif) repeat-x right bottom;
	line-height:1.3em;
	padding:6px 0 7px 0;
	
}
li#first-menu {
	padding-top:0;
	display: none;
}


li#last-menu {
	background:none;
}
#menu li span {
	color:#000;
	display:block;
	font-size:0.7em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	line-height:1.2em;
}


#content {
	float:left;
	width:600px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 30px;
}
#random-quote {
	color:#666;

}
#random-quote dd {
	font-size:0.8em;
}
#sidebar {
	float:right;
	line-height:1.2em;
	padding-bottom:20px;
	width:157px;
}
#sidebar img {
	margin-bottom:5px;
	}
#contact-container {
	background:#a71000 url(_images/contact-background.jpg) repeat-x center top;
	border-bottom:1px solid #5e0900;
	padding:20px 0;
	width:100%;
}
#contact-table {
	border-collapse:collapse;
	border:0;
}
#contact-table-col1 {
	width:138px;
}
#contact-table-col2 {
	width:239px;
}
#contact-table-col3 {
	width:25px;
}
#contact-table td {
	padding:0 5px 0 0;
}
#contact-body {
	margin:0 auto;
	width:800px;
}
#contact-heading {
	color:#fff;
	float:left;
	text-align:right;
	width:157px;
}
#contact-heading h3 {
	font-size:1.5em;
	font-weight:bold;
	margin:0;
}
#contact-content {
	color:#fff;
	float:right;
	font-weight:bold;
	line-height:1.2em;
	width:613px;
}
#contact-content a {
	color:#F8D358;
}
#contact-content label {
	display:none;
}
#name, #email, #phone {
	background:url(_images/text-field.png) no-repeat center top;
	border:0;
	height:18px;
	padding:4px 8px 0 8px;
	margin-bottom:2px;
	width:122px;
}
#message {
	background:url(_images/text-area.png);
	border:0;
	height:68px;
	overflow:auto;
	padding:3px 8px;
	width:223px;
}
#footer-container {
	background:#003359;

	padding:20px 0;
}
#footer {
	color:#DADADA;
	font:0.8em Verdana, Arial, Helvetica, sans-serif;
	margin:0 auto;
	width:510px;
}
#footer img {
	padding-bottom:20px;
}
/*typography*/

#footer a {
	color: #f8d358;}
a {
	color:#990000;
	text-decoration: none;
}
a:link {
}
a:visited {
}
a:active {
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 1.7em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: .3em;
	line-height:1.2em;
}
h2 {
	font-size: 1.3em;
	margin-top: 1.2em ;
	margin-bottom: 1.0em;
	font-weight:bold;
	margin-right: 1.2em;
}
h3 {
	font-size: 1.0em;
	margin-top: .2em ;
	margin-bottom: .2em;
	font-weight: bold;
	margin-right: 1.2em;
}
	

h4 {
	font-size: .8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}
h5 {
	font-size: .8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}
h6 {
	font-size: 0.5em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
}
img {
	border: 0;
}
ol, ul, li {/*
	list-style: none;*/
	font-size: 1.0em;
	line-height: 1.6em;
	margin-top: 0.2em;
	margin-bottom: 0.1em;
}
p {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 0em;
}
li > p {
	margin-top: 0.2em;
}
pre {/*moz 1.0/1.1/1.2.1, net 7.0/7.01 make this way too small, but i'm not going to go larger because monospace tends to run you into overflow pretty quick. prior moz and net are okay.*/
	font-family: monospace;
	font-size: 1.0em;
}
strong, b {
	font-weight: bold;
}
img, div, p, input, textarea {
	behavior: url(/iepngfix.htc)
}
input, textarea {
	font:1em Arial, Helvetica, sans-serif;
}
hr {
	color:#333;
	height:1px;
	background:#333;
}
form {
	margin:0;
}
th {
	font-weight:normal;
}
/*global styles*/	
.clear-float {
	font-size:1px;
	line-height:1px;
	clear:both;
}
.float-left {
	float:left;
	margin-right:15px;
}
.float-right {
	float:right;
	margin-left:15px;
}
.divider {
	clear:both;
}
div.divider {
	background: url(_images/menu-divider.gif) repeat-x center left;
	height: 1px;
	border-top:10px solid #fff;
	border-bottom:10px solid #fff;
}
div.divider * {/* for CSS2 browsers */
	display: none;
}
.top {
	background:url(_images/up-arrow.gif) no-repeat right 0.3em;
	padding-right:13px;
}
/* misc styles */
.homepage-table h3,.homepage-table p {
	margin:0;
}
.homepage-table h3 {
	font-size:1.2em;
}
.homepage-table td {
	padding:0 10px 25px 0;
}
