﻿/*============================================
Reclaim Our Culture
============================================*/

@media Screen{

*
{
 margin: 0; 
 padding: 0;
}

html, form, body
{
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    color: #444;
    background-color: #FFFFFF;
    font-size: 12px;
}

img
    {
        border: none;
    }

#wrapper
{
    height: 100%;
}

#wrapper-tall
{
    height: 100%;
    background: #fefefe url(images/Header.jpg) no-repeat center top;
}

.vimeo-background
    {
        background-color: #000;
        filter: alpha(opacity=70);
        opacity: .7;
    }

#vimeo-box
{
    padding: 5px;
    border: solid 3px #444;
}

#container-tall 
{
    min-height: 100%;
    position: relative;
    width: 984px;
    margin: 0 auto;
    margin-bottom: -196px;
}

#masthead-interior
{
    height: 150px;
    width: 984px;
    color: #12137d;
    background: #FFFFFF url(images/MastheadInt.jpg) no-repeat center top;
    margin: 0 auto;
}

#masthead
{
    height: 304px; 
    width: 984px; 
    color: #12137d; 
    background: #FFFFFF url(images/Masthead.jpg) no-repeat center top;
    margin: 0 auto 20px auto;
}

#masthead .left
{
    width: 704px; 
    height: 52px;
    padding-left: 21px;
    margin: 0;
    padding-top: 242px;
    float: left;
}

#rotator
{
    width: 695px; 
    height: 34px;
    margin: 0 auto; 
    overflow: hidden;
}

#masthead .right
    {
        width: 249px;
        height: 294px;
        margin: 0;
        padding: 0 5px;
        float: left;
        
    }

#masthead .contact
    {
        width: 249px;
        height: 88px;
        font-size: 20px;
        
    }

#masthead .video
{
    width: 249px;
    height: 192px;
    cursor: pointer;
    margin: 0;
    }
 
 .vimeo-box
 {
  width: 760px;
  color: #fff;
  height: 452px;
  padding-top: 5px;
  background-color: #444;
  border: solid 5px #e5e5e5;
  
 }
 
 .link-left a, .link-right a
 {
    cursor: pointer;
    text-decoration: none;
    padding: 5px 8px;
    text-transform: uppercase;
    font-weight: bold;
    color: #FFF;
 }
 
 .link-left a:hover, .link-right a:hover
 {
    cursor: pointer;
    font-weight: bold;
    color: #00ADEF;
    
 }
 
.link-left{
    float: left;
    width: 380px;
    height: 24px;
  }

.link-right{

    text-align: right;
    float: right;
    width: 380px;
    height: 24px;
  }  
  

#masthead .contact p
{
    line-height: 28px;
}

#mainmenutop
{
    height: 7px;
    width: 230px;
    background: #FFF url(images/MenuTop.jpg) no-repeat center top;
}

#mainmenu
{
    width: 230px;
    background: #FFF url(images/MenuBack.jpg) repeat-y top left;
    float:left;
}

#mainmenubottom
{
    height: 20px;
    clear: both;
    background: #FFF url(images/MenuBottom.jpg) no-repeat center top;
    width: 230px;
}

#content
{
    width: 966px;
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
    color: #444;
    min-height: 390px;
    margin: -30px 0 0 18px;
    background: #fff url(images/ContentBack.jpg) repeat-y top center !important; 
}

#leftcontent, #rightcontent
{
    padding: 10px 10px 10px 15px;
    float: left;
}

.eightCols, .fourCols 
{
    float: left;
}

.threeCols
{
    width: 236px;
}

.fourCols
{
    width: 318px;
    padding-right: 20px;
}

.eightCols
{
    width: 666px;
}

.attention
{
    padding: 3px 4px 3px 4px;
    background-color:  Yellow;
}

.alert
{
    color: Red;
    font-weight: bold;
 }
 
.quotation
{
    background-color: #e5e5e5;
    display: block;
}

#clearmasthead
{
    height: 20px;
    clear: both;
}

#content p
{
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 8px;
}

#content hr
{
    color: #999;
}

#content a
{
    color: #12137d;
    text-decoration: underline;
}

#mainmenu a
{ 
    text-decoration: none;    
    font-weight: bold; 
}

h1, h2, h3, h4, h5, h6
{
    margin: 0;
    padding: 0;
}

#content h1
{
     font-size: 20px;
     font-weight: bold;
     line-height: 30px;
     color: #12137d;    
}

#content h2
{
     font-size: 18px;
     color: #12137d;
     line-height: 27px;
     font-weight: bold;
}

#content h3
{
     font-size: 16px;
     line-height: 24px;
     font-weight: bold;
}

#content h4
{
     font-size: 14px;
     line-height: 24px;
     font-weight: bold;
}

#content h5
{
     font-size: 20px;
     line-height: 24px;
     font-weight: bold;
     color:#e31b23;
}

#content h6
{
     font-size: 10px;
     line-height: 14px;
     font-weight: normal;
}

#content ul
{
    list-style-type: square;
    margin: 2px 0 8px 0;
}

#content ul li, ol li
{
    line-height: normal;
    list-style-position: outside;
    padding-top: 5px;
    margin-left: 18px;
}

#content ol li
{
    line-height: normal;
    list-style-position: outside;
    padding-top: 5px;
    margin-left: 24px;
}

#mainmenu ul
{  
    list-style-type: none;
    margin: 0 0 0 0;
}

#mainmenu ul li
{  
    list-style-type: none;
    margin-left: 0; 
}

.clearfooter
{
    height: 196px;
    clear: both;
}

/*CALLOUTS*/
#callouts
{
    width: 674px;
    height: 220px;
    color: #12137d;
    background: url(images/SpreadWordBack.jpg) no-repeat left top;
    /*overflow: hidden;*/
}

#onecallout, #twocallout, #threecallout, #fourcallout
{
    height: 141px; 
    width: 141px;
    overflow: hidden;
    margin: 49px 10px 10px 0;
    border: solid #C0C0C0;
    border-width: 10px;
}

/* News List Styles for Standard Page  */

ul.sf_newsList, ul.sf_newsList li
{
     margin-top: 8px;
     margin-left: 0;
     padding-left: 0;
     line-height: normal;
     list-style-type: none !important;
}

ul.sf_newsList a
{
     text-decoration: none !important;
}

ul.sf_newsList a:hover
{
     text-decoration: underline !important;
}

ul.sf_newsList li h2.sf_newsTitle,
ul.sf_newsList li p
{
         margin: 0 !important;
         font-size: 14px;
         padding: 0;
}

ul.sf_newsList li h2.sf_newsTitle
{
         margin: 0 !important;
         font-size: 14px;
         font-weight: bold;
         padding: 0;
}

ul.sf_newsList li
{
      margin-bottom: 10px !important;
}

.sf_listTitle
{
    visibility: hidden;
    height: 0;
    margin: 0;
}

ol.sf_libraryList dt
{
     font-size: 16px;
     line-height: 24px;
     font-weight: bold;
}

ol.sf_libraryList dd
{
     font-size: 12px !important;
}


#footer
{
    height: 196px;
    background: transparent url(images/FooterBack.jpg) no-repeat center bottom;
    position: relative;
}

#footer-content
{
    width: 924px;
    height: 120px;
    padding: 40px 22px 0 22px;
    margin: 0 auto;
    color: #12137d; 
    text-align: center;
}

#footer-content a 
{
    font-weight: bold;
    color: #12137d;
    text-decoration: none;
}

#footer-content a:hover 
{
    text-decoration: underline;
    color: #12137d;
}

.footermenu, .legal
{
    height: 20px;
    width: 924px;
    padding-left: 10px;
    line-height: 20px;
}
.logos
{
    width: 910px;
    padding: 0;
    margin: 40px 0 0 0;
    text-align: center;
}

.logos img
{
    margin-bottom: 5px;
       
}

.poweredBySitefinityLogo
{
   margin-top: -70px;
}

/* IE6 MESSAGE BOX STYLES */

#ie6msg
{
    background-color: #FAE199;
    border: 3px solid #2B639E;
    margin: 5px;
    color: #000;
}
    #ie6msg h4
{
    margin: 8px;
    padding: 0;
}
    #ie6msg p
{
    margin: 8px;
    padding: 0;
}
    #ie6msg p a.getie8
{
    font-weight: bold;
    color: #006;
}
    #ie6msg p a.ie6expl
{
    font-weight: normal;
    color: #006;
}

#postcard
{
    width: 600px;
}

#postcard .post-hdr
{
  background-image: url(images/postcard-hdr.png);
  background-repeat: no-repeat;
  padding: 10px 15px;
  width: 570px;
  height: 62px;
}

#postcard .post-hdr p
{
   font-size: 15px;
   width: 400px;
    font-weight: bold;
}

#postcard .post-bdy
{
  background-image: url(images/postcard-rpt.png);
  background-repeat: repeat-y;
  width: 580px;
  padding: 10px;
  padding-top: 30px;
  height: 240px;
  min-height: 240px;
  display: block;
}

#postcard label.left
    {
        float: left;
        width: 130px;
        margin: 0 0 0 10px;
        padding: 2px;
         font-weight: bold;
        font-size: 100%;
    }
    
#postcard select.combo
    {
        width: 175px;
        padding: 2px;
        border: solid 1px rgb(200,200,200);
        font-size: 100%;
    }
    
#postcard input.field
{
    width: 275px;
    padding: 2px;
    border: solid 1px rgb(200,200,200);
    font-size: 100%;
}

#postcard textarea
{
    width: 275px;
    padding: 2px;
    border: solid 1px rgb(200,200,200);
    font-size: 100%;
}

#postcard input.button
{
    float: left;
    width: 9.0em;
    margin-left: 145px;
    padding: 3px !important;
    background: rgb(230,230,230);
    border: solid 1px rgb(150,150,150);
    text-align: center;
    color: rgb(150,150,150);
    font-size: 100%;
}

#postcard p.inset{
    margin-right: 160px;
    line-height: normal;
    font-size: 70%;
    text-align: right;
}

