/************************************************************************************************/
/*                                         LAYOUT (COMMON)                                      */
/************************************************************************************************/
/* - - CONTAINER OUTER */
#container-outer {
	margin: 0 auto;
	width: 1019px;
	background: #f2f2f2;
}

/* - - CONTAINER INNER - - */
#container-inner {
	margin: 0 auto;
	width: 995px;
	text-align: left;
	background: #fff;
}

/* - - MIDDLE COLUMN - - */
#col-middle li {
    line-height: 1.4em;  
}
#col-middle ul li {
  list-style-image : url(../images/bullet.gif);
}

/* - - ACCESSIBILITY - - */
.accessibility {
  	padding: 10px 25px 10px 10px;
  	color: #000;
  	font-size: 0.9em;
  	text-align: right;
  	vertical-align: middle;
}
.accessibility a {
  	font-weight: inherit;
	text-decoration: none;
	color: #000;  
}

/* - - HEADER - - */
#header {
	position: relative;
	border-bottom: 1px solid #d7d7d7;
}

/* - - LOGO - - */
#logo {
	position: relative;
	top: 0;
	left: 0;
}

/* - - DATE STAMP - - */
.datestamp {
  padding: 10px;
  padding-right:25px;
  color:#787878;
  font-size:0.8em;
  text-align: right;
  vertical-align:middle;
}

/* - - HEADER SUB - - */
#header-sub {
	border-bottom: 1px solid #d7d7d7;
}

/* - - BREADCRUMB - - */
#breadcrumb {
    padding: 10px 10px 10px 0;
	font-size: 0.8em;
    color: #787878;
}
#breadcrumb ul {
	width: 725px;
    margin-left: 0px;
}
#breadcrumb li {
    display: inline;
    margin-right: -15px;
}
#breadcrumb ul li {
    padding: 0 0 7px 15px;
}
#breadcrumb li.current a:link { font-weight:bold; }
#breadcrumb a {
	font-weight: normal;
	text-decoration: none;
	color: #787878;
}
#breadcrumb a:hover { text-decoration: underline; }

/* - - SEARCH - - */
#search {
	width: 256px;
	height: 35px;
	/* background: url("../images/search_bg.gif") 0 0 no-repeat; */
	/* border-left: 1px solid #d7d7d7; */
	margin: 0;
	padding: 0;
}
#search .swords { float: left; padding: 7px 20px 0 25px; border-right: 1px solid #d7d7d7; margin: 0; height: 28px; }
#search .swords input { border: none; background: transparent; width: 130px; }
#search .search { float: right; padding: 3px 9px 0 0; }

/* - - FOOTER - - */
#footer {
	font-size: 0.9em;
	position: relative;
}
#footer a { color: #696969; text-decoration: none; }
#footer a:hover { text-decoration: underline; }
#footer-menu {
	margin: 0;
	padding: 4px 0 15px 20px;
}
#footer-menu li {
	display: inline;
	padding-right: 12px;
}
	
/* - - SHARE IT LINKS - - */
#share-it {
	position: absolute;
	top: 0;
	right: 15px;
}
#share-it p {
	margin: 0;
	padding: 0;
}

/* - - COPYRIGHT NOTICE - - */
#copyright { 
	text-align: left;
	font-weight: bold;
	padding: 10px 10px 10px 30px;
	color: #848484;
}

/* - - LIGHTBOX ICONS - - */

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image,
div.news-single-img {
 margin-bottom: 0;
 padding-bottom: 8px;
}

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image img,
div.news-single-img img {
 padding-bottom: 18px;
}

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image a img,
div.news-single-img a img {
 background: url(../images/plus-icon.gif) no-repeat right bottom;
}

div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption,
div.news-single-img .news-single-imgcaption {
 margin-top: -18px;
 padding-right: 20px;
}
