/*-- GMHA Theme --*/

/*most recent CSS */

/*----------------------------EZfaqs (press releases)
*//*in snippet folder*/

/*----------------------------- accordion
*//* note: 
1. .acc_container MUST have fixed width
2. Padding must be added to nested div in .acc_container
*/
/* ACCORDION*/
h2.acc_trigger {/* heading */
       padding: 0;     
       margin: 10px 0 0 0;
       background: #fff;/*darker#b1a67b*/; /*url(h2_trigger_a.gif) no-repeat;*//* graphic */
       height: 25px; /*height of title box*/  
       line-height: 25px;/*height of title box*/
       width: 550px;
       font-size: 1.2em;
       font-weight: normal;
}
span.date {text-align:right;
}

h2.acc_trigger a {
       color: #222;
       /*text-decoration: none;*/
       border-bottom:1px solid #d7d1bb;
       display: block;
       padding: 0 0 0 15px;
       outline:none;
       }
h2.acc_trigger a:hover {
       color: #fff;
       background: #b1a67b;
}
h2.active {font-weight:bold;background-position: left bottom;background: #d7d1bb;border: 1px solid #b1a67b;}

.acc_container {
       margin: 0 0 5px 0; 
       padding: 0;
       overflow: hidden;
       /*font-size: 1.1em;*/
       width: 550px;
       clear: both;
       background: #f0f1e9/*f0f0f0*/;
       border: 1px solid #d6d6d6;
       -webkit-border-bottom-right-radius: 5px;
       -webkit-border-bottom-left-radius: 5px;
       -moz-border-radius-bottomright: 5px;
       -moz-border-radius-bottomleft: 5px;
       border-bottom-right-radius: 5px;
       border-bottom-left-radius: 5px;
}
.acc_container .block {
       padding: 10px 10px 0px 15px;
       }
/* END ACCORDION */

/*------------------------------end accordion
*/









#middle-column .inside img.openspace {
	margin-bottom:0;
}
#middle-column .inside img.noborder {
	border:none;
	}




/*-------------------------- PAYPAL
*/
form#cnbutton {
	float:left;
	display:inline;
	padding: 5px 10px 10px 0;
}
form#cnbutton table#cnbuttonnumber {
	width:120px;
	text-align:center;
}
form#rafflebutton {
	float:left;
	display:inline;
	padding: 5px 10px 10px 0;
}






.clear {/* fix for IE8 floats? */
 display: block;
    clear: both;
}

div.shadow-bg {
background: url(/assets/images/shadow-bg.png) repeat-y center;
}


/*-- MAIL CHIMP SUBSCRIBE FORMS --*/
div.mailchimp {
float:right;
width: 260px;
display:inline;
margin:0;
padding:0;
display: block;
clear: both;
}
div.mailchimp-volunteer, div.mailchimp-driving{
float:left;
width: 260px;
display:inline;
margin:0 290px 0 0;
padding:0;
clear:both;
}
div.mailchimp fieldset, div.mailchimp-volunteer fieldset, div.mailchimp-driving fieldset {
margin: 5px 0;
padding:10px;
border: 1px solid #ccc;
background: url(../assets/images/form-grad.jpg) repeat-x left bottom;
float:right;
width:240px;
display:inline;
}
div.mailchimp legend, div.mailchimp-volunteer legend, div.mailchimp-driving legend {
font-size:1.2em;
font-weight:bold;
border: 1px solid #ccc;
background-color:#fff;
color:#222;
margin-bottom:0;
padding-bottom:0;
}
div.mailchimp form, div.mailchimp-volunteer form, div.mailchimp-driving form{
padding-top:0;
margin-top:-15px;
}
div.mailchimp label, div.mailchimp-volunteer label, div.mailchimp-driving label {
float:left;
width:100%;
margin-right:1em;
display:inline;
}
div.mailchimp input[type="text"], div.mailchimp-volunteer input[type="text"], div.mailchimp-driving input[type="text"]{  /*--all text  inputs--*/
float:right;
width:160px;
padding-top:0; /*--input boxes--*/
margin-bottom:5px /*-- space between lines --*/
}
div.mailchimp input[type="text"]:focus, div.mailchimp-volunteer input[type="text"]:focus, div.mailchimp-driving input[type="text"]:focus {
background:#ffc;
}
div.mailchimp input[type="submit"], div.mailchimp-volunteer input[type="submit"], div.mailchimp-driving input[type="submit"] { /*-- submit input -*/
float:right;
width:100px;
height:25px;
border: 1px solid #c4cbb7;
-moz-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;
background-color:#dbe2cc;
-moz-box-shadow:1px 1px 1px #777;
-webkit-box-shadow:1px 1px 1px #777;
box-shadow:1px 1px 1px #777;
color:#222;
font-size: 1.2em;
margin-top:5px;
margin-right:2px;
text-shadow:1px 1px 1px #666;
}


/*----------------------------------LISTS
*/

/*--- VOLUNTEER PAGE
*/
ul.volunteerchoices {
	
	list-style-type: none;
	list-style-position: inside;
	padding-left:0;
	margin-left:0;
}
ul.volunteerchoices li{
	margin-left:20px;
}

/*-----BUSINESS MEMBERS PAGE
*/
p.goto {
	padding-bottom:0;
	margin-bottom:0;
	}
ul.goto {
	list-style-type: none;
	list-style-position: inside;
	padding-left:0;
	margin-left:0;
}
ul.goto li{
	margin-left:20px;
}







