/* 
   css Copyright (c) 2005-2006 by Karelia Software. All rights reserved.
   css released under Creative Commons License 
        - http://creativecommons.org/licenses/by-sa/2.5/ 
   All associated graphics belong to their respective owners 
        and are licensed separately. 


   COLOR SCHEME: DS DARK GREEN

*/

/*_________ CUSTOM COLORS _________________________*/

#page-top {
	width: 100%;
	background: #8c8c52 url(header-ds-design.gif) repeat-y center center;
	min-height: 110px;
	height: 128px;
}


#sidebar h4{
	margin: 2px 4px 2px 6px;
	padding-top: 3px;
	background-color: #d9d9c5;
	padding-bottom: 3px;
	padding-left: 4px;
	font-size: 10pt;
}


/*_________ END CUSTOM COLORS _________________________*/


/*_________ START SIMILAR CSS _________________________*/


a img { border: none; }

* {
	margin: 0;
	padding: 0;
}
body {
	color: #4c4c4c;
	background: #efefef;
	font: 11pt Arial, Helvetica, Geneva, sans-serif;
}
b{
	color: #000;
}

#page {
width: 100%;
	background-color: transparent;

}

.allow-sidebar #main {
float: left;
padding-left:20px;
}
.allow-sidebar #page-content{
background: white repeat-y;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#page-content{
margin: 0 auto;
text-align: left;
width: 760px;
overflow: hidden; /* overflow the content */
}


/*_________ TITLE HOLDER _________________________*/
#title { overflow: hidden; position: relative;width: 760px;text-align: left;margin: auto;
	padding-left: 20px;
	height: 95px;
}
#title[id] {display: table; position: static;}

#middle{position: absolute; top: 50%;left: 0;} /* for explorer only*/
#middle[id] {display: table-cell; vertical-align: middle; position: static;}
#inner {position: relative; top: -50%;margin-left: 10px;} /* for explorer only */

#title p {
	font-weight:normal;
	color: white;
	width: 500px;
	float:left;
}

#logo-container { 
	float: right;
	position: relative;
	right: 30px;
	top: 15px;
}

h1{
	color: white;
	letter-spacing: 1px;
	margin-top: 20px;
	width: 500px;
	float:left;
	font: bold 20pt "Century Gothic", "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-bottom: 4px;
}
h1 a:link, h1 a:visited{
text-decoration: none;
color: white;
}
h1 i{
font-style: normal;
}

h1 a{
text-decoration: none;
display: block;
}
h1 a:hover{
text-decoration: none;
}
/*______________ TITLEHOLDER END ____________________*/


.allow-sidebar #main {
float: left;
padding-left:20px;
padding-bottom: 30px;
width: 500px;
background: transparent no-repeat;
min-height: 158px;
height: auto !important;
height: 158px;
}
/* Hides from IE5-mac \*/
* html .allow-sidebar #main  {
	width:460px !important;
	padding-left:18px;
}
/* End hide from IE5-mac */

.no-sidebar #main{
padding-bottom: 30px;
width: 100%;
}

#sidebar-container{
background: transparent no-repeat 0 0;
float: right;
width: 240px;
min-height: 80px;
height: auto !important;
height: 80px;
}

#sidebar{
padding-bottom: 60px;
padding-top:8px;
width: 220px;
voice-family: "\"}\"";
voice-family: inherit;
width: 230px;
}html>body #sidebar{width: 230px;}

.pagelet {
	
	width: 240px;
	font-size: 10pt;
}
.pagelet.bordered {
	margin: 3px 5px 8px;
	width: 220px;
}
/* Hides from IE5-mac \*/
* html .pagelet  {
	width: 220px;
	margin-right:0px;
}
* html .pagelet.bordered {
	width:194px;
	margin-right:0px;
}
/* End hide from IE5-mac */

#sidebar .pagelet{
	width: 220px;
	padding: 3px;
}
#sidebar .pagelet.bordered {
	width: 220px;
	padding: 3px;
}
/* Hides from IE5-mac \*/
* html #sidebar .pagelet.bordered  {
	padding-left:0px;
	padding-right:0px;
	margin-right:0px;
	width:205px;
}
/* End hide from IE5-mac */


