h1{
	padding:0 10px;
	color:#000000;
	margin-bottom:10px;
	font-size: 2.917em;
}
#tout{
	width:620px;
	height:236px;
	background: url(../images/bg-tout.jpg) no-repeat left top;
	float:left;
	overflow:hidden;
}
#tout div{
	width:316px;
	float:left;
	padding:0 10px;
}
#tout img{
	float:right;
} 
#tout p,#tout ul{
	color:white;
}

#tout p:first-child, #tout ul ul li{
	font-size: 1.167em;
}
#tout p{
	margin:12px 0;
	line-height:120%;
	font-size: 1em;
}
#tout ul ul li{
	background: url(../images/bullet-white.jpg) no-repeat left 6px;
	padding:0 0 2px 10px;
}
.box ul li{
	background: url(../images/bullet-grey.jpg) no-repeat left 5px;
	padding:0 0 4px 10px;
}
/* tabs */
#tabs{
	width:300px;
	float:right;
	overflow:hidden;
}
.ui-tabs-nav{
	height:29px;
	width:300px;
	background: url(../images/tabs-sprite.jpg) no-repeat;
}
a.events,a.news{
	background: url(../images/tabs-sprite.jpg) no-repeat;
	padding:0 0 0 5px;
	line-height:29px;
	font-weight:bold;
	color:#0178FF;
}
a.events{
	width:71px;
	height:29px;
}
a.news{
	width:71px;
	height:29px;
}
.ui-tabs-selected a.events{
	background-position: 0px 0px !important;
	color:black;
}
a.events{
	background-position: 0px -29px !important;
}

.ui-tabs-selected a.news{
	background-position: 0px 0px !important;
	color:black;
}
a.news{
	background-position: 0px -29px !important;
}

#tabs h2 a{
	font-size:14px;
}
#tabs h3{
	font-size:1em;
}
#events, #news{
	height:183px;
	position:relative;
}
.view_all{
	position:absolute;
	bottom:0px;
	right:0px;
}
#tabs p{
	margin:0;
	font-size:0.917em;
}
#tabs div ul{
	border-bottom:1px solid #EDEDED;
	height:170px;
}
#tabs div ul li{
	margin:0 0 7px 0;
}
#tabs div ul li a{
	color:#0178FF;
}
/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Skin */
.ui-tabs-nav {
    list-style: none;
    margin: 0;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    min-width: 84px; /* be nice to Opera */
}
.ui-tabs-nav a{
    display: block;
}
.ui-tabs-nav a {
    /*margin: 1px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    z-index: 2;
    color: #000;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited, .ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-deselectable a:hover, .ui-tabs-nav .ui-tabs-deselectable a:focus, .ui-tabs-nav .ui-tabs-deselectable a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-panel {
    padding: 1em 0;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
.ui-tabs-loading em {
    padding: 0 0 0 20px;
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear, @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}


/* boxes */
.box{
border-top:0px solid white;
height:318px;
margin-top:25px;
}
#wrapper-content .last{
margin-right:0px;
}
.families{
	background: url(../images/bg-families.jpg) no-repeat right bottom;
}
.healthcare{
	background: url(../images/bg-healthcare.jpg) no-repeat right bottom;
}
.support{
	background: url(../images/bg-support.jpg) no-repeat right bottom;
}
.box h2{
	font-size:1.217em;
	margin:5px 0 9px 0;
	letter-spacing:-0.033em;
}
.healthcare h2{
	letter-spacing:-0.033em;
	color:#000000;
}
.families h2{
	color:#000000;
}
.support h2{
	color:#000000;
}
.box p{
	margin:9px 0;
}
.box p,.box a{
	font-size:1em;
}
.box ul{
	margin:0 0 20px 0;
	float:left;
}
#bar-buttons img{
	margin:0 20px 0 0;
	float:left;
}

