@charset "UTF-8";
/* CSS Document */
/*
COLOR PALETTE
#333 - Main Font 
#005595 -darker blue
#63b2f1- lighter blue
*/

/*
TABLE OF CONTENTS
CLEAR STYLES - Clear all styles
MAIN - Basic layout framework, tags, links, alerts and errors,
HEADER and BANNER - Logo, Search, Flash Banner, etc.
NAVIGATION  Main menu
CONTENT - Home page content layout
TABLES
FOOTER - Copyright
MISC - Clear

*/
/************************CLEAR STYLES************************************************************************/
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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background: transparent;
	}
:focus {
	outline: 0;
	}

/*********************Main styles*******************/
strong{
	font-weight:bold;
	}
em{
	font-style:italic;
}
body{
	background: url(/graphics/insidebg.jpg) repeat-x #131315;
	font:Arial, Helvetica, sans-serif 14px;
	line-height:1.2em;
	}
#wrapper{
	width:960px;
	background: url(/graphics/itopbg.jpg) no-repeat;
	margin:0 auto;
	}
/*********************Header and Banner*******************/
#header{
	position:relative;
	width:960px;
	height:138px;
	}
#diagridlogo{
	position:absolute;
	background:url(/graphics/diagridlogo.jpg) no-repeat top left;
	top:0px;
	left:0px;
	height:80px;
	width:310px;
	text-indent:-9999em;
	}
#search{
	position:absolute;
	right:3px;
	top:14px;
	width:350px;
	text-align:right;
	}
#searchbutton{
	background: url(/graphics/searchbutton.jpg) no-repeat;
	width:98px;
	height:21px;
	border:none;
	}
#banner{
	height:282px;
	width:960px;
	position:relative;
	padding:0;
	margin:0;
	}
/*********************Navigation*******************/
#nav{
	position:absolute;
	background:url(/graphics/navbar.jpg) no-repeat top left;
	width:585px;
	height:43px;
	top:77px;
	right:3px;
	font-family:Arial, Helvetica, sans-serif;
	}
#nav ul{
	list-style:none;
	display:inline;
	float:left;
	padding:9px 0px 10px 10px;
	}
#nav ul li{
	display:inline;
	padding:8px 10px;
	border-right: solid 1px #ccc;
	font-family:inherit;
	font-size:.9em;*/

	}
#nav ul #last{
	border-right:none;
	}
#nav ul a{
	color:#333;
	text-decoration:none;

	
	}	
#nav ul a:hover{
	color:#333;
	color:#125bd5;
	
	}
#submenu{
	margin:0px 0px 15px 50px;
	list-style:square;
	
}
#submenu a{
	text-decoration:none;
}
#quicklinks{
	margin:0px;
	padding: 0px 30px 15px 40px;
	color:#333;
	font-weight:normal;
	font-family:Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Arial, Helvetica,Tahoma,sans-serif;
	list-style:none;
	}
#quicklinks li{
	padding:10px 5px 0px 25px;	
	}
#quicklinks li a{
	color:#333;
	text-decoration:none;
	
	}
#quicklinks #userinfo{
	background: url(/graphics/insideuser.gif) no-repeat left 10px;
	}
#quicklinks #admininfo{
	background: url(/graphics/insidetools.gif) no-repeat left 10px;
	}
#quicklinks #condormanual{
	background: url(/graphics/inside_condor.gif) no-repeat left 10px;
	}
#quicklinks #materials{
	background: url(/graphics/inside_lectureicon.gif) no-repeat left 9px;
	}
#quicklinks #monitoring{
	background: url(/graphics/inside_monitoring.gif) no-repeat left 14px;
	}
#quicklinks li a:hover{
	color:#63b2f1;
	}

/*********************Content*******************/
#contenttops{
	height:18px;
	width:960px;
	background:url(/graphics/iboxtopsnew.jpg) top left no-repeat;
	}
#contentbottom{
	height:50px;
	width:960px;
	background:url(/graphics/icontentbottom.jpg) top left no-repeat;
	}
