/* Eric Meyer Reset 1-15-08 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}


/*****************************************************************************/
/*  Structure
******************************************************************************/

body {
  background: #6b3100 url(/images/back2.jpg) repeat-x top center;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 40px;
  color: #d2d2d2;
  
}

body,td,th {
  font-family: Arial, Helvetica, sans-serif;
  color: #d2d2d2;
}

p, ul{
  margin: 0 0 20px 0;
}

img{
  border: 0;
}

a:link, a:visited{
  color: #96aa12;
  text-decoration: underline;
}

a:hover, a:active{
  color: #aec518;
  text-decoration: none;
}

.cleared{
  clear: both;
}

strong{
  color: #dbdbdb;
}

#container{
  margin: auto;
  width: 100%;
  background: url(/images/back_glow.jpg) no-repeat top center;

}

#content_container{
  margin: auto;
  width: 963px;
  background: url(/images/back_content.jpg) no-repeat;
}


#header{
  margin: auto;
  width: 963px; height: 153px;
  text-align: center;
}

#small_nav{
  float: right;
  width: 190px; padding-top: 16px;
  font-size: 11px; color: #484849;
  text-align: left;
}

#small_nav a{
  color: #333333;
  text-decoration: none;
  margin: 0 10px 0 10px;
}

#small_nav a:hover{
  color: #875020;
}

#logo{
  margin: auto;
  margin-top: 12px;
}

#logo_flash{
  width: 484px; height: 125px;
  margin: auto;
}

#logo_flash h1{
  float: left;
  text-indent: -9000px;
  overflow: hidden;
}


#home_nav1 li a{
  text-indent: -9000px;
  text-decoration: none;
  overflow: hidden;
}

#content{
  margin-left: 10px;
  padding: 0 1px 0 1px;
  width: 940px;
  background-color: #ecdfd4;
}

.header_image, #header_image{
  margin-bottom: 30px;
}


/*****************************************************************************/
/*  Navigation
******************************************************************************/

#nav {
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.5px;
  color: #ecdfd4;
  text-transform: uppercase;
  margin: 0;
  margin-top: 7px;
  padding: 0;
}

#nav ul, #nav ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

#nav ul {
  padding: 0;
  text-align: center;
}

#nav ul li {
  display: inline;
  margin-right: 0px;
}

#nav ul li a {
  background: url(/images/left.gif) no-repeat left top;
  color: #ecdfd4;
  text-decoration: none;
  padding: 6px 0 4px 0;
}

#nav ul li span {
  background: url(/images/right.gif) no-repeat right top;
  padding: 6px 24px 4px 20px;
  margin: 0px 2px 0px 4px;
}

#nav ul li a:hover span {
  color: #FFFFFF;
  background-position: 100% -125px;
}

#nav ul li a:hover {
  background-position: 0 -125px;
}

#nav #current a {
  background: url(/images/left_active.gif) no-repeat left top;
}

#nav #current a span {
  background: url(/images/right_active.gif) no-repeat right top;
}

#nav #current a:hover {
  background-position: 0 -125px;
}

#nav #current a:hover span {
  background-position: 100% -125px;

}

/*****************************************************************************/
/*  Footer
******************************************************************************/

#footer{
  margin: auto;
  width: 963px; height: 45px;
  padding-top: 15px;
  background: url(/images/back_footer.jpg) no-repeat;
  text-align: center;
  color: #dbdbdb;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.5px;
}

#footer ul{
  padding: 0;
  margin: 0;
}

#footer ul li{
  list-style: none;
  display: inline;
  margin: 0 12px 0 12px;
}

#footer a:link, #footer a:visited{
  color: #dbdbdb;
  text-decoration: none;
}

#footer a:hover, #footer a:active{
  color: #ffffff;
  text-decoration: none;
}

/*****************************************************************************/
/*  Footer
******************************************************************************/

#copyright{
  margin: auto;
  width: 900px;
  text-align: left;
  font-size: 11px;
  color: #bb641a;
}

#copyright p{
  text-align: left;
  width: 300px;
  padding-top: 6px;
}

#social_links{
  width: 450px;
  text-align: right;
  float: right;
  margin-top: 0;
}




/*****************************************************************************/
/*  Content Bars
******************************************************************************/

#content_bar_home{
  margin: auto;
  width: 963px; height: 20px;
  background: url(/images/home/content_bar_home.jpg) no-repeat;
}

#content_bar_default{
  margin: auto;
  width: 963px; height: 20px;
  background: url(/images/content_bar_default.jpg) no-repeat;
}


/*****************************************************************************/
/*  Home
******************************************************************************/

#home_container{
  width: 940px; min-height: 484px;
  background: url(/images/home/back_top.jpg) repeat-y;
  border-bottom: 1px solid #333334;
}

#home_feature{
  width: 552px; height: 464px;
  padding: 0 20px 20px 20px;
  background:  url(/images/home/back_feature.jpg) repeat-x;
}

#home_feature_flash{
  margin-bottom: 20px;
}

#home_feature ul{
  margin-left: -10px;
}

#home_feature li{
  float: left; margin-left: 10px;
}

#home_feature li img, .choices li img{
  border: 1px solid #777777;
}

#home_feature li a:hover img, .choices li a:hover img{
  border: 1px solid #f9884e;
}

#home_right_col{
  float: right; margin-right: 20px;
  width: 308px; min-height: 460px;
  margin-bottom: 20px; padding-bottom: 10px;
  background: #333334 url(/images/home/back_right_col_bot.gif) no-repeat bottom;
}

#home_right_col_content{
  color: #bbbbbb;
  font-size: 12px;
  padding: 20px 0px 20px 0px;
  background: #333334 url(/images/home/back_right_col.jpg) no-repeat;
}

#home_right_col #home_right_col_content #tabs{
  margin: 0;
  padding: 0;
  height: 22px;
  padding-left: 0;
  margin-left: 6px;
}

#home_right_col #home_right_col_content #tabs li{
  display: inline-block;
  width: 110px;
  height: 12px;
  border: none;
  padding: 0;
  margin: 0;
  text-align: center;
  margin: 0 1px 0 1px;
}

#home_right_col #home_right_col_content #tabs li a{
  display: block;
  width: 110px;
  height: 12px;
  padding: 5px 0 5px 0;
  margin: 0;
  text-align: center;
  color: #bdbdbd;
  text-decoration: none;
  background: #535353;
  border-top: 1px solid #535353;
  border-left: 1px solid #535353;
  border-right: 1px solid #535353;
}

#home_right_col #home_right_col_content #tabs #tab_all, 
#home_right_col #home_right_col_content #tabs #tab_all a{
  width: 70px;
}

#home_right_col #home_right_col_content #tabs #tab_herndon, 
#home_right_col #home_right_col_content #tabs #tab_herndon a{
  width: 102px;
}

#home_right_col #home_right_col_content #tabs .active{
  background: #333334;
  color: #fff;
}

