@charset "utf-8";
/* Custom Styles for Secondary Page */

/*
#containerbox {
	background: transparent url(/global/images/SecondaryPageBackgrounds/recitation.jpg) no-repeat scroll left top;
}

#subhead {
	height: 100px;
}
*/


#containerbox {
	background-image: none;
	background-color: transparent;
	position: relative;
}
#backgroundHolder {
	background: transparent url(/global/images/SecondaryPageBackgrounds/publicsafty.jpg) no-repeat scroll left top;
	position: absolute;
	top: 0;
	left: 0;
	height: 160px;
	width: 950px;
}
h1, #contactinfo, #subhead, #contentarea {
	position: relative;
	z-index: 1;
}
#sidemenu {
	position: relative;
	z-index: 2;
}
#sidemenu ul li ul {
	left: 200px;
}
#contactinfo {
	min-height: 80px;
}

/* Faculty Login Page */
.loginBox
{
    width: 300px;
    border: 2px solid #8d688d;
    background-color: #d8ccd9;
}
.loginHead
{
    padding: 0.5em 0; 
    background-color: #ae94af; 
    color:#fff;
    font-weight: bold;
}
.contentHolder .csaLogin input[type=text], .contentHolder .csaLogin input[type=password]
{
    width: 12em;
    padding: 0.1875em 0.3125em;
    box-shadow: 1px 1px 0px 0px #cfcfcf;
    border: 1px solid #ccc;
}
.loginGrid
{
    text-align: center;
}
.loginGrid table
{
    margin: 0 auto;
}