@charset "utf-8";

/* CSS Document. Shared styles for HHCLA site. This is linked from the pages Meta link (within forms)*/


/* ########## BODY AND GENERAL STYLES ############ */



body  {

	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #555;
	background-color: ; /* ## NOTE:  This markup is on seperate style sheet ## */  v  
	background-image: ; /* ## NOTE:  This markup is on seperate style sheet ## */   
	background-repeat: repeat;
}

a:hover {
	background-color: #F8D513;
}

p {
	letter-spacing: 0.01em;
	line-height: 140%;
	font-size: 11px;
	color: 555;
}


blockquote, h3, p, {
	padding-right: 10px;
	padding-left: 10px;
}

blockquote {
	margin-right: 0;
	margin-left: 20px;
}

h1, h2, h3, h4, h5 {
	letter-spacing: 0.01em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-size: 28px;
    color: #999; /* old: #636327 */
	font-weight: normal;
}

h2 {
    font-size: 18px ; 
	font-weight: bold;
	color: #8B8B3A; /* old: #CA9813 */
}

h3 {
	font-size: 16px;
    color: #555; /* old: #636327 */
    text-decoration: none;
	font-weight: bold;
}



h4 {
    font-size: 14px;
    color: #666;
    text-decoration: none;
	font-weight: bold;
}

h5 {
	font: 13px;
    color: #666;
    text-decoration: none;
    font-weight: bold;
}

h6 {
	font-size: 12px;
	color: #EBBD43;
    font-weight: bold;
}

ul li {
	letter-spacing: 0.01em;
    line-height: 140%;
	font-size: 11px;
}

ol li {
	letter-spacing: 0.01em;
    line-height: 140%;
	font-size: 11px;
}


small, .small {
	font-size: 0.9em;
}

.txtSmall {
	font-size: 9px;
}

.txtMed {
	font-size: 12px;
}

.colorRed {
	color: #CC3333;
}

.colorYellow {
	color: #FFFF00;
}


hr {
	margin: 2em auto;
	width: 370px;
	height: 1px;
	color: #7a7e7d;
	background-color: #7a7e7d;
	border: none;
}

/* links

----------------------------------------------- */



a {
	text-decoration: none;
	color: #974B00;
}

a img {
	border: none;
}

h1 a, h2 a, h3 a, h4 a, h5 a{
	border: none;
}

h1 a {
	font: 30px;
    color: #636327;
    text-decoration: none;
    font-weight: normal;
}

h3 a {
    font: 18px;
    color: #636327;
    text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	letter-spacing: 0.01em;
}

#site-name a {
	border: none;
}

.navLinks{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555;
	padding: 0;
}

.navLinks li {
    margin-left: -20px;
}


.navLinks h4{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #94896B;
	padding: 0;
}

/* layout

----------------------------------------------- */

#accessibility { 
	position: absolute;
	top: -10000px; /* this hides the list from view */
}

#wrapper { /* this keeps the navigation in IE 6* browsers from going off to the left */
	text-align: left;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#container {
    position: relative;
	float:left;
	top: 0;
	width: 960px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #6D6452;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FEFEFA;
}

#spacer {
        margin-top: 10px;
} 

.txtMore a{
	font-size: 9px;
	text-transform: uppercase;
	text-decoration: none;
	color: #0000FF;
}

.txtMore{
	text-transform: uppercase;
	text-decoration: none;
	color: #0000FF;
	font-size: 9px;
}


/* ########## LEFT SIDEBAR STYLES ############ */

#sidebar1 {
    float: left; 
	width: 217px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-color: #F8FBF4; /* the background color will be displayed for the length of the content in the column, but no further */
	padding:0; 
}

#sidebar1boxTop {
	height: 148px;
	width: 217px;
	margin-top: 0px;
	background-image: ; /* ## NOTE:  This markup is on seperate style sheet ## */  
	background-repeat: no-repeat;
	background-color: #f8f8f8;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #F8E4B1;
} 

