html, body {
  height: 100%;
  background: url(../images/bg_body.jpg) repeat-x 0 0;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: .9em;
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(http://themes.googleusercontent.com/static/fonts/opensans/v8/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

/******BEGIN DEFAULT FOR TAGS********/
table
{
  border-collapse:collapse;
}
table, td, th
{
  border:1px solid black;
  text-align:center;
  padding:5px;
}

a{text-decoration: none;}
a:link{color: #1A3F8A;}
a:visited{color: #1A3F8A;}
a:hover{color: #000000;}
a:active{color: #000000;}

p{
  margin-bottom: 15px;
}

a.more{color: blue;}


/******* END SETTING DEFAULT*******/

img{
    border:none;
    outline:none
}

/******* BEGIN EMERGENCY SETTINGS *********/
#emergency_header{
  background-color: #EC0E0E;
  height: 100px;
  font-weight: bold;
}

#emergency{
 padding-top: 15px;
    width: 960px;
    
  margin: 0 auto;
}

#emergency img{
  height: 70px;
  width: 70px;
  vertical-align: middle;
  padding-right: 15px;
 }

/******* END EMERGENCY SETTINGS *********/

/******BEGIN HEADER******/

.header_wrapper{
  height:144px;
  background: url(../images/top_bkgd.jpg) repeat 0 0;
}

#header{
  width: 960px;
  margin: 0 auto;
  height:111px;
  padding: 0;
}

#header_logo{
    background:  url(../images/full_logo.jpg) no-repeat 0 0;
    width:345px;
    height: 75px;
}

#search{
    margin-top: 5px;
    float: right;
    margin-top: 20px;
 }
 
.search_box {
    height: 20px;
    border-radius:10px;
    padding-left: 10px;

}

input.fmt_search {
  margin-left: -19px;
  vertical-align: middle;

}

#creed{
    float: right;
    background:  url(../images/creed.png) no-repeat 0 0;
    width:406px;
    height: 28px;
}

#header_nav{
  background-color: #c5c5c4;
  height: 30px;
}

#header_nav_menu{
  margin: 0 auto;
  width: 960px;
  font-size: .9em;
  text-align: center;
  line-height: 30px;
}

#header_nav_btm{
  background-color: #858584;
  height:2px;
}

#header_nav ul
{
  list-style-type:none;
  margin:0;
  padding:0;
}


#header_nav li{
  display: inline;
}

#header_nav a{
  text-decoration: none;
  text-transform: uppercase;
  padding-left: 5px;
  
}

#header_nav a:link{
  color: #4a4a4a;
}
#header_nav a:visited{
  color: #4a4a4a;
}
#header_nav a:hover{
  color: #375288;
}
#header_nav a:active{
  color: #375288;
}

#header_nav a.line {  
    background: url(../images/nav_line.png) no-repeat right center;
    padding-right: 25px;
}


/*****END HEADER*******/


/***BEGIN BREADCRUMBS*****/
.breadcrumbs{
  font-size: 11px;
  color: #666666;
  margin-bottom: 3px;
}


.breadcrumbs a:link{color:#375288;}
.breadcrumbs a:visited{color:#375288;}
.breadcrumbs a:hover{color:#666666}
.breadcrumbs a:active{color:#375288}

/***END BREADCRUMBS*****/



/****LEFT MAIN NAVIGATION*****/
#left_menu{
  float:left;
  width:170px;
  margin-right: 15px;
}

.left_menu_item{
   margin-bottom: 25px;
}

.left_menu_item ul.main_links li{
  border-bottom: 1px solid black;
  text-align: center;
  font-size: 14px;
  margin-bottom: 8px;
  padding-bottom: 8px;
  list-style-type:none;
  margin-left: -30px;
}

#main_links_header{
  margin-top: 10px;
  background: url(../images/top_bkgd.jpg) repeat-x 0 0;
  height: 27px;
}

.left_menu_item ul.main_links a{color: #000000;}
.left_menu_item ul.main_links a:visited{color: #000000;}
.left_menu_item ul.main_links a:hover{color: #375288;}
.left_menu_item ul.main_links a:active{color: #375288;}

/****END LEFT MAIN NAVIGATION*****/


/****BEGIN RIGHT NAVIGATION*****/
#right_nav{
  width:185px;
  float: right;
}

div#right_nav img.icons{
  width:22px;
  height:22px;
  margin-right: 5px;
}

div#right_nav img.full_length{
  height: 140px;
}

#right_nav .left_sections{
  margin-bottom: 10px;

}

#right_nav .left_sections h3{
  text-transform: uppercase;
  border-bottom: 5px solid black;
  margin-bottom: 4px;
}

#right_nav .left_sections img{
  width:185px;
  height:90px;
}
/****END LEFT NAVIGATION******/


