@charset "UTF-8";

body {
	font-family: trebuchet, "trebuchet ms", verdana, helvetica, arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	background: #5e140e url(assets/images/background_shingles.jpg);
	text-align: center;
	color: #0f0000;
}

/* ////////////////////////////////

GENERAL TAG STYLES
dark red: 5e140e
burgundy: 713D58
blue: 788DBF
beige: C9BAA7
//////////////////////////////// */

p, h1, h2, h3, h4, h5, h6, ul, ol {
	margin: 18px 60px 0px 60px;
}

blockquote	{padding: 0 0 18px 18px; color:#666666; font-style: italic;}
strong		{font-weight:bold;}
em		{font-style:italic;}

h1 { /*larger headline */
	text-align: right;
	font-size: 48px;
	font-weight: normal;
	color: #C9BAA7;
	text-shadow: #333333 1px 1px 3px;
	line-height: 48px;
	margin-top: 5px;
}

h2 { /*larger headline */
	text-align: left;
	font-size: 36px;
	font-weight: normal;
	color: #5e140e;
	text-shadow: #333333 1px 1px 3px;
	line-height: 36px;
	margin-top: 5px;
}

h3 {
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	color: #788DBF;
}

h4 {
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	color: #788DBF;
}

h5 {
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	color: #788DBF;
}

p {
	font-size: 14px;
	line-height: 18px;
}

ul, ol {
	margin-left: 60px;
}

ul {
	list-style-type: square;
}

a, a:visited {
	color: #713D58;
	text-decoration: none;
}

a:hover, a:active {
	color: #5e140e;
	}

img {
	border: 0;
}

img.wrap {
	float: right;
	margin: 0 0 20px 20px;
	border: 3px solid #788DBF;
}

/* ////////////////////////////////

LAYOUT AND STRUCTURAL STYLES

//////////////////////////////// */

#container {
/* to allow entire lead page to center together */
	width: 960px;
	margin: 0px auto;	
} 

#header {
	height: 58px;
	width: 960px;
	background: url(assets/images/background_top.png) no-repeat;
	margin-top: 70px;
}

/* header and main navigational elements */

#nav {
	padding-right: 60px;
	height: 140px;
}

#nav .logo {
	float: left;
	height: 130px;
	width: 210px;
	padding-left: 60px;
	padding-right: 10px;
	display: inline;
}

/* content region */
#pageBox {
	width: 960px;
	background: url(assets/images/background_middle.png) repeat-y;
	}
	
#pageContent {
	clear: both;
	text-align: left;
	}

/* footer region */
#footer {
	height: 58px;
	width: 960px;
	background: url(assets/images/background_bottom.png) no-repeat;
}

#donations {
float: right;
}

#donations h2 {
	text-align: right;
	font-size: 48px;
	font-weight: normal;
	color: #C9BAA7;
	text-shadow: #333333 1px 1px 3px;
	line-height: 48px;
	margin-top: 5px;
}

#donations h3 {
	text-align: right;
	font-size: 12px;
	font-weight: normal;
	color: #788DBF;
	text-shadow: #333333 1px 1px 1px;
	line-height: 12px;
	margin-top: 5px;
}

#contentBox {
	margin: 18px 60px 0px 60px;
}

/* ////////////////////////////////

MAIN NAVIGATION AND SUBNAVIGATION STYLES

//////////////////////////////// */

/* main navigational elements */
.topmenu { /* Navigation settings */
	list-style: none;
	float: right;
	padding-left: 0px;
	margin: 15px 0 0 0;
	position: relative;
	overflow: hidden;
	display: inline;
	}
.topmenu li {
	float: left;
	}
.topmenu li.current a
	{
	color: #5e140e;/* Hover font color */
	}
.topmenu a:hover {
	text-decoration: none;
	color: #713D58;
	}
.topmenu li.back { 
	width: 9px; 
	height: 35px;                     
	z-index: 9;
	background: #C9BAA7;/* Navigation's background slider color */
	opacity: 0.6;
	filter: alpha(opacity=60);
	position: absolute;						
	}  
.topmenu li a {
	float: left;
	font-weight: normal;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 10px;
	color: #788DBF;
	height: 35px;
	text-shadow: #999999 1px 1px 3px;
	z-index: 10;
	display: block;
	overflow: hidden;
	position: relative;
	display: inline;
	font-size: 14px;
	}

/* ////////////////////////////////

CONTENT STYLES

//////////////////////////////// */

.highlight { 
	color: #4986B5;
	font-size: 15px;
}	

.date {
	font-size: 15px;
	font-weight: normal;
	color: #003E7F;
	padding: 0px;
	margin: 0px;
	font-style: italic;
}

.testimonial {
	padding: 30px 30px 0px 30px;
}

.quote { /* quote attributions on site */
	float: right;
	padding: 0px 10px 10px 0;
	font-style: italic;
	font-weight: 400;
}

/* Modx forms */


.clear {
	clear: both;
	overflow: hidden;
	height: 0px;
}

div.errors { 
	color:#F00; 
}

.invalidValue { 
	background: #FFDFDF; 
	border:1px solid #F00;
}

.requiredValue { 
	background: #FFFFDF; 
	border:1px solid #F00;
}

form label {
    cursor: pointer;
}

fieldset {
    border: 0;
	margin: 0;
	padding: 0;
}
form textarea {
    border: 1px solid #9c978c;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    padding: 2px 0 2px 2px;
	background-color: #e9e9e9;
    height: 100px;
    width: 300px;
}

form input.text {
	background-color: #e9e9e9;
}
select {
    border: 1px solid #9c978c !important;
    border: 0;
    background: #e9e9e9;
}
form br {
    clear: both;
}

