/* CSS Document */


a img {
	border: 0px;
}

a:link, a:visited	{
	color: #900; 
	text-decoration: underline		
}

a:hover, a:visited:hover {
	color: #666; 
	text-decoration: underline
}

#bannerprint {
}

body {
	background-color: #ccc;
	background-image: url(/cmas/_template/_img/bodyBg.jpg);
	background-position: 0px 0px;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

.fieldsetborder {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

/****************************** FOOTER STYLES *********************************/

#footer {
	background-color: #fff;
	clear:both;
	margin:0px;
	padding:0px 0px 5px 0px;
	width: 100%;
	z-index: 600;
}

#footeraddress {
	margin-left: 170px;
	margin-top: 10px;
}

#footeraddress p {
	line-height: 14px;
}

#footerbtmnav {
	background-image:  url(/cmas/_template/_img/bgFooter.jpg);
	background-repeat: repeat-x;
	font-size: 10px;
	font-weight: normal;
	height: 25px;
	line-height: 24px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 0px;
}

/****************************** END FOOTER STYLES *********************************/


h1, h2, h3, h4, h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
}		

h1	{
	color: #375288;
	font-size: 20px;
	font-weight: lighter;
	padding-top: 10px;
}

h2	{
	color: #375288;
	font-size: 18px;
	font-weight: lighter;
	padding-top:5px;
}

h3	{
	color: #375288;
	font-size: 16px;
	font-weight: lighter;
}

h4	{
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 2px;
	padding-top: 4px;
	text-transform: uppercase;
}
	
h5	{
	color: #000;
	font-size: 11px;
	font-weight: bold;
	padding: 0;
	margin: 8px 0 5px 0;
		text-transform: uppercase;

}


/******************************** PAGE HEADER STYLES ***********************************/

#headerchicologo {
	background-color: #FFFFFF;
	background-image:    url(/cmas/_template/_img/headerBg.gif);
	background-position: top;
	background-repeat: repeat-x;
	height: 91px;
}

#cmas_headerbanner  {
	background-image: url(/cmas/_template/_img/cmas.gif);
	background-position: right top;
	background-repeat: no-repeat;
	min-width: 500px;
}
#cmsd_headerbanner {
	background-image: url(/cmas/_template/_img/cmsd.gif);
		background-position: right top;
	background-repeat: no-repeat;
	min-width: 500px;
}
#cmst_headerbanner {
	background-image: url(/cmas/_template/_img/cmst.gif);
	background-position: right top;
	background-repeat: no-repeat;
	min-width: 500px;
}

/****************************** END PAGE HEADER STYLES **********************************/

hr {
	background-color: #999;
	border: 0px;
	color: #999;
	height: 1px;
	width: 100%;
}


/********************************** LEFT NAV STYLES *************************************/

/* these are the styles for the navigation menu */

#leftnav {
	float: left;
	left: 0px;
	list-style: none;
	margin: 0px;
	padding: 10px 0px 0px 14px;
	top: auto;
	width:136px;
}

/* Fix IE. Hide from IE Mac \*/
* html #leftnav {
	position:relative;
	top: -3px;
}
/* End */

#leftnav h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	}

#leftnav a {
	display: block;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 7px;
	padding-right: 10px;
}

#leftnav a#cu, #leftnav a:hover#cu  {
	color: #375288;
}

#leftnav ul { /* hides ALL of the sub-menus; individual menus are revealed on specific pages */
	/* display: none; */
}

li#currentsection ul, li#faculty ul, li ul li#masters ul { /* makes the appropriate sub-menu visible */
	display: block;
}


#leftnav ul ul { /* hides ALL of the sub-menus; individual menus are revealed on specific pages */
	 display: none; 
}

#leftnav li a:link, #leftnav li a:visited {
	color: #900;
}

#leftnav li a:hover, #leftnav li a:visited:hover {
	color: #c90; 
}

#leftnav li a, #leftnav li a:visited, #leftnav li a:hover, #leftnav li a:visited:hover {
	text-decoration: none;
}

/* sub menu styles */


#leftnav ul li { /* gets rid of the dots on the ul, they are set in the a below */
	list-style:none;
}

