/*
 * Author: Duo Consulting
 * Contact: www.duoconsulting.com
 * File: layout_content.css
 * 
 * Description:
 * Rules for the interior content for screen display only.
 * General display rules should appear in basesyles.css.
 *
 */

/*side column pods*/

#sideColumn div {
	padding: 18px 10px 10px 10px ;
	background: url('../../../gfx/ala_v2/shell/sideRailRule.gif') bottom left no-repeat;
	font-size:96%;
}

#sideColumn div a {
	/*background: url('../../../gfx/ala_v2/shell/linkArrow.gif') right 3px no-repeat;*/
	text-decoration:none;
	font-weight:bold;
	padding-right: 12px;
}
#sideColumn div a:hover {
	text-decoration: underline;
}
/* override to remove chevrons for images */
#sideColumn div div.left a {
	background: none;
	padding-right: 4px;
}

img.left {
	float: left;
	margin: 0 8px 8px 0;
	display: inline;
}

#sideColumn div.left {
	float: left;
	margin: 0 8px 8px 0;
	display: inline;
	padding: 0;
	background-image:none;
}

img.right {
	float: right;
	margin: 0 0 8px 8px;
	display: inline;
}

#sideColumn div.right {
	float: right;
	margin: 0 0 8px 8px;
	display: inline;
	padding: 0;
	background-image:none;
}

.homeImage {
	background: #fff;
}


/*homepage tabs*/

.libNews li {
	border-bottom: 1px dotted #a7a5b4;
	padding-bottom: 5px;
}

 .tabs {
      background:#fff url('../../../gfx/ala_v2/tabs/tabBottom.png') bottom left no-repeat;
      line-height:normal;
	    padding-bottom: 8px;
	    margin-bottom: 5px;
      }
 .tabs ul {
      margin:0;
      padding:0;
	    border-bottom: 1px solid #8e8f98;
      list-style:none;
      }
.tabs li {
      float:left;
      background:url('../../../gfx/ala_v2/tabs/leftBack.png') no-repeat left top;
      margin:0;
      padding:0 0 0 3px;
		  border-bottom:none;
			position: relative;
      }
.tabs a {
      display:block;
      background:url('../../../gfx/ala_v2/tabs/rightBack.gif') no-repeat right top;
      padding: 3px 42px 2px 6px;
	    text-decoration:none;
	    font-size:95%;
      }
.tabs .current {
      background-image:url('../../../gfx/ala_v2/tabs/leftBackActive.png');
	    border-bottom: 1px solid #a7a5b4;
	    margin-bottom: -1px;
      }
.tabs .current a {
      background-image:url('../../../gfx/ala_v2/tabs/rightBackActive.gif');
	    font-weight:bold;
			background-repeat:no-repeat;
      }
.tabs span, .tabs .current span {
	/* added for link over RSS feeds */
	background:none;
	position:absolute;
	top: 0;
	right: -30px;
}
.tabs li span a, tabs .current li span a {
	background: none;
}
.tabs li span img {
	border: 0;
}
	  
#contentPage #mainColumn {
	float:left;
	width:730px;
}

/* Expander bars*/
.expanderList {

}
.expander {
	cursor: pointer;
	background: #173d85 url('../../../gfx/ala_v2/shell/expanderBarBack.gif') top left no-repeat;
}

.expander h2  {
	color: #fff;
	font-size: 100%;
	margin: 0;
	padding: 9px 0 7px 25px;
	background: url('../../../gfx/ala_v2/shell/expandArrowDown.png') 12px 11px no-repeat;
	border-bottom: 1px solid #fff;	
}
.expander h2 a {
	color: #fff;
}
.expander h2 a.active {
	background: url('../../../gfx/ala_v2/shell/expandArrowUP.gif') 12px 11px no-repeat;
}



/* content page twoColBody columns*/

.twoColBody {
	padding: 0;
}

.twoColBody .col1 {
	width: 130px;
	float: left;
}
.twoColBody .col1 img {
	margin: 10px 0;
}

.twoColBody .col2 {
	/* width: 370px; */
	
	width: 570px;
	padding: 10px 0 10px 0;
	float: left;
}

.twoColBody .col2 .desc {
	padding: 0px;
	width: 98%;
}

.twoColBody .col2 .list1 {
	width: 30%;
	float:left;
	margin-left: 8px;
	
	
}

.twoColBody .col2 .list2 {
	width: 30%;
	float:left;
	margin-left: 8px;
	
}

.twoColBody .col2 .list3 {
	width: 30%;
	float:left;
	margin-left: 8px;
	
}