/*****BEGIN CONTENT*******/
.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto  -4em;
  width: 960px;
  background-color: #FFF;

}

.main{
  padding: 15px;
}

/* NO LEFT NAVIGATION **/
#content_right{
  float:right;
  width:730px;
}

/****RIGHT & LEFT NAVIGATION ***/
#content_middle{
  float: left;
  width: 540px;
}

div#left_inside{
  float:left;
  width: 260px;
  overflow: hidden;
}

div#right_inside{
  float:right;
  width: 260px;
  overflow: hidden;
}

img.content_main_pic{
  height:200px;
  width: 540px;
  margin-bottom: 15px;
  margin-top: 10px;  
}
/****END CONTENT*******/



/*****BEGIN HOME PAGE ITEMS******/
.home2{
  padding-bottom: 30px;
}

.event_date{
  width:40px;
  float: left;
  margin-right: 10px;
  text-align: center;
}

.event_date .month{
  font-weight: bold;
  display: block;
  color: #324366;
}

.event_date .day{
  font-size: larger;
}

.event_pic{
  width:80px;
  float: left;
  margin-right: 10px;
}

.event_pic img{
  width:75px;
  height: 75px;
}

.event_descrip{
  /*empty for now but they are spaces that call for it but it messes up the alignment*/
}

img.home{float: left;padding-right:10px;}

.home1 img.top{
  width:100px;
  height:100px;
   margin-bottom: 30px;
}

img.h_img{
  margin-right: 10px;
}
#slides{
  height:300px;
  margin-bottom: 15px;}

ul.home li{
   background-image: url(../images/circle.jpg);
   background-repeat: no-repeat;
   background-position: 0px 5px;
   padding-left: 17px;
   margin-bottom: 3px;
   margin-left: -30px;
   list-style-type:none;
}
.sec1{
  float: left;
  width:370px;
 }

.sec2{
  float: left;
  width:370px;
  margin-right: 15px;
  margin-left: 25px;
}

.sec3{
  float: right;
  width:150px;
}


.sec3 a{
  color: #324366;
}