/*-- WHILE YOU'RE HERE PAGE - RANCHHOUSE AND LOCALRESOURCES --*/
div#ranchhouse{
width:270px;
float:right;
margin-top:10px;
margin-right:5px;
padding-top:10px;
display:inline;
background-color:#f7f7f2;
border: 1px solid #ebe9dc;
}
div#ranchhouse p, div#localresources p,
div#ranchhouse h3, div#localresources h3 {
margin-right:10px; margin-left:10px;
}
div#ranchhouse h3, div#localresources h3 {
margin-top:10px;
}
div#localresources h4{
line-height:1.2em;
margin-top:20px;
margin-right:10px;
margin-left:10px;
padding-left:5px;
border-bottom: 1px solid #e4e4d2;
border-left:15px solid  #e4e4d2;
}
div#localresources h3.plain{
border:none;
}
div#localresources div.topborder img{
background-color:red;
border-top: 1px solid #e4e4d2;
margin-bottom: 20px;
}

div#localresources{
width:265px;
float:left;
margin-top:10px;
margin-bottom:30px;
padding-top:10px;
display:inline;
background-color:#f7f7f2;
border: 1px solid #ebe9dc;
}
div#localresources img.middle{
margin: 10px 50px;
clear:both;
}



/*--- RESET---*/
/*http://tantek.com/log/2004/09.html#d06t2354*/
/* -- undo browser HTML defaults -- */
a:link, a:visited {text-decoration: none;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}
address {font-style: normal;}



/*--- =THEME ---*/

/*-presentation: colors, fonts, borders, gutter space.-*/

#page-container {
     /*font: 100.01% "Lucida Grande", Tahoma, Verdana, sans-serif;*/ /*- moved to body -*/
     border: 1px solid #999;
	}

#page-container, #inner-column-container, #masthead, #footer {
	/*border-color: #99a;*/		/* all BORDERS within the layout */
	}
#left-column {
}

#outer-column-container {
/* left column background color --specified in base css*/
/*right column background color --specified in base css*/
	}

#masthead {
	background-color: #666;	/* masthead background color */
	}

div#masthead div.inside {
	height: 200px;
	margin:0;
	background: #fff;
	}
#footer {
	border-top: 1px solid #333;
	background: #4e5a34;
	display: block;
	clear: both;
	float: none;
	overflow: visible;
	}

#inner-column-container {
	background-color: #fff/*fafafa*/;	/* middle column background */
	
	}
#masthead, #footer {
	padding-top: 1px;
	padding-bottom: 1px;
	}



/*--- =CONTENT PHOTOS ___*/
div.photos {
	float:left;
	margin-right: 10px;
	}
div.photos img {
	margin: 0;
	padding: 0;
	}
div.photos p.caption {
	}
img.topmargin {
	margin-top: 20px;
	}
	
	
/*--- =RIGHT SIDEBAR ---*/ 


div.sponsor {
	width:160px;
	margin-top:10px;
	margin-bottom:15px;
	border: 1px solid #ccc;
	background: #f6f6f6;
	}
div.sponsor-grand {/*Woodstock Inn*/
	width:160px;
	margin-top:10px;
	margin-bottom:15px;
	background: #fff;
 	border-top: 4px solid #333;
 	border-bottom: 4px solid #333;
	}
div.sponsor-grand img{
	margin-top:5px;
	margin-bottom:0;
}
div.sponsor-grand p{
	font-weight: bold;
 	padding: 5px 0 0 5px;
 	margin-bottom:10px;
 	}
div.sponsor-grand h4 {
 	font-size: 1.2em;
 	line-height: 1.3;
 	color: #2c3c17;
 	font-weight: bold;
 	padding: 5px 0 10px 5px;
 	margin-bottom:5px;
 }

div.bannerrotate {
	width:160px;
	margin-top:10px;
	margin-bottom:15px;
	border: 1px solid #4e5a34;
	background-color: #fafafa;
	padding:0;
	
}
div.bannerrotate img, div.bannerrotate img a {
	width:160px;
	height:80px;
	margin-top:5px;
	margin-bottom:0;
	padding-bottom:0;
	display:block;
}



/******************************************************************************/

/*--- =TYPOGRAPHY ---*/

/*-- BASIC --*/
body {
	font: 62.5% Arial, Helvetica, sans-serif; 
        /*-- set base at 62.5% (16px x 62.5% = 10px) and go figure from there --*/
	line-height:1.5; /* basic default */
	margin:0;
	background: #e6ebdb url(../assets/images/bg-grad.jpg) repeat-x scroll top;	
	}
h1, h2, h3 {
	font-weight:normal;	
	}
h1 {
	font-size: 2.5em; 
	line-height: 1;
	}
h2, h2.title {
	font-size: 2.8em; /* 25px */
	line-height: 1.5;/* 14px */
	}
h2.title {
	padding-top:5px;
    }
h3 {
	font-size: 1.6em; /* 14px */
	line-height: 1.4;
    padding-bottom:.3em;
	text-transform: uppercase;
	font-weight: bold;
	} 
h3.divider {  /*-- section headers across pages --*/
        font-size: 1.6em;
        margin-top:1.8em;
        margin-bottom: .6em;
        padding-top:.4em;
        padding-bottom:.3em;
        padding-left: 5px;
       border-top:2px solid #ac9e81;
       border-bottom:1px solid #dce3d1;
       background-color: #f2efe1;
        clear:both;
        }
