@charset "UTF-8";
/* CSS Document */

body  {
	font: 10px 0px 0px 0px;
	background-image: url(../images/bagTile.png);
	background-repeat: repeat;
	margin: 0px;
	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 */
}
h1 {
	font: 14pt normal Verdana, Arial, Helvetica, sans-serif;
	color: #CC0000;
}
h2 {
	font: 16pt normal Georgia, "Times New Roman", Times, serif;
	color: #CC0000;
}
h3 {
	font: 13pt normal Verdana, Arial, Helvetica, sans-serif;
	color: #CC0000;
}
.img {
	border: 0;
}
.subimg1 {
	border: 1px solid #E1BFAD;
	padding: 10px 10px 10px 10px;
}
#container {
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-left: 3px solid #E1BFAD;
	border-right: 3px solid #9F6E48;
	border-bottom: 3px solid #9F6E48;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background:#FFFFFF;
	width: 850px;
} 
#header {
	height: 163px;
	background-color: #F9E9D5;
	padding: 0 0px 0 0px;  /* 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. */
	border-bottom-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-width: 3px;
} 
#tlp-logo {
	width: 222px;
	height: 163px;
	background-image: url(../images/hdr_bag.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	position: absolute;
	display: block;
	margin: 0px 0px;
}
#title {
	width: 350px;
	position: absolute;
	margin: 40px 0px 0px 228px;
	height: 85px;
	padding: 0px 0px;
}
.titletxt1 {
	font: 14pt Verdana, Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-weight: normal;
}
.titletxt2 {
	font: 32pt Georgia, "Times New Roman", Times, serif;
	color: #CC0000;
	line-height: 1em;
	font-weight: normal;
}
.titletxt3 {
	font: 12pt normal Verdana, Arial, Helvetica, sans-serif;
	color: #CC0000;
}
.titletxt4 {
	font: 20pt Georgia, "Times New Roman", Times, serif;
	color: #CC0000;
	font-weight: normal;
	line-height: 2em;
}
.sidebartxt {
	font: 10pt normal Verdana, Arial, Helvetica, sans-serif;
	color: #CC0000;
}
.sidebartxt a {
	color: #CC0000;
	text-decoration: underline;
}

.sidebartxt a:hover {
	color: #CC0000;
	text-decoration: none;
}
.bodyhd1 {
	font: 11pt Verdana, Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-weight: bold;
}
.bodytxt1 {
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	color: #463A37;
	font-weight: bold;
}
.bodytxt2 {
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	color: #463A37;
	font-weight: normal;
}
.bodyhd2 {
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	color: #CC0000;
	font-weight: bold;
	display: inline;
}
.bodylink {
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	color:#CC0000;
}
.bodylink a {
	text-decoration: underline;
	color:#CC0000;
}
.bodylink a:hover {
	color: #CC0000;
	text-decoration: none;
}

#donateBox {
	width: 230px;
	margin:0px 0px;
	padding: 6px 0px 0px 5px;
	float: right;
	background-color: #006666;
	height: 140px;
	text-align: center;
}

#ribbonImg {
	width: 45px;
	height: 88px;
	margin: 8px 8px 8px 0px;
	display: block;
	float: left;
	padding: 0px 0px 0px 20px;
}

#donateTxt {
	color: #FFFFFF;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
	clear: both;
}

#ppbtn {
	width: 114px;
	height: 32px;
	background-image: url(../images/btn_ppdonate.png);
	background-repeat: no-repeat;
	margin-top: 14px;
	margin-left: 80px;
	z-index: 2;
	border: 0;
}
a.ppbtn {
	display: block;
	width: 114px;
	height: 32px;
	background-image: url(../images/btn_ppdonate.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: right;
	margin: 20px 34px 6px 0px;
}
	 
a.ppbtn:hover {
	background-position: 0px -32px;
}
#volbtn {
	width: 114px;
	height: 32px;
	background-image: url(../images/btn_volunteer.png);
	background-repeat: no-repeat;
	margin-left: 80px;
	position: static;
	margin-top: 6px;
	border: 0;
}
a.volbtn {
	display: block;
	height: 32px;
	background-image: url(../images/btn_volunteer.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	clear: right;
	margin: 0px 0px 0px 82px;
}
	 
a.volbtn:hover {
	background-position: 0px -32px;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#navBar {
	width: 600px;
	margin: 0px 0px;
	height: 24px;
}
#navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	height: 28px;
	background-color: #CC0000;
	width: 622px;
	margin-left: 228px;
	margin-top: 136px;
	position: absolute;
}
#navigation ul {
	margin: 0px 0px;
	padding: 0px 0px;
}
#navigation ul li {
	border-right: #FFFFFF 1px solid;
	height: 28px;
	float: left;
	text-align: center;
	list-style: none;
	display: inline;
	padding: 0px 0px;
	margin: 0px 0px;
}
#navigation li a, .menu li a:visited {
	margin: 0px;
	padding: 9px 14px 0px 14px;
	color: #FFFFFF;
	display: block;
	text-decoration: none;
}
#navigation li a:hover {
	background: #990000;
	padding: 9px 14px 0px 14px;
	display: block;
	height: 19px;
}

#navigation #active {
	height: 18px;
	background: #990000;
}

/*posts --- press*/