.sec3 a:link{color: #324366;}
.sec3 a:visited{color: #324366;}
.sec3 a:hover{color: #000000;}
.sec3 a:active{color: #000000;}
/*****END HOME*****/


/****BEGIN GENERAL****/
.float{float:left}

ul.sidelinks li{
   background-image: url(../images/double_arrows.jpg);
   background-repeat: no-repeat;
   background-position: 0px 5px;
   padding-left: 17px;
   margin-left: -30px;
   margin-bottom: 3px;
   list-style-type:none;
}

h3.brown{
  background: url(../images/brown_arrow.jpg) no-repeat;
  background-color: #b5a289;
  padding-left: 33px;
  margin-top: 10px;
  margin-bottom: 10px;
  color:#FFF;
}

h2.brown{
  background: url(../images/brown_arrow_h2.jpg) no-repeat;
  background-color: #b5a289;
  padding-left: 33px;
  margin-top: 10px;
  margin-bottom: 10px;
  color:#FFF;
}

h1.brown{
  background: url(../images/brown_arrow_h1.jpg) no-repeat;
  background-color: #b5a289;
  padding-left: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
  color:#FFF;
}

h3.blue{
  background: url(../images/blue_arrow.jpg) no-repeat;
  background-color: #758e9e;
  padding-left: 33px;
  margin-top: 10px;
  margin-bottom: 10px;
  color:#FFF;
}

h2.blue{
  background: url(../images/blue_arrow_h2.jpg) no-repeat;
  background-color: #758e9e;
  padding-left: 33px;
  margin-top: 10px;
  margin-bottom: 10px;
  color:#FFF;
}

h1.blue{
  background: url(../images/blue_arrow_h1.jpg) no-repeat;
  background-color: #758e9e;
  padding-left: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
  color:#FFF;
}

h3.turquoise{
  background: url(../images/turquoise_arrow.jpg) no-repeat;
  background-color: #4b8e9d;
  padding-left: 33px;
  margin-top: 10px;
  margin-bottom: 10px;
  color:#FFF;
}

h2.turquoise{
  background: url(../images/turquoise_arrow_h2.jpg) no-repeat;
  background-color: #4b8e9d;
  padding-left: 33px;
  margin-top: 10px;
  margin-bottom: 10px;
  color:#FFF;
}

h1.turquoise{
  background: url(../images/turquoise_arrow_h1.jpg) no-repeat;
  background-color: #4b8e9d;
  padding-left: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
  color:#FFF;
}

.underline{
  text-transform: uppercase;
  border-bottom: 5px solid black;
  margin-bottom: 4px;
}

.clearm{clear: both; margin-bottom: 15px;}

.clearmargin{clear: both; margin-top: 20px;}

.godown{margin-top: 20px;}
/****END GENERAL****/

.sl{
  float: left;
  margin-bottom: 15px;
}

.sr{
  float: right;
   margin-bottom: 15px;
}

ul.mvleft
{padding-left: 30px;}

img.float-img{
  float: left;
  padding-right: 8px;
}

/************FOOTER************/

.push{
   height: 4.6em;
}

.footer_wrapper{
  height: 4.6em;
  background: url(../images/top_bkgd.jpg) repeat-x 0 0;
}

#footer{
    width:960px;
    margin: 0 auto;
    text-transform: uppercase;
    font-size: .8em;
    text-align: center;
    color: #8db9e6;
    padding: 1em 0;
    background: url(../images/logo_bottom.png) no-repeat 10% 0;
}

#footer_nav{
    margin-top: 5px;
}


#footer a, .spacer{
    margin: 0 10px;
}

#footer a:link{
    text-decoration: none;
    color: #8db9e6;
}

#footer a:visited{
    text-decoration: none;
    color: #8db9e6;
}

#footer a:hover{
    text-decoration: none;
    color: #F7FE2E;
}

#footer a:active{
    text-decoration: none;
    color: #8db9e6;
}

/************END FOOTER************/

/*************SLIDER*************/

#sequence {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  width: 100%;
  font-size: 0.625em;
   height: 300px; }
  #sequence > .sequence-canvas {
    height: 100%;
    width: 100%; }
    #sequence > .sequence-canvas > li {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 1;
      top: -50%; }
      #sequence > .sequence-canvas > li img {
        height: 300px; }
    #sequence > .sequence-canvas li > * {
      position: absolute;
      /* only cause the left and opacity properties to transition */
      -webkit-transition-property: left, opacity;
      -moz-transition-property: left, opacity;
      -ms-transition-property: left, opacity;
      -o-transition-property: left, opacity;
      transition-property: left, opacity; }

.sequence-canvas img{
  width:960px;
  height: 100%;
}

.sequence-next,
.sequence-prev {
  cursor: pointer;
  display: none;
  font-weight: bold;
  padding: 10px 15px;
  position: absolute;
  top: 50%;
  z-index: 1000;
  height: 75px;
  margin-top: -47.5px; }

.sequence-pause {
  bottom: 3%;
  cursor: pointer;
  position: absolute;
  z-index: 1000;
  right: 3%;}

.sequence-paused {
  opacity: 0.3; }

.sequence-prev {
  left: 3%; }

.sequence-next {
  right: 3%; }

.sequence-prev img,
.sequence-next img {
  height: 100%;
  width: auto; }

#sequence-preloader {
  background: #d9d9d9; }

.sequence-pagination {
  bottom: -38%;
  display: none;
  right: 6%;
  position: absolute;
  z-index: 10;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s; }
  .sequence-pagination li {
    display: inline-block;
    height: 140px; }
    .sequence-pagination li img {
      cursor: pointer;
      opacity: 0.5;
      -webkit-transition-duration: 1s;
      -moz-transition-duration: 1s;
      -ms-transition-duration: 1s;
      -o-transition-duration: 1s;
      transition-duration: 1s;
      -webkit-transition-property: margin-bottom, opacity;
      -moz-transition-property: margin-bottom, opacity;
      -ms-transition-property: margin-bottom, opacity;
      -o-transition-property: margin-bottom, opacity;
      transition-property: margin-bottom, opacity; }
    .sequence-pagination li img:hover {
      margin-bottom: 4px;
      -webkit-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      -ms-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s; }
  .sequence-pagination li.current img {
    opacity: 1; }

