* {
margin: 0;
padding: 0;
}

body
{
 font: georgia, sans-serif;
 background-color: #ffffff;
 /*font-family: "Georgia",Georgia,serif;*/
}

body p
{
  font-family: "Georgia",Georgia,serif;
}

a
{
  color: #12589a;
}

a:visited
{
  color: #12589a; /*#a1dafb;*/
}


a:hover
{
  color: #0092cd;
}


#radioButtons
{
  padding-top: .5%;
}

.table th, .table td {
  vertical-align: middle;
}

#mainContainer
{
 width: 960px;
 margin-left: auto;
 margin-right: auto;
}

#middleContainer
{
 width: 95%;
 margin-left: auto;
 margin-right: auto;
}

#mainContent {
overflow: auto;
min-height: 500px; 
height: auto !important; 
height: 500px; 
}

/* Headings */
h1 { 
  font-size: 24px; 
  line-height: 24px;
}

/*NAVIGATION CSS*/
/****************************/
#navigation
{
  background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #135b9e), color-stop(1, #01386b) );
  background: -moz-linear-gradient( center top, #135b9e 5%, #01386b 100% );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#135b9e', endColorstr='#01386b');
  background-color:#01386b;
 height: 59px;
 color: #ffffff;
 width: 100%;
}

#structureTopNav {
  margin: 0 0 0 10px; /* 10px left margin */
  padding: 0;
}

#structureTopNav li
{
  display: inline;
}

#structureTopNav li a
{
 font-family: "Arial Narrow",arial,sans-serif;
  font-weight: bold;
  /*font-size: 150%;*/
  font-size: 18px;
  color: #b4d8f9;
  text-transform:uppercase;
 text-decoration: none;
}

/* Make selected main nav text white */
#structureTopNav .here > a,
#structureTopNav .parent-here > a {
  color: #ffffff !important;

}

#structureTopNav .level-1
{
 float: left;
 position: relative;
 height: 21px;
 padding: 19px 14px 19px 14px;
 /*padding: 1.5% 2% 1.5% 2%; OLD */
 background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #135b9e), color-stop(1, #01386b) );
  background:-moz-linear-gradient( center top, #135b9e 5%, #01386b 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#135b9e', endColorstr='#01386b');
  background-color:#01386b;


}

#structureTopNav .level-1:hover
{
 float: left;
 position: relative;
 height: 21px;
 padding: 19px 14px 19px 14px;
 /*padding: 1.5% 2% 1.5% 2%; OLD */
 background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #01386b), color-stop(1, #135b9e) );
  background:-moz-linear-gradient( center top, #01386b 5%, #135b9e 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#01386b', endColorstr='#135b9e');
  background-color:#135b9e;
}

#structureTopNav li:hover ul,
#structureTopNav li.over ul {
  display: block;
}

#structureTopNav li ul
{
 
 
 background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #135b9e), color-stop(1, #01386b) );
 background:-moz-linear-gradient( center top, #135b9e 5%, #01386b 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#135b9e', endColorstr='#01386b');
 background-color:#01386b;
  
  display: none;
  position: absolute;
  width: 200px;
  top: 59px;
  left: 0px;
  overflow: hidden;
  clear: left;
  
  padding: 10% 0% 10% 20%;
  margin: 0;
  z-index: 1000;
}

#structureTopNav li ul a
{
 display: block;

 font-family: "Arial Narrow",arial,sans-serif;
  font-weight: normal;
  font-size: 125%;
  color: #b4d8f9;
  text-transform: none;
 text-decoration: none;

 margin: 1% 10% 1% 0; 
 padding: 3%;
}

#structureTopNav li ul a:hover
{
 /*background-color: #b0cce5;*/
 background-color: #00274b;
 color: #ffffff;
 margin: 1% 10% 1% 0; 
 padding: 3%;

}

 
#structureTopNav li.level-1.last
{
 display: none;
}
/****************************/

#headerTop
{
 overflow: auto;
 margin-top: 11px;
}

#headerBottom {
  margin: 8px 0 0 0;
}

#logo
{
 float: left;
 width: 34%;
 margin-top: 15px;
}

#socialSearch
{
 padding: 1% 0 0 0;
 float: right;
 width: 65%;
 text-align: right;
}

/****** Carousel CSS ********/

.carousel-inner {
  position: relative;
  width: 100%;
  height: 350px;
  overflow: hidden;
}

.carousel-control {
  position: absolute;
  top: 45%; /*45%*/
  left: 0px;
  width: 35px;
  height: 44px;
  margin-top: -20px;
  font-size: 80px;
  font-weight: 120;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #cad4e0;
  border: 0px solid #ffffff;
  -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
  opacity: .7;
  filter: alpha(opacity=50);
}

.carousel-control.right {
  right: 0px;
  left: auto;
}

.carousel-control:hover,
.carousel-control:focus {
  color: #0a8fdc;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-indicators {
  position: absolute;
  top: 320px;
  right: 25px;
  z-index: 5;
  margin: 0;
  list-style: none;
}

.carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 8px;
  text-indent: -999px;
  background-color: #c3cfdd;
  /*background-color: rgba(255, 255, 255, 0.25);*/
  border-radius: 0px;
}
    