#home_right_col #home_right_col_content #tab_box{
  border-bottom: 1px solid #535353;
}

#home_right_col #home_right_col_content li{
  margin-left: 25px;
}



#home_right_col #home_right_col_content #herndon,
#home_right_col #home_right_col_content #waterford{
  display: none;
}

#home_right_col #home_right_col_content h1{
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  width: 256px;
  margin-left: 20px;
  padding-bottom: 12px;
  /* border-bottom: 1px solid #535b20; */
  background: url(/images/icon_arrow_green.gif) no-repeat;
  padding-left: 12px;
}

#home_right_col #home_right_col_content .dates{
  padding-top: 10px;
}

#home_right_col_content h2{
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 4px;
  line-height: 16px;
}

#home_right_col_content h3{
  color: #839603;
  font-weight: normal;
  margin-bottom: 4px;
}

#home_right_col_content h4{
  color: #bbbbbb;
  font-weight: normal;
  font-style: italic;
}

#home_right_col_content li{
  width: 256px;
  padding: 15px 0 15px 0;
  margin: 0 6px 0 6px;
  border-top: 1px solid #4a4a4a;
}

#home_right_col #home_right_col_content li:first-child{
  border: none;
}

.view_all_green{
  color: #839603;
  font-size: 11px;
  margin-left: 6px;
  margin-top: 15px;
  margin-left: 25px;
}


#home_nav{
  width: 296px; height: 177px;
  margin-left: 6px;
}

#home_nav1{
  width: 296px; height: 177px;
  background: url(/images/home/back_nav.jpg) no-repeat;
  margin: 0; padding: 0;
}

#home_nav1 li a{
  text-indent: -9000px;
  text-decoration: none;
  overflow: hidden;
}

#home_nav1 li, #home_nav1 a{
  margin: 0; padding: 0; list-style: none;
  height:59px; width: 296px; display: block;
}

#home_nav1a a:hover {
  background: url(/images/home/back_nav.jpg) -296px 0 no-repeat;
}

#home_nav1b a:hover {
  background: url(/images/home/back_nav.jpg) -296px -59px no-repeat;
}

#home_nav1c a:hover {
  background: url(/images/home/back_nav.jpg) -296px -118px no-repeat;
}

#home_center_content{
  border-top: #626262 solid 1px;
  border-bottom: #333334 solid 1px;
  padding: 20px;
  background: #464647;
  text-align: center;
}

#home_center_buttons{
  margin: auto;
  width: 900px;
  height: 56px;
}

#home_center_buttons ul{
  text-align: left;
  margin: 0;
  padding: 0;
}

#home_center_buttons li{
  display: inline-block;
  text-align: left;
  width: 293px;
  height: 56px;
  float:left;
  margin: 0;
  padding: 0;
  margin-left: 10px;
  
}

#home_center_buttons li:first-child{
  margin-left: 0;
}

#home_center_buttons li a{
  display: inline-block;
  text-align: left;
  width: 293px;
  height: 56px;
  float:left;
  text-indent: -9000px;
  overflow: hidden;
}

#home_center_content #home_center_buttons #button_center2,
#home_center_content #home_center_buttons #button_center2 a{
  width: 294px;
}

#home_center_content #home_center_buttons #button_center1 a{
  background: url(/images/home/buttons_center.jpg) 0 0 no-repeat;
}

#home_center_content #home_center_buttons #button_center2 a{
  background: url(/images/home/buttons_center.jpg) -303px 0 no-repeat;
}

#home_center_content #home_center_buttons #button_center3 a{
  background: url(/images/home/buttons_center.jpg)  -606px 0 no-repeat;
}

#home_center_content #home_center_buttons #button_center1 a:hover{
  background: url(/images/home/buttons_center.jpg) 0 -56px no-repeat;
}

#home_center_content #home_center_buttons #button_center2 a:hover{
  background: url(/images/home/buttons_center.jpg) -303px -56px no-repeat;
}

#home_center_content #home_center_buttons #button_center3 a:hover{
  background: url(/images/home/buttons_center.jpg)  -606px -56px no-repeat;
}

#home_secondary{
  width: 920px;
  min-height: 180px;
  padding: 20px 10px 0 10px;
  background-color: #333334;
  border-top: 1px solid #626262;
}

.home_sec_col {
  float: left;
  width: 253px;
  min-height: 140px;
  padding: 20px;
  margin-left: 10px;
  background: url(/images/home/back_secondary.jpg) no-repeat;
  color: #cbcbcb;
  font-size: 12px;
  line-height: 16px;
}

.home_sec_col h1 {
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  width: 241px;
  padding-bottom: 12px;
  border-bottom: 1px solid #77594a;
  background: url(/images/icon_arrow_orange.gif) no-repeat;
  padding-left: 12px;
  margin-bottom: 12px;
  line-height: 11px;
}

.home_sec_col h2 {
  color: #ffffff;
  font-weight: bold;
}
              
/*****************************************************************************/
/*  Home Slide Show
******************************************************************************/
                          
#home_feature #slideshow{
  margin: auto;
  text-align: center;
  width: 552px;
  height: 341px;
  background: #000000 url(/images/slideshow/bg_slideshow.jpg); 
  margin-bottom: 20px;
}

#home_feature #slideshow ul, #home_feature #slideshow li{
  margin: 0;
  padding: 0;
  text-align: center;
  width: 550;
  margin: auto;
  list-style: none;
}

#home_feature #slideshow li a img, #home_feature #slideshow li a {
  border: none;
  overflow: hidden; 
  float: left;
  border: none;
}

#home_feature #slideshow li{
  display: none;  
}

/* // Creates border effect
#home_feature #slideshow li a:hover{
  border: 10px solid #929292;
}

#home_feature #slideshow li a:hover img{
  margin: -10px;
}
*/

#home_feature #slideshow li a:hover{
  opacity: 1.0;
  border: none;
}

#home_feature #slideshow li a:hover img{
  opacity: 0.8;
  border: none;
}

#home_feature #slideshow #prev, #slideshow #next{
  display: block;
  width: 21px;
  height: 22px;
  background: url(/images/slideshow/button_slideshow_next.jpg) no-repeat;
  text-indent: -9000px;
  overflow: hidden;
  margin: auto;
  float: left;
  margin-top: 4px;    
  border: none;
}

#home_feature #slideshow #prev{
  background: url(/images/slideshow/button_slideshow_prev.jpg) no-repeat;
  margin: 4px 2px 0 254px;
}

#home_feature #slideshow_mask{
  position: absolute;
  z-index: 10;
  background: url(/images/slideshow/bg_slideshow_corners.png) no-repeat;
  width: 552px;
  height: 6px;
}

#home_feature #slideshow #prev:hover{
  background: url(/images/slideshow/button_slideshow_prev.jpg) 0 -22px no-repeat;
  border: none;
}

