/*********************************************************************************************
Homepage application styles.
@author j. flores, Elliance Inc.
@contact jflores@elliance.com
@client Appalachian Bible College

 * CONTENTS:
 * =OVERRIDES=       Replaces styles coming in from application.css
 * =FOURPANELS=       Styles for the four-panel js switcher on the home page
 * =ACADEMICS=        the academic programs dropdown next to the four panel switcher
 * =CALLOUTS=         president's message, news, events, etc.
 * =FOOTER=           override default styles for the footer
**********************************************************************************************/

/*********************************************************************************************
=OVERRIDES=
**********************************************************************************************/
h1, h2, h3, h4, h5, h6 {
  color: #fff;
}

div#bgSwitcher {
  margin: -2px auto 0;
  width: 100%;
}

div#bgSwitcher div#switchBox {
  margin: 0 auto;
}

/*********************************************************************************************
=FOURPANELS=
**********************************************************************************************/
div#fourPanels {
  background: url(/_images/interface/backgrounds/fourPanels.gif) no-repeat left top;
  color: #fff;
  float: left;
  height: 498px;
  position: relative;
  width: 724px;
}

div#fourPanels img.selected {
  z-index: 1000;
}

div#fourPanels div.panel {
  background: red;
  height: 418px;
  left: 12px;
  position: absolute;
  top: 16px;
  width: 700px;
}

div#fourPanels h2 {
  font-size: 34px;
  font-weight: normal;
  margin: 9px 0 0 24px;
  width: 390px;
  text-shadow: 1px 1px 2px #222222;
}

div#fourPanels p {
  font-size: 16px;
  line-height: 18.5px;
  margin: 20px 0 0 24px;
  width: 330px;
  text-shadow: 1px 1px 2px #222222;
} 

div#fourPanels div.p1-1 {
  background: url(/_images/photos/fourPanel/nursing-home.jpg) no-repeat left top;
}

div#fourPanels div.p1-1-1 {
  background: url(/_images/photos/fourPanel/biblical-counseling.jpg) no-repeat left top;
}

div#fourPanels div.p2-2 {
  background: url(/_images/photos/fourPanel/early-bird-home.jpg) no-repeat left top;
}

div#fourPanels div.p3-3 {
  background: url(/_images/photos/fourPanel/free-application.jpg) no-repeat left top;
}

div#fourPanels div.p4-4 {
  background: url(/_images/photos/fourPanel/impact-home.jpg) no-repeat left top;
}

div#fourPanels div.p4 h2 {
  width: 288px;
}

div#fourPanels div.p4 p {
  width: 270px;
}

div#fourPanels div.panel a {
  background: url(/_images/interface/buttons/grey.png) no-repeat left top;
  color: #333;
  display: block;
  font-size: 13px;
  font-weight: bold;
  height: 29px;
  line-height: 26px;
  margin: 15px 0 0 -10px;
  _margin: 15px 0 0 0;
  text-align: center;
  text-decoration: none;
  width: 100px;
  text-shadow: none;
}

div#fourPanels div.thumbs {
  bottom: 11px;
  left: 12px;
  position: absolute; 
}

div#fourPanels div.thumbs div {
  background: #000;
  float: left;
  margin: 0 5px 0 0;
}

div#fourPanels div.thumbs img {
  cursor: pointer;
}

div#fourPanels div.thumbs img.selected {
  position: absolute;
  z-index: 1000
}

/*********************************************************************************************
=ACADEMICS=
**********************************************************************************************/
div#programs {
  background: url(/_images/interface/backgrounds/academicDropdown.png) no-repeat left top;
  float: left;
  height: 498px;
  margin: 0 0 0 7px;
  width: 233px;
}

div#programs h2 {
  color: #293c51;
  font-size: 22px;
  margin: 15px 0 0 15px;
  width: 66%;
}

div#programs p {
  font-size: 12px;
  line-height: 1.4;
  margin: 0 16px 5px 15px;
}

div#programsAccordion {
  background: url(/_images/interface/backgrounds/programsAccordion.png) no-repeat left top;
  height: 303px;
  margin: 0 auto;
  padding: 1px 0 0;
  width: 209px;
}

div#programsAccordion h3 {
  background: url(/_images/interface/backgrounds/programsAccordion-trigger.png) no-repeat left top;
  color: #000;
  cursor: pointer;
  font-size: 17px;
  font-weight: normal;
  height: 27px;
  padding: 10px 0 0 0;
  width: 209px;
}

div#programsAccordion h3 a {
  color: inherit;
  text-decoration: none;
}

div#programsAccordion h3 img {
  padding: 0 8px;
  vertical-align: -2%;
}

