@charset "utf-8";
/* Custom Styles for Secondary Page */

#containerbox {
	background-image: none;
	background-color: transparent;
	position: relative;
}
#btnSubmitContainer
{
	padding-left: 42%;
}

#backgroundHolder {
	background: transparent url(/global/images/SecondaryPageBackgrounds/recitation.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;
}
#contentcell, #contentcell td {
	font: normal 14px/21px Arial, Helvetica, sans-serif; }

#contentcell {
	padding-top: 20px; }

#contentcell p, #contentcell ul {
	margin-top: 6px; }

h2 {
	margin-bottom: 0;
	padding-bottom: 0; }

#slideshow {
	float: right;
	margin: 6px -6px 24px 12px; }

#calendar {
	display: block;
	background-color: #eee;
	width: 260px;
	float: right;
	margin-left: 24px;
	font: normal 12px/18px Arial, Helvetica, sans-serif;
	padding: 12px 0;
	min-height: 600px;
	height: auto !important;
	height: 600px; }

#calendar h2 {
	font-size: 14px;
	text-align: center; }

#calendar p {
	margin-left: 12px;
	margin-right: 12px; }

.hidden
{
	display: none;
}
.warning {
	font-size: .8em;
	color: red;
}

.button {
	display: block;
	color: white;
	width: 40%;
	float: left;
	background-color: #441f49;
	padding: 5px;
	text-decoration: none;
	margin: 10px 10px 10px 0px;
	border-radius: 3px;
	border: 1px solid black;

}

fieldset
{
	margin-top: 15px;
}
fieldset div
{
	margin: 0 0 0.9375em;
}
.spacing
{
	padding-top: 15px;
}

#aproxTime {
	display: inline-block;
	padding-left: 5px;
	margin: 0;
}

.button:hover {
	background-color: #763775;
}

.buttons {
	overflow: hidden;
}

.tophead {
	padding-top: 10px;
}

.comments {
	max-width: 56%;
	min-width: 56%;
	min-height: 75px;
}

.facStaffText {
	display: none;
}

.studentText {
	display: none;
}

#ctl00_body_LBLother, #ctl00_body_LBLstuOther {
	margin-right: 0px;
	padding: 0;
}

#ctl00_body_LBLother {
	margin-right: 20px;
}
#home-content .requiredNotice{
	color: red;
}
#home-content .additionalInfo{
	padding-top: 0;
	margin-top: 0;
}

.iMsg
{
	background-color: #F66;
	color: #000;
	border: 1px solid #F00;
	padding: 5px;
	
}
.iMsg .fa+span
{
	padding-left: 5px;
}
@media screen and (max-width: 760px) {
  .phone {
  	max-width: 33.333333333333333%;
  	min-width: 4em;
  }

  .button {
  	width: 60%;
  }
	#btnSubmitContainer
	{
		padding-left: 20px;
	}
  .button {
  	width: 100%;
  }
}