h3.divider-noclear {  /*-- section headers across pages, no clear --*/
        font-size: 1.6em;
        margin-top:1em;
        margin-bottom: .6em;
        padding-top:.4em;
        padding-bottom:.3em;
        padding-left: 5px;
        background-color: #dfe1c0;
        
        }

h4 {
	font-size: 1.4em; /* 14px */
	line-height: 1.5em;
	}
h4.supportgmha {
        padding-top:0;
        margin-top:-10px;
        }
h4.upper {
	text-transform:uppercase;
	}
#upcomingevents h4, #eventswrapup h4 {  /*-- front page --*/
        font-size:1.6em;
        padding-bottom:1em;
        }

h5 {
	font-size: 1.3em; /* 13px */
	line-height: 1.3em;
	}
h5 a {text-transform: uppercase;
	color:#7e543b;
	text-decoration:none;
	border-bottom:1px solid #222;
	}
h5 a:hover, h5 a:focus {
	color:#7e543b;
	text-decoration:underline;
	}
p {
	font-size: 1.2em; 
	line-height:1.5; 
	margin: 0 0 1.7em 0;
	}
p.green {
	color: #586b2e;
	}
p.pageblurb, li.pageblurb {padding:3px; background-color:#f8f9f6; border: 1px solid #bbc1b5;
        }
li.pageblurb {list-style-image:none; margin-right: 10px; margin-bottom:10px;}


ul {
	font-size: 1.2em; /* 12px */
	line-height:1.5em; /* 15px */
	padding: 0 0 1.4em; /*--changed padding and margin from 0 to this, which works on logo box--*/
	margin: 0 0 0 15px;
	list-style: outside; 
	}
ul.events {
	font-size: 1.2em; /* 12px */
	line-height:1.5em; /* 15px */
	margin-left: 0px;
	padding-left: 0em;
	list-style: inside;
}
ul.events li{
	padding-left:20px;
}
ul.entries {
	margin-left: 0px;
	padding-left: 0em;
	list-style-type: none;
}
ul.entries li {
	padding-left:20px;
	list-style-type: none;
}

ul li.pdf {
	text-decoration:none;
	list-style: none;
	}
/*-- Youth Scholarship list --*/
ul.youthlist {
margin:0;
padding:0;
}
ul.youthlist li {
padding:30px;
}

/*-- CONTENT LINKS LIST UL --*/

#middle-column .inside ul, #middle-column .inside ul.text { /*-- zeroed margin and padding (except for bottom) here; see above, also --*/
	list-style: square outside;
	padding: 0 0 1em 20px;
	margin: 0 0 0 20px;
	/*line-height: 1.6em;*/
	}
	
/*-------------------------------------------FAQs
*/
div#faqs h4 { /*- Ad Category -*/
    font-size:1.3em;
    line-height:1.2em;
    text-transform:uppercase;
    margin-right:5px;
    margin-bottom:.5em;
    padding-left:8px;
    border-bottom:1px solid #ddd;
    border-left: 16px solid #49533a;
	    }
div#faqs p {
	padding-left:40px;
	}
div#faqs img {
	margin-bottom:0 !important;
	margin-left:40px !important;
	display:inline;
	}
div#faqs div.sidebar {
	width:300px;
	float:left;
	margin-right:15px;
	margin-bottom:0;
	margin-left:40px;
	display:inline;
	}
div#faqs div.sidebar p {
	margin-left:0;
	padding-left:0;
	}
	
div#faqs ul.faqs {
	margin:-10px 0 20px 0;
	padding:0;
	list-style-type: square;
}
div#faqs ul.faqs li {
	font-weight:bold;
	margin-left:70px;
	color: #4e5a34;
}
div#faqs ul.faqs_goto {
	margin:-10px 0 20px 0;
	padding:0;
	list-style-type: square;
	}
div#faqs ul.faqs_goto li {
	font-weight:bold;
	margin-left:40px;
	color: #4e5a34;
}
div#faqs ul.faqs_goto li a, div#faqs ul.faqs_goto li a:link {
	text-decoration:none;
	font-weight:normal;
	color: #222;
	line-height:1.8;
	padding:.1em .2em 0 .2em;
	border-bottom:1px solid #d7d1bb;
}
div#faqs ul.faqs_goto li a:active, div#faqs ul.faqs_goto li a:focus {
	border-bottom:1px solid #000;
}
div#faqs ul.faqs_goto li a:hover {
	color:#000;
	background-color:#f7f5ec/*ebefe1*/;
	border-bottom:1px solid #888;
}
div#faqs ul.faqs_goto li a:visited {
	color: #333;
	border-bottom:1px dotted #d7d1bb
}
/*-- CONTACT US & AFFILIATED ORGS PAGE */

/*--contact us
*/
div#contactus { /*- left col holding all events -*/
    float:left;
    display:inline;
    width:48%;
    }
div#contactus h3 { /*- "Community Events -*/
    padding-top:5px;
    padding-left:10px;
    margin-top:10px;
	margin-bottom:10px;
    background-color:#dadfd2;
    }
    
/*----------------------------------Press Releases
*/
div.pressrelease {
	/*width: 500px;*/
	/*float:left;*/
	/*display:inline;*/
	margin: 10px 10px 20px 0;
	padding:20px;
	background-color:#fdfcfa;
	
	border-top:1px solid #d0d9bb;
	border-right:1px solid #bfb58f;
	border-bottom:1px solid #bfb58f;
	border-left:1px solid #d0d9bb;
	
}
div.pressrelease ul {
	margin:0;
	padding:0;
	list-style: none;
}
ul.pressrelease {
	margin:0;
	padding:0;
	list-style: none;
}
ul.pressrelease li {
	list-style: none;
	margin:0;
	padding:0;
}