#home_feature #slideshow #next:hover{
  background: url(/images/slideshow/button_slideshow_next.jpg) 0 -22px no-repeat;
  border: none;
}


/*****************************************************************************/
/*  Default 3 Column
******************************************************************************/

#default_container{
  width: 940px; 
  background: url(/images/back_top_default.jpg) repeat-y;
  border-bottom: 1px solid #333334;
}

#default_left_col{
  float: left;
  width: 200px;
  margin-bottom: 20px; margin-left: 20px;
  padding-bottom: 6px;
  background-color: #333334;
}

#default_center_col, #default_right_col, #default_right_col_calendar, #default_center_col_blog, #default_right_col_resources{
  margin-left: 240px;
  font-size: 12px;
  line-height: 17px;
  width: 660px;  min-height: 400px;
  padding: 0 20px 20px 20px;
  background:  url(/images/home/back_feature.jpg) repeat-x;
}

#default_center_col h1, #default_right_col h1, #default_right_col_resources h1{
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: normal;
  border-bottom: 1px solid #f9884e;
  padding-bottom: 4px;
  /*margin-top: 40px;*/
  margin-bottom: 15px;
  padding-top: 8px;
}

#default_center_col h3, #default_right_col h3, #default_right_col_resources h3{
  font-weight: bold;

}

#default_center_col .default_right_bar h3, #default_right_col .default_right_bar h3{
  margin: 0;
}

#default_center_col .default_right_bar p, #default_right_col .default_right_bar p{
  margin: 0 0 10px 0;
}

#default_center_col .default_right_bar p .button, #default_right_col .default_right_bar p .button{
  margin-bottom: 100px;
}

#default_center_col_content, #default_center_col_blog_content{
  width: 450px;
}

#default_center_col h1{
  width: 450px;
}

#default_center_col #default_center_col_content h2, #default_right_col h2, #default_right_col .choices h2, #default_right_col_resources h2{
  font-size: 12px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: normal;
  margin-bottom: 10px;
  padding-left: 10px;
  background: url(/images/icon_arrow_orange_m.gif) no-repeat 0 3px;
}

#default_center_col #default_center_col_content ol, #default_center_col #default_center_col_content li{
  display: list-item;
}

#default_center_col_content ol{
  margin-bottom: 30px;
}

#default_center_col #default_center_col_content ol li{
  list-style: decimal;
  margin-left: 20px;
  margin-bottom: 10px;
}


#default_left_col_content{
  color: #bbbbbb;
  font-size: 12px;
  padding: 20px;
  background: #333334 url(/images/default_left_col_top.jpg) no-repeat;
}

#default_left_col_content h1{
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding-bottom: 12px;
  border-bottom: 1px solid #535b20;
  background: url(/images/icon_arrow_green.gif) no-repeat;
  padding-left: 12px;
}

#default_left_col_content h1 a{
  text-decoration: none; color: #FFFFFF;
}

#default_left_col_content h1 a:hover{
  text-decoration: none; color: #839603;
}


#default_left_col_content h2{
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 4px;
}

#default_left_col_content ul{
  margin: 0px 0 0 0;
}

#default_left_col_content li{
  line-height: 16px;
  width: 148px;
  padding: 15px 0 15px 0;
  margin: 0 6px 0 6px;
  border-bottom: 1px solid #4a4a4a;
  color: #ffffff;
  font-weight: bold;
}

#default_left_col_content li a{
  color: #ffffff;
  text-decoration: none;
}

#default_left_col_content li a:hover{
  color: #839603;
  text-decoration: none;
}

#default_left_col_content li ul{
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: 4px;
}

#default_left_col_content li li{
  width: 148px;
  padding: 5px 0 5px 0;
  margin: 0 6px 4px 6px;
  border: none;
  color: #c5c5c5;
  font-weight: normal;
}

#default_left_col_content li li a{
  color: #c5c5c5;
  text-decoration: none;
}

#default_left_col_content li li a:hover{
  color: #ffffff;
  text-decoration: none;
}

.bold_list{
  font-weight: bold;
  font-size: 13px;
}

.bold_list li{
  margin: 0 0 10px 0;
}

.bold_list_alt{
  color: #ffffff;
}

#default_right_bar_container{
  float: right;
  width: 190px;
  padding-left: 20px;
}

.default_right_bar{
  width: 190px; margin-bottom: 10px;  
  background: #c9c9c9 url(/images/default_right_bar_top.jpg) no-repeat;
}

.default_right_bar_content{
  padding: 1px 20px 20px 20px; min-height: 225px;
  color: #474747; font-size: 12px;
  background: url(/images/default_right_bar_bot.jpg) no-repeat bottom;
}

#default_center_col .default_right_bar .default_right_bar_content h1, #default_center_col_blog .default_right_bar .default_right_bar_content h1{
  color: #333334;
  font-size: 12px;
  line-height: 13px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0; padding: 0;
  letter-spacing: 0.5px;
  padding-bottom: 8px;
  border-bottom: 1px solid #cd8e69;
  background: url(/images/icon_arrow_orange_l.gif) no-repeat;
  padding-left: 12px;
  width: 140px; margin-bottom: 12px;  margin-top: 19px;
}

#default_center_col .default_right_bar .default_right_bar_content h3, #default_center_col_blog .default_right_bar .default_right_bar_content h3{
  margin-top: 4px;
}

#default_center_col .default_right_bar .default_right_bar_content a, #default_center_col_blog .default_right_bar .default_right_bar_content a{
  color: #333334; text-decoration: underline;
}

#default_center_col .default_right_bar .default_right_bar_content a:hover, #default_center_col_blog .default_right_bar .default_right_bar_content a:hover{
  color: #49494a; text-decoration: none;
}

#default_center_col .default_right_bar .default_right_bar_content img, #default_center_col_blog .default_right_bar .default_right_bar_content img{
  margin-top: 12px;
}

#default_center_col .default_right_bar .default_right_bar_content hr, #default_center_col_blog .default_right_bar .default_right_bar_content hr{
  border-top: 1px solid #e0e0e1;
  border-bottom: none; border-left: none; border-right: none;
  margin: 2px 0 12px 0;
}

/* /////////////////// Default Nav With No Serve /////////////////// /

#default_nav{
  margin-left: 6px;
  width: 188px;
}

#default_nav1{
  width: 188px; height: 177px;
  background: url(/images/default_back_nav.jpg) no-repeat;
  margin: 0; padding: 0;
}


#default_nav1 li a{
  text-indent: -9000px;
  text-decoration: none;
  overflow: hidden;
}

#default_nav1 li, #default_nav1 a{
  margin: 0; padding: 0; list-style: none;
  height:59px; width: 188px; display: block;
}

#default_nav1a a:hover {
  background: url(/images/default_back_nav.jpg) -188px 0 no-repeat;
}

#default_nav1b a:hover {
  background: url(/images/default_back_nav.jpg) -188px -59px no-repeat;
}

#default_nav1c a:hover {
  background: url(/images/default_back_nav.jpg) -188px -118px no-repeat;
}

#default_content_bot{
  width: 940px; height: 35px; clear: both;
  background: url(/images/default_content_bot.gif) no-repeat;
}

/* /////////////////// End Default Nav With No Serve /////////////////// /


/* /////////////////// New Default Nav With Serve /////////////////// */ 

