/**   Styles for "Screen" Media
*     File: styles.css
*     Author: Nate Hanna
*     Auth Web: http://www.mediasation.com
*     modified: 2010-05-20
* --------------------------------------------------------------
**/

/** Element/Global Styles (including Typography)
-------------------------- **/
html { 
   font-size: 62.5%; /* about 10px if browser size is set at default (16px) */
   font-family: Geneva, Arial, Helvetica, "microsoft sans serif", sans-serif;
   color: #6F706D;
}
   #topNavigation ul li a,
   h1, h2, h3, h4, h5, h6 { 
      font-family: Garamond, "Times New Roman", Times, serif; 
   }
body { background: #0A0A0A url('../images/bg_body.jpg') fixed left top repeat-x; }
   a {
		color: #CC0000;
		text-decoration: underline;
	}
   	a:hover { text-decoration: none; }
   	a:visited { color: #660000; }
   	a img { border: 0; }

   h1, h2, h3, h4, h5, h6,
   .content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
   	line-height: 1em;
   	font-weight: normal;
   	margin-top: 0;
   	color: #8B2003;
   }
   	h1, .content h1 { font-size: 2.5em; }
   	h2, .content h2 { font-size: 2.2em; }
   	h3, .content h3 { font-size: 1.5em; }
   	h4, .content h4 { font-size: 1.3em; margin-top: 0px; }
   	h5, .content h5 { font-size: 1.1em; }
   	h6, .content h6 { font-size: 0.9em; }

div.hr {
	height: 1px;
	margin: 1.0em 0 0.8em 0;
	background: #E3CFBB no-repeat scroll center;
}
	div.hr hr { display: none; }

strong { color: #8B2003; font-weight: 500;}

#wrapper, #footer {
	position: relative;
	width: 937px;
	background-color: #F7F8E6;
	margin: 67px auto;
	margin-bottom: 0;
}
.vcard { font-size: 1.2em; }
.content blockquote {
    font-family:Garamond,"Times New Roman",Times,serif;
    font-size: 160%;
    line-height: 110%;
    margin: 0px;
    display: block;
    padding: 10px 0px;
    color: #821101;
}

pre { color: #000; }


/** Header
-------------------------- **/
/** @group header */
#header { width: inherit; }

#header #masthead a, 
#header #masthead a:visited
{
	position: absolute;
	display: block;
	background: url("../images/logo.jpg") 0 0 no-repeat;
	text-indent: -10000px;
	width: 234px;
	height: 140px;
	text-decoration: none;
	overflow: hidden;
	z-index: 5;
	top: 16px;
	left: 6px;
}

/** @group search */
#search {
   position: absolute;
   top: -35px;
   right: 0;
}
   #search input {
      background: transparent url('../images/bg_search.png') left top no-repeat;
      border: 0;
      width: 191px;
      height: 16px;
      padding: 3px 25px;
      padding-right: 3px;
      padding-top: 4px;
      padding-bottom: 2px;
      color: #FFF;
      font-size: 1.2em;
   }
/* @end search **/
/* @end header **/


/** ContentWrapper
-------------------------- **/
/** @group contentWrapper */
#contentWrapper {
   padding: 1px;
}
/** @group contentSlot */
#contentSlot {
   width: 691px;
   float: right;
   padding-bottom: 200px;
}
#home #contentSlot {
    padding-bottom: 0px;
}
/** @group layout */
#layout {}
   #default #layout { 
      padding: 12px;
      color: #0A0A0A;
      font-size: 1.2em;
      line-height: 1.5em;
   }
      #default #layout td.content { padding-right: 20px; }/* width: 310px;*/
   #home #layout {
      background: #97CAFE url('../images/bg_layout-home.jpg') left top repeat-x;
      border-top: 1px solid #FFF;
      color: #141E2C;
      min-height: 134px;
   }
      #home #layout .box {
         background: transparent url('../images/bg_layoutContent-home.jpg') left top repeat-x;
         border: 1px solid #698FCA;
         width: 194px;
         margin: 11px 6px;
         padding: 8px 11px;
         padding-bottom: 0;
         float: left;
         position: relative;
         z-index: 3;
      }
         #home #layout .box { 
            height: 102px; 
            overflow: hidden;
         } 
         #home #layout h3 {
            margin: 0 0 5px 0;
            color: #FFF;
            font-size: 2.2em;
         }
         #home .homeImage { display: none; }
            #home #layout #col1 { margin-left: 11px; }
            #home #layout #col2 {
               width: 241px;
               padding-right: 32px;
            }
            #home #layout .box ul {
               background-color: #2359B0;
               border: 1px solid #93C6FB;
               margin: 0;
               margin-top: 10px;
               margin-bottom: 8px;
               padding: 0;
               list-style: none;
            }
               #home #layout .closed ul { display: none; }
               #home #layout .open {
                  height: auto;
/*                  margin-top: -131px;*/
                  background-image: none;
                  background-color: #5B90D6;
                  border-color: #FFF;
               }
               #home #layout .box ul li, #home #layout .box p { margin: 0; }
               #home #layout .box ul li { 
                  color: #FFF; 
                  padding: 3px 25px;
                  padding-left: 30px;
                  font-size: 12px;
                  background: transparent url('../images/bg_layout_li.gif') 15px 8px no-repeat;
               }
               #home #layout .box ul li a {
                  display: block;
                  color: #FFF;
                  text-decoration: underline;
               }
                  #home #layout .box ul li a:hover { text-decoration: none; }
