/* 
Title:		petplayhouse.com screen styles
Author: 	gordon@slickfishstudios.com
*/

html, body, table { 
	height: 100%;
	width: 100%; 
	margin: 0; 
	padding: 0;

	font-size: small;
	font-family: Verdana, sans-serif;
	color: #666;
}
* html body {
	font-size: x-small; /* for IE5/Win */
	f\ont-size: small; /* for other IE versions */
}
body {
	background: #608A3A url(../images/green_bkg2.png) repeat-x left top;
}

td {vertical-align: middle;}

a:link, a:hover, a:visited, a:active {
	outline: none;
}


.facebook {
	width: 200px;
	height: 32px;
	display: block;
	overflow: hidden;
	text-indent: -10000px;
	text-decoration: none;
	border: none;
	outline: none;
	background: url(../images/facebook-btn.png) no-repeat left top;
}
.facebook:hover {
	background: url(../images/facebook-btn.png) no-repeat left -32px;
	text-decoration: none;
}



/* *************** ALTERNATE FLASH CONTENT *************** */
#noflash {
	
}


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

h1 {
	font-size: 14px;
	color: #b5591f;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	color: #506e35;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
}
h3 {
	font-size: 12px;
	color: #922626;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 5px;
}
h4 {
	font-size: 12px;
	font-weight: normal;
	color: #7f9b64;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 5px;
}

.tag {
	color: #598ab8;
	font-size: 11px;
}
em {
	color: #7f9b64;
}

dt {
	color: #951616;
	font-weight: bold;
}
dd {
	color: #787878;
}
ol {
	color: #d67332;
	margin-top: 0;
}
ul, ul.nada {
	list-style-type: circle;
	color: #d67332;
	margin-top: 0;
}
ul.nada {
	list-style-type: none;
}
ul li, ul.nada li, ol li {
	padding: 0 0 4px 0;
}
ul.nada li {
	padding: 0 0 10px 0;
}
ul li p, ul.nada li p, ol li p {
	padding: 0;
	margin: 0;
	color: #666;
	font-weight: normal;
	font-size: 11px;
}




/* *************** two column lists *************** */
.floatBox-left, .floatBox-right {
    float: left;
    width: 425px;
	font-size: 11px;
	padding: 0;
	margin: 0;
}
.floatBox-left ul {
	list-style-type: none;
	padding: 0 0 0 15px;
	margin: 0;
}
.floatBox-right {
    width: 200px;
}
.floatBox-right ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.floatBox-left ul li.odd, .floatBox-right ul li.odd {
	background: #ececec;
	margin-top: 4px;
}

.floatBox-left ul li, .floatBox-right ul li  {
	margin-left: 10px;
	margin-top: 4px;
	padding-left: 5px;
}
.floatBox-left ul li ul li, .floatBox-right ul li ul li  {
	padding-left: 0;
}
.floatBox-right ul li  {
	margin-left: 0;
}
.floatBox-left ul li ul {
	list-style-type: circle;
}



/* LINKS */


a, a.small {
	color: #72aa35;
	text-decoration: none;
}

a:hover, a.small:hover {
	color: #4d8a2a;
	text-decoration: underline;
}
a.small {
	font-size: 11px;
}

a.pdf {
	padding: 2px 0 2px 16px;
	margin: 0;
	background: url(../images/pdf_14x14.gif) no-repeat left top;
	text-decoration: none;
}

a.pdf:hover {
	text-decoration: underline;
}
a.web {
	padding: 2px 0 2px 16px;
	margin: 0;
	background: url(../images/web_14x14.gif) no-repeat left top;
	text-decoration: none;
}

a.web:hover {
	text-decoration: underline;
}




hr {
	width: 100%;
	padding: 0;
	margin: 10px 0;
	height: 1px;
	border: 0;
	color: #ddd;
	background: #ddd;
}


.left_side {
	border: 1px solid #a6a6a6;
	margin: 0 15px 3px 0;
	float: left;
}
.norm {
	border: 1px solid #a6a6a6;
	margin: 0 5px;
}
.right_side {
	border: 1px solid #a6a6a6;
	margin: 0 0 3px 15px;
	float: right;
}
.noborder {
	border: 0;
}