.sequence-next,
.sequence-prev{
  position: absolute;
  opacity: 0.6;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s; }

.sequence-next:hover,
.sequence-prev:hover,
.sequence-pause:hover{
  opacity: 1;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s; }

.title {
  font-size: 3.4em;
  left: 65%;
  width: 35%;
  opacity: 0;
  bottom: 1%;
  z-index: 50; }

.animate-in .title {
  left: 50%;
  opacity: 1;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s; }

.animate-out .title {
  left: 35%;
  opacity: 0;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s; }

.subtitle {
  color: black;
  font-size: 2em;
  left: 35%;
  width: 35%;
  opacity: 1;
  top: 101%;
  z-index: 15;}

.animate-in .subtitle {
  left: 50%;
  opacity: 1;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s; }

.animate-out .subtitle {
  left: 65%;
  opacity: 0;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -ms-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s; }

.model2{
  bottom: -48%;
  left:-10%;
}

.animate-in .model2 {
  left: -4.5%;
  opacity: 1;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s; }
 
@media only screen and (min-width: 992px) {
  #sequence .title {
    width: 42%; } }
@media only screen and (max-width: 838px) {
  #sequence {
    height: 550px; }
    #sequence .model2 {
      max-height: 530px !important;
      width: auto; } }
@media only screen and (max-width: 768px) {
  #sequence {
    height: 500px; }
    #sequence .title {
      font-size: 2.8em; }
    #sequence .subtitle {
      font-size: 1.6em; }
    #sequence .sequence-next,
    #sequence .sequence-prev {
      height: 60px;
      margin-top: -40px; }
    #sequence .model2 {
      max-height: 480px !important;
      width: auto; } }
@media only screen and (max-width: 568px) {
  #sequence .model2 {
    left: 50%;
    min-width: 40%;
    /*prevents the model from shrinking when the browser is resized*/
    width: 40%; }
  #sequence .animate-in .model2 {
    left: 50%;
    margin-left: -20%; }
  #sequence .animate-out .model2 {
    left: 50%;
    margin-left: -20%; }
  #sequence .title {
    background: #a1a1a1;
    background: rgba(0, 0, 0, 0.3);
    bottom: 0;
    left: 100%;
    padding: 4%;
    bottom: -50%;
    width: 100%;
    z-index: 10; }
  #sequence .animate-in .title {
    left: 0%; }
  #sequence .animate-out .title {
    left: -100%; }
  #sequence .subtitle {
    visibility: hidden; }
  #sequence .sequence-pagination {
    bottom: 40px; }
    #sequence .sequence-pagination li img {
      height: 100px; } }
@media only screen and (max-width: 518px) {
  #sequence {
    height: 450px; } }
@media only screen and (max-width: 468px) {
  #sequence {
    height: 415px; }
    #sequence .sequence-pagination {
      opacity: 0;
      visibility: hidden; } }
@media only screen and (max-width: 418px) {
  #sequence {
    height: 375px; } }
@media only screen and (max-width: 368px) {
  #sequence {
    height: 325px; }
    #sequence .title {
      font-size: 2.2em; } }
@media only screen and (max-width: 320px) and (orientation: portrait) {
  /*iphone portrait*/
  #sequence {
    height: 320px; }
    #sequence .model2 {
      min-width: 45%;
      width: 45%; }
    #sequence .animate-in .model2 {
      margin-left: -22.5%; }
    #sequence .animate-out .model2 {
      margin-left: -22.5%; } }
@media only screen and (min-width: 321px) and (max-width: 480px) and (orientation: landscape) {
  #sequence {
    height: 260px; }
    #sequence .model2 {
      min-width: 24%;
      width: 24%; }
    #sequence .animate-in .model2 {
      left: 17.5%;
      margin-left: 0; }
    #sequence .animate-out .model2 {
      left: 17.5%;
      margin-left: 0; }
    #sequence .sequence-pagination {
      right: 17.5%; } }

