/**
Diocese of DIOSWFL Desing jph
**/

body{
background: #ddd;
font-size: .8em;
position:relative;
font-family: arial;
line-height: 1.2em;
color: #001b34;
font-family: georgia;
}

a {
	color: #b00410;
}

a:hover {
	text-decoration: none;
}

img {
border: none;
}

#pagewrapper {
	width: 956px;
	-moz-box-shadow: 1px 1px 3px 0px #333;
  -webkit-box-shadow: 1px 1px 3px 0px #333;
  box-shadow: 1px 1px 3px 0px #333;
	margin-bottom: 10px;
	border: 1px #9b782b solid;
}

#header {
	background-image: green url('http://redeemer.dioswfl.org/images/dioak/Global-Header.png');
	height: 95px
}


/** Search Button **/

#search{
position: absolute;
bottom: 3px;
height: 15px;
position: absolute;
right: 15px;
width: 350px;
top: 25px;
}

#button{
width: 53px;
height:36px;
padding:0;
margin:0;
cursor: pointer;
text-indent: -9999px;
border: none;
position: absolute;
top:20px;
right:0;
}

#submit{
	border:1px solid #ababab;
	background-color:#576380;
	cursor:pointer;
	color:#fff;
}

#submit:hover{
	background-color:#fff;
	color:#666;
}

#button{
background: transparent url(../images/digitalfaith/feb2011/button_search.png) no-repeat left top;
}
#button:hover{
background: transparent url(../images/digitalfaith/feb2011/button_search.png) no-repeat left bottom;
}

#pagewrapper {
	background: #fff;
	width: 956px;
	margin:0 auto;
	position:relative;
	clear: both;
}


/** NAVIGATION **/

#globalnav {
	width: 400px;
	top: 0px;
	z-index: 2000;
	height: 0px;
	float: right;
	margin-left:;
}

#globalnav ul.globalheadernav {
    color: #031d41;
    font-size: .95em;
    left: 380px;
    padding-right: 0px;
    position: absolute;
    top: -5px;
		height: 20px;
}

.globalheadernav li {
	display: inline;
}

.globalheadernav li a {
	color: #031d41;
	text-decoration: none;
	font-family: arial;
	font-weight: 700;
	padding: 8px 10px;
	}

.globalheadernav li a:hover {
	background: #031d41;
	color: white;
	padding: 8px 10px;
}

#google_translate_element {
	float: right;
}


#nav{
top:0px;
height: 40px;
background: url('../../dfc_attachments/images/5/nav-background.png');
border-top: 1px solid #888;
border-bottom: 1px solid #1b1b1c;
}


#nav, #nav ul{
margin:0;
padding:0;
list-style-type:none;
list-style-position:outside;
position:relative;
line-height:40px; 
z-index:999;
padding: 0px 10px;
}

#nav li {
	padding: 0px 3px;
}


#nav a{
height:36px;
display:inline;
padding:0;
text-decoration:none;
text-align:center;
line-height:28px; 
outline:none;
z-index:35;
position:relative;
float:left;
margin: 0 30px 0 0;
font-size: .95em;
color: #373737;
}

#nav a:hover {
background: white;
height: 35px;
}

#nav .current_page_item a{
font-weight: bold;
}

#nav .current_page_item ul a{
font-weight: normal;
}

#nav ul a{
}

#nav li{
float:left;
position:relative;
z-index:20;
margin-top:5px;
}

#nav li li{
border-left:none;
margin-top:0;
background: #0c0c0c;
padding: 5px;
height: 10px;
}

#nav ul {
display:none;
left:-19px;
position:absolute;
top:35px;
width:172px;

}

#nav li ul a{
font-size: .95em;
text-align:left;
padding:0 21px;
width: 200px;
padding-left: 5px;
padding-top: 0px;
}

#nav li ul a:hover{
text-decoration: underline;	
}

#nav ul ul{
top:auto;
border-top:none;
}	

#nav li ul ul {
left:171px;
top:-1px;
}

#nav li:hover ul ul, #top #nav li:hover ul ul ul,#top  #nav li:hover ul ul ul ul{
display:none;	
}
#nav li:hover ul, #top #nav li li:hover ul, #top #nav li li li:hover ul, #top #nav li li li li:hover ul{
display:block;
}

#nav li ul a{
border-top:none;
font-size: .7em;
line-height: .7em;
}





/** PRIMARY CONTENT **/

