/* 

*/
/* @group General Styles */

.clear {
	clear: both;
	height: 0px;
}

.hidden  {
    display:none !important;
}
a{
	color: #333;
}
a:hover{
    color: #000;
}
a img { border: none; }


h1 {
    font-size: 2.9em;
    text-align: center;
    margin: 10px;
    margin-top: 22px;
    margin-bottom: 15px;
    display: block;
    font-weight:normal;
}

/* IE Hack */

/* Hides from IE5-mac \*/
* html h1 {
    height: 1%;
}
/* End hide from IE5-mac */

h1 a {
    text-decoration:none;
    color: #333;
}
h1 a:hover {
    text-decoration:none;
    color: #333;
	opacity: 1;
}

h1 a:hover, h1 a:focus, h1 a:active {
}


h2 {
    display: block;
    font-weight: normal;
    background: url(new_title_bkgd.png)  repeat-x;
    padding-left: 15px;
    padding-top: 13px;
    padding-bottom: 13px;
    margin: 0px;
}

/* Hides from IE5-mac \*/
* html h2 {
    height: 30px;
    margin-right: -15px;
    margin-top: -15px;
}
/* End hide from IE5-mac */


li ul {
	padding-top:8px!important;
}
li{
	border: 0px solid red;
}
ol {
	padding-left: 30px;
}

dd {
	margin-left: 30px;
}
/* remove excessive spacing if the heading is used in a collection index */
li h3 {
	margin:0px;
}

/* make linked lists look less blue */
li a {
	text-decoration:none;
}

li a:hover {
	text-decoration:underline;
}
/* Images embedded in text.  "narrow" are 200 pixels wide or smaller. */
img.narrow {
	display: block;
	clear: right;
    float: left;
}
img.wide {
	clear: both;
	display:block;
}
/* @end */

/* @group Layout Styles */

body {
	font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
	font-size: 76%;
    word-wrap: break-word;
    color: #fff;
    background: #1e2326;
    margin: 0;
    padding: 0;
}



#page-container{
	padding-bottom: 19px;
	margin: 0 auto;
	width: 940px;
	background: none;
	border: 0px solid red;
	background: transparent url(footer-bottom.jpg) no-repeat bottom center;
}


#page {
	padding: 0 20px;
	position: relative;
    margin: 0;
    width: 900px;
	border: 0px solid blue;
	background: transparent url(shadow.jpg) repeat-y bottom center;
}

#page-top {
    margin:0;
}

#page-content {
    margin: 0 auto;
    clear: both;
    background: #d3cfcf url(content-bg.jpg) no-repeat center top;
	color: #000;
	padding: 20px;
	padding-bottom: 1px;
	border: 0px solid blue;
}

#title {
    border: 0px solid red;
    /*Here we expand the title so we can
    have the nice rounded top with drop shadow,
    then use padding to move the content back */
	margin: 0;
	min-height: 100px;
	padding: 10px;
	padding-top: 50px;
	background: #fff url(bg-header.jpg) no-repeat bottom center;
}

#sitemenu-container {
    clear:both;
    width: 900px;
    margin: 0 auto;
    padding: 5px 0px;
    clear:both;
    border: 0px solid red;
    background: #000;
    min-height: 35px;
}

#sitemenu {
    width: 900px;
    overflow: hidden;
}

#sitemenu-content{
    width: 900px;
    border: 0px solid red;
}

#sidebar-container{
    float: left;
    width: 220px;
    word-wrap: break-word;
    font-size: 0.8em;
    border: 0px solid red;
    margin-left: 0px;
}
#sidebar {
/*    float: left;*/
    width: 220px;
    margin: 10px;
    word-wrap: break-word;
    font-size: 0.8em;
}
#sidebar-top{
	background: url(sidebar-top.jpg) no-repeat top center;
	height: 20px;
}
#sidebar-content{
	background: #b4b2b3;
	padding: 1px 0;
}
#sidebar-bottom{
	background: url(sidebar-bottom.jpg) no-repeat top center;
	height: 20px;
}

#main {
    border: 0px solid red;
	margin: 10px;
}
#main-content {
    border: 0px solid blue;
    position: relative;
    min-width: 600px;  
}

#main-bottom{
    clear: both;
}
#page-bottom {
	margin: 0;
	padding: 60px 30px 20px  30px;
    clear: both;
    overflow: hidden;
    background:#b5babd url(footer-top.jpg) no-repeat center top;
    color: #000;
    border: 0px solid red;
}

#page-bottom div {
	padding: 5px 20px 0 20px;
    clear: both;
	background: url(content.jpg) repeat-y center top;
}

#page-bottom p {	margin: 0;
	display:block;
	width: 960px;
	padding: 5px 20px 0 20px;
    clear: both;
	background: url(content.jpg) repeat-y center top;
}
#page-bottom div p {	margin: 0;
	display:inline;
	width: 100%;
	padding: 0;
    clear: both;
	background: none;
}





/* @end */


/* @group Title */

#title{
	color: #000;
}

#title img {
    float: left;
    margin-bottom: 10px;
}

#title p {
	text-align: center;
}