/*
.twoColBody .col3 {
	float: left;
	margin-left: 10px;
	padding: 10px 0 10px 0;
}
*/
.twoColBody .col2 p {
	margin: 0 0 .25em; 
	padding: 0; 
	line-height: 1.2em;
	background-image: url('../../../gfx/ala_v2/shell/bullet.gif');
	background-position: 0 5px;
	background-repeat: no-repeat;
}
.twoColBody .col2 p a,
.twoColBody .col1 p a {
  	padding: 2px 0 2px 10px;
	margin-bottom: .25em;
	margin-right: 8px;
	display: block;
	margin: 0;
}
.listContent p {
	border-bottom: 1px dotted #a7a5b4;
	padding: 0 0 5px 0;
	font-size: 95%;
}

.listContent h4 {
	padding: 0 0 3px 0;

}
.subText {
	color: #666;
}

/* css specifically for the one and two column layout pages */

#col_one {
  width: 45%;
  float: left;
  padding: 1em;
  border-right: 1px #ccc solid;
}

#col_two {
  width: 45%;
  float: left;
  padding: 1em;
}

.oneColBody {} /* if needed */

.twoColBody {} /* if needed */

.title_desc {
	min-height: 16em;
	_height: 16em;
}

.col_img {
	float: right;
	padding: 0 .5em;
}
/* homepage Slideshow*/
#ss { width: 467px; height: 174px; border: none; }
#ss div { 
	color: #333; 
	/*text-align: left;*/ 
	font-size: 16px; 
	width: 467px;
}

#ss H3 { margin: 0; padding: 0; color:#10132b; font-size:14px; } 
#ss p { margin: 2px 0 0 0; padding: 0; }
#ss a { position:relative; width: 467px; height: 174px; }
#ss a img { border: none; position:absolute; top: 0; left: 0; }


#ss div.text { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 14px;
	position: absolute;
	top: 104px; 
	left: 10px;
	/*margin: 104px 0 0 10px;*/
	width: 450px;
	height: 70px;
	z-index:10;
}

/*this class displays first or selected div to show when JS is off*/
div.jsOff a {
	z-index:50;
}
#ss a, #ss a:link   { 
	text-decoration:none;
	color:#10132b; 
}

#slideShow {
	width: 467px;
	height: 194px;
	margin:auto;
	 z-index:1;
	 position:relative;

}

#slideShow #nav a { 
	color: #333333; 
	margin: 0 3px; 
	padding: 0 3px; 
	border: 1px solid #002079;
	background: #e3e4e8 url('../../../gfx/ala_v2/shell/slideLinkBack.gif') top left no-repeat; 
	text-decoration: none; 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px; 
}
#slideShow #nav a:hover { 
	border: 1px solid #3478ad;
}
#slideShow #nav a.activeSlide { background: #fff; background-image:none; border: 1px solid #002079; color:#002079; }
#slideShow #nav a:focus { outline: none; }
#output { text-align: left; }

#slideShow #navWrapper {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 260px;

}

#slideShow #nav {
	background: url('../../../gfx/ala_v2/shell/bannerBack.gif') bottom right no-repeat;
	position:relative;
	margin: -1px 0 0 0 ;
	text-align: right;
	padding: 2px 24px 3px 2px;

	}


}
#slideShow #prev {
	width: 10px;
	height:12px;
	background: url('../../../gfx/ala_v2/shell/prevBanner.gif') top left no-repeat;
	cursor:pointer;
	position:absolute;
	left: 30px;
	top: 2px;
	z-index:10;
	display: none;
}
#slideShow #next {
	width: 10px;
	height:12px;
	background: url('../../../gfx/ala_v2/shell/nextBanner.gif') top left no-repeat;
	cursor:pointer;
	position:absolute;
	right: 10px;
	top: 2px;
}

/* added to provide three column layout for second level landing pages */
.c1_1, .c1_2, .c1_3 {
	float: left;
	width: 31%;
	margin: 0 1em;
}

#sNav a.btnShare {
	height: 16px;
	width: 83px;
}

/* Add more bottom margin to long listings with descriptions */
.listingDocs ul {
	margin-top: 1.5em;
}
.listingDocs li {
	margin-bottom: 1em;
}
.member-only {
	background: transparent url("../../../img/tiny_padlock.png") no-repeat scroll right top;
	padding-right: 12px;
}

/*
Updates for Unit Committee Page RSS feeds
*/

#unit_rss {
	margin-top: -1em;
}