div.pressrelease ul li{
	
}
div.pressrelease h4{
	text-transform: uppercase;
	color: #4e5a34;
	padding-top:10px;
	padding-bottom: 20px;
}
div.pressrelease p{
}
    
/*--affiliated orgs
*/
div#affiliatedorgs { /*- right col holding Affiliated Orgs -*/
    float:right;
    display:inline;
    width:262px;
    padding-bottom:30px;
    }
div#affiliatedorgs h2.double {
	line-height:1.2;
	}
div#affiliatedorgs img.cofc {
	margin-top: 20px;
	margin-right:100px;
	margin-bottom:5px;
}

div#affiliatedorgs h3 {
	padding-top:5px;
	padding-left:10px; 
	margin-top:10px;
	margin-bottom:10px;
	background-color: #dadfd2;
	clear:both;
	}
div#affiliatedorgs hr { 
	clear:both;
	margin-bottom:40px;
	}
div#affiliatedorgs ul.natorgs, div#affiliatedorgs ul.natorgs li {
	margin-left:0;
	padding-left:0;
	list-style-position:inside;
}
div#affiliatedorgs ul.natorgs li {
	line-height: 2;
}


	


/*-- LOCAL EVENTS & CLASSIFIED ADS PAGE --*/

/*- LOCAL EVENTS -*/
div#communityevents { /*- left col holding all events -*/
    float:left;
    width:48%;
    }
div#communityevents h3 { /*- "Community Events -*/
    background-color:#dadfd2;
    }
div#communityevents p.regulations { /*- requirements for posting -*/
        }
div.comeventslisting { /*- holding single event listing -*/
    margin-bottom: 15px;
    border: 1px solid #ddd;
background-color:#fafafa;
        }
div.comeventslisting h4{ /*- event title -*/
    margin-right:10px;
    margin-left:10px;
    padding-top:.6em;
}
div.comeventslisting p{ /*- event description -*/
    margin-right:10px;
    margin-left:10px;
        }

/*- CLASSIFIEDS -*/
div#classifiedads { /*- right col holding class ads -*/
    float:right;
    width:48%;
    padding-bottom:30px;
}
div#classifiedads h3 { /*- "Classified Ads" -*/
background-color: #dadfd2;
}
div#classifiedads h4 { /*- Ad Category -*/
    font-size:1.2em;
    line-height:1.2em;
    text-transform:uppercase;
    margin-right:5px;
    margin-bottom:.5em;
    padding-left:11px;
    background: url(/assets/images/classads-bullet.jpg) no-repeat left;
    border-bottom:1px solid #ddd;
}
div.classads { /*- holding single classified ad -*/
    margin:15px 5px 0 10px;
    }
div.classads h5 { /*- ad title -*/
    
}
div.classads p { /*- ad content -*/
}
div#classads-paypal {
width: 200px;
margin-top: 20px;
padding:5px 20px;
background-color: #fafafa;
border: 1px solid #333;
}
div#classads-paypal table {
/*height:1%;*/
margin-top:10px;
margin-bottom:10px;
padding-top: 15px;
}
div#classads-paypal div.classadsbutton {
margin-left:10px;
}


/*-- MEMBERSHIP PAGE UL --*/

#middle-column .inside ul.membership {	
 margin-left:0;
 padding-left:0;
}
#middle-column .inside ul.membership li{
 margin-left:40px;
}	


/*-- TABLES --*/
table {
	border-collapse: collapse;
	clear: left;
	}
th, td {
	text-align: left;
	vertical-align: top;
	padding: 0;
	}
th {
	width:20%;
	font-weight: normal;
	font-size: 1.2em; 
	padding:0 0.643em 0.571em 0.643em; /* 14x0.643=9px 14x0.571=8px */
	border-bottom:0.071em solid #ccc; /* 14x0.071=1px */
	}

td {
	font-size: 1.2em;
	padding:0.333em 0.75em 0.417em 0.75em; /* 12*0.333=4px 12*0.75=9px 12x0.417=5px */
	border-bottom:0.083em solid #ccc; /* 12x0.083=1px */
	line-height: 1.1em; 
	}

/*----------------- DONATE BUTTON all pages leftcol
--*/

/*--
div.donatebutton a {
display:block;
background: url(donate-sprite.jpg) no-repeat;
height: 24px;
width: 158px;
}

div.donatebutton a:hover {
background-position: 0 -24px;
}
--*/




/*------------------ DONATE TABLE on Annual Fund page 
--*/

table#donations {
    table-layout:fixed;
    width: 450px;
    font-size:1.2em;
    line-height: 1.6em;
    margin: 10px 0 30px 40px;
    border-collapse: collapse;
    }
table#donations th {
    width:50%;
    padding: 8px;
    background: #868d79;
    border-top: 4px solid #5a5e51;
    border-bottom: 1px solid #fff;
    color: #f8f9f6;
    }
table#donations td {
    padding: 8px;
    background: #daded1; 
    border-bottom: 1px solid #fff;
    color: #222;
    border-top: 1px solid transparent;
} 
table#donations th.donateamounts, table#donations td.donateamounts {
    text-align:right;
    padding-right:30px;
    }
table#donations th.donateamounts {
    width:30%;
    }
table#donations td.donateamounts {
    padding-top: 12px;
    }

/*------------------ MEMBERSHIP TABLE on MEMBERSHIP page 
--*/

