/*********************************************************************************************
Interior page styles.
@author j. flores, Elliance Inc.
@contact jflores@elliance.com
@client Appalachian Bible College

* CONTENTS:
* =SIDENAV=       Styles the left-side navigation (like in the academics section)
* =COPY=          Main copy container, repeatable styles for simple content
* =ROLEEXPLORER=  RoleExplorer layout (academics index)
* =PANELS=        Some complex rules for the panel switcher in the academics section
* =DAYLIFE=       Wraps the 'day in the life' styles in the student life section
* =FORM=          Styling forms!
* =LIFEACCORDION= A Day in the Life accordion styles
* =FEE=           Styles the tuition & fees page
* =FACULTY=       Faculty bio styles
**********************************************************************************************/

/*********************************************************************************************
=SIDENAV=
**********************************************************************************************/
ul#sideNav {
  display: block;
  float: left;
  width: 233px;   
}

ul#sideNav a {
  background: url(/_images/interface/backgrounds/sideNav_sprite.png) no-repeat left -2px;
  display: block;
  font-size: 17px;
  height: 41px;
  line-height: 41px;
  padding: 0 0 0 16px;
  text-decoration: none;
  width: 216px;
}

ul#sideNav li a:hover {
  background-position: -232px -2px;
  color: #12273E; 
}

ul#sideNav li.first a:hover {
  background-position: -232px top;
}

ul#sideNav li.last a:hover {
  background-position: -232px bottom;
}

ul#sideNav li.first a
{
	background-position: left top;
	height: 43px;
}

ul#sideNav li.first.selected a
{
	background-position: -464px top;
	_background-position: left top;
	color: #fff;
}

ul#sideNav li.last a
{
	background-position: left bottom;
}

ul#sideNav li.last.selected a
{
	background-position: -464px bottom;
	_background-position: left bottom;
	color: #fff;
}

ul#sideNav li.selected a
{
	background-position: -464px -2px;
	color: #fff;
}
/*********************************************************************************************
=COPY=
**********************************************************************************************/
div#copy {
  background: url(/_images/interface/backgrounds/interiorCopy.png) repeat-y left top;
  float: right;
  font-size: 14px;
  line-height: 1.3;
  position: relative;
  width: 724px;
}

div#copy h1 {
  font-size: 34px;
  margin: 0 0 .5em 0;
  text-shadow: 0 1px 1px #bbb;
}

div#copy h1 a, div#copy h2 a, div#copy h3 a {
  color: inherit;
  text-decoration: none;
}

div#copy h2 {
  font-size: 24px;
  margin: 0 0 .4em 0;
}

div#copy h3 {
  font-size: 18px;
  margin: 0 0 .3em 0;
}

div#copy h3 span {
  float: right;
}

div#copy h4 {
  font: bold 14px/1.3 Arial, sans-serif;
  text-transform: uppercase;
}

div#copy ul li {
  line-height: 1.3;
  list-style: none outside url(/_images/interface/icons/listStar.gif);
  margin: 0 0 0 16px;
}

div#copy ul.timeline li {
  list-style: none;
  margin: 15px 0;
}

div#copy ol {
  margin: 0 0 25px 0;
}

div#copy ol li {
  line-height: 1.3;
  list-style: decimal outside;
  margin: 0 0 0 33px;
}

div#copy div#cupola {
  background: url(/_images/interface/backgrounds/cupola.jpg) no-repeat center top;
  height: 630px;
  margin: 15px 0;
  width: 694px;
}

div#copy .separated {
  border-bottom: 1px solid #e3e3e3;
}

div#copy div.stepList h3 {
  margin-top: 25px;
}

div#copy div.content .whole {
  clear: both;
  display: block;
  padding: 25px 0;
  overflow: hidden;
  width: 100%;
}

div.whole + div.whole {
  padding-top: 0 !important;
}

div#copy div.content p.whole {
  padding: 15px 0;
}

div#copy div.content div.whole p.first {
  margin: 0 0 20px 0;
}

div#copy div.content div.half {
  float: left;
  width: 50%;
}

div#copy div.content div.half-pushed {
  float: left;
  padding: 15px 0 0 0;
  width: 50%;
}

