/*-----------------------------------------------------------------------------
Boulder Pride Secondary Level Style Sheet

version:   1.0
author:    Web Ink
email:     info@webink.com
website:   http://www.webink.com/
-----------------------------------------------------------------------------*/

/* =Main Content
-----------------------------------------------------------------------------*/
#lvl_one { width: 48%; float: left; overflow: hidden; }
#lvl_div { width: 4%; float: left; }
#lvl_two {width: 47%; float: left; overflow: hidden;}


#brand_table { height: 280px; }
#pageInfo { margin: 15px 0px 20px 20px; min-height: 250px; }
#dynamic_info { border: dashed 1px #003663;}
#page_synop { height: 60px; }

#mainContent { padding: 15px 0; }

/* =Secondary Nav Spacing
-----------------------------------------------------------------------------*/
.nhome { margin-left:200px; }
.nevent { margin-left: 160px; }
.nprogram { margin-left:275px; }
.nnews { margin-left: 270px; }
.nsupport { margin-left:200px; }
.nabout { margin-left: 100px; }
.nresource { margin-left: 370px; }

/* =Extras
-----------------------------------------------------------------------------*/
.box p {color: #FFFFFF; }
.box h3 { font-variant:small-caps; color: #FFFFCC; text-align: center; font-size: 1.3em; }
.box a { color: #FFFFFF; }
.box a:hover { color: #666666; text-decoration: underline; }

.box { 
  background: #003663;  margin-top: 0px;
}
.boxtop { 
  background: url(ne.gif) no-repeat top right; 
}
.boxtop div { 
  height: 10px; 
  background: url(nw.gif) no-repeat top left; 
}
.boxbottom { 
  background: url(se.gif) no-repeat bottom right; 
}
.boxbottom div { 
  height: 10px; 
  background: url(sw.gif) no-repeat bottom left; 
}
.boxcontent {
  padding: 0px 10px 0px 10px;
}


/* =CSS Content Slider
-----------------------------------------------------------------------------*/
.contentslide{
border: 2px solid #FFFFFF;
border-bottom-width: 6px;
padding: 5px;
width: 610px;
height: 150px;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 650px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: right;
background-color: #FFFFFF;
border: 10px solid #FFFFFF;
border-width: 0 10px; /*Left/ right border width of pagination DIV.*/
padding: 0 0 4px 0;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 400px; /*IE5 width*/
w\idth: 416px; /*IE6 width*/
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #2e6ab1;
background-color: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #B4D333;
}
