/*
	Master Stylesheet for Graduate Studies
*/



/* BEGIN: Import support stylesheets */
/*@import url("undohtml.css");
@import url("node.css");
@import url("css/layout.css");
@import url("css/navigation.css");
/*@import url("sIFR-screen.css");
@import url("calendar.css");
/* END: Import support stylesheets */



/* BEGIN: Initialize Global Elements */

html {
	height: 100%; /* Necessary for positioning the footer at the absolute bottom of the page */
	margin: 0;
	padding: 0;
}
office {
font-size:10px;
color:#9a9c9a;
}

body {
	background-color:#a69174;
	background-image:url(/images/bg_wave.png);
	color: #333333;
	font-family: Georgia, Serif;
	font-size: 11px;
	height: 100%; /* Necessary for positioning the footer at the absolute bottom of the page */
	margin: 0;
	padding-left:10px;
	padding: 0;
}

a {
	color: #9a9c9a;
	cursor: pointer;
	text-decoration: none;
	outline-style: none; /* In Mozilla browsers, don't show outline when clicking links */
}	

a:hover {
	color: #fff;
}		
		color: #b30000;
	}
	/* BEGIN: Alternate selected link styles */


h6 {
	color: #fff;
	font-weight: normal;
	line-height: 1em;
	margin: 0;
	padding: 0 0 .5em 0;
}
	
h1 {
	font-size: 24px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 14px;
}

h4,
h5,
h6 {
	font-size: 12px;
}

p {
	margin: 0;
	padding: 10 0 1em 10;
	text-align:justify;
	font-size:12px;
}

ul {
	list-style: none;
	font-size:11px;
	padding: 10px;
}
li {
	text-align:left;
	line-height:18px;
	padding: 0 5 5 0px;

}

/* END: Initialize Global Elements */





.hide {
	opacity: .99;
}


#banner {
	background: #333;
}

	#banner img {
		display: block;
		height: 180px;
		width: 800px;
	}
#homepagebanner {
	background-color: #333;
	position: absolute;
		bottom: 36px;
	width: 100%;
}

	#homepagebanner img {
		display: block;
		margin: 0 auto;
	}

	
	.office {
		font-size:10px;
		}
	.menubox {
		background-color:#007370;
	}
#body {
	float: justify;
	font-size:14px;
	margin: 0 0 0 0;
	padding: 10px 20px 0 10px;
	width: 620px;
	background-color:#FFFFFF;
	color: #000;
}

/* BEGIN: Main Area */

#main {
	float: left;
	margin: 0 0 0 0;
	padding: 10px 10px 0 0px;
	width: 175px;
	background-color:#005355;
}
		
/* END: Content Area */

/* BEGIN: Wide column styles */

.col4 {
	float: justify;
	margin: 0;
	padding:0px;
	width: 620px;
	background-color:#9F9F9F;
	border-left-color:#000;
	border-left-width: 2px;
	border-left-style:dotted;
	color: #333;

}
	.col4 a:link{
	color:#333333;
	cursor: pointer;
	text-decoration: none;
	outline-style: none; /* In Mozilla browsers, don't show outline when clicking links */
}	
	.col4 a:hover {
	color: #000000;
	text-decoration: underline;
}

	.col4 a:visited {
	color: #000;
	font-style: italic;
}
#col4
.highlight{
font-size:10px;
font-style:italic;
background-color:#CCCCCC;
width:230px;
}	

/* END: Wide column styles */

/* BEGIN: Directory Column styles */

.col_directory {
	float: left;
	margin: 0;
	padding-left:10px;
	width: 175px;
	background: #005355;
}

/* END: Directory Column styles */



/* BEGIN: Filter styles */


.callout {
	background: #FFF;
	height: 145px;
	color:#9c9a9c;
	font-size:18px;
	border-left-color:#333333;
	border-left-width: 2px;
	border-left-style:dotted;

}

	.callout img {
		display: block;
	}

/*

#container {
	margin: 0 auto;
	min-height: 100%;
	position: relative; /* Necessary for positioning the footer at the absolute bottom of the page */
	width: 800px;
}
	
	body.dark #container,
	body.homepage #container {
		background-color: #1a1a1a;
		color: #e5e5e5;
	}
div.divider {
	background-position: 0 0;
	background-repeat: repeat-x;
	height: 20px;
	margin: 0 10px;
}

body.divider {
	background-image: url("images/divider_horz_1a1a1a.gif");
}
/* Main Menu
Presence: Homepage
Description: The Main Menu provides quick navigation to the main pages of the site with horizontal rollover states
*/

#mainmenu {
	/*height: 180px;*/
}

	body.homepage #mainmenu {
		height: 190px;
	}

	#mainmenu ul {
	list-style: none;
	margin: 0 20px;
	padding: 2px 0;
	text-indent: -9000px;
	width: 160px;
}

	#mainmenu a {
		color:#FFF;
		background-image: url("images/mainnav.gif");
		/*background-position: 0 0;*/
		background-repeat: no-repeat;
		display: block;
		height: 12px;
	}

	#mainmenu a:hover,
	#mainmenu li.selected a {
		/*background-position: inherit -450px;*/
		color: #999;
	}
		
		/* Make sure sub-anchor elements don't adopt parent states */
		#mainmenu li.selected li a {
			/*background-position: 0 0;*/
		}
		/* ... but still allow them to utilize rollover effects */
		#mainmenu li.selected li a:hover {
			/*background-position: 0 -25px;*/
		}
		
		/* When another global child is hovered, hide the "selected" children */
		#mainmenu ul:hover li.selected li {
			/*background-position: 0 0;*/
			display: none;
		}
		/* ... but still allow the "selected" children to show when they are hovered */
		#mainmenu ul:hover li.selected:hover li {
			display: block;
		}
		
		
		
	#mainmenu li {
		font-size: 12px;
		height: 12px;
		list-style: none;
		line-height: 12px;
		position: relative;
	}

		#mainmenu li ul {
			display: none;
			margin: 0;
			padding: 0 0 0 2px;
			position: absolute;
				top: 0;
				left: 5px;
			width: 175px;
		}
	
		#mainmenu li:hover ul,
		#mainmenu li.selected ul {
			display: block;
		}
	
			#mainmenu li ul li {
				background: url("images/divider_globalnav.gif") 0 0 no-repeat;
				float: left;
				padding: 0 0 0 20px;
			}
			
	#mainmenu li.newline {
		background: none;
		clear: left;
		padding: 0;
	}
	

/* END: Main Menu */

/* BEGIN: Global Navigation */

#globalnav {
	background: #1A1A1A;
	height:36px;
	font-size:20px;
	padding-top:5px;
	position: relative;
	min-height: 34px;
}

	#globalnav h2 {
		display: none;
	}

	body.directory #globalnav {
		/*background: #b30000;
		border-top: 1px solid #E5A3A3;*/
	}
	
		body.directory #globalnav a {
			/*color: #fff;*/
		}
	
/* END: GLobal Navigation */
/* END: Master Container */

