@charset "UTF-8";
body  {
	font: 12px Arial, Helvetica, sans-serif;
	background: #CCCCCC;
	margin: 0 auto 0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

h1 {
	margin: 15px 0 10px 0px;
	padding: 0 0px;
	font-size: 20px;
	font-weight: normal;
	color: #339;
	line-height: 28px;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	margin: 5px 0 0px 0px;
	padding: 0 0 0 0;
	font-size: 13px;
	font-weight: normal;
	color: #000;
	line-height: 20px;
}
h2 {
	margin: 10px  0 0px;
	padding: 0 0px;
	font-size: 14px;
	font-weight: bold;
	color: #002469;
	line-height: 20px;
}

h3 {
	margin: 10px  0 0px;
	padding: 0 0px;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	line-height: 20px;
}

ul {
	margin: 0 0 0 15px;
	padding: 0 0 0 0;
	font-size: 13px;
	font-weight: normal;
	color: #000;
	line-height: 20px;
}

ol {
	margin: 0 0 0 20px;
	padding: 0 0 0 0;
	font-size: 13px;
	font-weight: normal;
	line-height: 20px;
}
a  {
	color: #990000;
	text-decoration: none;

}
.noBorder  a:visited   {
	text-decoration: none;
	border-style: none;
}


a:hover  {
	color: #00F;
	text-decoration: underline;
}
#container {
	width: 782px;
	margin: 0 auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left;
	background: #ffffff url(/school/images/bkgd.gif);
	
} 
#header {
	background: #DDDDDD;
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 



#mainContent {
	margin: 0 180px 0 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0 0px 150px;
	border-left: solid #7F91B4 0px;
	
} 
#mainContentWide {
	margin: 0 20px 0 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0 0px 150px;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 115px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	height: 100%;
	background-color: #7F91B4;
	clear: both;
}

#navBarClear  {
	font-size: 10px;
	height: 16px;
	margin: 0px 0 0px 0px;
	border-left: solid #7F91B4 115px;
	padding: 5px 0 2px 10px;
}

#navBarActive  {
	height: 15px;
	margin: 0px 0 0px 0px;
	border-left: solid #7F91B4 115px;
	padding: 2px 0 6px 10px;
	background-color: #CCCCCC;
}

#footer { 
	padding: 0 10px 30px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#CCCCCC; 
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0;
	color: #003399;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0 0 80px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font: 11px;
	color: #666666
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
}
#classBio   {
	width: 150px;
	font-size: 10px;
	margin: 15px 10px 3px 8px;
	padding: 0 5px 0 10px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CC0000;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#navBarActive p  {
	font-size: 11px;
	margin: 1px 0 1px 0px;
	color: #000099;
}
#header a {
	margin: 0px;
	padding: 0px;
}
#classBio      p  {
	font-size: 10px;
	margin: 0px 0 5px 0;
	line-height: 12px;
}
#classBio  ul  {
	width: 150px;
	font-size: 10px;
	padding: 0 0 0 0;
	line-height: 12px;
	margin: 0px 0 0 10px;
}
#classBio h1 {
	font-size: 14px;
	line-height: 12px;
	margin: 6px 0 2px 0;
	font-style: normal;
	font-weight: normal;
	color: #990000;
	text-transform: uppercase;
	text-align: left;
}
#classBio  strong  {
	margin: 2px 0 0 0;
	line-height: 12px;
	font-weight: bold;
	color: #002469;
}
#churchSidebar {
	width: 175px;
	font-size: 10px;
	margin: 15px 10px 3px 8px;
	padding: 0px 5px 0 10px;
	background-color: #7F91B4;
}
#navChurch {
	float: left; /* since this element is floated, a width must be given */
	width: 115px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0 0 0 0;
	height: 100%;
	background-color: #d89993;
}
#churchSidebar p {
	font-size: 11px;
	margin: 0px 0 6px 0;
	line-height: 13px;
}
#navBarClearChurch {
	font-size: 10px;
	height: 15px;
	margin: 0px 0 0px 0px;
	border-left: 115px solid #d89993;
	padding: 1px 0 1px 10px;
}
#navBarActiveChurch {
	height: 15px;
	margin: 0px 0 0px 0px;
	border-left: 115px solid #d89993;
	padding: 5px 0 2px 10px;
	background-color: #ffffff;
}
#churchSidebar    ul li {
	font-size: 11px;
	margin: 0 0 3px -15px;
	line-height: 12px;
}
#churchSidebar h2 {
	font-size: 14px;
	margin: 4px 0 0px;
	line-height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #900;
}
#mainContentChurch {
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 35px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFFFFF;
	border-left: solid #d89993 115px;
}

