@charset "utf-8";body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {	margin:0;	padding:0;}table {	border-collapse:collapse;	border-spacing:0;}fieldset, img {	border:0;}address, caption, cite, code, dfn, em, strong, th, var, optgroup {	font-style:inherit;	font-weight:inherit;}del, ins {	text-decoration:none;}li {	list-style:none;}caption, th {	text-align:left;}h1, h2, h3, h4, h5, h6 {	font-size:100%;	font-weight:normal;}q:before, q:after {	content:'';}abbr, acronym {	border:0;	font-variant:normal;}sup {	vertical-align:baseline;}sub {	vertical-align:baseline;}legend {	color:#000;}input, button, textarea, select, optgroup, option {	font-family:inherit;	font-size:inherit;	font-style:inherit;	font-weight:inherit;}input, button, textarea, select {*font-size:100%;}

body {
	background-color: #5e5856;
	background-image: url(images/bg.gif);
	background-attachment: fixed;
	height: 100%;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #696562;
}
#pflf #bghighlight {
	background-attachment: scroll;
	background-image: url(images/bg_highlight.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#pflf #container {
	width: 898px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	min-height: 700px;
}

#pflf #container #content {
	overflow: hidden;
	width: 100%;
	background-image: url(images/bg_sidebar.gif);
	background-repeat: repeat-y;
	background-position: right top;
	margin-bottom: 20px;
}
.fltrt {
	float: right;
}
.fltlft { 
	float: left;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}



/* ----------------- Header ---------------- */
#pflf #header {
	height: 126px;
	padding-top: 0px;
	padding-bottom: 14px;
}
#header #thelogo {
	background-image: url(images/logo.png);

	display: block;
	height: 98px;
	width: 213px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	position: relative;
	margin-top: 20px;
}
#header #nav {
	padding-top: 0px;
}

#searchblk {
	text-align: right;
	height: 32px;
	padding-top: 10px;
}

#searchblk .formcont {
	float: right;
}

#searchblk input {
	background-color: #7f7b79;
	border: 1px solid #6D6A69;
	color: #646160;
	height: 20px;
}

#searchblk input[type="submit"] {
	padding-left: 6px;
	padding-right: 6px;
	height: 20px;
}

#searchblk label {
	display: none;
}

/* ------------- Footer ----------- */
#pflf #footer {
	background-color: #ddeaf8;
	height: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #625a54;
	text-align: right;
	padding-top: 7px;
	padding-right: 10px;
}
#footer a {
	color: #625a54;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}




/* ----------------- Navigation ---------------- */
#navbar {
	background-image: url(images/bg_navbar.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 46px;
	width: 676px;
	padding-top: 8px;
	text-align: right;
	float: right;
}
#navbar li {
	float: left;
}
#navbar ul#nav-list li {
	position: relative;
}
#navbar ul#nav-list a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	display: block;
	color: #47413d;
	text-transform: uppercase;
	padding-left: 16px;
	padding-right: 16px;
	height: 27px;
	line-height: 20px;
	padding-top: 10px;
}
#navbar ul#nav-list a:hover, #navbar ul#nav-list .current_page_item, #navbar ul#nav-list .current_page_parent {
	text-decoration: none;
	background-image: url(images/bg_dropdown.png);
	background-repeat: no-repeat;
	background-position: center center;
}

/* Sublinks Links */
#navbar ul#nav-list ul a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	display: block;
	color: #47413d;
	text-transform: uppercase;
	padding-left: 36px;
	padding-right: 20px;
	height: 16px;
	min-width: 200px;
	line-height: 20px;
	padding-top: 4px;
	background-image: url(images/bg_dropdown_li.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 0;
	padding-bottom: 8px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#navbar ul#nav-list ul a:hover {
	text-decoration: none;
	background-image: url(images/bg_dropdown_li.png);
	background-repeat: no-repeat;
	background-position: left top;
	color: #4fa6c3;
}


#navbar ul#nav-list ul li.current_page_item a {
	background-image: url(images/bg_dropdown_li_sel.png);
	background-repeat: no-repeat;
	background-position: left top;
}


#navbar ul#nav-list li:hover ul {
	display: block;
}

#navbar ul#nav-list li:hover ul ul {
	display: none;
}

#navbar ul#nav-list li ul li {
	min-width: 200px;
	float:none;
	margin-bottom: 0;
	padding-bottom: 0;
	margin-left: -3px;
}
#navbar ul#nav-list li ul li:first-child a {
	background-image: url(images/bg_dropdown_li-first.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
}

