*
{
	font-size: 22px;
}

em
{
	font-style: italic;
}

strong
{
	font-weight: bold;
}

body
{
	background: #333;
	
}


#main
{
	background: #ffffff;
	width: 880px;
	margin: 0 auto;
}

#top
{
	height: 160px;
	position: relative;
}

#logo
{
	position: absolute;
	top: 10px;
	right: 10px;
}

/*#nav
{
}
*/
ul#nav
{
	list-style-type: none;
	margin-left: 24px;
	margin-top: 8px;
	width: 300px;
	float: left;
}

ul#nav li
{
	margin-top: 7px;
}

ul#nav li a 
{
	color: #005393;
	text-decoration: none;
	font-size: 24px;
	display: block;
}

#nav li a.activeSlide
{
	background: #88f;
}

p
{
	margin: 20px auto;
}

.center
{
	text-align: center;
}

.smallerFont
{
	font-size: 18px !important;
}

#heroWrapper
{
	width: 510px;
	float: left;
}

/*==================================================*/
/*==============[ HERO ]============================*/
/*==================================================*/

.hero {
  background: #fff;
  height: 270px;
  width: 530px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.30); 
  -moz-box-shadow: 0px 2px 5px -10px rgba(0, 0, 0, 0.50);
  -webkit-box-shadow: 1px 2px 15px -7px rgba(0, 0, 0, 1.0);
  position: relative;
}
.arrowleft {
  width: 40px;
  height: 70px;
  position: absolute;
  left: -40px;
  top: 125px;
  border-bottom-left-radius: 100px; -moz-border-radius-bottomleft: 100px; -webkit-border-bottom-left-radius: 100px; 
  border-top-left-radius: 100px; -moz-border-radius-topleft: 100px; -webkit-border-top-left-radius: 100px; 
  background: url(../images/mac_arrow-left.png) 15px center no-repeat;
  background-color: #333;
  cursor: pointer;
}
.arrowright {
  width: 40px;
  height: 70px;
  background: #333;
  position: absolute;
  right: -40px;
  top: 125px;
  border-bottom-right-radius: 100px; -moz-border-radius-bottomright: 100px; -webkit-border-bottom-right-radius: 100px; 
  border-top-right-radius: 100px; -moz-border-radius-topright: 100px; -webkit-border-top-right-radius: 100px; 
  background: url(../images/mac_arrow-right.png) 8px center no-repeat;
  background-color: #333;
  cursor: pointer;
}
.herocontent {
/*  background: #333; */
  width: 530px;
  height: 250px;
  position: absolute;
  top: 10px;
  left: 5px;
/*  box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.30);
  -moz-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.30); 
  -webkit-box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.30);
  color: white; */
}

.herocontent div {
	font-size: 16px;
}
.heronav {
  margin: 0 auto;
  margin-bottom: 50px;
  clear: both;
  overflow: hidden;
  top: 365px;
  position: absolute;
  height: 40px;
  padding-top:20px;
}
.heronav a{
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  border-radius: 20px; -moz-border-radius: 20px; -webkit-border-radius: 20px; 
  text-indent: -9999px;
  background: #aaa;
  margin-right: 8px;
}
.heronav a.activeSlide{
  background: #03548b;
  
}

#heroWrapper
{
  margin-bottom: 15px;
}

.clear
{
	clear: both;
}

/* PAGE SPECIFIC CSS */

#main
{
	margin: 30px auto;
}

#choralCarol #main
{
	background: #ffffff url('../images/CCgraphic.jpg') no-repeat; 
	background-position: 2px 0;
	width: 790px; 
	padding: 230px 45px 0;
}

#choralCarol div.divider
{
	background: url('../images/CCdivider.jpg') no-repeat;
	margin: 10px auto 10px auto;
	width: 563px;
	height: 43px;
}

#choralCarol .songs td, #choralCarol .songs td a, #choralCarol .songs
{
	font-size: 20px;
}

#choralCarol .songs
{
	font-family: helvetica;
}

div.inlineImage
{
	margin: 10px;
	float: right;
	position: relative;
}

#choralCarol .songs table
{
	width: 100%;
}

#choralCarol .songs th
{
	color: #11792b;
}

#choralCarol .mainText
{
	float: left;
	margin: 20px auto 0px;
}

#heartseed div.divider
{
	background: url('../images/HeartseedDivider.jpg') no-repeat;
	margin: 10px auto 10px auto;
	width: 563px;
	height: 43px;
}

#heartseed #main
{
	background: #ffffff url('../images/Hrtseedgraphic.jpg') no-repeat;
        background-position: 2px 0;	
	width: 790px; 
	padding: 250px 45px 0
}