#title h1 {
    font-size: 2.9em;
    text-align: center;
    margin: 0px;
    display: block;
    font-weight:normal;
}
/* IE Hack */

/* Hides from IE5-mac \*/
* html #title p {
    height: 1%;
}
/* End hide from IE5-mac */


/* @end */

/* @group Site Menu */

#sitemenu-content {
    font-size: 1.5em;
}

#sitemenu-content ul {
    text-align: left;
    padding:0 10px;
    margin:0;
	white-space: normal;
}

#sitemenu-content li {
    margin: 0;
    padding: 0;
    display: inline;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 1px;
    font-size: 1.1em;
    border: 0px solid red;
    line-height: 30px;
}

#sitemenu-content a{
    text-decoration: none;
    color: #999;
}

#sitemenu-content a:hover span.in, a:focus span.in, a:active span.in {
    color: #fff !important;
}
.currentPage span.in{
    color: #fff !important;
}

#sitemenu-content li.currentPage span.in, #sitemenu-content li.currentParent span.in  {
    
    color: #fff !important;
}

/* @end */



/* @group Page Content */
h2{
	border: 0px solid green;
}
#page-content a, #page-bottom a  {
    text-decoration: none;
}
#main a{
    text-decoration: underline;
}


.HTMLElement {
    margin-bottom: 10px;
}

.ImageElement, .VideoElement {
    text-align: center;
	padding-top:20px;
}

.article img {
    border: none;
}

.article img.narrow{
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.article-thumbnail {
/*    float: left;*/
    margin-right: 10px;
    margin-bottom: 10px;
}

.article, .no-callouts {
	margin:0px 10px 10px 10px!important;
	clear: right;
}

.article h3 {
     background: url(other_title.png) repeat-x;
     border: 1px solid rgb(212, 212, 212);
     padding: 5px;
     
     font-weight: normal;
}

.article {
    margin:0;
    margin-top: -30px;
    background: none;
    border: none;
    padding-bottom: 0;
    padding-top: 0;
}

.article p {
    clear: none;
}

.article a {
    text-decoration: underline;
    border-bottom: none;
}

.article a:hover, a:focus, a:active {
    border-bottom: none;
}

.article-summary {
    padding: 0;
    margin: 0;
    clear: none;
}
.article-info{
	padding: 0 10px;
}
.callout {
    float: right;
    margin: 10px;
    margin-right: 0px;
    padding: 0px;
}

.callout ul li, #sidebar ul li {
    background: url(bullet_blue.png) no-repeat !important;
}

.callout h4 {
    font-weight: normal !important;
    font-size: 1.1em !important;
}
.callout p{
	padding: 5px;
}
.callout-top{
	background: rgba(180,178,179,0.89) url(sidebar-top.jpg) no-repeat center;
	height: 20px;
}
.callout-bottom{
	background: rgba(180,178,179,0.89) url(sidebar-bottom.jpg) no-repeat center;
	height: 20px;
}
.callout-content{
	background: rgba(180,178,179,0.89);
	padding: 1px 0;
}

/* @group no-sidebar */
.has-photo-navigation h2 {
	padding-right:200px;
}

/* @end */

/* @end */


/* @group Sidebar */
.bordered{
	border-bottom: 5px solid #d3cfcf;
}

#sidebar {
	border: 0;
	
}

#sidebar p {
    margin-left: 5px;
    margin-right: 5px;
    text-align: left;
}

#main ul, #sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: 5px;
}

#main ul li, #sidebar ul li {
    padding-left: 25px;
    background: url(bullet.png) no-repeat;
    padding-bottom: 6px;
	padding-top:2px;
}
#sidebar-content .i1{
	margin-top:-11px;
}
#sidebar-content .i1 .i1{
	margin-top:0px;
}

/* @group pagelet */
.pagelet {
    width:220px;
    word-wrap:break-word;
    overflow:hidden;
    margin: 0px auto;
}

.pagelet-body {
    width:220px;
    word-wrap:break-word;
    overflow:hidden;
}

.pagelet h4 {
    margin: 10px 3px 0px 3px;
    font-weight: normal;
    font-size: 1.3em;
    text-align: center;
	width: 190px;
}

.pagelet h4 span.in {
	padding:4px 20px;
	width: 150px;
	overflow: hidden;
    display:block;
    color: #000;
}

/* @end */
/* @group allow-sidebar */

/* @end */
/* @end */


/* @group Page bottom */

#page-bottom p {
}

#page-bottom p+p:before {
	content: ' \002022  ';
}

#page-bottom p {
    margin-top: 0;
}

/* @end */


/* @group Photo */

.photo-page h2 {
}

div.photo-viewer-summary .article {
    margin: auto;
}

.photo-navigation {
    position: absolute;
    top: 0px;
    right: 45px;
    z-index: 100;
    padding:0px;
    border: 0px solid white;
    width: 100px;
    height:32px;
}

.photo-navigation a:active {
    border: none;
}

#previous-photo	{
    width: 17px;
    height: 32px;
    position: absolute;
    left: 0px;
    margin-top: 0;
    text-indent: -5000em;
    background: transparent url(previous_d.jpg) no-repeat left bottom;
}