#default_nav{
  margin-left: 6px;
  width: 188px;
}

#default_nav1{
  width: 188px; height: 236px;
  background: url(/images/default_back_nav.jpg) no-repeat;
  margin: 0; padding: 0;
}


#default_nav1 li a{
  text-indent: -9000px;
  text-decoration: none;
  overflow: hidden;
}

#default_nav1 li, #default_nav1 a{
  margin: 0; padding: 0; list-style: none;
  height:59px; width: 188px; display: block;
}

#default_nav1a a:hover {
  background: url(/images/default_back_nav.jpg) -188px 0 no-repeat;
}

#default_nav1b a:hover {
  background: url(/images/default_back_nav.jpg) -188px -59px no-repeat;
}

#default_nav1c a:hover {
  background: url(/images/default_back_nav.jpg) -188px -118px no-repeat;
}

#default_nav1d a:hover {
  background: url(/images/default_back_nav.jpg) -188px -177px no-repeat;
}

#default_content_bot{
  width: 940px; height: 35px; clear: both;
  background: url(/images/default_content_bot.gif) no-repeat;
}

/* /////////////////// End Default Nav With Serve /////////////////// */



.button, .button a, .button a:link, .button a:active, .button a:visited, .button:link, .button:active, .button:visited,
#default_center_col .default_right_bar .default_right_bar_content .button,
#default_center_col .default_right_bar .default_right_bar_content .button a:link,
#default_center_col .default_right_bar .default_right_bar_content .button a:active,
#default_center_col .default_right_bar .default_right_bar_content .button a:visited,
#default_center_col .default_right_bar .default_right_bar_content .button:link,
#default_center_col .default_right_bar .default_right_bar_content .button:active,
#default_center_col .default_right_bar .default_right_bar_content .button:visited,
#default_center_col_blog .default_right_bar .default_right_bar_content .button,
#default_center_col_blog .default_right_bar .default_right_bar_content .button a:link,
#default_center_col_blog .default_right_bar .default_right_bar_content .button a:active,
#default_center_col_blog .default_right_bar .default_right_bar_content .button a:visited,
#default_center_col_blog .default_right_bar .default_right_bar_content .button:link,
#default_center_col_blog .default_right_bar .default_right_bar_content .button:active,
#default_center_col_blog .default_right_bar .default_right_bar_content .button:visited {
  text-decoration: none;
  color: #ffffff; text-transform: uppercase;
  text-align: center; padding: 4px 8px 4px 8px;
  border: 1px solid #333334;
  background: #333334 url(/images/back_buttono.jpg) repeat-x;
}



.button:hover, .button a:hover,
#default_center_col .default_right_bar .default_right_bar_content .button:hover,
#default_center_col .default_right_bar .default_right_bar_content .button a:hover,
#default_center_col_blog .default_right_bar .default_right_bar_content .button:hover,
#default_center_col_blog .default_right_bar .default_right_bar_content .button a:hover{
  border: 1px solid #8c8c8c;
  background: #7f7f7f url(/images/back_button.jpg) repeat-x;
}

#default_center_col_blog .default_right_bar .default_right_bar_content .rss,
#default_center_col_blog .default_right_bar .default_right_bar_content .rss a,
#default_center_col_blog .default_right_bar .default_right_bar_content .rss a:link{
  font-weight: bold;
  text-decoration: none;
  margin-top: -8px;
}

#default_center_col_blog .default_right_bar .default_right_bar_content .rss img{
  vertical-align: text-bottom; margin-right:4px;
}

.choices{
  padding: 0; margin: 0;
  margin-left: -8px;
}

.choices li{
  float: left; width: 175px;
  padding: 19px; margin: 9px 0 0 9px;
  background: url(/images/back_choice.jpg) repeat-x;
}

 #default_right_col .choices h2{
  font-size: 12px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: normal;
  margin-bottom: -10px; margin-top: 4px;
  padding-left: 10px;
  background: url(/images/icon_arrow_orange_m.gif) no-repeat 0 2px;
} 

#default_right_col .choices h2 a{
  color: #ffffff;
  text-decoration: none;
}

#default_right_col .choices h2 a:hover{
  color: #96aa12;
}

/*****************************************************************************/
/*  Staff
******************************************************************************/
.staffer{
  min-height: 125px;
  margin-top: 40px;
}


.staff_photo{
  float: left; 
  padding: 10px; width: 130px; 
  text-align: center;
  background: url(/images/back_content_gradient.jpg) repeat-x;
}

.staff_photo img{
  margin-bottom: 10px;
}

.staff_photo a{
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  width: 241px;
  background: url(/images/icon_arrow_orange_m.gif) no-repeat 0 2px;
  padding-left: 12px;
  margin-bottom: 12px;
  text-decoration: none;
}

.staff_photo a:hover{
  color: #f9884e;
}

.staff_bio{
  width: 486px;
  margin-left: 170px;
}

#default_right_col .staff_bio h1{
  margin-top: 0;
}

.h1_light{
  font-size: 14px;
  text-transform: none;
  color: #d2d2d2;
  font-weight: normal;
  padding-bottom: 4px;
  margin-top: 40px;
}


/*****************************************************************************/
/*  In Between Page
******************************************************************************/
.tweener{
  clear: right;
  min-height: 120px;
  margin-bottom: 40px;
}


.tween_photo{
  float: left; 
  padding: 9px; width: 175px; 
  text-align: center;
  background: url(/images/back_content_gradient.jpg) repeat-x;
}

.tween_photo img{
  margin-bottom: 10px;
}

.tween_photo a img{
  border: 1px solid #717172;
}


.tween_photo a img:hover, .tween_photo a:hover img{
  border: 1px solid #f9884e;
}


.tween_photo a:hover{
  color: #f9884e;
}

.tween_bio{
  width: 441px;
  margin-left: 215px;
}

#default_right_col .tween_bio h1{
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: normal;
  border-bottom: 1px solid #f9884e;
  padding-bottom: 4px;
  margin-top: 0px;
}

#default_right_col .tween_bio h1 a{
   text-decoration: none; color: #FFFFFF;
}

#default_right_col .tween_bio h1 a:hover{
  text-decoration: none; color: #839603;
}


/*****************************************************************************/
/*  Pagination
******************************************************************************/

.pagination {
  text-align: right;
  margin-top: 15px;
  color: #888787;
  text-decoration: none;
}

.prev_page {
  padding-left: 8px;
  background: transparent url(/images/icon_arrow_prev.gif) no-repeat 0 3px;
}

.disabled {
  color: #999;
}

