
/*reset.css*/body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}
/*fonts.css*/body{font:13px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}pre, code {font:115% monospace;*font-size:100%;}body * {line-height:1.22em;}
/*grids.css*/body{text-align:center;}#ft{clear:both;}#doc,#doc2,#doc3,.yui-t1,.yui-t2,.yui-t3,.yui-t4,.yui-t5,.yui-t6,.yui-t7{margin:auto;text-align:left;width:57.69em;*width:56.3em;min-width:750px;}#doc2{width:73.074em;*width:71.313em;min-width:950px;}#doc3{margin:auto 10px;width:auto;}.yui-b{position:relative;}.yui-b{_position:static;}#yui-main .yui-b{position:static;}#yui-main{width:100%;}.yui-t1 #yui-main,.yui-t2 #yui-main,.yui-t3 #yui-main{float:right;margin-left:-25em;}.yui-t4 #yui-main,.yui-t5 #yui-main,.yui-t6 #yui-main{float:left;margin-right:-25em;}.yui-t1 .yui-b{float:left;width:12.3207em;*width:12.0106em;}.yui-t1 #yui-main .yui-b{margin-left:13.3207em;*margin-left:13.0106em;}.yui-t2 .yui-b{float:left;width:13.8456em;*width:13.512em;}.yui-t2 #yui-main .yui-b{margin-left:14.8456em;*margin-left:14.512em;}.yui-t3 .yui-b{float:left;width:23.0759em;*width:22.52em;}.yui-t3 #yui-main .yui-b{margin-left:24.0759em;*margin-left:23.52em;}.yui-t4 .yui-b{float:right;width:13.8456em;*width:13.512em;}.yui-t4 #yui-main .yui-b{margin-right:14.8456em;*margin-right:14.512em;}.yui-t5 .yui-b{float:right;width:18.4608em;*width:18.016em;}.yui-t5 #yui-main .yui-b{margin-right:19.4608em;*margin-right:19.016em;}.yui-t6 .yui-b{float:right;width:23.0759em;*width:22.52em;}.yui-t6 #yui-main .yui-b{margin-right:24.0759em;*margin-right:23.52em;}.yui-t7 #yui-main .yui-b{display:block;margin:0 0 1em 0;}#yui-main .yui-b{float:none;width:auto;}.yui-g .yui-u,.yui-g .yui-g,.yui-gc .yui-u,.yui-gc .yui-g .yui-u,.yui-ge .yui-u,.yui-gf .yui-u{float:right;display:inline;}.yui-g div.first,.yui-gc div.first,.yui-gc div.first div.first,.yui-gd div.first,.yui-ge div.first,.yui-gf div.first{float:left;}.yui-g .yui-u,.yui-g .yui-g{width:49.1%;}.yui-g .yui-g .yui-u,.yui-gc .yui-g .yui-u{width:48.1%;}.yui-gb .yui-u,.yui-gc .yui-u,.yui-gd .yui-u{float:left;margin-left:2%;*margin-left:1.895%;width:32%;}.yui-gb div.first,.yui-gc div.first,.yui-gd div.first{margin-left:0;}.yui-gc div.first,.yui-gd .yui-u{width:66%;}.yui-gd div.first{width:32%;}.yui-ge .yui-u{width:24%;}.yui-ge div.first,.yui-gf .yui-u{width:74.2%;}.yui-gf div.first{width:24%;}.yui-ge div.first{width:74.2%;}#bd:after,.yui-g:after,.yui-gb:after,.yui-gc:after,.yui-gd:after,.yui-ge:after,.yui-gf:after{content:".";display:block;height:0;clear:both;visibility:hidden;}#bd,.yui-g,.yui-gb,.yui-gc,.yui-gd,.yui-ge,.yui-gf{zoom:1;}