div#copy div.half p, div#copy div.content div.half-pushed p {
  width: 90%;
}

div#copy div.content div.quarter {
  float: left;
  width: 25%;
}

div#copy div.content div.third {
  float: left;
  width: 33%;
}

div#copy div.content div.third p {
  font-size: 12px;
  line-height: 1.5;
  width: 80%;
}

div#copy div.content div.leftquarter {
  float: left;
  width: 25%;
}

div#copy div.content div.leftquarter p, div#copy div.content div.rightquarter p {
  margin: 0 0 30px; 
}

div#copy div.content div.rightquarter {
  float: right;
  width: 25%;
}

div#copy div.lead {
  background: url(/_images/interface/backgrounds/interiorLead.png) no-repeat left top;
  padding: 12px 12px 24px;
}

div#copy div.lead p {
  line-height: 1.3;
  margin: 0 0 20px 0;
  width: 97%;
}

div#copy div.lead img {
  margin: 0 0 20px 0;
}

div#copy div.content {
  border-top: 1px solid #e3e3e3;
  margin: 0 15px;
}

div#copy div.content a, div#copy div.lead a {
  color: #7b0900;
}

div#copy div.content div.applyButtons {
  padding: 25px 0 0 0;
}

div#copy div.applyButtons a {
  background-image: url(/_images/interface/buttons/requestApply.png);
  background-repeat: no-repeat;
  display: block;
  float: left;
  height: 29px;
  text-indent: -9999em;
  width: 136px;
}

div#copy div.applyButtons a.request {
  background-position: left top;
}

div#copy div.applyButtons a.request:hover {
  background-position: left center;
}

div#copy div.applyButtons a.request:active {
  background-position: left bottom;
}

div#copy div.applyButtons a.apply {
  margin: 0 0 0 20px;
  background-position: right top;
}

div#copy div.applyButtons a.apply:hover {
  background-position: right center;
}

div#copy div.applyButtons a.apply:active {
  background-position: right bottom;
}

div#copy div.graduateApplyButtons a {
  background: url(/_images/interface/buttons/graduateApply.png);
  background-repeat: no-repeat;
  display: block;
  float: left;
  height: 29px;
  text-indent: -9999em;
}

div#copy div.graduateApplyButtons a.form {
  background-position: left top;
  width: 216px;
}

div#copy div.graduateApplyButtons a.form:hover {
  background-position: left center;
}

div#copy div.graduateApplyButtons a.form:active {
  background-position: left bottom;
}

div#copy div.graduateApplyButtons a.apply {
  margin: 0 0 0 20px;
  background-position: right top;
  width: 236px;
}

div#copy div.graduateApplyButtons a.apply:hover {
  background-position: right center;
}

div#copy div.graduateApplyButtons a.apply:active {
  background-position: right bottom;
}

div#copy div.right {
  float: right;
  width: 390px;
}

div#copy p.enthusiasm {
  color: #7B0900;
  font-size: 18px;
  text-align: center;
}

div#copy h3.trigger {
  cursor: pointer;
  margin: 0 0 0 15px;
}

div#copy .trigger {
	cursor: pointer;
	text-decoration: underline;
}

div#copy div.text p, div#copy div.text ul {
  padding: 0 0 15px 15px;
}

/*********************************************************************************************
=ROLEEXPLORER=
**********************************************************************************************/
div#copy div#roleExplorer {
  height: 308px;
  position: relative;
}

div#copy div#roleExplorer div {
  float: left;
}

div#copy div#roleExplorer div p {
  font-size: 15px;
  margin: 0 auto;
  padding: 210px 0 0 0;
  width: 80%;
}

div#copy div#roleExplorer div.first {
  background: url(/_images/photos/roleExplorer/1.jpg) no-repeat center top;
  left: -10px;
  position: absolute;
  top: 0;
  width: 302px;
}

div#copy div#roleExplorer div.second {
  background: url(/_images/photos/roleExplorer/2.jpg) no-repeat center top;
  left: 292px;
  position: absolute;
  top: 0;
  width: 230px;
}

div#copy div#roleExplorer div.third {
  background: url(/_images/photos/roleExplorer/3.jpg) no-repeat center top;
  right: -10px;
  position: absolute;
  top: 0;
  width: 188px;
}