input.small {
	width: 50px;
}

.submit_button {
	border: 3px double #9c978c;
	padding: 6px 18px;
	background: url(/assets/images/forms.jpg) 0px -3px repeat-x;
	color: #2d2d2d;
	margin: 0;
	margin-left: 150px;
}

.submit_button:hover {
	color: #cccccc;
	border: 3px double #cccccc;
}

.submit_button:active {
	border: 3px double #888;
	background: url(/assets/images/forms.jpg) 0px -35px repeat-x;
	color: #999999;
}

.form_label {
display:block;
padding-top:2px;
float:left;
width:150px;
height:18px;
color: #333333;
position:relative;
top:0px;
text-align:left;
margin-right:2px;
}

.form_entry {
padding-left:85px;
}

.ditto_paging {
    border-top: 1px solid #ccc;
    padding: 10px; 
    font-size: 12px;
    color: black;
}
#ditto_pages .ditto_currentpage {
    border: 1px solid black;
    padding: 1px 5px 2px; 
    margin-right: 1px;
    background-color: #9c978c; 
    color: #fff;
} 
#ditto_pages .ditto_off {
    border: 1px solid #ccc;
    padding: 1px 5px 2px; 
    margin-right: 1px;
    color: #ccc;
}
#ditto_pages a, #ditto_pages a:link, #ditto_pages a:visited {
    border: 1px solid #9c978c; 
    padding: 1px 5px 2px; 
    margin-right: 1px; 
    text-decoration: none !important; 
    color: #9c978c;
} 
#ditto_pages a:hover {
    background-color: #666666;
    color: #ffffff;
}


#ajaxSearch_subSearch{
	padding: 3px 2px 2px 2px;
  margin: 5px 0 10px 0;
  list-style: none;
}
#subSearch_maxigallery{
	padding: 2px 2px 2px 2px;
  margin: 5px 0 10px 0;
  width: 100%;
  clear: both;
}
#ajaxSearch_radio {
	background:#FFFFFF;
	font-size: 10px;
	margin:0 0 5px;
	padding: 1px 1px 2px 1px;
}
#ajaxSearch_select {
	background:#FFFFFF;
	height:auto;
	width: 150px;
	font-size: 10px;
	padding: 3px 1px 2px 1px;
	border: 2px inset gray;
}
#search #ajaxSearch_form, #search form {
position:relative;
width:auto;
margin:0;
padding:0;
}

#ajaxSearch_intro {
margin: 10px 0 15px 0;
}

#ajaxSearch_input {
	width: 200px;
	background: #FFFFFF;
	font-size: 10px;
	padding: 3px 1px 2px 1px;
	border: 2px inset gray;
}

#ajaxSearch_submit {
	height: 2em;
	background: #1f72b1;
	text-transform: lowercase;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

#ajaxSearch_output {
  font-size: 10px;
	background-color: #EFEFEF;
	border: 1px solid #1f72b1;
	color: black;
  width: 200px;
	z-index: 1;
	padding: 5px;
	margin: 5px 0 15px 0;
}

.ajaxSearch_paging {
display: block;
margin: 5px 0 10px;
}
.ajaxSearch_currentPage {
  color: #1f72b1;
  font-weight: bold;
}
.AS_ajax_result {
  color: #444;
  margin-bottom: 3px;
}
.AS_ajax_resultLink {
  text-decoration: underline;
}
.AS_ajax_resultDescription, .ajaxSearch_resultDescription{
  color: #555;
  padding: 2px;
}
.AS_ajax_resultsIntroFailure{
  padding: 3px;
}
.AS_ajax_highlight1, .ajaxSearch_highlight1{
  color : #c13231;
  padding: 0;
  font-weight: bold;
}
.AS_ajax_highlight2, .ajaxSearch_highlight2{
  color : #CB53DF;
  padding: 0;
  font-weight: bold;
}
.AS_ajax_highlight3, .ajaxSearch_highlight3{
  color : #DF53B5;
  padding: 0;
  font-weight: bold;
}
.AS_ajax_highlight4, .ajaxSearch_highlight4{
  color : #DF5380;
  padding: 0;
  font-weight: bold;
}
.AS_ajax_highlight5, .ajaxSearch_highlight5{
  color : #A453DF;
  padding: 0;
  font-weight: bold;
}
.AS_ajax_highlight6, .ajaxSearch_highlight6{
  color : #53ADDF;
  padding: 0;
  font-weight: bold;
}
.AS_intro { display: none;}

.AS_ajax_resultImage img{
  margin:10px 140px 20px 140px;
}
.ajaxSearch_resultImage img{
  margin:10px 20px 20px 20px;
}
div .AS_ajax_more{
  margin: 20px 0;
}
.AS_ajax_more a{
  font-weight: bold;
}
.ajaxSearch_hiddenField{
	position:absolute;
	text-decoration:underline;
	background-color:#CC0000;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
}
#ajaxSearch_cmtThks{
  color: #CC0000;
  padding: 0;
  margin: 10px;
	font-size: 10px;
	font-weight: bold;
	height: 2em;
}
.ajaxSearch_cmtIntro{
  color: gray;
	font-size: 10px;
	font-weight: bold;
}
#ajaxSearch_cmtArea{
	width: 452px;
	height: 50px;
	padding: 3px;
	margin: 8px 0 3px;
}
#ajaxSearch_cmtSubmit, #ajaxSearch_cmtReset{
	height: 24px;
	background: #1f72b1;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
#search div .thumbscontainer ul.thumbs li{
	height: 150px;
}