/* 
   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. 
*/

a img { border: none; }

/*
Page background     #0080c5
h1, h2 bkgd         #9fcc48
h1,h2 TEXT          #293e69
sidebar etc. bkgnd  #db3438
sitemenu, bottom    #e3481c
pagelet h4          #3aa7db
main                #f6c94a
Main Text           #FFFFFF
*/

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

.hidden {
    display:none;
}

/* Images embedded in text.  "narrow" are 200 pixels wide or smaller. */
img .narrow {
    float: right;
}
img .wide {
	display: block;
}

/* Block Level formatting, more or less in descending order */

body {
	font-size: 76%;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin: 0;
	background: #0080c5 url(bkgd.png) top repeat-x;
    word-wrap: break-word;
}

/* font for headlines etc. */
h1, #title  {
	font-family:Chalkboard, "Comic Sans MS", sans-serif;
}

h2, h3, h4, .caption, #page-bottom, #sitemenu-content li {
	font-family:Helvetica, Arial, Verdana, sans-serif;
}


#page {
    margin: auto;
    width: 771px;

}

body.no-sidebar #page {

}

#page-top {
    margin:0;
}

#title {
    padding: 0;
    background: #9fcc48;
    padding-bottom: 2px;
    text-align: center;
    text-decoration:none;
    margin: 0;
    margin-top: 10px;
}

#title a {
    text-decoration:none;
}

h1 {
    font-size: 3.0em;
    font-weight:normal;
    text-align: center;
    color: #293e69;
    margin: 10px;
    margin-top: 0;
    padding-top: 10px;
    margin-bottom: 5px;
    display: block;
}

/* IE Hack */

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

h1 a {
    text-decoration:none;
    border:none;
    color: #293e69;
}

h1 a:hover, h1 a:focus, h1 a:active {
    border-bottom: 1px solid #293e69;
}

#title img {
    border:none;
    margin-top: 10px;
}

#title p {
    text-align: center;
    margin: 5px 10px 0px 10px;
    padding-bottom: 14px;
    color: #293e69;
}

/* IE Hack */

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

#sitemenu-container {
    clear: both;
    padding-top: 0px;
    margin-top: 0px;
}

/* Hides from IE5-mac \*/
* html #sitemenu-container {
    margin: 0;
}
/* End hide from IE5-mac */

body.no-sidebar #sitemenu-container {
}

#sitemenu {
    clear: both;
    margin: auto;
    padding: 0;
    background: #e3481c;
    margin-top: 10px;
}

#sitemenu-content ul {
    text-align: center;
	margin:0px;
    padding: 10px 35px 9px 35px;
}

/* Hides from IE5-mac \*/
* html #sitemenu-content ul {
    padding-left: 10px;
}
/* End hide from IE5-mac */

#sitemenu-content li {
    margin: 1px 0px;
    padding: 0px 3px;
    display: inline;
    font-weight: normal;
    font-size:1.0em;
    text-transform: uppercase;
    color: white;
}

#sitemenu-content span.i1 {
    border: none !important;
}

#sitemenu-content a{
    text-decoration: none;
    border:none;
    padding-left: 3px;
    color: white;
}

#sitemenu-content li.currentPage span.in, #sitemenu-content li.currentParent a {
    text-decoration: none;
    padding-left: 3px;
    color: black;
}

#sitemenu-content a:hover, a:focus{
    text-decoration: none;
    color: black
}

#sitemenu-content a:active {
    text-shadow: 0px 0px 5px #FF0000;
    border: none !important;
}

#page-content {
    width: 771px;
    margin: auto;
    clear: both;
    min-height: 200px;
    margin-top: 10px;
}

* html #page-content {
	margin-top:0px;
}

body.no-sidebar #page-content {
    width: 771px;
}

#sidebar {
    float: right;
    width: 230px;
    word-wrap: break-word;
    font: 0.8em Georgia, "Times New Roman", Times, serif;
    text-align: center;
    margin-right: 0px;
    background: #db3438;
}

/* IE Hack */

/* Hides from IE5-mac \*/
* html #sidebar {
    margin-right: 0px;
    margin-top: 0;
}
/* End hide from IE5-mac */

#sidebar p, .pagelet table {
    margin-left: 10px;
    margin-right: 10px;
    text-align: left;
}

#sidebar ul, .callout ul {
	text-align:left;
}

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

.pagelet h4 {
    padding: 5px;
    margin: 10px;
    font-size:  1.5em;
    font-weight: normal;
    color: white;
    text-align: center;
    background: #3aa7db;
}

.pagelet.bordered {
	border:#9fcc48 solid 3px;
	margin:10px 10px;
	padding:0px;
	width:204px;
}

.pagelet.bordered p {
	padding:0px 5px;
}

.pagelet.bordered h4 {
	margin:0px;
}

/* photo-page, html-page (in some cases), iframe-page don't have sidebar */
body.no-sidebar #main {
    margin-left: 0px;
    margin-right: 0px;
    font-size: 1em;
    background: #f6c94a;
    position:relative;
}

/* Most other pages have sidebars */
body.allow-sidebar #main {
    margin-left: 0px;
    float: left;
    width: 531px;
    font: 1em Georgia, "Times New Roman", Times, serif;
    background: #f6c94a;
}

/* IE Hack */

/* Hides from IE5-mac \*/
* html .body.allow-sidebar #main {
    margin:0;
    padding:0;
    margin-left: 0px;
}
/* End hide from IE5-mac */

h2 {
    display: block;
    font-weight: normal;
    font-size:2em;
    text-align: center;
    padding: 10px;
    margin-top: 0;
    background: #9fcc48;
    color: #293e69;
    border-bottom: 10px solid white;
}