/*********************************************************************************************
=PANELS=
**********************************************************************************************/
div#infoPanel {
  margin: 25px 0 0 0;
  position: relative;
  width: 695px;
}

div#infoPanel img {
  display: block;
  margin: 0 auto 25px;
}

div#infoPanel ul#triggers {
  float: left;
  position: relative;
  height: 250px;
}

div#infoPanel ul#triggers li {
  cursor: pointer;
  display: block;
  font-size: 16px;
  height: 33px;
  line-height: 33px;
  list-style-image: none;
  margin: 4px 0;
  text-indent: 12px;
  width: 202px;
}

div#infoPanel ul#triggers li a {
  color: inherit;
  text-decoration: none;
}
div#infoPanel div#panelWrapper {
  background: url(/_images/interface/backgrounds/academicPanelHeader.png) no-repeat left top;
  float: right;
  width: 483px;
}

div#infoPanel div#panels {
  background: url(/_images/interface/backgrounds/academicPanelBody.png) repeat-y left top;
  /*height: 40px;*/
  margin: 13px 0 0 0;
  position: relative;
  width: 483px;
}

div#infoPanel div#panels div.panel {
  background: url(/_images/interface/backgrounds/academicPanelFooter.png) no-repeat left bottom;
  left: 0;
  padding: 0 0 40px 0;
  /*position: absolute;*/
  top: 0;
  width: 483px;
}

div#infoPanel div#panels div.panel h2 {
  margin: 0 20px 10px;
}

div#infoPanel div#panels div.panel h3 {
  color: #4b4b4b;
  font: normal bold 16px Arial, sans-serif;
  margin: 0 20px 0;
}

div#infoPanel div#panels div.panel p {
  margin: 12px 20px 12px;
}

div#infoPanel div#panels div.panel p.head {
  margin-bottom: 0;
}

div#infoPanel div#panels div.panel p span.subhead {
  display: block;
  text-indent: 25px;
}

div#infoPanel div#panels div.panel ul {
  margin: 0 60px 20px;
}

div#infoPanel div#panels div.panel ol {
  margin: 0 15px 20px;
}

div#infoPanel div#panels div.panel ol li ol li {
  list-style-type: lower-alpha;
}

div#infoPanel div#panels div.panel ul.goals {
  background: #e9e9e9;
  border: 1px solid #c4c4c4;
  display: block;
  margin: 0 auto 12px;
  padding: 10px 0;
  width: 456px;
}

div#infoPanel div#panels div.panel ul.goals li {
  color: #7b0900;
  list-style: disc outside;
  _list-style-image: none;
  margin: 0 0 0 25px;
}


/*********************************************************************************************
=DAYLIFE=
**********************************************************************************************/
div#copy div#dayLife {
  background: url(/_images/interface/backgrounds/dayLife.png) no-repeat left top;
  height: 219px;
  margin: 15px auto 36px;
  overflow: hidden;
  padding: 36px 0 0;
  position: relative;
  width: 700px;
}

div#copy div#dayLife a {
  color: #4c4c4c;
  text-decoration: none;
}

div#copy div#dayLife h2 {
  background: url(/_images/interface/backgrounds/dayLifeTitle.png) no-repeat center top;
  height: 46px;
  left: 160px;
  position: absolute;
  text-indent: -9999em;
  top: 0;
  width: 382px;
  z-index: 9999;
}

div#copy div#dayLife p {
  background: url(/_images/interface/backgrounds/dayLifeItem.png) no-repeat center top;
  color: #898989;
  display: block;
  font-size: 29px;
  height: 73px;
  line-height: 73px;
  margin: 0;
  text-align: center;
  text-shadow: 0px 2px 1px #fff;
  width: 700px;
}

div#copy div#dayLife p:hover {
  background-position: center bottom;
}

div#copy div#dayLife p span {
  color: #7B0900;
}

/*********************************************************************************************
=FORM=
**********************************************************************************************/
div.form label {
  color: #4c4c4c;
  font-size: 14px;
  display: block;
  padding: 0 0 8px 0;
}