#navbar ul#nav-list li ul li.current_page_item:first-child a {
	background-image: url(images/bg_dropdown_li-first_sel.png);
	background-repeat: no-repeat;
	background-position: left top;
}




#navbar ul#nav-list ul {
	position: absolute;
	display:none;
	left: -3px;
	top: 37px;
	z-index: 99;
	list-style-type: none;
	margin: 0;
	min-width: 200px;
	text-align: left;
	background-image: url(images/bg_dropdown_ul.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 0;
	padding-right: 3px;
	padding-bottom: 5px;
	padding-left: 0;
	white-space: nowrap;
}

#navbar ul#nav-list ul li ul {
	display: none;
}


#navbarend {
	background-image: url(images/bg_navbar_end.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	height: 54px;
	width: 9px;
}

/* Hide UL */

ul#nav-list li.page-item-374, li.page-item-374 ul {
	display: none;
	visibility: hidden;
}



/* ------------ Sidebar ------------ */
#pflf #sidebar {
	float: right;
	width: 232px;
	background-image: url(images/bg_sidebar_top.gif);
	background-repeat: no-repeat;
	padding-right: 20px;
	padding-left: 20px;
	margin-bottom: 10px;
	color: #f6f9f2;
	padding-top: 14px;
	min-height: 200px;
}
#sidebar h1, #sidebar h2, #sidebar h3, #sidebar h4, #sidebar h5 {
	color: #f6f9f2;
}

#sidebar h1:first-child {
	margin-top: 0;
}

#sidebar h1 {
	font-size: 11px;
	color: #f6f9f2;
	text-align:center;
	background-image: url(images/bg_sidebar_h1.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 10px;
	margin-left: -20px;
	margin-right: -20px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-variant: normal;
	text-transform: uppercase;
}

#sidebar ul li a {
	color: #f6f9f2;
}

#sidebar ul li.current_page_item a {
	color: #4fa6c3;
}

#sidebar ul li.current_page_item ul li a {
	color: #f6f9f2;
}




/* --------------- Main Content -------------- */
#pflf #mainContent {
	float: left;
	width: 613px;
}
.block:first-child {
	margin-top: 0px;
}
.block {
	background-color: #f6f9f2;
	margin-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-top: 14px;
}

.block ul li {
	line-height: 16px;
	background-image: url(images/bg_bullet-brown.png);
	background-repeat: no-repeat;
	background-position: left 4px;
	margin-bottom: 10px;
	padding-left: 20px;
}


/* -------------- Posts Formatting -------------- */

#postformat h1 em {
	font-size: 11px;
	font-style: italic;
	font-variant: normal;
}

#postformat h2 {
	font-size: 16px;
	text-align: left;
	background-image: none;
	padding-bottom: 14px;
	margin-bottom: 8px;
	font-variant: normal;
}

.navigation {
	min-height: 30px;
	overflow: hidden;
	width: 573px;
}

.navigation .alignleft {
	float: left;
	width: 275px;
}

.navigation .alignright {
	float: right;
	width: 275px;
	text-align: right;
}



/* ----------------- Tags ------------- */
h1, h2, h3, h4, h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #47413d;
}

h1 a, h2 a, h3 a {
 color: #47413d;
}