#navChurch   a {
	border-bottom-style: none;
}
#mainContentChurch blockquote {
	margin: 0 30px 0 15px;
	padding: 0 20px 0 0;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	line-height: 20px;
}
#churchWelcome
  {
    display: block;
    width: 115px;
    height: 38px;
    background: url("/church_new/images/stack/nav_welcome.gif") no-repeat 0 0;

  }

  #churchWelcome:hover
  { 
     background-position: 0 -38px;
  }
  
  
  #churchWelcome span
{
  display: none;
}
#churchStaff
  {
    display: block;
    width: 115px;
    height: 53px;
    background: url("/church_new/images/stack/nav_staff.gif") no-repeat 0 0;

  }

  #churchStaff:hover
  { 
     background-position: 0 -53px;
  }
  
  
  #churchStaff span
{
  display: none;
}
#churchMinistries
  {
    display: block;
    width: 115px;
    height: 53px;
    background: url("/church_new/images/stack/nav_ministries.gif") no-repeat 0 0;

  }

  #churchMinistries:hover
  { 
     background-position: 0 -53px;
  }
  
  
  #churchMinistries span
{
  display: none;
}
#churchMass
  {
    display: block;
    width: 115px;
    height: 53px;
    background: url("/church_new/images/stack/nav_mass_times.gif") no-repeat 0 0;

  }

  #churchMass:hover
  { 
     background-position: 0 -53px;
  }
  
  
  #churchMass span
{
  display: none;
}
#churchBulletin
  {
    display: block;
    width: 115px;
    height: 53px;
    background: url("/church_new/images/stack/nav_bulletin.gif") no-repeat 0 0;

  }

  #churchBulletin:hover
  { 
     background-position: 0 -53px;
  }
  
  
  #churchBulletin span
{
  display: none;
}

#inMemory
  {
    display: block;
    width: 115px;
    height: 53px;
    background: url("/church_new/images/stack/nav_memory.gif") no-repeat 0 0;

  }

  #inMemory:hover
  { 
     background-position: 0 -53px;
  }
  
  
  #inMemory span
{
  display: none;
}

#header a:visited {
	margin: 0px;
	padding: 0px;
}
#sidebar1 a {
border-bottom-style: none;
}
#sidebar1:hover {
 background-position: 0 -26px;
}

#welcome:hover {
 background-position: 0 -26px;
}#calendar:hover {
 background-position: 0 -26px;
}#news:hover {
 background-position: 0 -26px;
}#classrooms:hover {
 background-position: 0 -26px;
}#mission:hover {
 background-position: 0 -26px;
}#curriculum:hover {
 background-position: 0 -26px;
}#admissions:hover {
 background-position: 0 -26px;
}
#contact:hover {
 background-position: 0 -26px;
}#forms:hover {
 background-position: 0 -26px;
}#alumni:hover {
 background-position: 0 -26px;
}#giving:hover {
 background-position: 0 -26px;
}#parents:hover {
 background-position: 0 -26px;

}#parentresources:hover {
 background-position: 0 -26px;
 }#gym:hover {
 background-position: 0 -26px;
}
}#gym:hover {
 background-position: 0 -26px;
}
}#CYO:hover {
 background-position: 0 -26px;
}
#welcome
  {
	display: block;
	width: 115px;
	height: 26px;
	margin: 13px 0 0;
	background: url("/school/images/stack/nav_welcome.gif") no-repeat 0 0;

  }
   #welcome span
{
  display: none;
}
#classrooms
  {
    display: block;
    width: 115px;
    height: 26px;
    background: url("/school/images/stack/nav_classrooms.gif") no-repeat 0 0;

  }
   #classrooms span
{
  display: none;
}
#calendar
  {
    display: block;
    width: 115px;
    height: 26px;
    background: url("/school/images/stack/nav_calendar.gif") no-repeat 0 0;

  }
   #calendar span
{
  display: none;
}
#news
  {
    display: block;
    width: 115px;
    height: 26px;
    background: url("/school/images/stack/nav_news.gif") no-repeat 0 0;

  }
   #news span
{
  display: none;
}
#mission
  {
    display: block;
    width: 115px;
    height: 26px;
    background: url("/school/images/stack/nav_mission.gif") no-repeat 0 0;

  }
   #mission span
{
  display: none;
}
#curriculum
  {
    display: block;
    width: 115px;
    height: 26px;
    background: url("/school/images/stack/nav_curriculum.gif") no-repeat 0 0;

  }
   #curriculum span
{
  display: none;
}
#admissions
  {
    display: block;
    width: 115px;
    height: 26px;
    background: url("/school/images/stack/nav_admissions.gif") no-repeat 0 0;

  }
   #admissions span
{
  display: none;
}
#contact
  {
    display: block;
    width: 115px;
    height: 26px;
    background: url("/school/images/stack/nav_contact.gif") no-repeat 0 0;

  }
   #contact span
{
  display: none;
}
#forms
  {
    display: block;
    width: 115px;
    height: 26px;
    background: url("/school/images/stack/nav_forms.gif") no-repeat 0 0;

  }
   #forms span
{
  display: none;
}
#alumni
  {
    display: block;
    width: 115px;
    height: 26px;
    background: url("/school/images/stack/nav_alumni.gif") no-repeat 0 0;

  }
   #alumni span
{
  display: none;
}
#giving
  {
    display: block;
    width: 115px;
    height: 26px;
    background: url("/school/images/stack/nav_giving.gif") no-repeat 0 0;

  }
   #giving span
{
  display: none;
}
#parents
  {
    display: block;
    width: 115px;
    height: 26px;
    background: url("/school/images/stack/nav_parents.gif") no-repeat 0 0;

  }
   #parents span
{
  display: none;
}

