body
{
	overflow-x: hidden;
	background-color: rgba( 228, 217, 228, 1 );
	background-color: rgba( 196, 198, 232,.81 );
	/* background-image: url(../img/layout/masthead_families2.jpg); */
	/*background-size: cover;*/
	background-position: top;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
h1 span.sub, h2 span.sub, h3 span.sub, h4 span.sub
{
	color: rgba( 50,55,194,1 );
	font-size: 0.7em;
	padding-left: 0.5em;
	text-transform: uppercase;
	font-weight: bold;
}
div.body
{
	position: relative;
	z-index: 3;
	border-top: 3px solid rgba( 50,55,194, 1 );
	padding-bottom: 2em;

	background: rgba( 255,255,255, .85 ); /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left top, rgba( 255,255,255, .8 ), rgba( 222,222,222,.81 )); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(bottom right, rgba( 255,255,255, .8 ), rgba( 222,222,222, 1 )); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(bottom right, rgba( 255,255,255, .8 ), rgba( 222,222,222,.81 )); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to bottom right, rgba( 255,255,255, .8 ), rgba( 222,222,222,.81 )); /* Standard syntax */
/*
	border-bottom: 1px solid rgba( 50,55,194, .25);*/
}
div.layout-side
{
	background: rgba( 50,55,194, .75 ); /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(left top, rgba( 50,55,194, .75 ), rgba( 50,55,194, .55 )); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(bottom right, rgba( 50,55,194, .75 ), rgba( 50,55,194, .55 )); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(bottom right, rgba( 50,55,194, .75 ), rgba( 50,55,194, .55 )); /* For Firefox 3.6 to 15 */
	background: linear-gradient(to bottom right, rgba( 50,55,194, .75 ), rgba( 50,55,194, .55 )); /* Standard syntax */

	border: 1px dotted rgba( 50,55,194, .75 );
	border-top: none;
	box-shadow: 0px 4px 12px #666;
	z-index: 9;
	top: -67px !important;
	color: #fff;
	padding: 1em;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}


div.layout-side h3
{
	color: rgba( 50,55,194,1 );
}
div.callout-box-purple
{
	background-color: rgba( 50,55,194, 1 );
}
div.callout-box-em
{
	border-top: 5px solid rgba( 50,55,194, 1 );
}
.box-top
{
	border-top: 3px solid rgba( 50,55,194, 1 ) !important;
}
.ad
{
	border-radius: 3px;
	border: 1px solid rgba( 50,55,194, .35 );
	box-shadow: 0px 2px 6px #999;
}

div.footer
{
	padding: 1em;
	font-size: 0.9em;
	border-top: 1px solid rgba( 0, 22, 72, .1);
}

.animated-button
{
	-webkit-animation: color-change 2s infinite;
    -moz-animation: color-change 2s infinite;
    -o-animation: color-change 2s infinite;
    -ms-animation: color-change 2s infinite;
    animation: color-change 2s infinite;
    margin-bottom: 0;
}
@-webkit-keyframes color-change {
    0% { background-color: rgba( 196, 198, 232,.81 ) }
    50% { background-color: rgba( 196, 198, 232, .2 ) }
    100% { background-color: rgba( 196, 198, 232,.81 ) }
}
@-moz-keyframes color-change {
    0% { background-color: rgba( 196, 198, 232,.81 ) }
    50% { background-color: rgba( 196, 198, 232, .2 ) }
    100% { background-color: rgba( 196, 198, 232,.81 ) }
}
@-ms-keyframes color-change {
    0% { background-color: rgba( 196, 198, 232,.81 ) }
    50% { background-color: rgba( 196, 198, 232, .2 ) }
    100% { background-color: rgba( 196, 198, 232,.81 ) }
}
@-o-keyframes color-change {
    0% { background-color: rgba( 196, 198, 232,.81 ) }
    50% { background-color: rgba( 196, 198, 232, .2 ) }
    100% { background-color: rgba( 196, 198, 232,.81 ) }
}
@keyframes color-change {
    0% { background-color: rgba( 196, 198, 232,.81 ) }
    50% { background-color: rgba( 196, 198, 232, .2 ) }
    100% { background-color: rgba( 196, 198, 232,.81 ) }
}

.blue-bkg
{
	background-color: #001648;
	color: #fff;
	padding: .3em .3em .1em .3em;
}


div.callout-menu a:hover
{
	background-color: rgba( 50,55,194, .04 );
}