#home #layout #column4 { display: none; }
/* @end layout **/

/* @end contentSlot **/
/** @group sideBar */
#sideBar {
   width: 244px;
   float: left;
   padding-top: 168px;
}
/** @group topNavigation */
#topNavigation { position: relative; }
#topNavigation ul { 
   list-style: none;
   border-bottom: 1px solid #E3CFBB;
   margin-left: 7px;
   width: 232px;
}
   #topNavigation ul li { border-top: 1px solid #E3CFBB; }
   #topNavigation ul li a {
      display: block;
      color: #8B2003;
      font-size: 1.7em;
      padding: 7px 16px;
      text-decoration: none;
   }
      #topNavigation ul li.selected a,
      #topNavigation ul li a:hover,
      #topNavigation ul li.selected ul li.lvl2 a:hover {
         background-color: #8B2003;
         color: #F7F8E6;
      }
      #topNavigation ul li.selected ul li.lvl2 ul {
        display: none;
      }
         #topNavigation ul li.selected ul { 
            margin-left: 0;
            border-bottom: 0;
         }
            #topNavigation ul li.selected ul li.lvl2 a {
               background: transparent;
               padding-top: 3px;
               padding-left: 35px;
               padding-bottom: 3px;
               color: #8B2003;
               font-size: 1.5em;
            }
               #topNavigation ul li.selected ul li.selected a {
                  background: #E2CDBA url("../images/bg_lvl2nav.gif") 22px 47% no-repeat;
               }
/* @end topNavigation **/
/** @group upcoming_events */
#upcoming_events {
   width: 232px;
   background: #F7F8E6 url('../images/bg_upcoming_M.gif') left top repeat-y;
   margin: 7px;
   margin-bottom: 1px;
}
   #upcoming_content {
      padding: 17px;
      background: transparent url('../images/bg_upcoming_T.gif') left top no-repeat;
      font-size: 1.1em;
      line-height: 1.25em;
   }
      #upcoming_content a {
         font-size: 1.5em;
         color: #8B2003;
         display: block;
         line-height: 95%;
         text-decoration: none;
         font-family: Georgia;
         margin-bottom: -5px;
      }
      #upcoming_content small {
         text-transform: uppercase;
      }
   #upcoming_nav {
      background: transparent url('../images/bg_upcoming_B.gif') left bottom no-repeat;
      min-height: 28px;
      padding: 0 17px;
      padding-top: 15px;
   }
      #upcoming_nav * { display: inline; }
      #upcoming_nav a {
         display: block;
         text-transform: uppercase;
         letter-spacing: 0.1em;
         color: #CCA28B;
         text-decoration: none;
         float: left;
      }
         #upcoming_nav a:hover { text-decoration: underline; }
         #upcoming_prev, 
         #upcoming_next {
            width: 14px;
            height: 14px;
            overflow: hidden;
            float: left;
            margin: 0 5px;
         }
            #upcoming_prev { margin-left: 40px; }
            #upcoming_prev a {
               display: block;
               width: 14px;
               height: 14px;
               text-indent: -10000px;
               background: transparent url('../images/btn_prev.gif') left top no-repeat;
            }
            #upcoming_next a {
               display: block;
               width: 14px;
               height: 14px;
               text-indent: 10000px;
               background: transparent url('../images/btn_next.gif') left top no-repeat;
            }
/* @end upcoming_events **/

/* @end sideBar **/
/** @group angel */
#angel {
   position: absolute;
   width: 125px;
   height: 140px;
   overflow: hidden;
   z-index: 3;
   bottom: 1px;
   right: -15px;
   background: transparent url('../images/bg_angel.png') left top no-repeat;
}
/* @end angel **/
/** @group marginSlot */
#default #marginSlot { 
   background: #DFD5C0 url('../images/bg_default-Margin.jpg') right bottom no-repeat; 
   border: 1px solid #C6C7B8;
   min-height: 149px;
   position:absolute;
   width:665px;
   bottom: 10px;
}
   #default #marginSlot .margincontent { 
      padding: 10px 95px 10px 16px;
      /*padding: 10px 198 0 26px;*/
   }
/* @end marginSlot **/

/* @end contentWrapper **/



/** Footer
-------------------------- **/
/** @group footer */
#footer {
   margin: 0 auto;
   padding: 8px 0;
   padding-bottom: 35px;
   background-color: transparent;
}
   #footer a { 
      color: #6F706D;
      text-decoration: none;
   }
      #footer a:hover{ color: #B9BAB6; }
/* @end footer **/


/** @group formContent */
#formContent td.content label { font-weight: normal; }
#formContent input.input, #formContent textarea.textarea { border-color: 1px solid #83833C; }
#formContent input.submit {
   background-color: #796043;
   border: 1px solid #5B4732;
   border-left-color: #A5825B;
   border-top-color: #A5825B;
   color: #FFF;
}
/* @end formContent **/


/** Class Styles
-------------------------- **/
.hidden, .printOnly {
	display: none;
}

.navigation { cursor: pointer; cursor: hand; }

.clear {
  clear:both;
  height:1px;
  overflow:hidden;
  margin-bottom:-1px;
}

div#thumbnails div.shadowbox_img {
    width: 80px;
    height: 80px;
    overflow: hidden;
}
#ribbon {
    position: absolute;
    left: 50%;
    top: 55px;
    margin-left: -480px;
    z-index: 9999;
}
* html #ribbon a img { 
behavior: url("/globals/iepngfix_v1/iepngfix.php");
}