.article{
width: 475px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 6px;
	border: 1px solid #ccc;
	background-color: #f9f9f9;
}
/* Hides from IE5-mac \*/
* html .article  {
	width: 475px;	
}
/* End hide from IE5-mac */


.allow-sidebar #main .callout{
float: left;
width: 240px;
}
/* Hides from IE5-mac \*/
* html .allow-sidebar #main .callout {
	width:230px;
}
/* End hide from IE5-mac */


.no-sidebar #main-content {
	margin-left:20px;
}

/*___ footer ____________________________________________*/
#page-bottom {
	width: 760px;
	margin: 0px auto;
}
.allow-sidebar #page-bottom{
	width: 760px;
	margin: 0px auto;
}
#page-footer {
	width: 760px;
	border: 1px solid #ccc;
	margin: 20px auto;
}
#page-footer .page-location {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #3f3f3f;
	font-weight: bold;
	padding: 8px;
	border-bottom-width: 1px;
	border-bottom-color: #ccc;
	border-bottom-style: solid;
}
#page-footer .page-location a {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	text-align: left;
	color: #3f3f3f;
	font-weight: bold;
}
#page-footer .sublinks {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #7f7f7f;
	padding: 8px;
}
#page-footer .sub-heading {
	color: #3f3f3f;
	margin-top: 10px;
	font-weight: bold;
}
#page-footer a {
	font-family: Arial, Helvetica, sans-serif; 
	color: #7f7f7f;
	font-size: 12px;
}
/*___ end footer ________________________________________*/

.clear {
display: none;
}

/*___ links ____________________________________________*/
a:link, a:visited{ color: #036; text-decoration: underline; }
a:hover {text-decoration: none; color: #06C}

.currentPage span.in {
	color: white;
	font-weight: bold;
	font-size: 10pt;
}


#sitemenu-content a:link, #sitemenu-content a:visited {
color: white;
	font-size: 10pt;
	font-weight: bold;
}

#sitemenu-content a:hover, #sitemenu-content a:active {
	color: white;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
}

.hidden {
	display: none;
}

/*___img ________________________________________________*/
img.narrow {
	display: block;
	clear: left;
	float: left;
	padding-right: 4px;
}
img.wide {
	display: block;
	clear:both;
}

#main .article img{
margin-left: 0;
}
.article .article-thumbnail img{
margin-left: 0;
}

/*____ headings ________________________________*/
h2 {
	font-weight: bold;
	margin: 20px 0 10px 0px;
	color: black;
	font-size: 16pt;
}

.pagelet h4 {
	color: #464646;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10pt;
}

#sidebar h4, #sidebar .pagelet div{
	margin: 2px 4px 2px 6px;
	padding-top: 6px;
}

#sidebar .pagelet div div {
	margin:0px;
	padding:0px;
}

.timestamp {
	color: #666;
	font-size: 8pt;
	margin-top: 24px;
}

.article h3 {
color: #000;
text-align:left;
clear:both;
	font-size: 11pt;
	padding-bottom: 4px;
	margin-bottom: 8px;
	border-bottom: 1px solid #ccc;
}


/*___ p ___________________________________*/
#main .i2 .article-thumbnail{
float: right;
}

#sidebar p{
	text-align: justify;
	margin: 0px 4px 2px 6px;
}

#page-bottom p {
	text-align: center;
	font-size: 10pt;
	color: #4c4c4c;
}
.allow-sidebar #page-bottom p {
	margin:0px;
}



#sitemenu {
clear: both;
width: 100%;
text-align: center;
}

#sitemenu-content {
margin: 0 auto;
width: 760px;
font-size:100%
font-weight:normal;
}


/*___ ul, li _________________________________*/
#sitemenu-content ul {
list-style-type: none;
width: 760px;
margin-top:4px;
overflow:hidden;
	margin-left: 4px;
}

