/* base
----------------------------------------------- */

body {
margin:0 auto; padding:0;
background: #eeedee url(/cssimages/bg.gif) repeat-x top center;
font-family: helvetica, arial, sans-serif;
font-size: 62.5%; /* for IE */
color:#3b3b3b;
text-align:center;
}

html>body {
font-size: 10px; /* IE can?t read this */
}

/* color classes
--------------------------------------------*/
.orange    { color:#fda300; }
.blue      { color:#414b77; }
.blue-dark { color:#2E3554; }

.green {      color:#759213; }
.burgundy {   color:#7c1b07; }
.taupe {      color:#998855; }


/* Lists
--------------------------------------------*/

ul li {
/*
list-style:none outside url(/cssimages/list-icon-brownsquare.png);
*/
list-style:square outside;
}

/* Links
--------------------------------------------*/

a, a:link {
color:#414b77;
padding:0 0 2px 0;
text-decoration:none;
border-bottom:1px dotted #414b77;
}

a:hover {
color:#414b77;
padding:0 0 2px 0;
text-decoration:none;
border-bottom:2px solid #414b77;
}

.subnavitems {
margin:15px 0;
font-size:1.2em;
}

.subnavitems a, .subnavitems a:link {
display:block;
color:#414b77;
font-weight:bold;
padding:10px 3px;
text-decoration:none;
border-bottom:1px dotted #d7d7d7;
}

.subnavitems a:hover {
display:block;
color:#414b77;
font-weight:bold;
padding:10px 3px;
text-decoration:underline;
border-bottom:1px dotted #d7d7d7;
}


/* Common Items
--------------------------------------------*/
blockquote {
margin:10px auto;
border:1px solid #d4d4d4;
background:#e4e4e4;
padding:15px 20px;
font-style:italic;
}

p { margin: 0.5em 0; }

/* Default header styles
--------------------------------------------*/

h1, h2, h3, h4, h5, h6, h7 {
font-weight: normal;
}

h1 {
font-size: 2.5em;
line-height:1em;
margin: 5px 0;
font-family: 'Futura-Medium', 'Futura', 'Century Gothic', 'Avant Garde', 'Trebuchet MS', Tahoma, Verdana, sans-serif;
color:#414b77;
}

h2 {
font-size:1.8em;
margin: 5px 0;
font-family: 'Futura-Medium', 'Futura', 'Century Gothic', 'Trebuchet MS', Tahoma, Verdana, sans-serif;
text-transform:uppercase;
color:#414b77;
}

h3 {
font-size: 1.6em;
}


h4 {
margin: 10px 0 3px 0;
font-family: 'Futura-Medium', 'Futura', 'Century Gothic', 'Trebuchet MS', Tahoma, Verdana, sans-serif;
font-size:1.3em;
text-transform:uppercase;
color:#fda300;
}

small, .small {
font-size: 0.9em;
}

/* layout
----------------------------------------------- */

#accessibility {
position: absolute;
top: -10000px;
}

#underconstruction
{
background: url(/cssimages/underconstruction.gif) no-repeat top right;
position: absolute;
top: 0;
right: 0;
width: 195px;
height: 195px;
}


#wrap {
margin: 0 auto;
width: 812px;
text-align:left;
font-size:1.5em;
line-height:1.5em;
}

#head {
margin:0;
height:138px;
text-align:left;
}

.logo {
margin:10px 0 0 30px;
}

#mainnav-container {
padding-top:11px;
}

#container-home {
width:100%;
overflow:auto;
background:url(/cssimages/container-top-home.gif) no-repeat top center;
}

#top-left {
padding-top:140px;
float:left;
width:285px;
font-family: 'Futura-Medium', 'Futura', 'Century Gothic', 'Trebuchet MS', Tahoma, Verdana, sans-serif;
color:#998855;
color:#828687;
font-size:1.3em;
line-height:1.6em;
}

.quote-left {
background:url(/cssimages/quote-left.gif) no-repeat top left;
padding:20px 0 0 30px;
}

.quote-right {
background:url(/cssimages/quote-right.gif) no-repeat bottom right;
padding:0 15px 15px 0;
}

.quoteby { 
margin: 0 20px 0 0;
font-size:0.7em; 
text-transform:uppercase; 
text-align:right;
}

#top-right {
margin:20px 16px 0 0;
float:right;
width:440px;
height:360px;
text-align:right;
}

.video-home {
padding:5px;
background:#fff;
border:1px solid #c3c3c3;
}

#container-page {
padding: 75px 0 20px 0;
width:100%;
overflow:auto;
background:url(/cssimages/container-top-page.gif) no-repeat top center;
}

#content {
font-size:0.9em;
}

#content-photos { width:100%; font-size:0.9em; }

#left-column {
float:left;
width:275px;
}

#right-column {
float:right;
width:390px;
}

#left-column-page {
float:left;
width:475px;
}

#right-column-page {
float:right;
width:180px;
}

.form-container, #volunteer-form {
background:#fff;
padding:10px 30px;
border:3px solid #414b77;
border:3px solid #ccc;
}

.form-container { 
margin:0 auto;
padding: 5px;
border:2px solid #414b77;
border:2px solid #ccc;
}


.section_list {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
}

.section_list li {
	margin: 0 10px 2px 0;
	padding: 0;
}

#foot {
margin: 20px;
padding: 20px;
border-top:1px dotted #999;
text-align: center;
font-size:0.7em;
color:#777;
text-transform:uppercase;
}


/* box model hacks
http://archivist.incutio.com/viewlist/css-discuss/48386
----------------------------------------------- */

#container {
\width: 770px;
w\idth: 760px;
}