#content{
	margin-top:0px!important;
	margin-top:-2px;
	width:960px;
	background:url(/graphics/insidefauxcol.jpg) top left repeat-y;
	}
#content p a{
	text-decoration:none;
	color: #125bd5;
	}
#content h3 a{
	text-decoration:none;
	color:#005595;
	}
#content h3 a:hover{
	color:#63b2f1;
	}
#content{
	font-size:.8em;
	font-weight:normal;
	font-family:Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Arial, Helvetica,Tahoma,sans-serif;
}
#content p{
	padding: 10px 30px 5px 30px;
	color:#333;

	}
#col2 ul{
	margin:10px 20px 10px 60px;
}
#col2 img{
	margin-left:40px;
	padding:10px;
}
#date{
	font-style:italic;
	margin-left:25px;

 }

#content h2{
	padding: 10px 30px 5px 35px;
/*	color:#005595;*/
	color:#333;
	font-size:1.1em;
	font-family:Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Arial, Helvetica,Tahoma,sans-serif;
	
	}
#col2 h2{
	padding: 12px 30px 5px 0px;
	margin:0px 25px;
	font-size:1.2em;
	font-family:Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Arial, Helvetica,Tahoma,sans-serif;
	border-bottom:1px solid #eee;
	}
pre{
	font-size:.75em;
	font-weight:normal;
	font-family:Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Arial, Helvetica,Tahoma,sans-serif;
	padding:5px;
	margin:10px 25px;
	border:1px solid #63b2f1;
	background:#cddeff;
	}
#col1{
	margin:0px 10px 0px 0px;
	width:240px;
	float:left;
	}

#col2{
	width:670px;
	margin:0px 20px;
	float:left;
	}

#col2 h3{
	padding: 10px 25px 5px 25px;
	color:#333;
	font-size:.95em;
	font-family:Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Arial, Helvetica,Tahoma,sans-serif;
	
	}
#col2 p{
	padding: 19px 30px 3px 25px;
	margin:0px;
	}
#col2 p#url{
	padding: 3px 30px 3px 25px;
	margin:0px;
	}
#col2 ul{
	padding: 0px 30px 4px 25px;
	margin:0px 0px 0px 25px;
 }
#col2 ol{
	padding: 10px 30px 15px 60px;
	list-style:decimal;
 }

/*********************Tables*******************/
table 
{
 font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
 font-size: 12px;
 width: 480px;
 text-align: left;
 border-collapse: collapse;
 border-bottom:1px solid #666;
 margin:40px 0px;
 }
th
{
 font-size: 13px;
 font-weight: normal;
 padding: 8px;
 background: #a1badf;
 border-top: 4px solid #092041;
 border-bottom: 2px solid #092041;
 color: #039;
}
td
{
 padding: 8px;
 background: #eaeff8; 
 border-bottom: 1px solid #fff;
 color: #669;
 border-top: 1px solid transparent;
}
tr:hover td
{
 background: #cddbee;
 color: #339;
}
/*********************Forms*******************/


/*********************Footer*******************/
#footertop{
	margin-top:20px;
	background: url(/graphics/footertop.jpg) no-repeat top left;
	width:960px;
	height:13px;
	}
#footerbottom{
	background: url(/graphics/footerbottom.jpg) no-repeat top left;
	width:960px;
	height:35px;
	margin-bottom:30px;
	}
#footercontent{
	background: url(/graphics/footerbg.jpg) repeat-y;
	width:960px;
	color:#eee;
	font-size:.7em;
	font-weight:normal;
	font-family:Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Arial, Helvetica,Tahoma,sans-serif;
	}
#footercontent p{
	padding:10px 30px;
	}
#copyright{
	float:left;
	}
#contact{
	float:right;
	}
#logos{
	clear:both;
	padding:10px 30px;
	}
#purduelogo{
	margin-left:-10px;
	}
/*********************Misc*******************/
.clear{
	clear: left;
	}