/* Hides from IE5-mac \*/
* html h2 {
    height: 28px;
}
/* End hide from IE5-mac */

li a, #sidebar a  {
    color: #FFFFFF;
    text-decoration: none;
    border-bottom: 1px dashed #f99;
}

li a:hover, li a:focus{
    border-bottom: 1px solid #FFFFFF;
}

li a:active {
    text-shadow: 0px 0px 5px #FF0000;
}

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

.article h3 {
     border-top: 10px solid white;
     border-bottom: 10px solid white;
     padding: 5px;
     font-size: 1.4em;
     color: #FFFFFF;
     font-weight: normal;
     text-align: left;
     background: #db3438;
     margin-right: -10px;
     margin-left: -10px;
}

#main .article h3 a {
    color: #FFFFFF;
    padding: 3px;
    text-decoration: none;
    border-bottom: 1px dashed #FFFFFF;
}

.article h3 a:hover, a:focus{
    border-bottom: 1px solid #FFFFFF;
    text-decoration: none;
}

.article h3 a:active {
    text-shadow: 0px 0px 5px #FF0000;
}

a {
    color: #FFFFFF;
    text-decoration: none;
    border-bottom: 1px dashed #FFFFFF;
}

#main a {
	color: #293e69;
}

a:hover, a:focus{
    border-bottom: 1px solid #FFFFFF;
}

a.imageLink, a.imageLink:hover, a.imageLink:focus {
	border-bottom: 0px none !important;
}

#main .pagelet a {
	color: #fff;
}

.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;
}

.callout {
    float: right;
    text-align: center;
    background: #db3438;
    margin-right: -15px;
    margin-top: 0px;
    margin-left: 15px;
    margin-bottom: 20px;
    border: 5px solid white;
    border-right: none;
}

.callout p {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}

.callout h4 {
    font-weight: normal !important;
    font-size: 1.25em !important;
    line-height: normal;
    text-shadow: none;
}

#page-bottom {
    background: #e3481c;
    border-top: 10px solid white;
    border-bottom: 10px solid white;
    padding: 5px;
   	text-align: center;
    color: white;
}

body.allow-sidebar #page-bottom {
}

#page-bottom p {
    margin: 0;
}

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

.HTMLElement {
    margin-bottom: 10px;
}

.ImageElement, .VideoElement {
    text-align: center;
}

.caption {
    padding: 10px;
    font-size: 1.5em;
}

/* Used on Photo Grid Pages ... */
.photogrid-index {
    text-align: center;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding: 5px;
    padding-left: 10px;
    border-top: 10px solid white;
    border-bottom: 10px solid white;
    overflow: auto;
    width: 516px;
    background: #db3438;
}

body.no-sidebar .photogrid-index {
	padding:5px 40px;
	width:691px;
}

.photogrid-index a {
	color:#293e69;
	text-decoration:none;
}
.photogrid-index a:hover {
	text-decoration:underline;
}

.gridItem {
    float: left;
    position:relative;
    width:150px;
    height:180px;	/* room for caption */
    margin: 10px;
    padding-top: 10px;
    background: white;
    overflow: hidden;
}

.gridItem h3 {
    font-size: 0.9em;
    font-weight: normal;
    color: #293e69;
    margin-top: 4px;
    margin-left: 7px;
    margin-right: 7px;
    position:absolute;
	top: 140px; /* needs to leave 38px from the bottom of the gridItemÊ*/
	width: 136px;
}

.gridItem img {
    border: 1px solid #9fcc48;
    margin: auto;
    display:block;
    position: absolute;
    top: 0;
    bottom: 40px;
    right: 0;
    left: 0;
}

/* IE Hack */

/* Hides from IE5-mac \*/
* html .photogrid-index {
	padding:8px 0px;
	width:531px;
	overflow:visible;
}

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

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

/* End hide from IE5-mac */


/* Used on index summary pages */
.listing-index #main li h3 a {
    text-decoration:none;
    font-size:1em;
    font-weight:normal;
}


/* Individual Photo Pages */

.photo-navigation {
	position:relative;
    height: 30px;
    width:100%;
    margin-top:-5px;
    margin-bottom: 5px;
}

.photo-navigation div {
	width:30px;
	height:30px;
	position: absolute;
    text-indent: -5000em;
}

.photo-navigation a {
	display:block;
	width:100%;
	height:100%;
}

#previous-photo	{
    background: url(photo-buttons-disabled.gif)		no-repeat;
    left: 330px;
}
.allow-sidebar #previous-photo {
	left:210px;
}
#previous-photo a {
    background: url(photo-buttons.gif)		no-repeat;
}

#next-photo {
    background: url(photo-buttons-disabled-03.gif)		no-repeat;
    left: 410px; 
}
.allow-sidebar #next-photo {
	left:290px;
}
#next-photo a {
    background: url(photo-buttons-03.gif)		no-repeat;
}

#photo-list {
    background: url(photo-buttons-disabled-02.gif)		no-repeat;
    left: 370px;
}
.allow-sidebar #photo-list {
	left:250px;
}
#photo-list a {
    background: url(photo-buttons-02.gif)		no-repeat;
}



/* IE 5/5.5 Hackery */

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

/* IE:Mac Hackery */

/*\*//*/

body.allow-sidebar #main {
    float: left;
    width: 470px;
    font: 1em Georgia, "Times New Roman", Times, serif;

}

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

#sitemenu {
    margin-top: 0px;
}

#sitemenu-content ul {
    padding-top: 0px;
}

.article p {
    clear: none;
}

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

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

.article-summary {
    padding: 0;
    margin: 0;
    clear: none;
}

#page-bottom p {
    margin-top: 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%;
	min-width: auto;
}

td.dli1 { text-align:center;}