#primary {
	border-top: 0px solid #888;
	top: 0px;
	padding-bottom: 20px;
	background: white url('../../dfc_attachments/images/13/page-background.png') no-repeat;
}



#primarycontent {
	background-image: url('http://redeemer.dioswfl.org/images/dioak/pagewrapper.png') no-repeat;
	width: 600px;
	padding: 0px 15px;
	float: left;
	margin-top: 7px;
	margin-bottom: 70px;
}


#primarycontent .chunk {
	padding:5px 3px;
	margin-bottom: 5px;
	width: 280px;
}

h1 {
	margin: 5px 0px 2px 0px;
	line-height: 1.5em;
}

h2 {
	font-style: italic;
	letter-spacing: .2em;
	font-size: 1.2em;
	font-weight: 200;
	margin: 2px 0px;
	line-height: .8em;
	font-family: Georgia,serif;
}

h3 {
	font-family: georgia;
	font-size: 1.2em;
	font-weight: 700;
	letter-spacing: .05em;
	text-decoration: none;
	background-color: #031d41;
	color: #031d41;
	padding: 3px 5px;
	margin-bottom: 3px;
	margin-top: 6px;
	line-height: .9em;
	border-top: 2px solid #031d41;
	border-bottom: 1px dotted #777;
	padding-bottom: 10px;
	padding-top: 10px;
}

h3 a {
	text-decoration: none;
	padding: 3px 5px;
}

h3 a:hover {
	text-decoration: none;
	background-color: #031d41;
	color: white;
	padding: 3px 5px;
}

#map td {
	padding: 0px;
	margin: 0px;
}

#social table {
width: 956px;
margin-left: -15px;
cell-padding: 5px;
}

#social a{
color: white;
}


/** RIGHTSIDE **/

#rightside {
	padding: 0px 5px;
	width: 300px;
	float: right;
	height: inherit;
}

.news {
	width: 288px;
}

.chunk {
	padding:0px 3px;
	margin-bottom: 5px;
}

.newsclip {
	color: #001B34;
}

#rightside h3 a{
	color: #e8e8e8;
	padding: 0;
	text-decoration: none;
}

#rightside h3 a:hover{
	text-decoration: underline;
}


#rightside p {
	padding: 5px;
}

#rightside h4 {
	margin: 0px 5px;
}


#rightside h4.title {
	font-size: 1em;
	line-height: .95em;
	padding-top: 40px;
}

#rightside h5.title {
	font-size: .7em;
	padding-top: 3px;
	font-weight: 100;
	float: right;
}

h5.from {
	margin: 2px 0px;
	color: #777;
}

.news-date {
	padding-right: 3px;
	font-style: italic;
	color:#555555;
	font-size:1.1em;
	line-height:1.1em;
	margin-top: 0px;
	text-align: right;
}

#rightside .event-date {
	margin-top: 5px;
}

/** FOOTER **/

#footer {
	position: relative;
	bottom: 0;
	width: 919px;
	height: 45px;
	clear: both;
	text-align: left;
	top: 39px;
}

#footer #growfaith {
	position: absolute;
	left: 750px;
}

#growfaith a{
	text-decoration: none;
}

#growfaith img{
	border: none;
}

#footer p {
	position: absolute;
	left: 15px;
	padding: 5px 0 0 0;
	text-align: left;
}

#footer p a {
}

#footer p a:hover {
border-top:1px solid #c3c3c3; 
}


#footer {
	width: 960px;
	height: 42px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	}
	
#footer p {
	color: #888;
	font-size: 11px;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	}
	
#footer a, #footer a:visited {
	color: #888;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #888;
	text-decoration: underline;
	}


/************ TWEAKS ****************/

#nav a{
padding: 0px 5px;
background-color: transparent;
}

#nav li li {
  background-color: #eee;
  width: 150px;
}

#nav li li a:hover {
height: 20px;
background-color: transparent;
}

#nav li ul a {
    font-size: 0.95em;
    line-height: 0.95em;
}


#primarycontent h3 {
width: 600px;
color: white;
font-weight: 100;
}


#primarycontent h3 a{
width: 600px;
color: white;
font-weight: 100;
}

#primarycontent .chunk {
width: 600px;
}

#primarycontent .news {
width: 600px;
}

#back-button {
line-height: 3em;
}


h2 {
    font-size: 2.5em;
    font-style: italic;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.2em;
}


#landing .chunk{
width: 288px;
padding: 2px 0px;
}