#sidebar1boxTop #listPlugIn  {
	font-weight: normal;
	width: 190px;
	padding-top: 10px;
	margin-bottom: 0px;
	list-style: none;
}

#sidebar1boxTop #listPlugIn li {
	display: inline;
}

#sidebar1boxTop #listPlugIn a {
	text-decoration: none;
	margin-left: -20px;
	font-weight: normal;
	font-size: 12px;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	color: #FFFF66;
	line-height: 180%;
	letter-spacing: 0.01em;
	border-bottom: 1px solid #FFFFFF;
}

/* hack for IE 6 < to make entire block clickable */

#sidebar1boxTop * html #listPlugIn a {
	height: 1px; 
}

#sidebar1boxTop  #listPlugIn a:hover {
	background-color: #F8D513;
	color: #666666;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0;
	display: block;
	border-style: none;
	border-bottom: 1px solid #FFFFFF;
}

#sidebar1boxTop h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFF99;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0 5px 10px 10px;
	letter-spacing: 0.01em;
}

#sidebar1 .donate a{
	position: relative;
	float: left;
	width: 217px;
	height: 20px;
	top: -22px;
	margin: 0;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #F5EFCF;
	background-repeat: repeat-x;
	background-image: url(images/elements/buttons/donate.jpg);
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif, "MS Sans Serif", Tahoma,  Verdana;
	font-weight:normal;
	font-size: 14px;
} 

/* hack for IE 6  */
* html #sidebar1 .donate a {
	margin-right: -32px; 
}


#sidebar1 .donate a:hover{
	background-image: url(images/elements/buttons/giving-o.jpg);
	background-color: #EAB01A;
}

#sidebar1 .donateTxt{
	position: relative;
	top: 0px;
	right: 0px;
}

#sidebar1 .donateTxt a {
	color: #FFFF99;
	text-decoration: none;
}

#sidebar1primeSpot {
	padding: 20px 32px;
	background-color: #F8FBF4;
	font-size: 12px;
}

#sidebar1primeSpot a{
	font-size: 12px;
	padding-top: 6px;
	text-align: center;
	text-decoration: none;
}

#sidebar1ContentCap {
	float: left;
	width: 100%;
} 

#sidebar1Content {
	width: 187px;
	float: left;
	padding: 10px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	background-color: #E3D57D;
} 

#sidebar1Content ul li{
    margin-left: -10px;
}

#sidebar1Content h2 {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.01em;
	color: #FCFBED;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#sidebar1Content img.floatLeft{
	border: 1px solid #ECBE46;
	margin-bottom: 40px;
}

/* ########## RIGHT SIDEBAR STYLES ############ */

#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 217px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; /* padding keeps the content of the div away from the edges */
}

#sidebar2boxTop {
	position: relative;
	height: 128px;
	width: 217px;
	padding: 0;
} 

#sidebar2boxTop h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CA9813;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 5px 5px 10px;
	letter-spacing: 0.01em;
}

#sidebar2boxTop p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #555;
	padding: 0 5px 0 10px;
}

#sidebar2Content {
	float: right;
    margin: 20px 0 10px 0;
	width: 187px;
	padding: 15px; /* padding keeps the content of the div away from the edges */
	background-color: #FEFEFA;
} 

#sidebar2Content p{
	line-height: 140%;
	font-size: 11px;
	color: 555;
	margin: -10px 0 0px 0;
}

search {
	font-size: 10px;
        color: #FFF;
        text-decoration: none;
	font-weight: normal;      
}

/* *** SEARCH ENGINE (LIVE SEARCH)*** */
#LSResult { position: absolute; background-color: #FFF; color: #333; width: 180px; border: 1px solid #000000; margin-left: 2px; }

#LSShadow { padding: 5px; }

#LSRes { background-color: #FFF; color: #000; }