div.form input[type="text"], div.form textarea {
  background: #f7f7f7;
  border: 1px solid #b9b9b9;
  color: #4c4c4c;
  font-family: Arial, sans-serif;
  font-size: 25px;
  height: 30px;
  padding: 0 0 0 5px;
}

div.form select {
  margin: 0 15px 0 0;
  font-size: 20px;
  background: #f7f7f7;
  border: 1px solid #b9b9b9;
  color: #4c4c4c;
}

div.form textarea {
  height: 220px;
}

div.form div.whole input[type="text"], div.form div.whole textarea {
  width: 95%;
}

div.form div.half input[type="text"], div.form div.half textarea,
div.form div.half-pushed input[type="text"], div.form div.half-pushed textarea {
  width: 90%;
}

div.form div.third input[type="text"], div.form div.third textarea {
  width: 85%;
}

div.form div.quarter input[type="text"], div.form div.quarter textarea {
  width: 80%;
}

div.form input[type="radio"] + label, div.form input[type="checkbox"] + label {
  display: inline;
  font-size: 24px;
  padding-right: 15px;
}

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;
}

/*********************************************************************************************
=LIFEACCORDION=
**********************************************************************************************/
div#lifeAccordion {
  background: #dedede;
  border: 1px solid #ccc;
  margin: 25px 0 150px;
}

div#lifeAccordion h1 {
  background: #ebebeb;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #eee;
  cursor: pointer;
  font-size: 29px;
  height: 65px;
  line-height: 65px;
  margin: 0;
  position: relative;
  text-indent: 30px;
}

div#lifeAccordion h1 img {
  position: absolute;
  right: 15px;
  top: 20px;
}

div#lifeAccordion div.text p {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #eee;
  color: #676767;
  font-size: 18px;
  padding: 20px;
  text-shadow: 0px 1px 1px #fff;
}

div#lifeAccordion div.text em {
  color: #831a11;
  font-style: normal;
  font-weight: bold;
}

/*********************************************************************************************
=FEE=
**********************************************************************************************/
div#copy div.fee {
  border-bottom: 1px solid #E3E3E3;
  padding: 25px 0;
}

div#copy div.fee.first {
  padding: 0 0 25px 0;
}

div#copy div.fee h2 {
  font-size: 28px;
}

div#copy div.fee h3 {
  font-size: 22px;
  position: relative;
}

div#copy div.fee h3 span.c2 {
  font-size: 11px;
  left: 300px;
  position: absolute;
}

div#copy div.fee h3 span.c3 {
  font-size: 11px;
  left: 375px;
  position: absolute;
}

div#copy div.fee p {
  color: #7b0900;
  font: 18px/1.5 "Times New Roman", "Times", Times, serif;
  margin: 0;
  position: relative;
}

div#copy div.fee p span {
  color: #4c4c4c;
  font-family: "Arial", Arial, sans-serif;
  position: absolute;
  left: 150px;
}

div#copy div.fee p span.c2 { left: 300px; }
div#copy div.fee p span.c3 { left: 375px; }

div#copy div.fee p.total {
  margin: 25px 0 0 0;
}

div#copy div.fee p.note {
  color: #4c4c4c;
  font-size: 10px;
  font-family: "Arial", Arial, sans-serif;
}

/*********************************************************************************************
=FACULTY=
**********************************************************************************************/
div#copy div.facultyDetail {
  clear: both;
  margin: 25px 0;
  overflow: auto;
}

div#copy div.facultyDetail img {
  float: left;
}

div#copy div.facultyDetail p,
div#copy div.facultyDetail h2 {
  float: right;
  width: 570px;
}

div#copy div.facultyDetail p {
  margin: 0 0 25px 0;
}

div#facultyProfiles {
  margin: 25px 0;
  overflow: auto;
}

div#facultyProfiles div {
  border-top: 1px solid #ccc;
  clear: both;
  overflow: auto;
  padding: 15px 0;
}

div#facultyProfiles div.last {
  border-bottom: 1px solid #ccc;
}

div#facultyProfiles div h3 {
  float: left;
  margin: 0 0 0 15px;
  width: 550px;
}

div#facultyProfiles div p {
  float: left;
  margin: 0 0 0 15px;
}

div#facultyProfiles div img {
  float: left;
}