#previous-photo a {
    width: 17px;
    height: 32px;
    display: block;
    background: transparent url(previous.jpg) no-repeat left bottom;
}

#previous-photo a:hover {
    background-image: url(previous_h.jpg);
}

#next-photo {
    text-indent: -5000em;
    width: 17px;
    height: 32px;
    position: absolute;
    right: 0px;
    background: transparent url(next_d.jpg)	no-repeat left bottom;
}


#next-photo a {
    width: 17px;
    height: 32px;
    display: block;
    background: transparent url(next.jpg)	no-repeat left bottom;
}

#next-photo a:hover {
    background-image: url(next_h.jpg);
}

#photo-list {
    text-indent: -5000em;
    width: 23px;
    height: 30px;
    position: absolute;
    right: 38px;
    background: transparent url(list_d.jpg) no-repeat;
}




#photo-list a {
    width: 23px;
    height: 30px;
    display: block;
    background: transparent url(list.jpg) no-repeat;
}

#photo-list a:hover {
    background-image: url(list_h.jpg);
}

.caption {
    padding: 10px;
}

/* @group Photo grid */

/* Used on Photo Grid Pages ... */

.photogrid-index {
    text-align: center;
    margin: 10px;
    padding: 5px;
    border: 0px solid rgb(158, 158, 158);
    overflow: auto;
}



.photogrid-index a {
	text-decoration:none;
	border:0px!important;
}

.photogrid-index a:hover {
	text-decoration:underline;
}

.gridItem {
    float: left;
    position:relative;
    width:160px;
    height:192px;	/* room for caption */
    overflow: hidden;
    padding-top: 6px;
    border: 0px solid #000;
    background: #b4b2b3 url(grid_bg.jpg) no-repeat;
}

.gridItem h3 {
    font-size:1em;
    font-weight:normal;
    margin-top: 10px;
    margin-left: 7px;
    margin-right: 7px;
    height: 33px;
    overflow: hidden;
    position:absolute;
	top: 140px; /* needs to leave 38px from the bottom of the gridItem */
	width: 136px;
}


.gridItem img {
    border: 1px solid rgb(80, 80, 80);
    margin: auto;
    display:block;
    position: absolute;
    top: 0;
    bottom: 40px;
    right: 0;
    left: 0;
}

* html .gridItem img {
	position: relative;
	top:6px;
}

/* IE Hack */
/* Hides from IE5-mac \*/


* html .gridItem h3 {
	position: relative;
	top: 0px;
}

/* End hide from IE5-mac */

/* IE:Mac Hackery */
/*\*//*/
.photogrid-index { 
	margin-right:0px;
}
/**/

/* @end */
/* Hides from IE5-mac \*/
* html .photo-navigation {
    margin-top: 2px;
}
/* End hide from IE5-mac */


/* @end */


/* @group Other stuff */
/* sandvox banner */

.imageLink {
	border: 0px none;
}

/* Used on index summary pages */
.listing-index li h3 a {
    font-weight:normal;
}


/* @end */

/* @group allow sidebar */


.allow-sidebar #main-content {
	float: right;
}
.allow-sidebar #next-photo {

}
.allow-sidebar #photo-list {

}
body.allow-sidebar #main{

}
body.allow-sidebar .gridItem{
    margin: 17px;
}



/* Most other pages have sidebars */
body.allow-sidebar #main {
    margin-left: 235px;
/*    float: right;
    width: 730px;*/
    font-size: 1em;
    border: 0px solid red;
}
/* IE Hack */

/* Hides from IE5-mac \*/
* html .body.allow-sidebar #main {
    margin:0;
    padding:0;
    margin-right: 2px;
    width: 523px;
}
/* End hide from IE5-mac */
/* @end */
    
/* @group no-sidebar*/

body.no-sidebar #page-content {

}
body.no-sidebar {
	border: 0px solid red;
}
body.no-sidebar .gridItem{
    margin: 21px;
}

body.no-sidebar #page-content {
   
}

/* photo-page, html-page (in some cases), iframe-page don't have sidebar */
body.no-sidebar #main {
}
body.no-sidebar .photogrid-index {

}

* html body.no-sidebar .photogrid-index {
	width:652px!important;
}
/* @end */

/* @group custom-banner */

.has-custom-banner #page-top {
	overflow: hidden;
}

/* BANNER STUFF */
body.has-custom-banner #title {
	background: none center 50% no-repeat; 
}

* html body.has-custom-banner #title {
	margin-bottom: 0px;
}

/* Hides from IE5-mac \*/
* html body.has-custom-banner #title {
	margin-bottom: -14px;
}
/* End hide from IE5-mac */


body.has-custom-banner h1, body.has-custom-banner #title p {
	font-weight: bold;}

/* @end */

/* @group has-logo */
.has-logo #title h1{
	margin-left: 200px;
}

.has-logo #title p{
	margin-left: 200px;
}

/* @end */
/**/


/* IE 5/5.5 Hackery */

@media tty {
i{content:"\";/*" "*/}} @import 'ie.css'; /*";}
}/* */

/* IE:Mac Hackery */

/**/