.post {
padding:0 30px 0 0;
}
.post p {
margin:14px 0 14px 0;
}
.post em{
font-style:italic;
}
.post h2 {
font-family:Georgia;
font-size:20px;
margin:25px 0 10px 0;
font-weight:normal;
}
.post h1, .post h1 a{
font-family:Georgia;
font-size:24px;
margin:30px 0 10px 0;
font-weight:normal;
line-height:32px;
}
.post h3, .post h4 {
font-family:Georgia;
font-size:18px;
margin:15px 0 10px 0;
font-weight:normal;
}
.post h4 {
font-size:16px;
}
.post h1:hover, .post h2:hover, .post h3:hover, .post h4:hover {
color:#e12000;
}
.post .indent {
padding-left:10px;
}
.post .indent p {
padding-left:10px;
}
.post small {
font-size:11px;
}
.post small a {
font-weight:normal;
}
.post .alignright {
float:right;
margin-left:10px;
}
.post .alignleft {
float:left;
margin-right:10px;
}
.post .aligncenter {
margin:0 auto;
display:block;
}
.post abbr {
font-weight:normal;
}
.post ul{
list-style:circle;
margin:0 0 0 25px;
}
.post ol{
list-style:decimal;
margin:0 0 0 30px;
}
.post .wp-caption {
background:#f7f7f7;
border:1px solid #ccc;
margin:10px;
text-align:center;
padding:5px 0 0;
}
.post .wp-caption-text {
margin:0;
}
.post .wp-caption a, .post .wp-caption a:hover {
border-bottom:0;
}
.post blockquote {
color:#777;
border-left:5px solid #ccc;
margin:15px 30px 0 10px;
padding-left:20px;
}
.post pre {
font-family:courier;
font-size:12px;
letter-spacing:-1px;
margin:14px 0 14px 0;
}
.post .message ul {
margin:12px 0 0;
}
.post .message {
display:none;
background:#0F67A1;
margin-top:10px;
padding:20px;
color:#fff;
}

/*sidebar*/

#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 215px; /* 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: #F9E9D5; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 20px 20px;
	border-top-color: #CC0000;
	border-top-style: solid;
	border-top-width: 3px;
	clear: right;
	text-align: left;
}

.sidehdr {
	padding: 0px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CC0000;
	font-weight: 600;
	font-size: 18px;
	line-height: 160%;
	border-bottom: none;
	margin: 0px 0px;
}		
#sidenav {
	padding: 0.8em 0 0.5em 0.5em;
	font-family: Arial, Helvetica, sans-serif;
	color: #463A37;
	height: auto;
}
#sidenav ul {
	list-style: none;
	margin: 0px;
	padding: 0;
	border: none;
}
#sidenav li {
	border-bottom: 1px solid #FFF;
	margin: 0px 0px;
	line-height: 120%;
}
#sidenav li a {
	display: block;
	padding: 2px 2px 2px 0.5em;
	color: #463A37;
	text-decoration: none;
	width: 100%;
	font-size: 13px;
}
#sidenav li a:hover {
	color: #CC0000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
#sidebar2 {
	background-color: #FFFFFF;
	float: right; /* since this element is floated, a width must be given */
	width: 215px; /* 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 */
	padding: 25px 0px 20px 20px;
	clear: both;
	height: 350px;
	text-align: left;
}

#mainContent {
	margin: 0px 236px 0px 20px;
	padding: 0px 0px 20px 0px;
	width: 595px;
	border-top-color: #CC0000;
	border-top-style: solid;
	border-top-width: 3px;
	text-align: left;
}

#mainTxt1 {
	margin:0px 0px;
	float: left;
	padding: 0px 0px;
}

#box1 {
	border: 1px solid #E1BFAD;
	padding: 10px 10px 0px 10px;
	text-align: center;
	margin: 20px 0px 10px 0px;
	width: 240px;
	float: left;
}
#box2 {
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 0px 0px;
	text-align: left;
	width: 300px;
	float: right;
}
#box3 {
	float: left;
	width: 560px;
	padding: 10px 10px 10px 10px;
	text-align: left;
	margin: 0px 0px;
}
#box4 {
	width: 585px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 20px 0px;
}
#box5 {
	border: 1px solid #E1BFAD;
	padding: 10px 10px 10px 10px;
	text-align: center;
	margin: 10px 10px 0px 0px;
	float: left;
	display: block;
}
#box6 {
	padding: 0px 15px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#resourceBox {
	border: 1px solid #E1BFAD;
	padding: 10px 10px 10px 10px;
	text-align: left;
	margin: 0px 0px 0px 0px;
	width: 550px;
	clear: left;
}
#eventBox {
	border: 1px solid #CC0000;
	padding: 10px 10px 10px 10px;
	text-align: left;
	margin: 0px 0px 0px 0px;
	width: 550px;
}
.resourcelink {
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	color: #463A37;
	list-style: none;
	line-height: 1.5em;
}
.resourcelink ul {
	list-style: none;
}
.resourcelink li {
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	color: #463A37;
	line-height: 1.5em;
}
.resourcelink li a {
	text-decoration: underline;
	color: #463A37;
}
.resourcelink li a:hover {
	text-decoration: none;
}

/*footer*/
 
#footer {
	width: 850px;
	margin: 0 auto;
	clear: both;
}
.navlink {
	text-align: center;
	padding: 15px 0px;
}
.navlink a {
	text-align: center;
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #463A37;
	text-decoration: none;
	line-height: 2em;
	padding-left: 10px;
	padding-right: 10px;
}
.navlink a:hover{
	height: 15px;
	text-decoration: underline;
}

#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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
.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;
}
.boldWhite {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