.next_page {
  padding-right: 10px;
  background: transparent url(/images/icon_arrow_next.gif) no-repeat 30px 3px;
}

.pagination a {
  color: #d2d2d2;
}

.pagination a, .pagination span {
  text-decoration: none;
  margin: 0 8px 0 8px;
}

.pagination a:hover{
  color: #ffffff;
  text-decoration: none;
}


/*****************************************************************************/
/*  Calendar
******************************************************************************/

.calendar_nav{
  text-align: right;
  margin-top: 15px;
  color: #888787;
  text-decoration: none;
}

.calendar_nav .prev{
  padding-left: 11px;
  background: url(/images/icon_arrow_prev.gif) no-repeat 0 3px;
}

.calendar_nav .next{
  padding-right: 10px;
  background: url(/images/icon_arrow_next.gif) no-repeat 30px 3px;
}

.calendar_nav a, #default_right_col_calendar .calendar_nav a{
  color: #d2d2d2;
  text-decoration: none;
  margin: 0 8px 0 8px;
}

.calendar_nav a:hover, #default_right_col_calendar .calendar_nav a:hover{
  color: #ffffff;
  text-decoration: none;
}

#default_right_col_calendar li{
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: normal;
  margin-top: 40px;
}

#default_right_col_calendar li ul{
  border-top: 1px solid #f9884e;
  margin-top: 3px;
  font-size: 12px;
  color: #d2d2d2;
}

#default_right_col_calendar li ul li{
  color: #d2d2d2; font-size: 12px;
  width: 620px; margin: auto;
  padding: 10px 0 11px 0;
  border-top: 1px solid #7c7c7c;
}

#default_right_col_calendar li ul li:first-child{
  border: none;
}

#default_right_col_calendar li ul li p{
  font-weight: normal;
  margin: auto; margin-top: 4px; margin-bottom: 2px;
}

#default_right_col_calendar li ul li .calendar_time{
  color: #ffffff; float: left; width: 65px;
  text-transform: uppercase; 
  font-weight: bold; 
}

#default_right_col_calendar li ul li,
#default_right_col_calendar li ul li a {
  color: #d2d2d2; text-decoration: none;
  text-transform: none;
  font-weight: bold;
}

#default_right_col_calendar li ul li a:hover{
  color: #ffffff;
}

#default_right_col_calendar #calendar_events h1{
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 4px;
}

#default_right_col_calendar #calendar_events h2{
  color: #96aa12;
  font-size: 13px;
  font-weight: normal;
}



/*****************************************************************************/
/*  Blog
******************************************************************************/

.blog_post_box{
  margin-bottom: 40px;
}


#default_center_col_blog #default_center_col_blog_content h1{
  font-size: 13px;
  font-weight: normal;
  border-bottom: 1px solid #f9884e;
  padding-bottom: 4px;
  margin-top: 0px;
}

#default_center_col_blog #default_center_col_blog_content h2{
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: normal;
  margin-top: 20px;
  padding-left: 10px;
  background-color: transparent; 
  background-image: url(/images/icon_arrow_orange_m.gif);
  background-repeat: no-repeat;
  background-position: 0 2px;
}

#default_center_col_blog #default_center_col_blog_content h2 a, #default_center_col_blog #default_center_col_blog_content h2 a:link{
  color: #ffffff; text-decoration: none;
}

#default_center_col_blog #default_center_col_blog_content h2 a:hover{
  color: #f9884e;
}

#default_center_col_blog #default_center_col_blog_content h3{
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 15px;
}

#cat_list li{
  font-weight: bold;
  margin: 5px 0 5px 10px;
}

#cat_list li a:link, #cat_list li a{
  text-decoration: overline;
}


/*****************************************************************************/
/*  Video
******************************************************************************/

.video{
  margin-bottom: 30px;
  text-align: center;
}

/*****************************************************************************/
/*  Resources
******************************************************************************/

.resource_parent{
  padding: 15px; margin-top: 1px;
  background: url(/images/back_choice.jpg) repeat-x; 
}   

#default_right_col_resources .resource_parent h2{
  margin: 0;
}

#default_right_col_resources .resource_parent h2 a,
#default_right_col_resources .resource_parent h2 a:link,
#default_right_col_resources .resource_parent h2 a:visited{
  color: #FFFFFF; text-decoration: none; background-color: none;
}

#default_right_col_resources .resource_parent h2 a:hover,
#default_right_col_resources .resource_parent h2 a:active{
  color: #aec518; text-decoration: none; background-color: none;
}

hr{
   color: #f9884e;  margin-top: 40px; clear: both; height: 1px;
   border-bottom: 0;  border-left: 0;  border-right: 0;  border-top: 1px solid #f9884e;  
}

.h2_light{
  font-size: 11px;
  text-transform: none;
  color: #d2d2d2;
  font-weight: normal;
  padding-bottom: 4px;
  margin-top: 40px;
}

.resource_parent h3{
  color: #ffffff;
  font-size: 14px; 
}

.resource_photo{
  float: left; 
  padding: 10px; width: 130px; 
  text-align: center;
  background: url(/images/back_content_gradient.jpg) repeat-x; 
  margin-right: 20px;
}

.sermon_photo, .sermon_photo_feature{
  float: right; 
  padding: 10px; width: 175px; 
  text-align: center;
  background: url(/images/back_content_gradient.jpg) repeat-x; 
  margin-left: 20px;
}

.sermon_photo_feature{
  width: 300px;
  margin-top: 20px;
}

.resource_photo img, .sermon_photo img, .sermon_photo_feature img{
  margin-bottom: 10px;
}

.resource_parent li{
  border-top: 1px #858585 solid;
  padding-top: 15px; 
  padding-bottom: 15px;
  margin-right: 215px; 
  margin-top: 10px; 
}


.resource_parent a, .resource_parent a:link, .resource_parent a:visited{
  text-decoration: none;
  color: #96aa12;
}

.resource_parent a:hover, .resource_parent a:active{
  color: #aec518;
}

.resource_body p, .resource_body_serve p{
  margin-top: 6px;
  margin-bottom: 6px;
}

.resource_parent h2 a, .resource_body_serve h2 a{
  cursor: pointer;
}

.resource_body h3, .resource_body_serve h3{
  padding-top: 10px;
}

#opp_signup_button{
  margin-top: 20px;
}


/*****************************************************************************/
/*  Forms
******************************************************************************/
 
form{
  margin-bottom: 20px;
}

#set_full input, #set_left input, #set_right input, .input_style, .input_style_sm{
  margin-top: 2px; margin-bottom: 10px; width: 200px;
  background: #767676 url(/images/back_input.jpg) repeat-x;
  border: 1px solid #ababab; padding: 4px; text-align: left;
}

.input_style_sm, #set_left .input_style_sm, #set_right .input_style_sm, #set_full .input_style_sm{
  width: 100px;
}

