@charset "utf-8";

/* Custom Styles for Secondary Page */

.labels {
    text-align: right;
    padding-right: 10px;
}
#contentarea table td {
    vertical-align: top;
    padding-bottom: .75em;
}
#contentarea table td p {
    margin: 0;
    padding: 0;
    font-size: 12px;
}
#contentarea table td input {
    width: 250px;
}
#contentarea table tr td table.checkbox td input {
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0 10px 0 0;
}
#contentarea table tr td table.checkbox td {
    padding: 0;
}
.red {
    color: red;
}
.submitButton {
    font-size: 16px;
}
.errorInfo {
    padding-top: 10px;
}
#containerbox {
    background-image: none;
    background-color: transparent;
    position: relative;
}
#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;
}
#sidemenu {
    background: transparent url(../../images/menu/sidemenutop.png) top left no-repeat;
}
#sidemenu ul {
    background: transparent url(../../images/menu/sidemenubackground.png) repeat-y;
}
#sidemenu #menubottom {
    background: transparent url(../../images/menu/sidemenubottom.png) no-repeat;
}
#sidemenu ul li a {
    font-weight: bold;
    font-size: 13px;
    color: #fff;
    background: none;
}
/* Side Menu - Drop Down - Link Styling */

#sidemenu ul li ul li a {
    font-size: 13px;
    background: none;
}
/* roll over color */

li.drop:hover a, li.drop:hover ul a, #sidemenu ul li.drop ul li a:hover, #sidemenu ul li a:hover {
    background-color: #535353;
    color: #fff;
}
/* submenu background color */

li.drop:hover ul a {
    background-color: #6d6d6d;
    font-weight: normal !important;
    padding: 8px;
}
#sidemenu ul li ul {
    background-color: #6d6d6d;
    border: 1px solid #535353;
}
#sidemenu ul li, #sidemenu ul li ul li {
    border-bottom: 1px solid #5a5a5a;
}
.horizontalMenu {
    /*Change Menu Background Colors ONLY Here*/
}
.horizontalMenu .l_tinynav1 a {
    /*Change Menu Text Colors ONLY Here*/
}
.activeMenu {
    /*Change Active Menu Text Color Only Here*/
    /*color: red !important;*/
}
@charset "utf-8";

/* Custom Styles for Secondary Page */

#containerbox {
    background-image: none;
    background-color: transparent;
    position: relative;
}
#backgroundHolder {
    background: transparent url(contentbackground.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;
}
legend {
    width: inherit;
}
#sidemenu {
    position: relative;
    z-index: 2;
}
#sidemenu ul li ul {
    left: 200px;
}
#contactinfo {
    min-height: 80px;
}
textarea {
    max-width: 100%;
    min-width: 100%;
}
.req {
    vertical-align: middle;
}
.radioGroup {
    padding: 0 0 5px 5px;
    margin-top: -10px;
}
.radioGroup input {
    margin: 0 2px 0 10px;
}
.otherTextBox {
    margin-left: 15px;
}
.specialNote {
    font-size: 12px;
}
.spacer {
    height: 10px;
}
@media only screen and (max-width: 768px) {
    /*Media Query Example*/
    textarea {
        height: 6em;
        resize: none;
    }
}