#landing h3{
width: 288px;
background-color:#031d41;
}

#landing p{
width: 288px;
}

#landing h3 a{
width: 288px;
}

#landing h3 a:hover{
color: #fff;
}

#slogan {
	font-size: .8em;
	font-style: italic;
	color: #444;
}

#slogan hr {
	color: #ddd;
	border: 1px #ddd dotted;
}

#slogan .title {
	display: none;
}

#slogan .chunk{
padding: 0px 0px;
}

#slogan h3{
background-color:#fff;
}

#slogan p{
	font-weight: 100;
}

#slogan h3 a{
	color: #444;
	font-style: italic;
}

#slogan h3 a:hover{
color: #fff;
background-color: red;
}

.title h5 {
margin: 3px 0px ;
}

.title {
margin: 3px 0px ;
}

#rightside h4.title {
    padding-top: 4px;
}

.item {
border-bottom: 1px solid #ccc;
}


h3 {
	font-family: georgia;
  font-weight: 700;
  letter-spacing: .05em;
  text-decoration: none;
  color: #ab1919;
  padding: 3px 5px;
  margin-bottom: 3px;
  margin-top: 6px;
  line-height: .9em;
  border-top: 2px solid #ab1919;
  border-bottom: 1px dotted #777;
  padding-bottom: 10px;
  padding-top: 10px;
	color: white;
}

#primarycontent .news {
width: 600px;
}

#landing .news {
width: 288px;
line-height: .9em;
}

.news-date {
color: #fff;
line-height: .1em;
}

p {
font-weight: 200;
color: #001B34;
}

#rightside {
width: 288px;
margin-top: 15px;
}

#rightside p {
font-weight: 200;
color: #001B34;
}

hr {
border: 1px solid #031d41;
}



#slogan {
    border: solid;
    border-width: 1px;
    color: #9C845D;
    font-size: 1.1em;
    font-style: italic;
    padding: 10px;
    margin: 5px;
    background-image: url('../../dfc_attachments/images/105/slogan-bg.jpg');
    -moz-box-shadow: 1px 1px 3px 0px #333;
    -webkit-box-shadow: 1px 1px 3px 0px #333;
    box-shadow: 1px 1px 3px 0px #333;
}

#slogan h4 {
color: #06233a;
}

#slogan .chunk {
width: 550px;
}

h3 {
border-top-color: #9C845D;
}

#rightside .news {
border: 0px;
}

#rightside .chunk {
padding: 0px;
}

#rightside p {
padding: 0px;
}

#rightside .item {
padding: 0px;
}

#slogan .item {
border: 0px;
}

#rightside h4.title {
font-size: .95em;
}



/************ END TWEAKS ****************/






/** 
J Carosel for featured stories rotator
**/

.jcarousel-skin-tango .jcarousel-container {
    -moz-border-radius: 10px;
    background: #F0F6F9;
    border: 1px solid #346F97;
}