h1 {
	font-size: 18px;
	text-align: center;
	background-image: url(images/bg_h1.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 14px;
	margin-bottom: 8px;
	font-variant: small-caps;
}
h2 {
	font-size: 16px;
	margin-bottom: 8px;
	font-variant: small-caps;

}

h3 {
	font-size: 14px;

}

p {
	padding-bottom: 12px;
}
a {
	color: #4fa6c3;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

ul li ul, ol li ol {
	padding-left: 20px;
}


ul+h1, ul+h2, ul+h3 {
	padding-top: 10px;
}

ol {
	list-style-type: upper-roman;
	list-style-position: inside;
}

ol li {
	list-style-type: upper-roman;
	list-style-position: inside;

}


th {
	background-color: #e4dfd9;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #f6f9f2;
	border-left-color: #f6f9f2;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #47413d;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	text-transform: uppercase;
}

td {
	background-color: #ffffff;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #f6f9f2;
	border-left-color: #f6f9f2;
}

table.notblformat th {
	background: none;
	border: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	text-transform: uppercase;
}

table.notblformat td {
	background: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	border: none;
}

b, strong {
	font-weight: bold;
}

i, em {
	font-style: italic;
}



/* ------------- Formatting Elements --------------- */
.outersep {
	background-image: url(images/bg_outersep.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

p.sepline {
	padding-bottom: 10px;
	background-image: url(images/bg_horline.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	margin-bottom: 10px;
}

.seplinetop {
	padding-top: 10px;
	background-image: url(images/bg_horline.gif);
	background-repeat: repeat-x;
	background-position: center top;
	margin-top: 10px;
}

#newsletterbox {
	background-image: url(images/bg_newslettersignup.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 302px;
	width: 232px;
	margin-bottom: 10px;
	padding-top: 18px;
	padding-bottom: 0px;
	padding-right: 20px;
	padding-left: 20px;
	color:#47413d;
}

#sidebar #newsletterbox h1 {
	font-size: 16px;
	color: #47413d;
	text-align:center;
	background-image: url(images/bg_newslettersignup_h1.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 10px;
}

#sidebar #newsletterbox h2, #sidebar #newsletterbox h3 {
	color: #47413d;
}

#sidebar #newsletterbox form {
	margin-top: 20px;
}

#sidebar #newsletterbox input[type="text"] {
	width: 228px;
	height: 30px;
	background-image: url(images/bg_newsletter_input.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px solid #d2cfcc;
}

#sidebar #newsletterbox input[type="image"] {
	margin-top: 20px;
	float: right;

}

.addborder {
	border: 5px solid #f6f9f2;
}

.addborderwhite {
	border: 5px solid #ffffff;
}

.keyline {
	border: 1px solid #b2b6b4;
}

.addmargin {
	margin-top: 20px;
	margin-bottom: 20px;
}

.addpadding {
	padding: 10px;
}

.addcenter {
	text-align: center;
}

.block .addbullet {
	background-image: url(images/bg_bullet-brown.png);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-left: 20px;
}

img.alignleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 5px solid #ffffff;
}

img.alignright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 5px solid #ffffff;

}

.callboxer {
	background-color: #e4dfd9;
	border: 1px solid #b2b6b4;
	padding: 20px;
	display: block;
	vertical-align: middle;
}

.callbox {
	background-color: #e4dfd9;
	border: 1px solid #b2b6b4;
	padding: 20px;
	width: 533px;
	overflow: hidden;
	display: table-cell;
	vertical-align: middle;
}
.callbox div {
	background-color: #a8a2a0;
	float: right;
	text-align: center;
	margin-right: -20px;
	margin-bottom: -20px;
	margin-top: -20px;
	min-height: 60px;
	min-width: 150px;
	padding: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #b2b6b4;
}




/*--------------- Page Templates ---------------------- */


/* Homepage */

#tmhomepage {
	background-image: url(images/bg_homepagebanner.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 356px;
	width: 898px;
	
}

#tmhomepage div.fltrt {
	margin-top: 20px;
	margin-right: 16px;
}

#tmhomepage div.fltlft {
	margin-top: 23px;
	margin-left: 20px;
}

#tmhomepagebt {
	margin-top: 10px;
}

#tmhomepagebt a:first-child {
	margin: 0px;	
}

#tmhomepagebt a {
	margin-left: 6px;
}

.sbhomepage ul li ul, .sbhomepage ul li, .sbhomepage ul  {
	padding-left: 0;
}



/* News */
#tmnews {
	background-image: url(images/bg_newsbanner.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 220px;
	width: 613px;
}

/* Get Involved */
#tminvolved {
	background-image: url(images/bg_involvedbanner.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 220px;
	width: 613px;
}


/* About */
#tmabout {
	background-image: url(images/bg_aboutbanner.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 220px;
	width: 613px;
}

/* Families */
#tmfamilies {
	background-image: url(images/bg_familiesbanner.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 220px;
	width: 613px;
}

#famtitle {
	background: none;
	border: none;
	background-image: url(images/bg_bullet.png);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}


#famtitle h1 {
	color: #f6f9f2;
	background-image: url(images/bg_bullet.png);
	background-repeat: no-repeat;
	background-position: right 8px;
	padding-right: 20px;
	padding-bottom: 0px;
}

.familyblk {
	color: #f6f9f2;
}

ul#familyplaylist li a {
	background-image: url(images/mg_playbt.png);
	background-repeat: no-repeat;
	background-position: left center;
	min-height: 20px;
	padding-left: 30px;
	line-height: 14px;
	display: block;
	margin-bottom: 10px;
}

ul#familyplaylist li.current_page_item a {
	background-image: url(images/mg_playbt_ov.png);
}

ul#familyplaylist li a:hover {
	background-image: url(images/mg_playbt_ov.png);
	text-decoration: none;
}


/* Contact */
#tmcontact {
	background-image: url(images/bg_contactbanner.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 220px;
	width: 613px;
}

/* Newsletter */
#tmnewsletter {
	background-image: url(images/bg_newsletterbanner.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 220px;
	width: 613px;
}