#heartseed .mainText
{
	float: left;
	margin: 20px auto;
}


#heartseed .songs
{
	font-family: helvetica;
}

#heartseed .songs table
{
	width: 100%
}

#heartseed .songs th
{
	color: #fa4f7d;
	font-weight: bold;
}

#hymns #main
{
	background: #ffffff url('../images/Hymnsgraphic.jpg') no-repeat; 
	background-position: 2px 0;
	width: 790px; 
	padding: 315px 45px 0;
}

#hymns .songs
{
	font-family: helvetica;
}

#hymns div.divider
{
	background: url('../images/Hymnsdivider.jpg') no-repeat;
	margin: 10px auto 10px auto;
	width: 563px;
	height: 43px;
}


#hymns .mainText
{
	float: left; 
	margin: 20px auto;
}

#hymns .songs table
{
	width: 100%;
}

#hymns .songs th
{
	color: #00a1a1; 
	font-weight: bold;
}

#ohioHouse div.divider
{
	background: url('../images/OhioHousedivider.jpg') no-repeat;
	margin: 10px auto 10px auto;
	width: 563px;
	height: 43px;
}

#ohioHouse #main
{
	background: #ffffff url('../images/OhioHousegraphic.jpg') no-repeat; 
	background-position: 2px 0;
	width: 790px;
       	padding: 250px 45px 0 ;
}

#ohioHouse .mainText
{
	float: left; 
	margin: 20px auto;
}


#ohioHouse .songs
{
	font-family: helvetica;
}

#ohioHouse .songs table
{
	width: 100%;
}

#ohioHouse .songs th
{
	color: #00a1a1; 
	font-weight: bold
}

#sss #main
{
	background: #ffffff url('../images/SSSgraphic.jpg') no-repeat;
        background-position: 3px 0px;	
	width: 790px; 
	padding: 265px 45px 0 
}

#sss .mainText
{
	float: left; 
	margin: 20px auto;
}


#sss .songs
{
	font-family: helvetica;
}

#sss table
{
	width: 100%;
}

#sss ul li
{
	text-indent: -40px;
	margin-left: 65px;
}

#sss div.divider
{
	background: url('../images/SSSdivider.jpg') no-repeat;
	margin: 10px auto 10px auto;
	width: 563px;
	height: 43px;
}

#sss .songs th
{
	color: #0463a2; 
	font-weight: bold
}

#tms #main
{
	background: #ffffff url('../images/TMSgraphic2.jpg') no-repeat; 
	width: 790px; 
	padding: 375px 45px 0 
}

#tms .mainText
{
	float: left; 
	margin: 20px auto;
}


#tms .songs
{
	font-family: helvetica;
}

#tms table
{
	width: 100%;
}

#tms div.divider
{
	background: url('../images/TMSdivider2.jpg') no-repeat;
	margin: 10px auto 10px auto;
	width: 384px;
	height: 32px;;
}

#tms .songs th
{
	font-weight: bold;
}

#tms .songs .blue
{
	color: #14537c
}
#tms .songs .red
{
	color: #c60f13;
}

#qa #main
{
	background: #ffffff url('../images/QAgraphic.jpg') no-repeat; 
	width: 790px; 
	padding: 125px 45px 0;
}

#qa div.divider
{
	background: url('../images/QAdivider.jpg') no-repeat;
	margin: 10px auto 10px auto;
	width: 576px;
	height: 32px;
}

#qa h1
{
	font-size: 36px;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 20px;
}

#qa h2
{
	font-size: 32px;
	margin-bottom: 20px;
}

#qa .question
{
	font-weight: bold;
	margin-bottom: 0px;
}

#qa .answer
{
	margin-top: 0px;
}

#qa #noteToSingers
{
	background-color: #008080;
	color: white;
	border: 2px solid black;
	padding: 15px 15px 0 15px;
	border-radius: 25px;
	-moz-border-radius: 25px;
}

#qa #noteToSingers p
{
	font-weight: bold;
}

#qa #noteToSingers a 
{
	color: white;
}

#footer ul
{
	list-style: none;
}

#footer ul li
{
	display: inline;
	margin: 0;
	text-indent: 0;
}

#footer ul li a
{
	text-decoration: none;
	font-size: 16px;
	border-left: 1px solid black;
	padding: 3px 10px;
}

#footer ul li.first a
{
	border-left: none;
}

#skipIntro
{
	margin: 0;
	position: absolute;
}

.homepageImage
{
	float: left;
	margin-top: 15px;
	margin-left: 10px;
	width: 500px;
}

.homepageText
{
	float: right;
	width: 250px;
	font-size: 22px !important;
}

#home #footer
{
	padding-left: 45px;
}
