/*Global Settings*/
body
{
	background-color:#ffffff;
	font-family:'verdana';
  font-size:10pt;
}

h2
{
  color:#b15c11;
  font-family:'verdana';
  font-size:10pt;
}

h3
{
  color:#b15c11;
  font-family:'verdana';
  font-size:8pt;
}

p
{
  font-family:'verdana';
  font-size:10pt;
}

div
{
	padding:0px;
	margin:0px;
}

li
{
  font-family:'verdana';
  font-size:9pt;
}

img
{
	border:0px;
}

a:link
{
  color:#b15c11;
  font-family:'verdana';
  font-size:9pt;
  text-decoration:none;
}

a:visited
{
  color:#b15c11;
  font-family:'verdana';
  font-size:9pt;
  text-decoration:none;
}

a:active
{
  color:#b15c11;
  font-family:'verdana';
  font-size:9pt;
  text-decoration:underline;
}

a:hover
{
  color:#b15c11;
  font-family:'verdana';
  font-size:9pt;
  text-decoration:underline;
}


/*individual Divs*/

#screen
{
  visibility:hidden;
  z-index:1;
  position:fixed;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  background:#000000;
  filter:alpha(opacity=60);
  -moz-opacity:.6;
}

#alignCenter
{
	width:771px;
	text-align:center;
	margin:0px auto;
}

#headerBar
{
  background-image:url('../images/layout/header.jpg');
  background-repeat:no-repeat;
  border-left:2px solid #b16117;
  border-right:2px solid #b16117;
  width:771px;
  height:247px;
  overflow:hidden;
  text-align:left;
}

#columnContainer
{ 
  width:771px;
  background-repeat:no-repeat;
  border-left:2px solid #b16117;
  border-right:2px solid #b16117;
  height:100%;
  background-image:url('../images/layout/background.jpg');
  background-repeat:repeat-y;
}

#leftColumn
{
  width:143px;
  float:left;
  height:100%;
  text-align:left;
}

#centerColumn
{
  width:425px;
  float:left;
  text-align:left;
  overflow-x:hidden;
}

#rightColumn
{
  width:200px;
  float:right;
  height:100%;
  text-align:left;
}

#lightGreenBelowMenu
{
  background:#c1d6b4;
  width:100%;
  height:275px;
  border-top:1px solid #ffffff;
}

#darkGreenLeftColumn
{
  background:#8fb161;
  width:100%;
  height:23px;
  padding-top:7px;
  text-align:center;
  color:#ffffff;
}

#whiteSpaceLeftColumn
{
  background:#ffffff;
  width:142px;
  border-right:1px solid #c0d5b2;
}

#missionBox
{
  color:#ffffff;
  padding-left:20px;
  padding-right:10px;
  font-size:7pt;
}

#footer
{
  border:2px solid #b16117;
  width:746px;
  color:#b15c11;
  font-family:'verdana';
  font-size:7pt;
  padding-top:10px;
  padding-bottom:10px;
  text-align:left;
  padding-left:25px;
}

#belowFooter
{
  width:771px;
  text-align:right;
  color:#b15c11;
  font-family:'verdana';
  font-size:8pt;
}

#familyCentersLogo
{
  float:right;
  height:40px;
  border-left:2px solid #b16117;
  width:193px;
  padding-left:5px;
}

#testimonial
{
  position:relative;
  left:5px;
  top:142px;
  color:#ffffff;
  width:133px;
  font-size:7pt;
}

#centerChildDiv
{
  width:23px;
  margin:0px auto;
  text-align:center;
  padding-bottom:20px;

}

#announcements
{
  color:#ffffff;
  padding:15px 5px 0px 5px;
}

#upcomingEvents
{
  color:#ffffff;
  font-weight:bold;
  padding-top:15px;
  text-align:center;
}

/*Classes*/
.subMenuContainer
{
  background:#d4935b;
  margin-right:1px;
  padding-left:20px;
  border-top:1px solid #ffffff;
}

.clearContainer
{
  clear:both;
}

.heading
{
  width:375px;
  border-bottom:2px solid #b15c11;
  color:#b15c11;
  font-family:'verdana';
  font-size:10pt;
  text-align:right;
  margin:0px 0px 10px 0px;
  padding:0px;
}

.footerLink:link
{
  color:#b15c11;
  font-family:'verdana';
  font-size:7pt;
  text-decoration:none;
}

.footerLink:visited
{
  color:#b15c11;
  font-family:'verdana';
  font-size:7pt;
  text-decoration:none;
}

.footerLink:active
{
  color:#b15c11;
  font-family:'verdana';
  font-size:7pt;
  text-decoration:underline;
}

.footerLink:hover
{
  color:#b15c11;
  font-family:'verdana';
  font-size:7pt;
  text-decoration:underline;
}

.emphasize
{
  color:#b15c11;
  font-weight:bold;
}

.smallLink
{
  font-family:'verdana';
  font-size:7pt;
  color:#000000;
}

.upcomingLinks:link
{
  text-decoration:none;
  color:#ffffff;
  font-weight:normal;
}

.upcomingLinks:visited
{
  text-decoration:none;
  color:#ffffff;
  font-weight:normal;
}

.upcomingLinks:active
{
  text-decoration:none;
  color:#ffffff;
  font-weight:normal;
}

.upcomingLinks:hover
{
  text-decoration:underline;
  color:#ffffff;
  font-weight:normal;
}