/*************************
* 
* Super Globals
* 
*************************/
	*{padding:0px;margin:0px;}
	
	body {
		background-color: #000;
		color: #FFF;
		font-size: 85%;
	}
	
	strong {
		font-weight: bold;
	}
	
	#doc {
		width: 90%;
		margin: 0 auto;
	}
	
	.clear {
		clear: both;
	}
	
	div#doc a {
		cursor: pointer;
		text-decoration: none;
	}
	
/*************************
 * college committees data table color fix
 * for IE 6
 ************************/
	div.yui-dt-col-Department,
	div.yui-dt-col-Phone {
		color: #424242;
	}

/*************************
 * global overlay
 ************************/
	div.genericOverlay {
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 80;
		display: none;
	}

/*************************
 *
 * stylized list items
 *
 ************************/
	div#bd div.generic_content ul li {
		background: transparent url('../../image/stylesheet/base/star.png') no-repeat scroll 0pt 0.4em;
		padding: 1px 0 1px 13px;
	}
	
	div#bd div.generic_content ul li.file {
		background-image: none;
		padding: 0;
	}
	
	div#bd div.generic_content ul.photoList li {
		/* taken from g2.0/stylesheet/staff/main.css line 11 */
		background: none;
		background-image:url('../../image/stylesheet/staff/photo_bg.png');
		padding: 0;
	}

/*************************
* 
* custom rules
* 
* scroll buttons
*********************/
	div.scroller {
		z-index: 90;
		float: left;
		width: 15px;
		height: 32px;
		margin: 0;
		padding: 0;
		position: absolute;
		left: 50%;
		margin-right: 7px;
		margin-bottom: 3px;
	}
	
	div.scroller a {
		display: block;
		width: 15px;
		height: 13px;
		background-image: url('../../image/stylesheet/base/sprite.scrollers.png');
		background-repeat: no-repeat;
		border: none;
		margin-bottom: 5px;
		cursor: pointer;
		/* to avoid ie 7 clear type bolding/fuzzy text problem */
	/*	background-color: #DADADA; */
	}
	
	div#bd div.scroller a:hover {
		text-decoration: none;
	}

/*********************
* black buttons
*********************/
	div.scroller a.up_ctrl {
	}
	
	div.scroller a.dn_ctrl {
		background-position: 0px -12px;
	}
	
	div.scroller a.up_ctrl_hover {
		background-position: 0px -26px;
	}
	
	div.scroller a.dn_ctrl_hover {
		background-position: 0px -39px;
	}
	
/*********************
* white buttons
* (div.black has black bg and would need white scroll buttons)
*********************/
	div.black a.up_ctrl {
		/* follow up for clear type fix in div.scroller a {} */
	/*	background-color: transparent; */
		background-position: -15px 0px;
	}
	
	div.black a.dn_ctrl {
		/* follow up for clear type fix in div.scroller a {} */
	/*	background-color: transparent; */
		background-position: -15px -12px;
	}
	
	div.black a.up_ctrl_hover {
		background-position: -15px -26px;
	}
	
	div.black a.dn_ctrl_hover {
		background-position: -15px -39px;
	}

/*************************
* 
* Header
* 
*************************/
	#doc #hd {
		left: 50%;
		top: 38px; /* was 0px */
		margin-left: -640px;
		position: absolute;
		z-index: 1;
	}
	
/*************************
* 
* Body
* 
*************************/
	#doc #bd {
		position: absolute;
		top: 223px; /* was 185px */
		left: 50%;
		z-index: 2;
		width: 909px;
		height: 395px;
		margin-left: -455px;
	}
	
	div#bd div#bd_IE6Fix {
		position: static;
		width: 909px;
		height: 395px;
	}
	
