* {
	margin: 0;
}
html, body {
	height: 100%;
	background-color:#000000;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	color: #333333;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width:1000px;
	margin: 0 auto -60px; /* the bottom margin is the negative value of the footer's height */
	background:url(/images/ltgreygrdbckgrdL.jpg);
}

.galwrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width:1000px;
	margin: 0 auto -60px; /* the bottom margin is the negative value of the footer's height */
	background:url(/images/WildcatHeadBKGRD.jpg) no-repeat;
	background-color:#FFFFFF;
}

#menuh-container
	{
	margin:0;
	padding:0;
	width:1000px;
	height:250px;
	}

#submenuh-container
	{
	margin:0;
	padding:0;
	width:1000px;
	height:180px;
	}
	
#navbar
	{
	background:url(../Images/TeachersHeader.png);
	margin:0;
	padding:0;
	width:1000px;
	height:180px;
	}
	
#menuh
	{
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	width:950px;
	height:30px;
	left:0;
	position:relative;
	top:100px;
	float:left;
	}
		
#menuh a
	{
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	display:block;
	border: 1px solid #CC9900;
	white-space:nowrap;
	margin:0;
	padding-right:0.4em;
	padding-left:0.4em;
	padding-top:0.5em;
	height:22px;
	}
	
#menuh a, #menuh a:visited	/* menu at rest */
	{
	color: #444444;
	background-image: url(/images/menuback.jpg);
	text-decoration:none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: #444444;
	background-image: url(/images/menubackhl.jpg);
	}	
			

#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width: auto;	/* width of all menu boxes */
	height:30px;
	}

#menuh li
	{
	position:relative;
    min-height: 1px; 	/* Sophie Dennis contribution for IE7 */
    vertical-align: bottom; /* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	width: 12em;     /* width of sub-menus */
	height: 30px;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index: 100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}
	
#subheader
{
	background:url(../images/subheader.jpg);
	height:70px;
	width:1000px;
}

#sidebar1 {
	float:left;
	top: 250px;
	left: 0;
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: url(../images/ltgreygrdsidebarL.jpg);
	height:600px;
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}

#subsidebar1 {
	float:left;
	top: 180px;
	left: 0;
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: url(../images/ltgreygrdsidebarL.jpg);
	height:600px;
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}

#subsidebar1 iframe{
	margin-top:0;
	margin-left:15px;
}

#sidebar2 {
	float:right;
	top: 250px;
	right: 0;
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 700px;
	background: url(../images/ltgrayrndsidebar700.png) no-repeat;
	border-style:hidden;
	/* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}

#mainContent {
	top:250px;
	margin-left:236px;
	margin-right:236px;
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#submainContent {
	top:180px;
	margin-left:236px;
	margin-right:0px;
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#submainContent a {
	color:#673499;
}
	
#galmainContent a {
	color:#673499;
}

#galmainContent {
	top:180px;
	margin-left:0px;
	margin-right:0px;
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#directory {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 18px;
}

#directory a{
	text-decoration:none;
}

.push {
	clear:both;
	height: 58px; /* .push must be the same height as .footer */
	width:1000px;
}

.footer {
	clear:both;
	height: 58px; /* .push must be the same height as .footer */
	width:1000px;
	margin: 0 auto;
	padding-top:5px;
	background-image:url(/images/Footer.jpg);
	text-align:center;
	color:#999999;	
}

.footer a, .footer a:visited	/* menu at rest */
	{
	color: #999999;
	text-decoration:none;
	}
	
.footer a:hover	/* menu at mouse-over  */
	{
	color: #444444;
	}

/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/