#set_right .radio, #set_left .radio{
  background: none; border: none; width: auto; vertical-align: middle;
}

#set_right{
  width: 310px;
} 

#set_left{ 
  width: 250px;
  float: left; margin-right: 20px;
}

#set_bot{
  clear: both; margin-top: 10px;
  text-align: left;
}


/*****************************************************************************/
/*  Photos
******************************************************************************/

.page_num{
  width: 100px; margin: auto; text-align: center;
  margin-bottom: -17px;  color: #d2d2d2;
}

#photo_thumbs {
  padding: 0; margin: 0;
  margin-left: -28px;
}

#photo_thumbs li{
  width: 202px; height: 202px;
  float: left; text-align: center;
  margin-bottom: 28px; margin-left: 27px;
}

#photo_thumbs li img, #photo_thumbs li a img{
  border: 1px solid #777777;
}

#photo_thumbs li a:hover img{
  border: 1px solid #f9884e;
}


/*****************************************************************************/
/*  Forms.SummitConnect
******************************************************************************/

#forms_summit form{
  margin-bottom: 20px;
}

#forms_summit #form_table input, textarea{
  margin-top: 2px; margin-bottom: 10px; width: 200px;
  background: #767676 url(/images/back_input.jpg) repeat-x;
  border: 1px solid #ababab; padding: 4px; text-align: left;
}

textarea{
  width:auto; height:auto;
}

#forms_summit .project_div {
  border-bottom: 1px solid #f9884e;
  padding-bottom: 20px;
}

#forms_summit .project_cat {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0; padding: 0;
  margin-top: 50px;
}

#forms_summit #form_table .radios{
  width: auto;
  margin-right: 3px;
  background: none; border: none;
}


/*****************************************************************************/
/*  Serve Now
******************************************************************************/

#serve_header{
  margin-bottom: 10px;
}

#serve_choices{
  width: 660px;
  height: 200px;
}

#serve_choices_nav1{
  width: 660px; height: 200px;
  background: url(/images/serve/bg_choices.jpg) no-repeat;
  margin: 0 auto; 
  padding: 0;
  position: relative;
}


#serve_choices_nav1 li a{
  text-indent: -9000px;
  text-decoration: none;
  overflow: hidden;
}

#serve_choices_nav1 li {
  margin: 0; padding: 0; list-style: none;
  position: absolute; top: 11px;
}

#serve_choices_nav1 li, #serve_choices_nav1 a{  
  height: 179px; display: block;
  top: 11px;
}

#serve_choices_nav1a{
    left: 0;
    width: 309px;
}

#serve_choices_nav1b{
    left: 351px;
    width: 309px;
}

#serve_choices_nav1a a:hover {
  background: url(/images/serve/bg_choices.jpg) 0 -211px no-repeat;
}

#serve_choices_nav1b a:hover {
  background: url(/images/serve/bg_choices.jpg) -351px -211px no-repeat;
}


#serve_immediate{
  background: #808080;
  padding: 0 15px 2px 15px;
  font-size: 14px;
  color: #fff;
  margin-bottom: 20px;
}

#serve_immediate .resource_parent{
  background: none;
  padding: 0;
}

#serve_immediate a, #serve_immediate a:link{
  color: #dedede;
  text-decoration: none;
}

#serve_immediate a:visited{
  color: #dedede;
  text-decoration: none;
}

#serve_immediate a:hover, #serve_immediate a:active{
  color: #fff;
  text-decoration: none;
}


#serve_immediate ul{
  margin: 0;
  padding: 0;
}

#serve_immediate li{
  padding: 0;
  border-top: solid 1px #626262;
}

#serve_immediate h2{
  padding: 10px 0 0px 10px;
  background: url(/images/serve/icon_arrow_l_gray.gif)  0 13px no-repeat;
}

#serve_immediate .resource_parent #serve_info{
  background: #c7c7c7 url(/images/serve/bg_imm_info_top.gif) no-repeat;
}

#serve_immediate .resource_parent #serve_info_bot{
  background: #c7c7c7 url(/images/serve/bg_imm_info_bot.gif) no-repeat;
  margin-bottom: 20px;
}

#serve_immediate .resource_body{
  border: none;
}



#serve_immediate li:first-child{
  border: none;
}

/*#default_right_col_resources .resource_serve h2{
  text-align: right;
  color: #cccccc;
}

.serve_name{
  float: left;
  text-align: left;
  color: #ffffff;
}*/

.serve_city{
  float: right;
  color: #cccccc;
  text-align: right;  
}

.map_it{
  margin-left: 16px;
  vertical-align: -40%;
}

#serve_search{
  width: 620px;
  padding: 12px 20px 8px 20px;
  margin: 0;
  background: #c9c9c9 url(/images/serve/bg_search_top.jpg) no-repeat;
  color: #49494a;
}

#serve_search h1{
  border: none;
  color: #333334;
  font-weight: bold;
  margin-bottom: 20px;
  padding-left: 11px;
  background: url(/images/serve/icon_arrow_white.gif)  0 12px no-repeat;
}

#serve_search h2{
  color: #49494a;
  padding: 0;
  background: none;
  font-weight: bold;
}


#serve_search form{
  padding: 0;
  margin: 0;
}

#serve_search_bot{
  width: 660px;
  height: 12px;
  background: url(/images/serve/bg_search_bot.gif) no-repeat;
  clear: both;
}

#search_address{
  width: 308px;
  /*border-right: 1px solid #e0e0e1;*/
  float: left;
}

#search_zip{
  margin-left: 309px;
  border: none;
  padding-left: 28px;
  width: 280px;
}

#serve_search input, #serve_search textarea{
  margin-top: 2px; 
  margin-bottom: 10px; 
  width: 268px;
  background: #8d8d8d url(/images/serve/bg_input.jpg) repeat-x;
  border: 1px solid #777; 
  padding: 4px; 
  text-align: left;
  color: #fff;
}

#serve_search #city{
  width: 197px;
}

#serve_search #state{
  width: 59px;
}

#serve_search #zip{
  width: 100px;
}

#serve_search #zip2{
  width: 148px;
}

#serve_search #input_submit, #serve_search #input_submit2{
  display: block;
  width: 101px;
  height: 23px;
  border: none;
  margin: 0;
  padding: 0;
  background: transparent url(/images/serve/button_search.jpg) no-repeat center top;
  text-indent: -9000px;
  padding-left: -1000px;
  overflow: hidden;
  cursor: pointer;
}

#serve_cats_box{
  height: 290px;
  margin-bottom: 20px;
}

#serve_cats{
  height: 290px;
  width: 660px;
}

#serve_cats li a{
  text-indent: -9000px;
  text-decoration: none;
  overflow: hidden;
}

#serve_cats li, #serve_cats li a{
  width: 320px;
  height: 65px;
  display: block;
}

#serve_cats li{
  float: left;
  margin-bottom: 10px;
  margin-left: 20px;
}