.carousel-indicators .active {
  background-color: #0593c3;
}

/******************************************/
#campaignCreation .control-label
{
  float: left;
  width: 190px;
  padding-top: 5px;
  text-align: right;
  vertical-align: middle;
}

.btn-primary {
  color: #FFFFFF;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #033c71;
  *background-color: #033c71;
  background-image: -moz-linear-gradient(top, #12599C, #033c71);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#12599C), to(#033c71));
  background-image: -webkit-linear-gradient(top, #12599C, #033c71);
  background-image: -o-linear-gradient(top, #12599C, #033c71);
  background-image: linear-gradient(to bottom, #12599C, #033c71);
  background-repeat: repeat-x;
  border-color: #033c71;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#12599C', endColorstr='#033c71', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #FFFFFF;
  background-color: #033c71;
  *background-color: #003bb3;
}

.vz_address_region_field input[type=text]
{
   width: 85px;
}

#registrationFormModal {
  width: 620px;  /*SET THE WIDTH OF THE MODAL */
  /*margin: -250px 0 0 -290px;  CHANGE MARGINS TO ACCOMODATE THE NEW WIDTH (original = margin: -250px 0 0 -280px;) */
}



#leftBlock
{
 margin: 1% 0 1% 0;
 width: 240px; /*25%; /*225px;*/
 height: 330px;
 float: left;
}

#mailBlock
{
/*margin: 1% 1% 1% 0;
padding-bottom: 2%;
background-color: #fff3de;  */
  height: 162px;
}

#mailBlockHeader
{
padding: 2%;
background-color: #fbcc77;
color: #ffffff;
text-align: center;
}

#mailBlockContent
{
  /*margin: 4%;*/
  width: auto;
  margin-top: 1px;
  height: 130px;
color: #c88007;
text-align: center;
background-color: #fff3de;
}

#mailBlockContent .summary {
  padding: 8px; /*4%;*/
  height: 71px;
  font-family: "Georgia", Georgia, serif;
  font-size: 14px;
  font-weight: normal;
}

#mailBlockContent p
{
text-align: left;
}

#donateBlock
{
/*margin: 1% 1% 1% 0;
padding-bottom: 2%;
background-color: #e9f3fe;  */
  margin-top: 7px;
  height: 162px;
}

#donateBlockHeader
{
padding: 2%;
background-color: #b0cce5;
color: #ffffff;
text-align: center;
}

#donateBlockContent
{
  /*margin: 4%;*/
  width: auto;
  margin-top: 1px;
  height: 130px;
  color: #456e95; 
  text-align: center;
  background-color: #e9f3fe;
}

#donateBlockContent .summary {
  padding: 8px; /*4%;*/
  height: 71px;
  font-family: "Georgia", Georgia, serif;
  font-size: 14px;
  font-weight: normal;
}

#donateBlockContent p
{
text-align: left;
}

.programPreview
{
/* border: 2px solid green;*/
 /*padding: 1%;*/
 width: 239px; /*25%; /*225px;*/
 height: 330px;
 float: left;
 text-align: center;
 color: #8ca9c3;
 margin: 1% 0 1% 0;
}

.pipe {
  border-right: 1px solid #d9d9d9;
}

.noPipe {
  border: 0;
}

.programPreview p
{
 text-align: left;
 color: #53708b;
}

.programPreview .program-title {
  height: 36px;
  font-size: 16px;
  font-weight: normal;
  padding-top: 16px;
}

.programPreview .program-logo {
  height: 140px;
}

.programPreview .program-summary {
  font-family: "Georgia", Georgia, serif;
  font-size: 14px;
  font-weight: normal;
  color: #53708b;
  height: 76px;
  margin: 24px 10px 0 6px;
}

.programPreview .program-learn-more {
  height: 19px;
}

.program-learn-more  a {
  font-family: "Arial Narrow",arial,sans-serif;
  font-size: 18px;
  line-height: 19px;
  font-weight: bold;
  color: #003668;
  text-decoration: none;
}
.program-learn-more a:hover {
  text-decoration: none;
  color: #0088CC;
}

a .learn-more-arrow {
  display: inline-block;
  width: 19px;
  height: 19px;
  position: relative;
  top: 3px;
  background-image: url('http://paradisusdei.org/assets/uploads/images/learnMoreArrows.jpg');
  background-position: top;
}
a:hover .learn-more-arrow {
  background-position: bottom;
}

.modalPopup
{
 background-color:#ffffff;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
 border-radius: 5px;
 width: 50%;
}

.popupHeader
{
 padding: 2% 2% 0% 4%;
 color: #ffffff;
 background-color:#0b4b87;
 -moz-border-radius: 5px 5px 0 0;
 -webkit-border-radius: 5px 5px 0 0;
 border-radius: 5px 5px 0 0;
 border-bottom: 2px solid #01376a;
}

.popupContent
{
  padding: 0% 2% 2% 4%;
}


/*Events/Calendar Page*/
#calendarHeader
{
  overflow: auto;
}

.calendarTitle
{
  float: left;
}

.calendarAddEvent
{
  float: right;
  margin:  0 0% 2% 0;
}

.eventTitle
{
  float: left;
  width: 65%;
}

.editEvent
{
  float: left;
}



#calendar a
{
  color: #ffffff;
}

#calendar a:hover
{
  color: #a1dafb;
}

#calendar a:visited
{
  color: #ffffff;
}

/*Events - create an event*/
.calendar_saef
{
  margin: 4% 2% 2% 2%;
}

/*#calendar_saef label
{
  font-family: arial; 
  font-size: 14px;
}*/


#footer
{
color: #ffffff;
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e8c246), color-stop(1, #d9a405) );
  background:-moz-linear-gradient( center top, #e8c246 5%, #d9a405 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8c246', endColorstr='#d9a405');
  background-color:#e8c246;
 background-color: #D7921E;
 overflow: auto;
 height: 132px;
}

#footerLeft
{
 padding: 21px 0 0 25px;
 float: left;
 width: 30%;
}

#footerRight
{
 padding: 28px 0 0 0;
 text-align: right;
 float: left;
 width: 65%;
}




.footer-link {
  float: left;
}
.footer-pipe {
  margin: 0 8px 0 8px;
  /*float: left;*/
}
.footer-link-group {
  float:right;
  clear: both;
}






/* --------------------------- */

#footerTop {
  width: auto;
  overflow: hidden;
  margin: 18px 24px 0 24px;
}

#footerBottom {
  width: auto;
  overflow: hidden;
  margin: 0 24px 0 24px;
}