table#membership {
    table-layout:fixed;
    width: 450px;
    font-size:1.2em;
    line-height: 1.6em;
    margin: 10px 0 30px 40px;
    border-collapse: collapse;
    }
table#membership th {
    /*width:50%;*/
    padding: 8px;
    background: #868d79;
    border-top: 4px solid #5a5e51;
    border-bottom: 1px solid #fff;
    color: #f8f9f6;
    }
table#membership td {
    padding: 8px;
    background: #daded1; 
    border-bottom: 1px solid #fff;
    color: #222;
    border-top: 1px solid transparent;
} 
table#membership th.levels, table#membership td.levels {
    text-align:right;
    padding-right:30px;
    }
table#membership th.amount, table#membership td.amount {
    text-align:right;
    padding-right:30px;
    }
table#membership th.purchase, table#membership td.purchase {
    text-align:left;
    padding-left:20px;
    }
table#membership th.levels {
    width:30%;
    }
table#membership th.amount {
    width:20%;
    }
table#membership th.purchase {
    width:50%;
    }
/*table#membership td. {
    padding-top: 12px;
    }*/
    

/*------------------ GIFT CERTIFICATE TABLE on MEMBERSHIP page 
--*/

table#giftcert {
    table-layout:fixed;
    width: 450px;
    font-size:1.2em;
    line-height: 1.6em;
    margin: 10px 0 30px 40px;
    border-collapse: collapse;
    }
table#giftcert th {
    /*width:50%;*/
    padding: 8px;
    background: #868d79;
    border-top: 4px solid #5a5e51;
    border-bottom: 1px solid #fff;
    color: #f8f9f6;
    }
table#giftcert td {
    padding: 8px;
    background: #daded1; 
    border-bottom: 1px solid #fff;
    color: #222;
    border-top: 1px solid transparent;
} 
/*table#giftcert th.levels, table#giftcert td.levels {
    text-align:right;
    padding-right:30px;
    }*/
table#giftcert th.amount, table#giftcert td.amount {
    text-align:right;
    padding-right:30px;
    }
table#giftcert th.purchase, table#giftcert td.purchase {
    text-align:left;
    padding-left:20px;
    }
/*table#giftcert th.levels {
    width:30%;
    }*/
table#giftcert th.amount {
    width:40%;
    }
table#giftcert th.purchase {
    width:60%;
    }
/*table#giftcert td. {
    padding-top: 12px;
    }*/
    

    



	

/*--- =HEADER ---*/

/*---h1 img rep---*/
h1#rep {
	font-size: 2.2em; /* 22px */
	line-height: 2.5em;
	text-indent: -9999px;
	background: url(../assets/images/hdr/rotate.php) no-repeat left top; /*if this doesn't work, "gmha-headerv2" replaces hdr/<?php echo rand(1,10);?>*/
	margin:0;    /* note - changed script, wasn't loading all images. if this doesn't work - change "rotate2.php" to rotate.php to reinstate original script*/
	height: 200px;
	width: 950px;
 }
	

/*-- =breadcrumbs --*/
#breadcrumbs p {
	color: #222;
	font-size: 1.1em;
	padding-left: 20px;
	padding-top: 0.6em;
	display: inline;
	line-height: 2.4em;
}
#breadcrumbs {
	background: #f7f5ec url(../assets/images/breadcrumb-bg.jpg) repeat-x left top;
	height: 2.6em;
	border-bottom: 1px solid #d7d1bb/*333*/;
}



/*-- =preheader--*/
#preheader {
	margin: 0 auto;
	max-width: 950px;
	min-width: 760px;
	text-align:left;
	background: #455135;
	}

/*-- =LEFT-COL --*/

.donatebutton {
        padding:0;
        margin: 0 auto;
        }
#left-column .inside h4 {
	font-size: 1.4em;
	line-height: 1.5em; 
	padding:0.5em 0 0.2em;
	color: #222/*49533a*/;
	}

#left-column .inside .gmhainfo { /* box */
	border: 2px solid;
	border-color: #fff #765 #543 #fff;
	padding-top: 30px;
	background-color: #f7f5ec/*eee*/;
	position: relative;
	top: -45px;
	z-index: 1;
	margin-top: 1em;
	margin-bottom: 20px;
	
	}
div.gmhalogo {
	border-style: none;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	position: relative;
	z-index: 20;
	padding-top: 3em;
}

/*-- GMHA logo box, bottom left --*/
.gmhainfo h4 {
	font-size: 1em;
	padding-left: 10px;
	color: #000;
	}
.gmhainfo h5 {
	text-align:center;
	font-size: 1.4em;
	padding-left: 0px;
	font-weight: bold;
	padding-bottom: 1em;
	}
.gmhainfo ul {
	padding: 0 0 1.4em;
	margin: 0 0 0 20px;
	list-style: none;
	}
.gmhainfo ul li {
	font-size: 1.1em; /* 11px */
	line-height: 1.4em;
	color: #000;
	}


 
/*--- =RIGHT SIDEBAR ---*/

/*------------AjaxSearch styles--*/

/*--AjaxSearch-start--*/
    
#ajaxSearch_form {/*box holding search*/
         width: 162px; }
#ajaxSearch_input {/*input box*/
          width: 97%;
           display: inline;
           height: 18px;
           border: 1px solid #999;
           border-top-color: #222;
           border-left-color: #222;
           background-color: #fff;
           margin: 0;
           padding: 3px 0 0 3px;/*-position of text w/in box-*/
           vertical-align: top;
           }