/* schedule chart */
.rowcontainer {						/* Used to keep the divs in a row.  you can use this for any size of divs */
	float: left;
	margin-bottom: 5px;
	width: 97%;
	overflow: hidden;
}
.quartercolumn { float: left; width: 24.5% }		/* One quarter width column for a four column site */






/* ***************WRAPPERS*************** */
/* wrapper etc */
#wrapper { 
	margin: 0 auto;
	width: 876px;
}
#wrapper-inner { 
	margin: 0 auto;
	width: 876px;
	height: 585px;
	background: url(../images/pphk_bkg.png) no-repeat left top;
}
#container {
	width: 850px;
	height: 570px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	display: block;
}
#banner {
	width: 100%;
	height: 155px;
	margin: 0;
	padding: 0;
	background: url(../images/pphk_banner.jpg) no-repeat left top;
}
#main {
	width: 100%; 
	height: 415px;
	margin: 0;
	padding: 0;
}
#main #left_col {
	width: 170px; 
	height: 415px;
	margin: 0;
	padding: 0;
	float: left;
	background: url(../images/pphk_left_bkg.jpg) no-repeat left top;
}
#main #main_col {
	width: 680px; 
	height: 415px;
	margin: 0;
	padding: 0;
	float: left;
	background: url(../images/pphk_main_bkg.jpg) no-repeat left top;
}
#main #main_col #format {
	padding: 0;
	width: 680px; 
	height: 415px;
	font-size: 11px;
	line-height: normal;
	overflow: auto;
}
#main #main_col #format #pad {
	padding: 0 10px 10px 15px;
}

#flash_slides {
	float: right;
	width: 225px;
	margin: 10px 0 3px 15px;
}

/* ****************//************** */
#nav {
	text-align: center;
	margin: 0 0 5px 0;
	padding: 15px 0 0 0;
	line-height: 170%;
}
#nav a {
	font-weight: bold;
	color: #101e08;
	text-decoration: none;
}
#nav a:hover, #nav a.current {
	color: #ffffff;
	text-decoration: none;
}
#nav a.current:hover {
	color: #ffffff;
	text-decoration: underline;
}



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

#signup, #signup:hover, #signup_current, #signup_current:hover {
	height: 55px;
	width: 170px;
	text-indent: -10000px;
	overflow: hidden;
	background: url(../images/signup_btn.png) no-repeat left top;
	display: block;
	margin: 0;
	border: none;
}

#signup:hover {
	background: url(../images/signup_btn.png) no-repeat left -55px;
}
#signup_current {
	background: url(../images/signup_btn.png) no-repeat left -110px;
}

#signup_current:hover {
	background: url(../images/signup_btn.png) no-repeat left -55px;
}



/* ***************//*************** */
#footer1 { 
	width: 876px;
	height: 28px;
	clear: both;
	font-size: .85em;
	color: #929f81;
	border: 0;
	margin: 0;
	padding: 0;
	background: url(../images/footer1_bkg.png) no-repeat left bottom;
}
#footer1 p {
	margin: 0;
	padding: 0px 16px;
	text-align: center;
}
#footer1 a {
	color: #929f81;
}
#footer1 a:hover {
	color: #c5dba7;
}

#footer { 
	width: 876px;
	clear: both;
	font-size: .8em;
	color: #4b6a30;
	border: 0;
	margin: 0;
	padding: 0;
}
#footleft { 
	margin: 0px;
	padding: 0;
	width: 50%;
	float: left;
}
#footleft p {
	margin: 0;
	padding: 0px 10px;
}

#footright { 
	margin: 0;
	padding: 0;
	width: 50%;
	float: left;
	position: relative;
	text-align: right;
}
#footright p {
	margin: 0;
	padding: 0px 10px;
}
#footer a {
	border-bottom: none;
	color: #4b6a30;
	text-decoration: none;
	outline: none;
}
#footer a:hover {
	border-bottom: 1px dotted #d5ecb4;
	color: #d5ecb4;
	text-decoration: none;
}