#footerBottom2 { /* contains social icon(s) */
  width: auto;
  overflow: hidden;
  margin: 8px 24px 0 24px;
  clear: both;
}


.footer-fb-text {
  float: left;
  line-height: 30px;
  margin-right: 4px;
}

.footer-fb-icon {
  float: right;
  width: 30px
}

.footer-social-links a, .footer-social-links a:visited {
  color: #003668;
  decoration: none;
}
.footer-social-links a:hover {
  color: #ffffff;
  decoration: none;
}

.footer-logo {
  height: 23px;
  float: left;
  margin: 0;
}

.footer-links-container {
  float: right;
  height:23px;
  margin-top: 5px;
}

.footer-links {
  list-style-type: none;
  line-height: 23px; 
}
.footer-links a {
  text-decoration: none;
  color: #ffffff;
}
.footer-links a:hover {
  text-decoration: underline;
}
.footer-links a:visited {
  color: #ffffff;
}

#footer li {
  display: inline;
}

.footer-text-small {
  font-size: 80%;
  color: #003668;
}
.footer-text-small a {
  color: #003668;
  text-decoration: none;
}
.footer-text-small a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.footer-text-small a:visited {
  color: #ffd793;
  text-decoration: none;
}
.footer-copyright {
  float: left;
}

.footer-address {
  float: right;
}