#ajaxSearch_submit {/*submit button--*//*but can't spec borders here...*/
           font-size:1.2em;
           font-weight: bold;
color:#fff; 
           display: inline;
           width:100%;
           background-color:#98a089;
           height: 22px;
           margin-top:3px;
           text-align:left;
           line-height: 22px;    
           }
#ajaxSearch_output  {/*div ajax results returned in (but not "click to view all results")*/ 
           padding: 5px;
           padding-bottom:2px;
           margin-bottom:20px;/*--distance below whole box, between it and next div--*/
           font-size:1.2em;
           background-color: #fff;
           vertical-align: top;
           /*color: #868d79;*/  
           }

/*results returned in ajax box*/

    .AS_ajax_result {/*results: each single, with green bg*/ background-color:#eceee7; padding:5px;margin:10px 5px 5px5px;} 
    .AS_ajax_resultLink {/*results: title links*/ font-weight:bold; color:#5a5e51; border-bottom:1px solid #222;line-height:1.5; }
    .AS_ajax_resultDescription {/*result description span*/ }
    .AS_ajax_more {/*"view all results"*/ color:#98a089;}
.AS_ajax_more a:link {/*"view all results"*/ color:#98a089;}
    .AS_ajax_resultsIntroFailure {/*no-results paragraph*/ color:#98a089;padding:3px;}
.AS_ajax_resultExtract p {font-size:1em;}

 
/*-- ajaxSearch Results page --*/
.ajaxSearch_resultsInfo {/*-- heading top of results page --*/
    font-size:1.4em;
    font-weight:bold; 
    color:#5a5e51;
    }

.ajaxSearch_paging {}

.ajaxSearch_result {
  margin-bottom: 3px;
  }

.ajaxSearch_resultLink { 
  font-size:1.2em;
  font-weight:bold;
  color:#5a5e51;
  border-bottom:1px solid #333;
  }
.ajaxSearch_resultDescription{ /*-?-*/
  color: red;
  padding: 2px;
  }
#right-column .insideRight div.search {/*--this is throwing 10px top padding; not sure where it's coming from--*/
   padding-top:0px;
   margin:0 0 10px 0;
   /*height:1%;*/
   }
#ajaxSearch_form {
   margin-top:0;
   padding-top:0;
}
/*end AjaxSearch*/

/*------------------------------------right col
*/
#right-column .insideRight h3 {
	color: #595D4F;
}
#right-column .insideRight h4 {/*headings, all right col boxes*/
	color: #463920;
	/*text-shadow: 1px 1px 0 #222;*/
	margin-bottom: 0px;
	padding-bottom: 0px;
}


/*-- =NEWS right--*/
#right-column .insideRight h4.heading {/*not sure*/
	font-size: 1.4em;
	line-height: 1.5em; 
	padding:0.5em 0 0.2em;
	color: #49533a;
	text-shadow: 1px 2px 3px #222;
	}

div.newsR h4 {/*or this...*/
	font-size: 1.2em;
	color: #595D4F;
	font-weight: bold;
	padding: 1em 8px 0 12px;
	line-height: 1.3em;
	text-shadow: 1px 2px 3px #222;
	}

div.newsR {
	margin-top:0px;
	margin-bottom:20px;
	border: 1px solid;
	border-color: #705c33 #d7d1bb #fafafa #ac9e81;
	background-color: #f7f5ec/*f2f2f2*/;/*backgd rightcol boxes*/
	}
div.newsR p {
	font-size: 1.1em;
	color: #666;
	line-height: 1.3em;
	margin: 0px;
	padding: 0.5em 8px;
	}
div.newsR p strong {
	color: #666;
	}
div.newsR p .goto {
	background: url(../i/goto.gif) no-repeat left 60%;
	margin-left: 15px;
	padding-left: 14px;
	font-weight: bold;
	}
	
/*-- right column links --*/

.newsR p a, .newsR p a:link {
	color: #666;
	text-decoration: none;
	border-bottom: 1px solid #d5cdbe;
	font-weight: bold;
	}
.newsR p a:hover {
	color:#333;
	background: none;
	border-bottom:1px solid #222;
	}
.newsR p a:active, .newsR p a:focus {
	color: #666;
	border-bottom: 1px solid #d5cdbe;
	}

/*-- =HOME PAGE - Events --*/
div#upcomingevents {
        }
div#eventswrapup {
        }


/*-- =LINKS PAGE - SPONSORS --*/

/*-- =LINKS PAGE - HEADINGS --*/
div.links-blueribbon {
 margin-top:40px;
 margin-right:15px;
 border-top: 3px solid #009;
 position:relative;/* trigger haslayout in ie6 to show bg img */
 background: url(../assets/images/ribbon-blue.jpg) no-repeat left 8px;
 }
div.links-blueribbon h3 {
 color:#006;
 padding-top:5px; /*-- to lower heading relative to ribbon --*/
 padding-left:25px;/*--room for ribbon--*/
 }
div.links-blueribbon p, div.links-redribbon p, div.links-yellowribbon p {
 color:#333;
 margin-top:-5px;
 padding-left:25px;
 }
 

div.links-redribbon {
 margin-top:40px;
 margin-right:15px;
 border-top: 3px solid #600;
 position:relative;
 background: url(../assets/images/ribbon-red.jpg) no-repeat left 8px;
 }
div.links-redribbon h3 {
 color:#900;
 padding-top:5px;
 padding-left:25px;
 }