/*************************
* 
* Footer
* 
*************************/
	div#doc div#ft div.ft_hr {
		background-image: url('../../image/stylesheet/base/hr.png');
		background-repeat: no-repeat;
		width: 909px;
		height: 1px;
		margin-top: 10px;
		margin-bottom: 5px;
	}
	
	#doc #ft {
		background-image: url('../../image/stylesheet/base/hr.png');
		background-repeat: no-repeat;
		padding-top: 10px;
		left: 50%;
		top: 653px; /* was 615px */
		margin-left: -455px;
		margin-top: 20px;
		position: absolute;
		text-align: center;
		width: 909px;
		z-index: 2;
	}
	
	#doc #ft p {
		font-size: 88%;
		line-height: 2.0em;
		margin-bottom: 20px;
	}
	
	#doc #ft .darker a,
	#doc #ft .darker {
		color: #6E809B;
		font-size: 95%;
	}
	
	#doc #ft p span {
		font-size: 120%;
		line-height: 2.50em;
	}
	
	#doc #ft a {
		text-decoration: none;
		color: #FFF;
	}
	
	#doc #ft a:hover {
		text-decoration: underline;
	}

/*********************
* file links
*********************/
	li.file a {
		display: block;
		/*width: 200px;*/
		background-repeat: no-repeat;
		background-position: center left;
		padding: 8px 8px 5px 28px;
		overflow: visible;
	}
	
	li.pdf a {
		background-image: url('../../image/icons/filetypes/24/pdf.png');
	}
	
	li.xls a {
		background-image: url('../../image/icons/filetypes/24/xls.png');
	}
	
	li.ppt a {
		background-image: url('../../image/icons/filetypes/24/ppt.png');
	}
	
	li.doc a {
		background-image: url('../../image/icons/filetypes/24/doc.png');
	}
	
	li.xml a {
		background-image: url('../../image/icons/filetypes/24/xml.png');
	}
	
	li.ics a {
		background-image: url('../../image/icons/filetypes/24/ics.png');
	}
	
	li.jpg a,
	li.png a,
	li.gif a {
		background-image: url('../../image/icons/filetypes/24/img.png');
	}
	
	li.other a,
	li.dat a,
	li.js a,
	li.css a,
	li.exe a {
		background-image: url('../../image/icons/filetypes/24/data.png');
	}
	
	li.html a,
	li.php a,
	li.htm a,
	li.jsp a,
	li.asp a,
	li.xhtl a {
		background-image: url('../../image/icons/filetypes/24/web.png');
	}
	
/*********************
* floats
*********************/
	.clearer {
		clear: both;
	}
	
	.left {
		float: left;
	}
	
	.right {
		float: right;
	}
	
	.hide {
		display: none;
	}
	
/*********************
* left and right image floats
*********************/
	img.left {
		margin-right: 10px;
	}
	
	img.right {
		margin-left: 10px;
	}
	
	img.left, img.right {
		border: 1px solid #000000;
	}
	
/*********************
* sidebar
*********************/
	div#bd div.third div#sidebar {
		padding-left: 7px;
		padding-top: 4px;
	}
	
	div#bd div.third div#sidebar img {
		border: 1px solid #2B2B2B;
		padding: 4px;
	}

	div#bd div.third div#sidebar h2 {
		font-size: 115%;
	}
	
	div#bd div.third div#sidebar div.hr {
		background-color: #292929;
		width: 180px;
		height: 1px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	div#bd div.third div#sidebar p {
		font-size: 90%;
	}
	
	div#bd div.third div#sidebar a { color: #597FB9; }
	div#bd div.third div#sidebar a:hover {
		background-color: transparent;
		text-decoration: underline;
	}
	
	div#bd div.third div#sidebar ul {
		clear: both;
		margin-top: 7px;
		margin-left: 0px;
	}
	
	div#bd div.third div#sidebar ul li {
		line-height: 28px;
	}
	
	div#bd div.third div#sidebar ul li a {
		display: block;
		color: #FFF;
		font-size: 88%;
		margin: 6px 0px;
		width: 168px;
		padding: 4px 25px 4px 0px;
	}
	
	div#bd div.third div#sidebar ul li a:hover {
		background-color: #292929;
		border-bottom: 2px solid #434343;
		padding-bottom: 2px;
	}