.footer-ssl {float:left;}

.footer-social {float:right;}

/*Orange Buttons*/
.orangeButton 
{
  -moz-box-shadow:inset 0px 0px 1px 0px #8e4e00;
  -webkit-box-shadow:inset 0px 0px 1px 0px #8e4e00;
  box-shadow:inset 0px 0px 1px 0px #8e4e00;
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e8c246), color-stop(1, #d9a405) );
  background:-moz-linear-gradient( center top, #e8c246 5%, #d9a405 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8c246', endColorstr='#d9a405');
  background-color:#e8c246;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  border-radius:3px;
  border:0px solid #c59225;
  display:inline-block;
  color:#ffffff;
  font-family:arial;
  font-size:15px;
  font-weight:bold;
  padding:7px 23px;
  text-decoration:none;
  text-shadow:1px -1px 0px #a38fa3;
  color: #ffffff;
}

.orangeButton:hover 
{
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d9a405), color-stop(1, #e8c246) );
  background:-moz-linear-gradient( center top, #d9a405 5%, #e8c246 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9a405', endColorstr='#e8c246');
  background-color:#d9a405;
  color: #ffffff;
}

.orangeButton:active 
{
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #cc9d26), color-stop(1, #d4a628) );
  background:-moz-linear-gradient( center top, #cc9d26%, #d4a628100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc9d26', endColorstr='#d4a628');
  background-color:#cc9d26;
  color: #ffffff;
}
.orangeButton:visited {
  color: #ffffff;
}

#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}

.modal_close {
color: #ffffff;
position: absolute;
top: 12px;
right: 12px;
display: block;
width: 14px;
height: 14px;
/*background: url(../img/modal_close.png);*/
z-index: 2;
}

form { margin: 0; }

input.error {
  border-color: #b94a48;
  color: #b94a48;
}

label.error {
  color: #b94a48;
}

/* Program styles */
.program-banner {
  margin: 0 0 10px 0;
}


/**
 * News 
 */

.news-summaries-container {
  margin: 1% 0 4% 0;
}
.news-summary-container {
  overflow: auto;
  background-color: #ffffff;
  padding: 1% 4% 1% 4%;
  
}
.news-horizontal-rule {
  display: block;
  border-bottom: solid 1px #cccccc;
  margin-bottom: 2%;
}
.news-title {
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
}
.news-date {
  font-size: 75%;
  color: #999999;
}
.news-more-link {
  font-weight: bold;
  font-size: 14px;
}