div.links-yellowribbon {
 margin-top:40px;
 margin-right:15px;
 border-top: 3px solid #fc0;
 position:relative;
 background: url(../assets/images/ribbon-yellow.jpg) no-repeat left 8px;
 }
div.links-yellowribbon h3 {
 color:#960;
 padding-top:5px; 
 padding-left:25px;
 }

/*-- =LINKS PAGE - BANNERS CONTAINER --*/

div.linksbanners {
 width:535px;
 float:left:
 display:inline;
 margin-left:20px;
 padding-top:10px;
position:relative;
 clear:both;
}


/*-- =LINKS PAGE - BANNERS --*/

div.linksbanners img {
width:160px;
float:left;
display:inline-block;
border:none;
}






/*-- =SPONSOR CUBES - membershiptemplate RIGHT COL --*/

div.sponsor {
 background: #fff;
 border-top: 4px solid #333;
 border-bottom: 4px solid #333;
 }
div.sponsor p{
 font-size: 1.1em;
 color: #666;
 padding: 5px 8px 1em 8px;
 }
div.sponsor h4,div.bannerrotate h4  {
 font-size: 1.2em;
 line-height: 1.3;
 color: #2c3c17;
 font-weight: bold;
 padding-top: 5px;
 padding-bottom:10px;
 padding-left: 5px;
 }
div.sponsor-blue h4, div.sponsor-red h4, div.sponsor-yellow h4, div.sponsor-purple h4 {
 font-size: 11px;
 line-height: 1.3;
 color: #2c3c17;
 font-weight: bold;
 padding-top: 4px; 
 margin-left:22px;
}

div.sponsor-blue {
 background: #fff url(../assets/images/ribbon-blue.jpg) no-repeat 1px/*indent*/ 3px/*height*/;
 padding-top: 10px; 
 margin-bottom: 15px;
 border-top: 4px solid #008;
 border-bottom: 4px solid #008;
}

div.sponsor-red {
 background: #fff url(../assets/images/ribbon-red.jpg) no-repeat 1px 3px;
 padding-top: 10px;
 margin-bottom: 15px;
 border-top: 4px solid #a00;
 border-bottom: 4px solid #a00;
}

div.sponsor-yellow {
 background: #fff url(../assets/images/ribbon-yellow.jpg) no-repeat 1px 3px;
 padding-top: 10px;
 margin-bottom: 15px;
border-top: 4px solid #ff6;
 border-bottom: 4px solid #ff6;
}
div.sponsor-purple {
 background: #fff url(../assets/images/ribbon-purple.jpg) no-repeat 1px 3px;
 padding-top: 7px;
 margin-bottom: 15px;
border-top: 4px solid #63c;
 border-bottom: 4px solid #63c;
}
div.sponsor img, div.sponsor-blue img, div.sponsor-red img, div.sponsor-yellow img, div.sponsor-purple img {
 margin-left:auto; 
 margin-right:auto;
 padding-top:10px;
 display:block;/*--removes baseline space--*/
 }
div.sponsor img {
 padding-top: 5px;
}

	


/*--FOOTER--*/
#footer p {
	color: #ccc;
	padding: 20px 0 20px 20px;
	margin-bottom: 0;
	}


/*-- =LINKS --*/

/*-- =SKIP link--*/
a.skiplink {
	font-size: 0.875em; /* 16x0.875=14px */
	line-height:1.5em; /* 14x1.286=18px */
	color: #ccc;
	}
	
/*-------------------------------   BACK TO TOP link--*/
a.toplink {
	font-size:1em;
	color: #2c3c17;
	padding-right: 10px;
	background:url(../assets/images/arrow-up16.gif) no-repeat right center;
	}
a.toplink:hover {
	color: #000;
	}
#faqs a.toplink{
	color: #ac9881;
	float:right;
	display:inline;
	margin-right:10px;
}
#faqs a.toplink a:hover{
	color:#333;
}

p.pdf, li.pdf {background: url(../assets/images/icon_pdf.gif) no-repeat left bottom;
	padding-left: 18px;
	}
	
/*---------------------------------  EXTERNAL LINK incl. icon --*/
.extlink {
	padding-right: 20px;
	background:url(../assets/images/external.gif) no-repeat right top;
	}

/*-- content links --*/
p a, /*p a:link,*/ #middle-column .inside li a {
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #999;
	font-weight: bold;
	}
p a:visited, #middle-column .inside li a:visited {
	color: #333;
	}
p a:hover, #middle-column .inside li a:hover {
	border-bottom: 1px solid #2c3c17;
	}
p a:active, p a:focus, #middle-column .inside li a:active, #middle-column .inside li a:focus {
	color: #2c3c17;
	border-bottom: 1px solid #2c3c17;
	}
	
dd a, p a:link {
	color: #705c33;
	text-decoration: none;
	border-bottom: 1px solid #2c3c17;
	}
p a:hover {
	color:#222;
	}
p a:active {
	color:#222;
	}
dd a:visited {
	color: #333;
	background: #E2E2E2;
	}
dd a:hover {
	border-bottom: 1px solid #000;
	color: #000;
	}
dd a:active, p a:focus {
	color: #2c3c17;
	border-bottom: 1px solid #2c3c17;
	}

/* CHAMPION SEASON SPONSOR boxes, center section, Links page */

div.championsponsor {
 padding-bottom:1px;
display:inline-block;
 }

dl.links { 
 padding: 10px;
 float: left;
 display:inline;/*doubled left margin fix*/
 width: 495px;
 border: 1px solid #aaa;
 background: #dee2d6;
 margin-left: 20px;
 }