.LSRow { padding: 0 5px; }

#LSHighlight { background-color: #AAA; }

#LSHeader { padding: 2px 2px 8px; }

.lsDate { display: block; color: #FFFFCC; }








/* ########## MIDDLE CONTENT STYLES ############ */


#header {
	position: relative;
	height: 60px;
	width: 526px;
	margin-left: 217px;
	padding-top: 66px;
	background-image: ;
	background-repeat: no-repeat;
	background-color: #E7AE18;
	background-position: left;
} 

#header .titleHead {
	padding-left: 26px;
	color: #FFFF99;
	font-size: 38px;
	text-transform: capitalize;
	letter-spacing: 0.01em;
	font-family: Georgia, "Times New Roman", Times, serif;
} 


/********HACKS*********/
/* hack for IE 6  These three attributes stops the main Movie/Image from being squeezed out to the bottom of the page. AND, there is one more hack for this in "donate a" attribute. */
* html #header {
	margin-left: 0; 
	margin-right: 0; 
}

/* hack for IE 6  */
* html #sidebar1 {
	margin-right: -3px; 
}

/* hack for IE 6  */
* html #sidebar2 {
	margin-left: -3px; 
}




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

/* MAIN CONTENT */

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


#mainContent {
	margin: 0 230px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding:  10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FEFEFA;
	clear: none;
} 

#mainContent p {
	letter-spacing: 0.01em;
    line-height: 140%;
}

#mainContent li{
	padding-bottom: 6px;
}

.formFieldsTXP{
	letter-spacing: 0.01em;
	line-height: 300%;
	font-size: 12px;
	list-style-type: none;
}


#mainContent .formFields ul li{
	letter-spacing: 0.01em;
	line-height: 300%;
	font-size: 12px;
	list-style-type: none;
}

#mainContent .formFields .txtSmall{
	letter-spacing: 0em;
	font-size: 9px;
}


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

/* FOOTER */

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

#footer {
	background:#928467;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #FFFF66;
	background-image: url(images/elements/bg-navbar-top.jpg);
	background-repeat: no-repeat;
}

#footer a {
	color: #FFFFFF;
	letter-spacing: 0.1em;
	font-weight: normal;
	text-decoration: none;	
	padding: 1px 2px 1px 2px;
}

#footer a:hover{
	color: #555;
	padding: 1px 2px 1px 2px;
	font-weight: normal;
	text-decoration: none;
	background-color: #F8D513;
} 

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	letter-spacing: .05em;

}

#footer .legal {
	text-align: left;
	padding-top: 15px;
	font-size: 9px;
	color: #CCCCCC;
	background-color: ; /* ## NOTE:  This markup is on seperate style sheet ## */  
	background-image: ; /* ## NOTE:  This markup is on seperate style sheet ## */  
	background-repeat: repeat;
}

#footer .legal a {
	font-size: 9px;
	color: #CCCCCC;
	text-decoration: none;
}
/* ************** IMAGE TAGS **************** */

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.acrobat { /* this class can be used to position the Adobe Acroba symbol at the end of a line */
	padding-top: 0;
	vertical-align: middle;
}

.imgPadding {
	margin-left: 14px;
	background-color: #FF0000;
	width: 500px;
}




.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */

	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}






/* overrides

----------------------------------------------- */



.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;
	font-size: 11px;

}



#comments-help {

	margin: 2px 0 15px 0;

	font-size: 0.7em;

}



/* error page

----------------------------------------------- */


.error-status {

	font: 1.3em Georgia, Times, serif;

}#site-name {

	margin: 15px 0;

	font: 3em Georgia, Times, serif;



}



#site-slogan {

	font: italic 1em Georgia, Times, serif;

}



.section_list {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;

}



.section_list ul {

	list-style-type: none;

}



.section_list li {
	margin: 0 10px 2px 0;
	background-color: #FAFAED;
	padding: 0px 4px;
}