div#programsAccordion div.content {
  height: 117px;
}

div#programsAccordion p {
  font-size: 12px;
  margin: 0 8px;
}

/*********************************************************************************************
=CALLOUTS=
**********************************************************************************************/
div#callouts_head {
	background: url(/_images/interface/backgrounds/calloutsHEAD.png) no-repeat left top;
	width: 964px;
	height: 5px;
	position: relative;
	top: -5px;
}

div#callouts_foot {
	background: url(/_images/interface/backgrounds/calloutsFOOT.png) no-repeat left top;
	width: 964px;
	height: 5px;
	clear: both;
	position: relative;
	top: 2px;
}

div#callouts {
	background: url(/_images/interface/backgrounds/calloutsBAK.png) repeat-y;
  clear: both;
  float: left;
  /*height: 534px;*/
  margin: 10px 0 0 0;
  width: 964px;
}

div#callouts img {
  float: right;
  margin: 0 10px 0 5px;
}

div#callouts h3 {
  color: #7b0900;
  font-size: 24px;
  width: 50%;
}

div#callouts h4 a {
  color: #7b0900;
  text-decoration: none;
}

div#callouts h4 a:hover {
  text-decoration: underline;
}

div#callouts p {
  font-size: 12px;
  margin: 10px 0 0;
  line-height: 1.4;
}

div#support {
  float: left;
  margin: 15px 0 0 20px;
  _display: inline;
  width: 623px;
}

div#callouts div.message {
  border-left: 1px solid #ccc;
  float: left;
  margin: 15px 0 0 0;
  padding: 0 0 0 10px;
  width: 310px;
}

div#newsEvents {
  clear: both;
  float: left;
  margin-top: 30px;
  margin-left: 12px;
  width: 940px;
  background: url(/_images/interface/backgrounds/news_body.png) repeat-y;
}

div#newsEvents #news_top {
	background: url(/_images/interface/backgrounds/news_top.png) no-repeat;
	width: 940px;
	height: 53px;
	position: relative;
}

div#newsEvents #news_top #news_triangle {
	position: absolute;
	top: 35px;
	left: 53px;
}

div#newsEvents #news_top a {
	color: #7c7c7c;
	font-size: 24px;
	font-weight: bold;
	font-family: "Times New Roman", "Times Roman", Times, serif;
	text-decoration: none;
	display: block;
	float: left;
	margin-left: 35px;
	margin-top: 8px;
}

div#newsEvents #news_top a.curmenu {
	color: #7b0900;
}

div#newsEvents #news_bottom {
	background: url(/_images/interface/backgrounds/news_bottom.png) no-repeat;
	width: 940px;
	height: 3px;
}

div#newsEvents #news_body {
	height: 220px;
}

div#newsEvents #news_body div.news_body_box {
	position: absolute;
}

div#newsEvents #news_body div.news_body_box div.message {
	width: 301px;
	height: 200px;	
	margin-top: 5px;
	cursor: pointer;
}

div#newsEvents #news_body div.news_body_box div.message:first-child {
	border: none;
}

div#newsEvents #news_body div.news_body_box div.message h3 {
	width: auto;
	font-size: 22px;
	font-weight: normal;
}

div#newsEvents #news_body div.news_body_box div.message img {
	/*float: left;
	margin: 0 7px 0 0;*/
}

/*div#newsEvents div {
  float: left;
  margin: 0 0 0 20px;
  _display: inline;
  width: 295px;
}

div#newsEvents div p {
  margin: 0 0 20px 0;
  width: 95%;
}*/

/*********************************************************************************************
=FOOTER=
**********************************************************************************************/
div#footer {
  background: none;
  clear: both;
  float: left;
  font-family: "Times New Roman", "Times Roman", Times, serif;
  font-size: 12px;
  margin: 12px 0 0;
  padding: 0;
  width: 98%;
  /*height: 34px;*/
}

div#footer p.links {
  float: left;
  margin: 0 0 0 20px;
  padding: 0;
}

div#footer a.icon {
  background: none;
  padding: 0;
}

div#footer a img {
  float: none;
  margin: 0;
  vertical-align: middle;
}

div#footer p.credit {
  float: right;
  margin: 0;
  margin-top: 7px;
  padding: 0;
}

div#footer a {
  background: url(/_images/interface/backgrounds/footerLink.gif) repeat-y right top;
  padding: 0 10px;
  text-decoration: none;
}

div#footer a:hover {
	text-decoration: underline;
}

div#footer a.last {
  background: none;
}

div#footer p.credit a {
  background: none;
  padding: 0;
}

div#footer p.credit a:hover {
  text-decoration: underline;
}