dl.links dd {
 color: #333;
 padding-top: 5px;
 padding-left: 10px;
}

/*-- RIBBON TEXT ENTRIES within text lists, Links page --*/

ul.links {/* to fix list item display problem? */
 position: relative;
 height: 1%; /* hasLayout */
}

li.red {
 list-style:none; 
 background: url(../assets/images/ribbon-red.jpg) left top no-repeat;
 margin-left:-24px;
 padding-left: 24px;
 /*display:inline-block;*/
 /*display:block;*//*moved to IE stylesheet*/
 }
li.yellow {
 list-style:none; 
 background: url(../assets/images/ribbon-yellow.jpg) left top no-repeat;
 margin-left:-24px;
 padding-left: 24px;
 /*display:inline-block;*/
 /*display:block;*//*moved to IE stylesheet*/
 }
	

	
/*-- middle col TEXTBOX --*/
div.textbox {
	color: #333;
	background: #f8f8f8;
	border: 1px solid #757b69;
	margin-bottom: 2em;
	margin-top: 1em;
	}
div.textbox h4 {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	color: #333;
	}
div.textbox p{
	color: #333;
	padding: 10px 10px .2em;
	margin: 0px;
	}
div.textbox ul.uber {
	}
div.textbox ul.sub {/**/
	font-size:1em;
	}
	
/*-------------------sidebars
*/
div.sidebar {
	margin:0 20px 20px 0;
	border: 1px solid #c8d1ac;
	padding:15px 15px 0 15px;
	background-color: #f8f9f4;
	}
div.sidebar h3{
	color:#546079/*4e5a34*/;
	display:inline;
		}
div.sidebar p {
	color:#705c33;
}
	


/*-- =CONTACT --*/
ul.contact {
	list-style: none outside;
}
ul.contact li {
	list-style: none outside;
}
dl.contact {
	padding-left: 30px;
	padding-bottom: 1.8em;
	font-size: 1.2em;
	line-height: 1.5em;
}
dl.contact dt {
	font-weight: bold;
	padding-top: 0.8em;
}
dl.contact dd {
	color: #333;
	padding-left: 20px;
}



/*-- BANNER AD DEPT. --*/
div.bannerad {
	float: left;
	margin-left: 20px;
	overflow: auto;
	border: 1px solid #ccc;
	top: 10px;
	width: 280px;
	padding: 5px;
	margin-bottom: 20px;
	}
div.bannerad p {
	text-align: left;
	padding-left: 5px;
	margin: 0px;
	float: left;
	width: 260px;
	padding-top: 0em;
	}
.bannerad img {
	width: 259px;
	float: left;
	margin: 0px auto;
	padding: 0px;
	}

/*-- =DL LINKS --*/
dl.links dt {
	font-size: 1.4em;
	font-weight: bold;
}
dl.links dt a:link, dl.links dt a:visited {
	color: #000;
}
ul.links li a:link, ul.links li a:visited {
	color: #330;
}
dl.links dt a:hover, ul.links li a:hover {
	color: #330;
}



/*-- Tables --*/

/*-- TABLE, GIVING --*/
table#giving {
	width: 90%;
	border: 1px solid #ccc;
	margin-bottom: 2em;
	margin-left: 2em;
}
table#giving td{
	padding: 15px 5px 5px 10px;
}
table#giving td.right{
	text-align:right;
	padding-right: 40px;
}
table#giving tr.title {
	background: #e8e8e8;
}
table#giving th.left {
	width: 50%;
	height: 2em;
	}
table#giving th.center {
	width: 30%;
	text-align:right;
	height: 2em;
	padding-right: 20px;
	}
table#giving th.three {
	width: 20%;
	height: 2em;
	}
	
/*-- TABLE, CALENDAR --*/
table#calendar {
	padding: 5px;
	border: 1px solid #ccc;
}
table#calendar td {
	padding: 5px;
	border: 1px solid #ccc;
}
table#calendar td.date {
	width: 120px;
}


	
/*--show tables --*/
table.results {
	width: 500px;
	margin-top: 1em;
	margin-bottom: 2em;
	margin-left: 30px;
	border: 1px solid #ccc;
	border-collapse: collapse;
	}
table.results td, table.results th {
	width: 150px;
	padding:6px;
	}
table.results th {
	background: #E7E7E7;
	}
table th.show {
	width: 200px;
	}
table th.dates {
	width: 80px;
	}
table th.results {
	width: 150px;
	}
table.results td a {
	color: #49533a;
	text-decoration: none;
	border-bottom: 1px solid #666;
	}
table.results td a:link {
	}
	table.results td a:visited {
	color: #999;
	text-decoration: none;
	border-bottom: 1px solid #999;
	}
table.results td a:hover, table.results td a:active {
	color: #000;
	text-decoration: none;
	border-bottom: 2px solid #000;
	}
	

/*- Yust in case - */
.clear {
	clear: both;
	/*margin: 0;
	padding: 0;*/
	}

/*-- orphans --*/
ul.giving li {
	padding: 1em 0em 0em;
	}
img.noborder {
	border:none;
	}
hr {
	color: #757b69;
	padding: 0em;
	margin-top: 2em;
	margin-bottom: 1em;
}
.entry {
	padding-top: 1.5em;
}
img.clinics {
	float:none;
	}
	
ul.doclist {
	margin:0;
	padding:0;
}
ul.doclist li {
	margin:0 0 0 30px;
	padding:0;
}
	