#serve_cats #cata, #serve_cats #catc, #serve_cats #cate, #serve_cats #catg{
  margin-left: 0;
}

#serve_cats #cata a{
  background: url(/images/serve/button_painting.jpg) no-repeat;
}

#serve_cats #catb a{
  background: url(/images/serve/button_cleaning.jpg) no-repeat;
}

#serve_cats #catc a{
  background: url(/images/serve/button_elderly.jpg) no-repeat;
}

#serve_cats #catd a{
  background: url(/images/serve/button_family.jpg) no-repeat;
}

#serve_cats #cate a{
  background: url(/images/serve/button_landscaping.jpg) no-repeat;
}

#serve_cats #catf a{
  background: url(/images/serve/button_misc.jpg) no-repeat;
}

#serve_cats #catg a{
  background: url(/images/serve/button_schools.jpg) no-repeat;
}

#serve_cats #cath a{
  background: url(/images/serve/button_summit.jpg) no-repeat;
}


#serve_cats #cata a:hover{
  background: url(/images/serve/button_painting.jpg) 0 -65px no-repeat;
}

#serve_cats #catb a:hover{
  background: url(/images/serve/button_cleaning.jpg) 0 -65px no-repeat;
}

#serve_cats #catc a:hover{
  background: url(/images/serve/button_elderly.jpg) 0 -65px no-repeat;
}

#serve_cats #catd a:hover{
  background: url(/images/serve/button_family.jpg) 0 -65px no-repeat;
}

#serve_cats #cate a:hover{
  background: url(/images/serve/button_landscaping.jpg) 0 -65px no-repeat;
}

#serve_cats #catf a:hover{
  background: url(/images/serve/button_misc.jpg) 0 -65px no-repeat;
}

#serve_cats #catg a:hover{
  background: url(/images/serve/button_schools.jpg) 0 -65px no-repeat;
}

#serve_cats #cath a:hover{
  background: url(/images/serve/button_summit.jpg) 0 -65px no-repeat;
}

#serve_cats_txt{
  min-height: 78px;
}

#serve_cats_txt li{
  color: #ffffff;
  padding-left: 11px;
  background: url(/images/icon_arrow_orange_m.gif) no-repeat 0 2px;
  line-height: 18px;
  margin-bottom: 8px;
}

#serve_cats_txt a, #serve_cats_txt a:link{
  color: #ffffff;
  text-decoration: underline;
}

#serve_cats_txt a:hover, #serve_cats_txt a:active{
  color: #ffffff;
  text-decoration: none;
}


#serve_cats_txt #cata, #serve_cats_txt #catb, #serve_cats_txt #catc{
  margin-left: 0;
}

#serve_cats_txt #catd, #serve_cats_txt #cate, #serve_cats_txt #catf{
  margin-left: 270px;
}

#serve_cats_txt #catg, #serve_cats_txt #cath{
  margin-left: 550px;
}

#serve_cats_txt #catd, #serve_cats_txt #catg{
  margin-top: -78px;
}

.serve_back{
  float: right;
  margin-top: -7px;
}

.serve_body{
  padding-top: 10px;
  padding-bottom: 5px;
}

.serve_body_map{
  padding-top: 0;
}

.serve_body h3{
  font-size: 12px;
  padding-bottom: 4px;
  margin-bottom: 10px;
  border-bottom: 1px solid #a3a3a3;
}

.serve_body h4{
  font-size: 12px;
  padding-bottom: 4px;
  margin-bottom: 4px;
  border-bottom: 1px solid #a3a3a3;
  color: #333334;
  width: 285px;
}

.serve_body #serve_info{
  min-height: 50px;
  margin-top: 20px;
  background: #c7c7c7 url(/images/serve/bg_serve_info_top.gif) no-repeat;
  color: #333334;
  padding: 8px 10px 8px 10px;
}

.serve_body #serve_info_bot{
  height: 2px;
  line-height: 1px;
  font-size: 1px;
  background: #c7c7c7 url(/images/serve/bg_serve_info_bot.gif) no-repeat;
}

.serve_body #info_body{
  width: 285px;
  float: right;
}

.serve_body #serve_info a, .serve_body #serve_info a:link, .serve_body #serve_info a:visited,
.serve_body #serve_info a:hover, .serve_body #serve_info a:active{
  color: #333334;
  text-decoration: underline;
}

.serve_body #serve_info a:hover, .serve_body #serve_info a:active{
  text-decoration: none;
}

#serve_map{
  height: 369px;
  width: 658px;
  border: 1px solid #8a8a8a;
  background: url(/images/serve/map.jpg);
  margin-bottom: 20px;
}

#map{
  margin-bottom: 20px;
  color: #000;
}


.serve_body li{
  display: list-item;
  list-style-type: decimal;
  border: none;
  padding: 0;
  margin-left: 25px;
}


/*****************************************************************************/
/*  Social Media Buttons
******************************************************************************/

.social_media li{
  margin-bottom: 2px;
}

.button_youtube_students,
.button_facebook_edge,
.button_facebook_surge,
.button_blog_students{
  display: block;
  width: 150px;
  height: 32px;
  text-indent: -9000px;
  overflow: hidden;
  background: url(/images/socialmedia/button_student_youtube.gif) no-repeat;
}

.button_facebook_edge{
  background: url(/images/socialmedia/button_edge_facebook.gif) no-repeat;
}

.button_facebook_surge{
  background: url(/images/socialmedia/button_surge_facebook.gif) no-repeat;
}

.button_blog_students{
  background: url(/images/socialmedia/button_students_blog.gif) no-repeat;
}


/*****************************************************************************/
/*  I Am New Map
******************************************************************************/

#new_map{
  width: 450px;
  height: 275px;
  background: url(/images/bg_map.gif);
}

#new_map li{
  position: relative;
  display: block;
  float: left;
  width: 35px;
  height: 62px;
} 

#new_map li a{
  display: block;
  width: 35px;
  height: 62px;
  text-indent: -3000px;
  overflow: hidden;
}

#new_map #marker1{
  margin-left: 65px;
  margin-top: 118px;
}  

#new_map #marker2{
  margin-left: 69px;
  margin-top: 60px; 
}       

#new_map #marker3{
  margin-left: 200px;
  margin-top: 101px; 
}

/*****************************************************************************/
/*  jQuery slideshow for Features instead of Flash
******************************************************************************/