#parentresources
  {
    display: block;
    width: 115px;
    height: 26px;
    background: url("/school/images/stack/nav-parent-resource.gif") no-repeat 0 0;

  }
   #parentresources span
{
  display: none;
}


#field
  {
    display: block;
    width: 115px;
    height: 26px;
    background: url("/school/images/stack/nav_field.gif") no-repeat 0 0;

  }
   #field span
{
  display: none;
}

#gym
  {
    display: block;
    width: 115px;
    height: 26px;
    background: url("/school/images/stack/nav-gymnasium.gif") no-repeat 0 0;

  }
   #gym span
{
  display: none;
}
#CYO
  {
    display: block;
    width: 115px;
    height: 26px;
    background: url("/school/images/stack/nav-CYO.gif") no-repeat 0 0;

  }
   #CYO span
{
  display: none;
}

#classBio h2 {
	font-size: 11px;
	margin: 2px 0 4px 0;
	line-height: 12px;
	color: #990000;
}
#classBio h3 {
	font-size: 11px;
	margin: 6px 0 0px 0;
	line-height: 12px;
	color: #002469;
}
#classBio h5 {
	font-size: 11px;
	margin: 6px 0 0px 0;
	line-height: 12px;
	color: #002469;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

#auction{
	display: block;
	width: 115px;
	height: 89px;
	background: url(/school/images/stack/nav_auction.gif) no-repeat 0 0;
}
#auction span {
	display: none;
}
#auction:hover  {
 background-position: 0 -89px;
}
#auction_button {
	display: block;
	width: 115px;
	height: 89px;
	background: url(/school/images/stack/auction_button.gif) no-repeat 0 0;
	text-align: center;
}
#auction_button span {
	display: none;
}
#auction_button:hover {
	background-position: 0 -89px;
}

#promo{
	display: block;
	width: 115px;
	height: 89px;
	background: url(/school/images/stack/promo.gif) no-repeat 0 0;
}
#promo span {
	display: none;
}
#promo:hover  {
 background-position: 0 -89px;
}
#churchSidebar h3 {
	padding: 0px;
	color: #FFFFFF;
	margin: 8px 0px 2px;
	font-size: 12px;
	line-height: 14px;
}
#churchCalendar {
	display: block;
	width: 115px;
	height: 38px;
	background: url(/church_new/images/stack/nav_calendar.gif) no-repeat 0 0;
}
#churchCalendar:hover {
	background-position: 0 -38px;
}
#churchCalendar span {
	display: none;
}
#habitat {
	display: block;
	width: 115px;
	height: 53px;
	background: url(../church_new/images/stack/nav_habitat.gif) no-repeat 0 0;
}
#habitat:hover {
	background-position: 0 -53px;
}
#habitat span {
	display: none;
}

#events {
	display: block;
	width: 115px;
	height: 53px;
	background: url(../church_new/images/stack/nav_events.gif) no-repeat 0 0;
}
#events:hover {
	background-position: 0 -53px;
}
#events span {
	display: none;
}



#churchSidebar a {
	color: #990000;
	font-size: 11px;
}
#churchSidebar ul li {
	margin-left: 0px;
	list-style: url(../church_new/images/small_cross.gif);
	font-size: 12px;
	line-height: 14px;
}
img  {
	border: none;
	text-align: center;
}.udpate_post {
	font-size: 12px;
	line-height: 15px;
	font-family: "Courier New", Courier, monospace;
}
 #facebook {
	 background-color:#FFF;
	 border: 1px solid #000; 
	 width: 113px;
	 padding: 0;
	 margin: 10px 0 10px 0;
	 text-align: center;
 }
#container #churchSidebar p img {
	text-align: center;
}

.btn {
  background: #064c7a;
  background-image: -webkit-linear-gradient(top, #064c7a, #2980b9);
  background-image: -moz-linear-gradient(top, #064c7a, #2980b9);
  background-image: -ms-linear-gradient(top, #064c7a, #2980b9);
  background-image: -o-linear-gradient(top, #064c7a, #2980b9);
  background-image: linear-gradient(to bottom, #064c7a, #2980b9);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  text-aligh:center;
}

.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
    color: #ffffff;

}

.btn:active {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
    color: #ffffff;

}
.btn:visited {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
    color: #ffffff;

}
#container #churchSidebar h2 img {
}


.button-plain {
  background-color: #4CAF50;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 12px;
}

.button-plain:hover {
  background-color: #0C6;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 12px;
}