#leftnav ul li a { /* set the margins for the sub-menus */
	color: #900; 
	display: list-item;
	font-size: 10px;
	font-weight: normal;
	line-height: 10px;
	list-style: square;
	list-style-position: outside;
	padding: 0px 0px 2px 0px;
}

#leftnav li ul li {
	padding: 0px 0px 4px 0px;
	margin-left: -25px;
	margin-right: 10px;
}

#leftnav li ul li ul {
	padding-top: 5px
}


/* Fix IE. Hide from IE Mac \*/
* html #leftnav ul li a {
}
/* End */

#leftnav ul li a,  leftnav ul li a:visited { /* sets font for sub-menu items */
}

#leftnav li ul li a:hover, #leftnav li ul li a.over {
	color:#c88e03;
	text-decoration: none;
}

/********************************** END LEFT NAV STYLES *************************************/


/********************************* MAIN STYLES ***************************************/

#main { /* this is the fixed width element that holds the entire page content */
	background-color: #fff;
	margin: 0px auto;
	padding: 0px;
	background-image:  url(/cmas/_template/_img/ltBg.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	border-left: 1px solid #999;
	border-right: 1px solid #999;

}

	/**************** MAINFEATURE STYLES ********************/


	#mainfeature {
		background-image: url(/cmas/_template/_img/rtBg.jpg);
		background-repeat: no-repeat;
		float: right;
		height: 500px;
		margin: 0px;
		padding: 0px;
		position: relative;
		top: -192px; /* bring it up next to the photo */
		width: 166px; 
	}
	
	
	#mainfeature ul li {
	padding: 0px 0px 4px 0px;
	margin-left: -25px;
	margin-right: 10px;
	
}
	
	
/* IE7 Fix */	
 *:first-child+html #mainfeature {
	width: 166px;
}
		
	/* Fix IE. Hide from IE Mac \*/
	* html #mainfeature {
		top: -208px;
		width: 166px;
	}
	/* End */
	
	#mainfeature h4 {
		padding: 6px 10px 0px 13px;
	}
	
	#mainfeature img {
		float: right;
		padding: 18px 10px 0px 5px;
	}
	
	#mainfeature p {
		padding: 0px 13px;
	}

	/**************** END MAINFEATURE STYLES ********************/
	
#maingap {
	background-color: #FFF;
	background-image: url(/cmas/_template/_img/gap.gif);
	background-repeat: repeat-x;
	height:2px;
	margin:0px;
	padding:0px;
}

/* Fix IE. Hide from IE Mac \*/
* html #maingap {
	position:relative;
	top: -3px; 
}
/* End */
	
	/**************** MAINHOMECONTENT STYLES ********************/
	
#mainhomecontent {
		margin: 0px 165px 0px 150px;
		padding: 10px 25px 0px 25px;
		position: relative;
}
	
	
	#mainhomecontent img {
		float: left;
		padding-right: 4px;
		padding-top: 3px;
	}
	
	/* Crazy IE  fix \*/
	* html #mainhomecontent img {
		padding-top: 1px;
	}
	/* End */
	
	#mainhomecontent p {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:12px;
		line-height:18px;
		font-style:italic;
	}
	
	#mainhomecontent table {margin: 0; padding: 0;}
	#mainhomecontent th, #mainhomecontent td { vertical-align: top; text-align: left; padding-bottom: 3px;}

	/**************** END MAINHOMECONTENT STYLES ********************/

#mainhomeinset {
	/* display: none; */
}

#mainidbanner {
	height:189px;
	margin-left: 150px;
	padding: 0px;
	top: 0px;
	width:434px;
}