#postcard input.button:hover
{
    cursor: pointer;
    border: solid 1px rgb(80,80,80);
    background: rgb(220,220,220);
    color: rgb(80,80,80);
}

#postcard .successLabel
{
    color: Green;
    font-weight: bold;
    clear: both;
    float: left;
    margin-left: 145px !important;
    margin-top: 10px;
}
#postcard .failureLabel
{
    color: Red;
    clear: both;
    float: left;
    margin-left: 145px !important;
    margin-top: 10px;
}

#postcard ul
    {
        clear: both;
        float: left;
        margin-left: 145px !important;
        margin-top: 15px;
    }

#postcard .post-ftr
    {
        background-image: url(images/postcard-btm.png);
        background-repeat: no-repeat;
        display: block;
        width: 600px;
        clear: both;
        height: 45px;
    }

/* End Screen Styles  */
}

@media Print{

*{
        margin: 0;
        padding: 0;
        background-color: white !important;
        background-image: none !important;
}

html, form, body{
    height: 100%;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    color: #444;
    background-color: #FFFFFF;
    font-size: 10pt;
}

a
{
     text-decoration: none;
     color: #444;
     outline: none;
     border: none;
}

img, img a
{
     outline: none;
     border: none;
}

#topnav, #masthead, #mainmenu, #banners, #bread-social, #footer, #callouts, #featured, #google_translate_element, .contactform
{
     display: none;
}

/* End Print Styles  */
}