.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 245px;
    padding: 20px 40px;
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  245px;
    height: 75px;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  75px;
    height: 245px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 75px;
    height: 75px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 10px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 43px;
    right: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(http://redeemer.dioswfl.org/stylesheets/next-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(http://redeemer.dioswfl.org/stylesheets/prev-horizontal.png);
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 43px;
    left: 5px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(http://redeemer.dioswfl.org/stylesheets/prev-horizontal.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(http://redeemer.dioswfl.org/stylesheets/next-horizontal.png);
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-position: -32px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(http://redeemer.dioswfl.org/stylesheets/next-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(http://redeemer.dioswfl.org/stylesheets/prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}


/**

END
 
J Carosel for featured stories rotator
**/




/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/

#slider {
	position:relative;
	width:630px;
	height:198px;
	background:url(../images/nivo/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:block;
}
#slider a {
	border:0;
	display:block;
}

.nivo-controlNav {
	position:absolute;
	bottom: 0px;
}
.nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../images/nivo/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/nivo/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
		font-family: georgia;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}

/*
 * jQuery Nivo Slider v2.4
 * http://nivo.dev7studios.com
 *
 * Copyright 2011, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

#primarycontent h4.title {
  line-height:1.3em;
  padding-bottom: 8px;
}

.item {
padding-bottom: 12px;
}

.menu .levels a {
    display: block;
    width: 20em;
}

.menu .dropdown_1column {
    width: 250px;
}

.menu_black li:hover div a{
color: #ffffff;
}


#primarycontent img {
border: 1px solid #555;
  -moz-box-shadow: 1px 1px 3px 0px #333;
  -webkit-box-shadow: 1px 1px 3px 0px #333;
  box-shadow: 1px 1px 3px 0px #333;
}

strong {
font-weight: 900;
font-size: 1.1em;
}

#rightside .news-date {
display: none;
}

#Legend {
width: 280px;
}

#navbuttons ul li img {
width: 30px;
border: 0px solid #555;
  -moz-box-shadow: 0px 0px 0px 0px #333;
  -webkit-box-shadow:  0px 0px 0px 0px #333;
  box-shadow: 0px 0px 0px 0px #333;
}



ul#navbuttons {
display: inline;
}

ul#navbuttons li {
    display: inline;
}

.menu li ul li {
width: 245px;
}

#nav .appeal {
    float: right;
    left: 663px;
    position: absolute;
}

#nav a:hover {
height: 27px;
}

#slogan {
    border: solid;
    color: white;
    border-width: 1px;
    background-color: #9C845D;
    font-size: 1.1em;
    font-style: italic;
    padding: 10px;
    margin: 5px;
    background-image: none;
    -moz-box-shadow: 1px 1px 3px 0px #333;
    -webkit-box-shadow: 1px 1px 3px 0px #333;
    box-shadow: 1px 1px 3px 0px #333;
}

#slogan h4 {
color: #06233a;
}

#slogan .chunk {
width: 550px;
}

h3 {
background: url('../../dfc_attachments/images/2750113/h1-background.png');
border-left: 1px solid #444;
border-right: 1px solid #444;
border-top: 1px solid #444;
border-bottom: 1px solid #444;
-moz-box-shadow: 1px 1px 2px 0px #777777;
-webkit-box-shadow: 1px 1px 2px 0px #777777;
box-shadow: 1px 1px 2px 0px #777777;
font-family: arial;
}

#rightside .news {
border: 0px;
}

#rightside .chunk {
padding: 0px;
}

#rightside p {
padding: 0px;
}

#rightside .item {
padding: 0px;
}

#slogan .item {
border: 0px;
}

body {
    color: #001B34;
    font-family: georgia;
    font-size: 0.8em;
    line-height: 1.2em;
}

#landing .news {
    line-height: 1.25em;
}

h1, h2, h3 {
font-family: arial;
}

h4 {
font-family: georgia;
}

.menu .levels a {
    display: block;
    width: 20em;
}

.menu .dropdown_1column {
    width: 250px;
}

.menu_black li:hover div a{
color: #000000;
}

.menu_black li:hover div a:hover {
background: url(../../dfc_attachments/images/2750113/h1-background.png);
color: white;
}

#rightside h4.title {
line-height: 1.2em;
font-size: 1.1em;
padding-right: 5px;
}

#rightside .chunk {
padding-right: 10px;
}

#rightside {
padding-right: 10px;
}

#rightside h5.title {
padding-top: 0px;
}

#rightside .item {
  padding-bottom:10px;
}

.menu li ul li {
    width: 185px;
    line-height: 1.4em;
    padding-left: 5px;
}

.menu li ul li a {
margin-left: -5px;
}

.menu .dropdown_2columns {
    width: 400px;
}

.menu .firstcolumn {
    clear: left;
    margin-left: 13px;
}

.menu .col_1 {
    width: 185px;
}

.menu .col_2 {
    width: 500px;
}

#globalnav ul.globalheadernav {
top: 0px\9;
}

h2 {
  font-size:2.0em;
  font-style: normal;
  font-weight:700;
  letter-spacing:0.1em;
  line-height:1.5em;
}

#primarycontent .news-date {
  padding-right: 3px;
  font-style: italic;
  color:#555555;
  font-size:1.1em;
  line-height:1.1em;
  margin-top: 0px;
}

#social-buttons ul li {
	list-style-type: none;
}

#primarycontent img {
border: 1px solid #555;
  -moz-box-shadow: 1px 1px 3px 0px #333;
  -webkit-box-shadow: 1px 1px 3px 0px #333;
  box-shadow: 1px 1px 3px 0px #333;
}

strong {
font-weight: 900;
font-size: 1.1em;
}

#rightside .news-date {
display: none;
}

#Legend {
width: 280px;
}

#navbuttons ul li img {
width: 30px;
border: 0px solid #555;
  -moz-box-shadow: 0px 0px 0px 0px #333;
  -webkit-box-shadow:  0px 0px 0px 0px #333;
  box-shadow: 0px 0px 0px 0px #333;
}



ul#navbuttons {
display: inline;
}

ul#navbuttons li {
    display: inline;
}

.menu li ul li {
width: 245px;
}

#nav .appeal {
    float: right;
    left: 663px;
    position: absolute;
}

#nav a:hover {
height: 27px;
}

#slogan {
    border: solid;
    color: white;
    border-width: 1px;
    background-color: #9C845D;
    font-size: 1.1em;
    font-style: italic;
    padding: 10px;
    margin: 5px;
    background-image: none;
    -moz-box-shadow: 1px 1px 3px 0px #333;
    -webkit-box-shadow: 1px 1px 3px 0px #333;
    box-shadow: 1px 1px 3px 0px #333;
}

#slogan h4 {
color: #06233a;
}

#slogan .chunk {
width: 550px;
}

h3 {
background: url('../../dfc_attachments/images/2750113/h1-background.png');
border-left: 1px solid #444;
border-right: 1px solid #444;
border-top: 1px solid #444;
border-bottom: 1px solid #444;
-moz-box-shadow: 1px 1px 2px 0px #777777;
-webkit-box-shadow: 1px 1px 2px 0px #777777;
box-shadow: 1px 1px 2px 0px #777777;
font-family: arial;
}

#rightside .news {
border: 0px;
}

#rightside .chunk {
padding: 0px;
}

#rightside p {
padding: 0px;
}

#rightside .item {
padding: 0px;
}

#slogan .item {
border: 0px;
}

body {
    color: #001B34;
    font-family: georgia;
    font-size: 0.8em;
    line-height: 1.2em;
}

#landing .news {
    line-height: 1.25em;
}

h1, h2, h3 {
font-family: arial;
}

h4 {
font-family: georgia;
}

.menu .levels a {
    display: block;
    width: 20em;
}

.menu .dropdown_1column {
    width: 250px;
}

.menu_black li:hover div a{
color: #000000;
}

.menu_black li:hover div a:hover {
background: url(../../dfc_attachments/images/2750113/h1-background.png);
color: white;
}

#rightside h4.title {
line-height: 1.2em;
font-size: 1.1em;
padding-right: 5px;
}

#rightside .chunk {
padding-right: 10px;
}

#rightside {
padding-right: 10px;
}

#rightside h5.title {
padding-top: 0px;
}

#rightside .item {
  padding-bottom:10px;
}

.menu li ul li {
    width: 185px;
    line-height: 1.4em;
    padding-left: 5px;
}

.menu li ul li a {
margin-left: -5px;
}

.menu .dropdown_2columns {
    width: 400px;
}

.menu .firstcolumn {
    clear: left;
    margin-left: 13px;
}

.menu .col_1 {
    width: 185px;
}

.menu .col_2 {
    width: 500px;
}

#globalnav ul.globalheadernav {
top: 0px\9;
}

h2 {
  font-size:2.0em;
  font-style: normal;
  font-weight:700;
  letter-spacing:0.1em;
  line-height:1.5em;
}

#primarycontent .news-date {
  padding-right: 3px;
  font-style: italic;
  color:#555555;
  font-size:1.1em;
  line-height:1.1em;
  margin-top: 0px;
}

#slogan .news-date {
  display: none;
}

#slogan .from {
  display: none;
}
#slogan {
  background: #f3f7fd;
  border: 1px solid #888;
}
#slogan h1, #slogan h6 {
  color: #222222;
  margin: 0px;
}

#slogan h6 {
  font-size: 1.2em;
}

#slogan h5 a{
  margin: 0px;
  background: #044fb4;
  color: white;
  padding: 5px;
  margin-top: 5px;
  text-decoration:none;
}

#slogan .chunk {
  border: 1px solid #888;
  padding: 5px;
  padding-left: 35px;
  margin-bottom: 20px;
  background: white;
}

#slogan h4.title {
  display:block!important;
  line-height: .5em;
  padding-bottom: 0px;
}


#features {
  margin-left: 5px;
}

#features h3 {
  width: 266px;
  margin-right: 20px;
}

#features h4.title{
  width: 266px;
}

#features .from, #features .news-date {
  display: none;
}

#features .item {
  border: 1px solid #888;
  padding: 5px;
  margin-bottom: 20px;
  width: 260px;
}