/* Fix IE. Hide from IE Mac \*/
* html #mainidbanner {
	left: -3px;
	position:relative;
	top: -3px;
}
/* End */
	
	/********************************** MAININTERIORCONTENT STYLES *************************************/
	
	#maininteriorcontent {
		margin:0px 190px 0px 150px;
		padding: 0px 10px 0px 15px;
	}
	
	/* Fix IE. Hide from IE Mac \*/
	* html #maininteriorcontent {
	/*	padding-left: 12px;
		position: relative;
		top: -3px; */
	}
	/* End */
	
	#maininteriorcontent li {
		line-height: 16px;
	}
	
	#maininteriorcontent ul {
		margin-left:0px;
		margin-top:0px;
		padding-left:13px;
	}
	
	/****************************** END MAININTERIORCONTENT CONTENT STYLES ********************************/	

	/************************* MAINRIGHT STYLES ******************************/

	
		#mainright {
			background-image:  url(/cmas/_template/_img/rtBg_quo.jpg);
			background-repeat: no-repeat;
			float:right;
			margin: 0px;
			padding: 0px;
			top: 0px;
			width: 180px;
		}
		
		/* Fix IE. Hide from IE Mac \*/
		* html #mainright {
			position: relative;
			top: -3px;
		}
		/* End */
		
		#mainright p.breadcrumbs {
			/* display:none; */
		}
		
		#mainright p.quote {
			color: #666;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 14px;
			font-style: italic;
			line-height: 22px;
			padding: 10px 8px 0px 15px;
		}
	
		#mainright p.quoteauthor {
			color:#666;
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:12px;
			line-height:18px;
			padding:0px 25px;
			text-align:right;
		}

	/************************* END MAINRIGHT STYLES ******************************/

/********************************* END MAIN STYLES ***************************************/

p {
	line-height: 16px;
	margin-top: 5px;
}

/****************************** SEARCH BOX STYLES **********************************/

#searchbox {
	margin: 0px 0px 10px 13px;
	position: relative;
	top: 5px;
}

/* Fix IE. Hide from IE Mac \*/
* html #searchbox {
	margin-bottom: 0px;
	margin-right: 5px;
}
/* End */

#searchbox label {
	display: none;
}

#search {
	background-color: #fff;
	color: #666;
	font-size: 10px;
	height: 13px;
	padding-top: 3px;
	width: 100px;
}

.searchbutton {
	position: relative;
	top: 5px;
}

/* Fix IE. Hide from IE Mac \*/
* html .searchbutton {
	right: -15px;
	top: 3px;
}
/* End */

/* IE7 Fix */	
 *:first-child+html .searchbutton {
	top: 3px;
}

/****************************** END SEARCH BOX STYLES **********************************/

/****************************** SHADOW STYLES **********************************/

#shadowbottom {
	background-image:url(/cmas/_template/_img/bgShadowBtm.gif);
	background-position: top center;
	background-repeat:repeat-y;
}

#shadowtop {	
	background-image:url(/cmas/_template/_img/bgShadowTop.gif);
	background-position: top center;
	background-repeat:no-repeat;
}

/****************************** END SHADOW STYLES **********************************/

#skip {
	height: 1px;
}

#wrapper {
	background: #fff;
	margin: 0px auto;
	padding: 0px;
	width: 750px;  
}

/* IE7 Fix */	
 *:first-child+html #wrapper {
	width: 751px;
}

/* Fix IE. Hide from IE Mac \*/
* html #wrapper {
	width: 751px; 
}

li#sublist a, li#programs a:visited{ /* sets the font color for the top-level menu item, and is needed on all pages */
	color: #000;
	font-weight: bold;
}

li#sublist li a, li#programs li a:visited{ /* sets the font weight for the sub-level menu items, and is needed on all pages */
	font-weight: normal;
}

li#sublist a:hover {
	color:#c88e03;
}


.code {
	font-family:"Courier New", Courier, mono;
}
.stylered {
	color: #FF0000;
	font-weight: bold;
}

.nav_heading {
	color: #000;
	font-weight: bold;
	padding-bottom: 10px;
}

table {margin: 0; padding: 0;}
th {background-color:#eee;
	text-align:center;
}

td {
text-align: left;
}

th, td { vertical-align: top;  padding: 2px 3px 3px 3px; border-bottom:1px solid #ccc; }

	.callout {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 13px;
		font-style: italic;	
		line-height: 22px;
	}


input.alumniform {
	border:1px solid #999;
	width:98%;
}
input.alumniformsmall {
	border:1px solid #999;
}
textarea.alumniform {
	border:1px solid #999;
	width:98%;
}

dt {padding-top: 5px; font-weight: bold; color: #666;}
dd {line-height: 16px}

#sidebar {
padding: 0 15px 0 15px; 
}

#deptinfo {margin: 0; padding: 0;}

/* End */

