body {  
  	margin:0;
      	padding:0;
      	font-family: 'Lato', Arial, sans-serif !important;
      	font-size: 12px;
  	background-image:url(https://www.capcare.org/stylesheets/images/c4.gif);
  	background-position:top;
  	background-repeat:no-repeat;
  	background-color: #FFF;
}

#contentHeader {
  	float:left;
	width:100%;
  	
}

#header {
  	width: 900px;
      	height:auto;
      	margin: 0 auto;
      	padding:0;
      	display:block;
  	position: relative;
}


#headerImage {
  	display:block;
	width:900px;
	margin:0 auto;
}

#headerTitleText {
  	position:absolute;
        top:0;
        left:0;
        width:550px;
        font-size: 36px;
        margin-top: 70px;
        margin-left: 0px;
        color:#FFF;
        line-height:38px;
        display:block;
        text-indent:-9999px;
}

#social{
  	position:absolute;
  	width:70px;
  	height:35px;
  	top:6px;
  	right:-5px;
}

#social a{
	display:block;
  	width:34px;
  	float:left;
}

#social a img{
	border:0px;
}


#topbar {
  	width: 900px;
  	height:55px;
	margin:0px auto 0 auto;
	display:block;
        zoom:1;
  	-webkit-border-top-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        border-top-left-radius: 5px;
  	
  	-webkit-border-top-right-radius: 5px;
        -moz-border-radius-topright: 5px;
        border-top-right-radius: 5px;
  
  	background: #a90641; /* Old browsers */
        background: -moz-linear-gradient(top,  #a90641 75%, #850535 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(75%,#a90641), color-stop(100%,#850535)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #a90641 75%,#850535 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #a90641 75%,#850535 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #a90641 75%,#850535 100%); /* IE10+ */
        background: linear-gradient(to bottom,  #a90641 75%,#850535 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90641', endColorstr='#850535',GradientType=0 ); /* IE6-9 */

}

#searchForm { 
  	display: block;
        left: 76px;
        position: relative;
        top: -31px;
        #top:-51px; /* IE6/7 Hack for broken Box Model */
}

#contentBody {
  	float: left;
	width:100%;
	margin:0 0 6px;
	display:inline;
}

#bodyContainer {
  	width:900px;
	display:block;
	margin: 0px auto;
	position:relative;
	padding: 5px 0px 0;
	background:white;
        min-height: 300px;
        _height:300px; /* IE6 min-height hack */
}

#sidebar {
  	float:left;
	width:240px;
	margin:40px 0 0 0px;
	display:inline;
}

#headingContainer, #headingContainerFP {
        clear:right;
}

#headingContainerFP {
  	margin: 0 34px 0 34px;
}

#rssButton {
  	margin-top:-30px !important;
  	margin-left:93% !important;
}

#contentWrapper {
  	width:650px;
        _width:645px; /* IE6 width hack to avoid a float drop */
	margin: 40px 0 0 250px;
}

#contentFooter {
  	width:100%;
	float:left;
	height:134px;
	
}

#footer {
  	width:900px;
	display:block;
	margin:0px auto 30px;
	background-color:transparent;
	height:80px;
	color: #505050;
  	background-image: url(https://www.capcare.org/stylesheets/images/c5.jpg);
  	background-position: top;
}

#footer a:link, #footer a:visited {
       color:#505050;
       text-decoration:none;
  	text-indent:-999999px;
  	display:block;
  	position:relative;
  	top:15px;
  	width:280px;
  	height:60px;
  	float:right;
}

/* Homepage Template Overrides */

.boxContainer {
  	margin-left: -10px !important;
}