/*********************************************************************************************
Page styles for interior pages not utilizing the standard side navigation.
@author j. flores, Elliance Inc.
@contact jflores@elliance.com
@client Appalachian Bible College

* CONTENTS:
* =OVERRIDES=     Replaces styles coming in from application.css
* =COPY=          Main copy container, overrides styles coming in from interior.css
* =CONTACT=       Styles the container for the 'contact us' form. Form styles are found in interior.css
* =YELLOWPAGES=   Rules for the contact numbers/addresses found on the contact us page
* =APPLYNOW=      The pair of application buttons on the apply now page
* =FOOTER=        Overrides footer/copyright layout found in interior.css
* =FAQ=           Building the Parent's faq
* =ALUMNI=        The side navigation used in the alumni pages
**********************************************************************************************/

/*********************************************************************************************
=OVERRIDES=
**********************************************************************************************/
div#bgSwitcher {
  margin: -2px auto 0;
  width: 100%;
}

div#bgSwitcher div#switchBox {
  margin: 0 auto;
}

/*********************************************************************************************
=COPY=
**********************************************************************************************/
div#copy {
  background: url(/_images/interface/backgrounds/fullWidthCopy.png) repeat-y left top;
  border-top: 1px solid #d9d9d9;;
  width: 963px;
}

div#copy div.content {
  border: none;
  margin: 30px 15px 0 20px;
}

/*********************************************************************************************
=CONTACT=
**********************************************************************************************/
div#contact {
  float: left;
  width: 684px;
}

div#contact h1 {
  border-bottom: 1px solid #e5e5e5;
  font-size: 34px;
  padding: 0 0 20px 0;
  margin: 0;
}

div#contact a.submit {
  background: url(/_images/interface/buttons/contactSubmit.png) no-repeat left top;
  display: block;
  height: 29px;
  text-indent: -9999em;
  width: 118px;
}

div#contact a.submit:hover {
  background-position: left -29px;
}

div#contact a.submit:active {
  background-position: left -58px;
}

/*********************************************************************************************
=YELLOWPAGES=
**********************************************************************************************/
div#yellowpages {
  background: url(/_images/interface/backgrounds/yellowpages.gif) repeat-y left top;
  float: right;
  width: 219px;
  margin: 0 0 0 12px;
}

div#yellowpages h1 {
  background: url(/_images/interface/backgrounds/yellowpagesDivider.gif) repeat-x left top;
  font-size: 24px;
  font-weight: normal;
  line-height: 2;
  margin: 0 0 0 12px;
}

div#yellowpages h2 {
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 0 12px;
}

div#yellowpages p {
  margin: 0 0 12px 12px;
}

div#yellowpages p a {
  color: inherit;
  text-decoration: none;
}

div#yellowpages .first {
  background: url(/_images/interface/backgrounds/yellowpagesTop.gif)no-repeat left top;
  padding: 0 0 0 12px;
  margin: 0;
}

div#yellowpages .last {
  background: url(/_images/interface/backgrounds/yellowpagesBottom.gif) no-repeat left bottom;
  margin: 0;
  padding: 0 0 50px 12px;
}

/*********************************************************************************************
=APPLYNOW=
**********************************************************************************************/
div#copy div.onlineApplication a {
  background: url(/_images/interface/buttons/onlineApplication.png);
  background-repeat: no-repeat;
  display: block;
  float: left;
  height: 29px;
  text-indent: -9999em;
}

div#copy div.onlineApplication a.new {
  background-position: left top;
  width: 198px;
}

div#copy div.onlineApplication a.new:hover {
  background-position: left center;
}

div#copy div.onlineApplication a.new:active {
  background-position: left bottom;
}

div#copy div.onlineApplication a.continue {
  margin: 0 0 0 20px;
  background-position: right top;
  width: 228px;
}

div#copy div.onlineApplication a.continue:hover {
  background-position: right center;
}

div#copy div.onlineApplication a.continue:active {
  background-position: right bottom;
}

/*********************************************************************************************
=FOOTER=
**********************************************************************************************/
div#footer {
  background: url(/_images/interface/backgrounds/fullWidthFooter.png) no-repeat left bottom;
  width: 963px;
}

/*********************************************************************************************
=FAQ=
**********************************************************************************************/
div#copy div.faq {
  margin: 25px 0;
}

div#copy div.faq ol li {
  color: #7B0900;
  font-size: 24px;
  margin: 25px 0 25px 33px;
  text-shadow: 0 1px 1px #BBBBBB;
  font-family: "Times New Roman","Times Roman",Times,serif;
  font-weight: bold;
}

div#copy div.faq ol li p {
  color: #4c4c4c;
  font-size: 14px;
  text-shadow: none;
  font-family: Arial,sans-serif;
  font-weight: normal;
}

/*********************************************************************************************
=ALUMNI=
**********************************************************************************************/
div#yellowpages ul#alumniMenu {
  background: #fff;
}

div#yellowpages ul#alumniMenu li {
  border-top: 1px solid #ccc;
  _height: 40px;
  list-style: none;
  margin: 0;
}

div#yellowpages ul#alumniMenu li.navLast {
  border-bottom: 1px solid #ccc;
}

div#yellowpages ul#alumniMenu li a {
  color: #143044;
  display: block;
  font: 20px/2 "Times New Roman", "Times Roman", "Times", Times, serif;
  text-decoration: none;
}

div#yellowpages ul#alumniMenu li a:hover,
div#yellowpages ul#alumniMenu li.selected a {
  background: #f2f2f2;
}