#sidebar-1, #sidebar-2 {
\width: 150px;
w\idth: 150px;
}

/* general classes
----------------------------------------------- */
.padding20   { padding:20px; }
.paddingLR20 { padding:0 20px; }
.paddingLR40 { padding:0 20px 0 40px; }
.paddingLR60 { padding:0 30px 0 60px; }
.paddingL40  { padding:0 0 0 40px; }
.paddingR20  { padding:0 20px 0 0; }
.marginR20   { margin:0 20px 0 0; }
.paddingLR60 { padding:0 60px 0 60px; }

.alert {
padding: 30px;
background: #daef81;
border:1px solid #759213;
font-size:1.8em;
color:#2b2b2b;
}

/* Clearing floats
--------------------------------------------*/
.clear { clear:both; }

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* overrides
----------------------------------------------- */

#sidebar-2 p, #sidebar-1 p {
	font-size: 0.8em;
	line-height: 1.5em;
}

.caps {
	font-size: 0.9em;
	letter-spacing: 0.1em;
}

div.divider {
	margin: 2em 0;
	text-align: center;
}

/* articles
----------------------------------------------- */

.directory {
	list-style-type: circle;
}

.author {
	font-style: normal;
	font-size: 0.8em;
}

.published {
	font-size: 0.8em;
}

/* comments
----------------------------------------------- */

.comments_error {
	color: #000;
	background-color: #fff4f4;
}

ul.comments_error {
	padding : 0.3em;
	list-style-type: circle;
	list-style-position: inside;
	border: 2px solid #fdd;
}

div#cpreview {
	color: #000;
	background-color: #f1f1f1;
	border: 2px solid #ddd;
}

form#txpCommentInputForm td {
	vertical-align: top;
}

#comments-help {
	margin: 2px 0 15px 0;
	font-size: 0.7em;
}

/* error page
----------------------------------------------- */

.error-status {
	font: 1.3em Georgia, Times, serif;
}

/* nav bar using sprites
----------------------------------------------- */

#mainnav {
    width: 750px; height: 35px;
    background: url(/cssimages/navbar.gif) no-repeat top center;
    margin: 0 auto; padding: 0;
    position: relative;
}

#mainnav li {
    margin: 0; padding: 0; list-style: none;
    position: absolute; top: 0;}
#mainnav li, #mainnav a {
    height: 33px; display: block; border:0; }

#home {left: 0px; width: 63px;}
#about {left: 85px; width: 75px;}
#news {left: 181px; width: 125px;}
#photos {left: 332px; width: 80px;}
#donate {left: 434px; width: 81px;}
#volunteer {left: 538px; width: 102px;}
#contact {left: 664px; width: 85px;}

#home a:hover {
    background: transparent url(/cssimages/navbar.gif)
    0px -35px no-repeat;
    border:0; }
#front #home a {
    background: transparent url(/cssimages/navbar.gif)
    0px -70px no-repeat;
    border:0; }

#about a:hover {
    background: transparent url(/cssimages/navbar.gif)
    -85px -35px no-repeat;}
#s-about #about a {
    background: transparent url(/cssimages/navbar.gif)
    -85px -70px no-repeat;}

#news a:hover {
    background: transparent url(/cssimages/navbar.gif)
    -181px -35px no-repeat;}
#s-news #news a {
    background: transparent url(/cssimages/navbar.gif)
    -181px -70px no-repeat;}
	
#photos a:hover {
    background: transparent url(/cssimages/navbar.gif)
    -332px -35px no-repeat;}
#s-photos #photos a {
    background: transparent url(/cssimages/navbar.gif)
    -332px -70px no-repeat;}

#donate a:hover {
    background: transparent url(/cssimages/navbar.gif)
    -434px -35px no-repeat;}
#s-donate #donate a {
    background: transparent url(/cssimages/navbar.gif)
    -434px -70px no-repeat;}

#volunteer a:hover {
    background: transparent url(/cssimages/navbar.gif)
    -538px -35px no-repeat;}
#s-volunteer #volunteer a {
    background: transparent url(/cssimages/navbar.gif)
    -538px -70px no-repeat;}

#contact a:hover {
    background: transparent url(/cssimages/navbar.gif)
    -664px -35px no-repeat;}
#s-contact #contact a {
    background: transparent url(/cssimages/navbar.gif)
    -664px -70px no-repeat;}

/* end navbar using sprites */


/* transparent png fix for IE
----------------------------------------------- */
img, div { behavior: url(/iepngfix.htc) }


/* contact form plugin "Zem Contct Reborn"
----------------------------------------------- */
#zem-container {
margin:10px auto;
border:1px solid #d4d4d4;
background:#e4e4e4;
padding:10px 15px 0px 15px;
}

#zemContactForm {
margin:0 auto;
padding:0;
font-size:0.9em;
line-height:1.6em;
}

#zemContactForm p {
margin:0 auto;
padding:0;
}

fieldset {
border:0;
}

label {
border:0;
}

fieldset legend { display:none ;}

#yourname, #youremailaddress, #subject, #message, .zemText {
margin:0 auto;padding:0;
width:140px;
height:1.6em;
/*background-color:#f7f6f2;*/
}

#Message {
width:140px;
height:140px;
/*background-color:#f7f6f2;*/
}

#zenSubmit {
}

.thumbs a, .thumbs a:link, .thumbs a:visited {
text-decoration:none; 
border-bottom:0;
}

.thumbs img {
margin:10px 5px 10px 0;
padding:1px; 
border:3px solid #b6d1d4; 
}

.thumbs a:hover img { border:3px solid #314d6c; }

.article-image {
margin:10px 5px 10px 0;
padding:1px; 
border:3px solid #b6d1d4; 
}