#slideshow{
    margin: auto;
    text-align: center;
    width: 552px;
    height: 341px;
    background: #000000 url(/images/slideshow/bg_slideshow.jpg);
  }
  
  #slideshow ul, #slideshow li{
    margin: 0;
    padding: 0;
    text-align: center;
    width: 550;
    margin: auto;
    list-style: none;
  }
  
  #slideshow li a img, #slideshow li a {
    border: none;
    overflow: hidden; 
    float: left;
  }
  
  /* // Creates border effect
  #slideshow li a:hover{
    border: 10px solid #929292;
  }
  
  #slideshow li a:hover img{
    margin: -10px;
  }
  */
  
  #slideshow li a:hover{
    opacity: 1.0;
  }
  
  #slideshow li a:hover img{
    opacity: 0.8;
  }
  
  #slideshow ul{
    height: 310px;
    width: 550px;
  } 
  
  #prevNext{
    height: 26px;
    width: 550px;
  }
  
  #slideshow #prev, #slideshow #next{
    display: block;
    width: 21px;
    height: 22px;
    background: url(/images/slideshow/button_slideshow_next.jpg) no-repeat;
    text-indent: -9000px;
    overflow: hidden;
    margin: auto;
    float: left;
    margin-top: 4px;
  }
  
  #slideshow #prev{
    background: url(/images/slideshow/button_slideshow_prev.jpg) no-repeat;
    margin: 4px 2px 0 254px;
  }
  

  #slideshow #prev:hover{
    background: url(/images/slideshow/button_slideshow_prev.jpg) 0 -22px no-repeat;
  }
  
  #slideshow #next:hover{
    background: url(/images/slideshow/button_slideshow_next.jpg) 0 -22px no-repeat;
  }
  
  #slideshow_mask{
    position: absolute;
    z-index: 10;
    background: url(/images/slideshow/bg_slideshow_corners.png) no-repeat;
    width: 552px;
    height: 6px;
  }
  
  
  /*****************************************************************************/
  /*	Summit Connect
  ******************************************************************************/
  
div.video_connect{
  padding-top: 0;
  margin-bottom: 20px;
}

ul.connect_nav{
  display: block;
  height: 120px;
  background: url(/images/summitconnect/buttons_connect_icons.gif) no-repeat;
}

ul.connect_nav li,
ul.connect_nav li a{
  display: block;
  width: 214px;
  height: 120px;
  float: left;
  text-indent: -3000px;
  overflow: hidden;
}

ul.connect_nav li.regroup,
ul.connect_nav li.classes{
  margin-left: 9px;
}

p.connect_description{
  font-size: 14px;
  color: #fff;
  margin-bottom: 25px;
}

div#group_info{
  margin-bottom: 20px;
  overflow: hidden;
  padding-bottom: 6px;
  background: #fff url(/images/summitconnect/bg_groups_bot.gif) center bottom no-repeat;
}

div#group_info a.button_find_group{
  display: block;
  width: 320px;
  height: 244px;
  text-indent: -3000px;
  overflow: hidden;
  background: url(/images/summitconnect/button_find_group.jpg) no-repeat;
  float: right;
}

div#group_night{
  width: 340px;
  float: left;
}

div#group_info h2.title_group_night{
  display: block;
  width: 340px;
  height: 48px;
  margin-bottom: 20px;
  text-indent: -3000px;
  overflow: hidden;
  background: url(/images/summitconnect/title_group_night.gif) no-repeat;
}

dl.group_night_times{
  margin-left: 20px;
  width: 280px;
}

dl.group_night_times dt{
  font-size: 14px;
  color: #d3752d;
  text-transform: uppercase;
  margin-bottom: 4px;
}

dl.group_night_times dt span{
  color: #626262;
  text-transform: none;
  font-style: italic;
}

dl.group_night_times dd{
  font-size: 16px;
  color: #626262;
  margin-bottom: 15px;
}

dl.group_night_times dd span{
  color: #333334;
  font-weight: bold;
}

ul.leader_links{
  overflow: hidden;
  margin-bottom: 20px;
}

ul.leader_links li{
  display: block;
  width: 330px;
  float: left;
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
}

ul.leader_links li a{
  display: block;
  width: 330px;
  color: #fff;
  text-decoration: none;
}

ul.leader_links li a span{
  display: block;
  width: 330px;
  color: #d3752d;
  text-transform: none;
}

ul.leader_links li a:hover{
  text-decoration: underline;
}

ul.leader_links li a:hover span{
  text-decoration: underline;
  color: #d3752d;
}

ul.connect_tags{
  margin: 0;
  padding: 0;
}

ul.connect_tags li{
  display: block;
  height: 85px;
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 14px;
  line-height: 20px;
  color: #d7d7d7;
}

ul.connect_tags li p{
  margin: 0;
  padding: 0;
}

ul.connect_tags li a{
  display: block;
  height: 74px;
  padding: 11px 20px 0 166px;
  color: #d7d7d7;
  text-decoration: none;
  background: url(/images/summitconnect/bg_learn.gif) 0 0 no-repeat;
}

ul.connect_tags li a:hover{
  color: #fff;
  background: url(/images/summitconnect/bg_learn.gif) 0 -85px no-repeat;
}

ul.connect_tags li.serve a{
  background: url(/images/summitconnect/bg_serve.gif) 0 0 no-repeat;
}

ul.connect_tags li.serve a:hover{
  color: #fff;
  background: url(/images/summitconnect/bg_serve.gif) 0 -85px no-repeat;
}

ul.connect_tags li.worship a{
  background: url(/images/summitconnect/bg_worship.gif) 0 0 no-repeat;
}

ul.connect_tags li.worship a:hover{
  color: #fff;
  background: url(/images/summitconnect/bg_worship.gif) 0 -85px no-repeat;
}

ul#connect_thumbs{
  overflow: hidden;
  padding: 0 0 0 1px;
  width: 665px;
}

ul#connect_thumbs li{
  float: left;
  width: 92px;
  height: 70px;
  margin: 0 4px 4px -1px;
}

ul#connect_thumbs li a{
  display: block;
  width: 90px;
  height: 68px;
  border: 1px solid #646464;
}

ul#connect_thumbs li a:hover{
  display: block;
  width: 90px;
  height: 68px;
  border: 1px solid #d3752d;
}

ul#connect_thumbs li div{
  display: none;
  position: absolute;
  border-top: 1px solid #d3752d;
  border-right: 1px solid #d3752d;
  border-bottom: 1px solid #d3752d;
  background: url(/images/summitconnect/bg_thumb_title.png);
  padding: 10px 0 5px 0;
  width: 95px;
  height: 53px;
  margin: -70px 0 0 90px;
  font-size: 11px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

ul#connect_thumbs li.left_side div{
  margin: -70px 0 0 -95px;
  border-top: 1px solid #d3752d;
  border-right: none;
  border-left: 1px solid #d3752d;
  border-bottom: 1px solid #d3752d;
}

ul#connect_thumbs li div span{
  font-size: 11px;
  color: #d2d2d2;
  text-transform: none;
}

div#story1,
div#story2,
div#story3,
div#story4,
div#story5,
div#story6,
div#story7,
div#story8,
div#story9,
div#story10,
div#story11,
div#story12,
div#story13,
div#story14{
  display: none;
}

div#connect_stories img{
  float: left;
  margin: 0 20px 10px 0;
}

div#connect_stories h2 span{
  color: #d2d2d2;
  text-transform: none;
}
  