#sitemenu-content li {
display: inline;
float: left;
padding-top:4px;
padding-bottom:8px;
margin: 0 10px;
}
#sitemenu-content li.currentPage{
background: transparent no-repeat 50% 100%;
display: block;
color: #fff;
}
ul {
	list-style: none;
	margin: 10px 10px 0px 0;
	padding-left:8px;
}

.pagelet-body ul{
	margin: 0px 4px 0px 6px;
}

#page-content li {
margin: 8px 0;
background: transparent url(arrow.gif) no-repeat 0 7px;
padding-left: 13px;
}
#page-content li h3 {
border-bottom: 1px dotted #ddd;
margin-right: 10px;
}

/* Other specific classes nested with an .article */
.photo img{
border: 10px solid #f4f4f4;
}
.pagelet .photo img {
	border:0px none;
	margin-left:1px;
}
.HTMLElement{}
#main .HTMLElement{
	padding-left: 0px;
}
.ImageElement, .VideoElement { 
	text-align: center; 
	clear: both; 
}

/* Used on Photo Grid Pages ... */
.photogrid-index {
	margin-top:12px;
	margin-left:20px;
}

.gridItem {
	float:left;
	position:relative;
	width:150px;
	height:186px;	/* room for caption */
	overflow:hidden;
}
.gridItem h3 {
	text-align: center;
	margin: 0 5px;
	min-height: 36px;
	height: 36px;
	width:136px;
	position:absolute;
	top:140px;
	padding: 0 0px;
}
.gridItem img {
    border: 1px solid #4c4c4c;
    margin: auto!important;
    display:block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
	bottom: 24px;
}
/* IE Hack */
/* Hides from IE5-mac \*/
* html .gridItem img {
	position: relative;
}

* html .gridItem h3 {
	position: relative;
	top: 0px;
}
/* End hide from IE5-mac */


/* Individual Photo Pages */
.photo-navigation {
	position: relative;
	height: 35px;
	margin-bottom:18px;
}
.allow-sidebar .photo-navigation {
	margin-left:20px;
}
.photo-navigation div {
	position:absolute;
	top:0px;
	width:130px;
	height:35px;
	padding: 9px 0px 0px 0px;	
}
.photo-navigation a {
	display:block;
	width:100%;
}
#previous-photo	{
	left: 0;
	background: transparent url(prev.gif) no-repeat;
	padding-left: 26px;
}
#next-photo {
	right: 0;
	background: transparent url(next.gif) no-repeat 100% 0;
	text-align: right;
	padding-right:26px;
}
#photo-list {
	left: 50%;
	margin-left:-74px;
	background: transparent url(list.gif) no-repeat 0 0;
	width: 149px;
	text-align: center;
}
.image-controls img {
	border:0px none!important;
}

.caption {
padding: 5px 0;
}

/* IE7 hacks */

*:first-child+html .gridItem img {
	position:relative;
	top:0px;
}

*:first-child+html .gridItem h3 {
	position:relative;
	top:0px;
}


/* Contact Element (standard and customized HTML) */

form.contactElement textarea,
form.contactElement input,
form.contactElement select {
	width:98%;
	margin:4px 0;
}
form.contactElement input.submit {
	width:auto;
	display:block;
	margin-left:auto;
	margin-right:2%;
	min-width:50%;
}
form.contactElement th {
	text-align:right;
	font-weight:normal;
	width:25%;
}

/* Contact Element For IE 7 */
*:first-child+html form.contactElement input.submit {
	padding:0px 10%;
}

/* IE7 hacks */

*:first-child+html .gridItem img {
	position:relative;
	top:0px;
}

*:first-child+html .gridItem h3 {
	position:relative;
	top:0px;
}


/* Contact Element (standard and customized HTML) */

form.contactElement textarea,
form.contactElement input,
form.contactElement select {
	width:98%;
	margin:4px 0;
}
form.contactElement input.submit {
	width:auto;
	display:block;
	margin-left:auto;
	margin-right:2%;
	min-width:50%;
}
form.contactElement th {
	text-align:right;
	font-weight:normal;
	width:25%;
}

/* Contact Element For IE 7 */
*:first-child+html form.contactElement input.submit {
	padding:0px 10%;
}