 /* Code below is from: http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/ */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }
/* Code above is from: http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/ */

/* For use on the Parenting Partnership site */
/* 10/15/2008 Edit */
/* (c)2008 Integrative Success  */
/* 9/5/2008 document validates as CSS level 2.1  */
 
/* Sitewide */

BODY { 
	font-size: .875em;
	BACKGROUND-COLOR: #CCFFFF; 
	COLOR: #000; 
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
}

A {
	COLOR: #000099;
	FONT-WEIGHT: bold;
}

A:link {
	COLOR: #0066CC;
	FONT-WEIGHT: bold; 
}

A:visited {
	COLOR: #003366;
	FONT-WEIGHT: bold;
}

A:active {
	COLOR: #66CCFF;
	FONT-WEIGHT: bold;
}

A:hover {
	COLOR: #000066;
	FONT-WEIGHT: bold; 
}

H1 {
	MARGIN-TOP: 2%; 
	FONT-SIZE: 2.90em; 
	MARGIN-LEFT: 150px;
	MARGIN-RIGHT: 150px;
	MARGIN-BOTTOM: 1%; 
	LINE-HEIGHT: 1em; 
	color: #000000;
	TEXT-ALIGN: center;
	FONT-FAMILY: Georgia, "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

H2 {
	MARGIN-TOP: 0%; 
	FONT-SIZE: 1.5em; 
	MARGIN-LEFT: 150px;
	MARGIN-RIGHT: 150px;
	MARGIN-BOTTOM: 0%; 
	LINE-HEIGHT: 1.25em; 
	color: #000066;
	Font-Style: italic;
	TEXT-ALIGN: center;
	FONT-FAMILY: "Trebuchet MS", Helvetica, sans-serif;
}

H3 {
	FONT-SIZE: 1.125em;
	border-bottom: 3px double #669999; 
	font-weight: bold;
	color: #000;
	text-align: left;
	margin-left: 30%;
	margin-top: 25px;
	FONT-FAMILY: "Trebuchet MS", Helvetica, sans-serif;
}

H4 {
	FONT-SIZE: .875em; 
	border-bottom: 1px solid #669999; 
	font-weight: bold;
	color: #000;
	text-align: left;
	margin-left: 30%;
	margin-top: 15px;
	margin-bottom: 8px;
	FONT-FAMILY: "Verdana", Geneva, sans-serif;	
}

H5 {
	font-size: .775em;
	font-weight: bold;
	color: #000;
	background-color: #FFF;
	text-align: left;
	margin-left: 20%;
	margin-top: 10px;
	margin-bottom: 4px;	
	FONT-FAMILY: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

H6 {
	MARGIN-LEFT: 4%; 
	FONT-SIZE: .875em;
}

P {
	MARGIN-TOP: .625em; 
	MARGIN-BOTTOM: .625em; 
	MARGIN-RIGHT: 5%;
	MARGIN-LEFT: 5%;
	text-indent: 1.25em;
	FONT-SIZE: .875em; 
	LINE-HEIGHT: 1.375em; 
}

UL {
	list-style-type: none;
	Font-Size: 1em;
	Line-Height: 1.375em;
}

/* Div */

#title {

}

#subtitle {

}

#Top { 
	BACKGROUND: url(images/parenting_logo.png) no-repeat;
	margin: 10px 1% 0 1%; 
	height: 150px;	
	overflow: hidden; 
	border: 3px double #6cf;
}

#Top:hover {
	BACKGROUND: url(images/parenting_people.png) no-repeat;
}

#Main {	
	background: #fff;
	POSITION: relative; Z-INDEX: 2; 
	TEXT-ALIGN: left;      
	margin: 10px 22% 0px 16%;  
	overflow: hidden; 
}

#Lists LI {
	margin-left: 20%;
	font-size: .875em; 
	line-height: 1.25em;
}

#Photos {
	TOP: 175px;	
	RIGHT: 1%; 
	WIDTH: 17%; 
	MARGIN: 0%; 
	POSITION: absolute;
	Z-INDEX: 1; 
	overflow: hidden;
}

#Menu {
	background: transparent;
	POSITION: absolute;
	TOP: 175px;	
	LEFT: 1%; 
	WIDTH: 12%; 
	overflow: hidden;
	z-index: 3;
}

#MenuNavi  {
	font-weight: bold;
	font-size: .875em;
	font-variant: small-caps;
	LINE-HEIGHT: 1.5em;
	text-align: center;
	color: #000066;
}


#MenuNavi LI {
	background-color: #369; 
	margin: 0% 1% 2% 1%;	
	padding: 3% 1% 3% 1%;	
	border-right: 3px solid #6cf;
	border-bottom: 3px solid #6cf;
	border-top: 1px solid #6cf;
	border-left: 1px solid #6cf;
}
  
#MenuNavi LI:hover {
	border-top: 3px solid #6cf;
	border-left: 3px solid #6cf;
	border-bottom: 1px solid #6cf;
	border-right: 1px solid #6cf;
}

#MenuNavi LI.loaded, #MenuNavi LI.loaded:hover {
	border-right: 2px solid #6cf;	
	border-bottom: 1px solid #6cf;	
	border-top: 1px solid #6cf;	
	border-left: 2px solid #6cf;	
}

#MenuIcons {
	text-align: left;
	border: none;
	padding: 1% 1% 1% 1%;
}

#MenuNavi A {
	color: #fff;
 	text-decoration: none;
}

#Navi { 
	background: transparent;
	POSITION: relative; 
	margin: 0px 22% 0px 16%; 
}

#Navi A, #Photos A {
	color: #06c;
	font-weight: bold;
	text-decoration: none;
}

#Navi A:hover, #Photos A:hover {
	color: #009;
	text-decoration: underline;
}

#Navi ul {
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: .875em;
	padding-bottom: .875em;
}

#Navi li {
	display: inline;
}

#Classes {
	font-size: .875em;
	margin-left: 15%;
}

#Classes TR:hover {
	COLOR: #000099;
}

#Classes TD:first-child {
	font-weight: bold;
}
#Classes TD {
	vertical-align: middle;
	padding: 5px 10px;
}	

#Resume {
	color: #000;
	margin: 0px;
	padding: 10px 10px;
	overflow: hidden;
}

#Resume TABLE {
	margin-left: 25%;
	font-size: .8em;
}

#Resume TR:hover {
	text-decoration: underline;
}

#Resume TD:first-child {
	font-weight: bold;
	WIDTH: 50%;
}
#Resume TD {
	vertical-align: middle;
	padding: 5px 10px;
}

#EmailWindow {
	margin: 0% 5%;
	border: 3px double #669999;
	padding: 10px;
}

/* Rounded Corner Code */
.mainTopLeft       { background: transparent url('images/main_corner_top01.png') no-repeat top left; height: 45px; overflow: hidden; }
.mainTopRight      { background: transparent url('images/main_corner_top02.png') no-repeat top right; margin-top: -45px; height: 45px; overflow: hidden; }
.mainBottomLeft    { background: transparent url('images/main_corner_bottom01.png') no-repeat top left; height: 45px; overflow: hidden; }
.mainBottomRight   { background: transparent url('images/main_corner_bottom02.png') no-repeat top right; margin-top: -45px; height: 45px; overflow: hidden; }
.mainCenterContent { background: transparent; margin-top: -30px; margin-bottom: -30px; padding: 5px; overflow: hidden; }

/* class */

.hide { 
	display: none; 
}

.important {
	MARGIN-TOP: 0%; 
	FONT-SIZE: .875em; 
	font-variant: small-caps;
	MARGIN-BOTTOM: 0%; 
	LINE-HEIGHT: 1.25em; 
}

.phrase {
	MARGIN-TOP: 1.25em; 
	MARGIN-RIGHT: .625em;
	MARGIN-LEFT: .625em;
	MARGIN-BOTTOM: .45em;
	FONT-WEIGHT: bold; 
	color: #000066; 
	FONT-SIZE: .875em;
	line-height:1.50em;
	TEXT-ALIGN: center;
	FONT-FAMILY: Tahoma, Geneva, sans-serif; 
}

.potatoes {
	FONT-SIZE: 1.125em; 
	TEXT-ALIGN: left;
}

.center {
	TEXT-ALIGN: center;
	FONT-SIZE: .850em;
}

.news {
	FONT-SIZE: 1em; 
	MARGIN-BOTTOM: 1.25em; 
	LINE-HEIGHT: 1.25em; 
}

.right {
	FONT-SIZE: .625em; 
	MARGIN-BOTTOM: 1.25em; 
	LINE-HEIGHT: 1.25em; 
	WHITE-SPACE: nowrap;
	FONT-FAMILY: "Verdana", Geneva, sans-serif;	
}

.sub {
	font-size: .7em;
	LINE-HEIGHT: 1.25em; 
}

.bottom {
	FONT-SIZE: .825em; 
	LINE-HEIGHT: 1.4em; 
	font-weight: bold;
	TEXT-ALIGN: center;
}

.tiny {
	TEXT-ALIGN: center;
	MARGIN-TOP: .875em; 
	FONT-SIZE: .625em; 
	MARGIN-BOTTOM: .4em; 
	LINE-HEIGHT: 1em; 

}

.nowrap {
	MARGIN-TOP: 0%; 
	FONT-WEIGHT: bold; 
	FONT-SIZE: .625em; 
	MARGIN-BOTTOM: 0%; 
	WHITE-SPACE: nowrap;
}

/* register.css */
#Form01 { padding: 2% 7%; width: 86%; }
#Form01 UL, LI { list-style-type: none; }
#Form01 LI { margin-bottom: 0px; font-size: .875em; }
#Form01 INPUT {
	border: none;
	border: 1px solid black;
	margin-bottom: 3px;
}
#Form01 .lbl {
	background: transparent;
	margin-left: 5px;
	border: none;
	font-size: .75em;
	width: 50px;
}
#Form01 BUTTON { font-size: 1.125em; }
/* Liquid Sizes */
#Form01 .classes { width: 100%;   }
#Form01 .name1   { width: 100%;   }
#Form01 .name2   { width: 100%;  }
#Form01 .addy1   { width: 100%;  }
#Form01 .city    { width: 130px; }
#Form01 .state   { width: 130px; }
#Form01 .zip     { width: 50px;  }
#Form01 .phone1  { width: 30px;  text-align: center; }
#Form01 .phone2  { width: 30px;  text-align: center; }
#Form01 .phone3  { width: 40px;  text-align: center; }
#Form01 .email   { width: 100%;  }
#Form01 .clear   { width: 25%;   }
#Form01 .submit  { width: 50%;   }
#Form01 .message { width: 100%; height: 32px; }
#Form01 .payment { border: none; margin-left: 10px; }
/* register.css */

/* START http://www.google.com/cse/api/branding.css */
.cse-branding-bottom {
background: transparent;
color:#000000;
}
.cse-branding-bottom,
.cse-branding-right {
margin:0;
padding:0;
}
.cse-branding-bottom:after,
.cse-branding-right:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden
}
.cse-branding-form form {
margin-bottom: 0;
padding-bottom: 0;
}
/* Bottom-specific selectors */
.cse-branding-bottom .cse-branding-logo {
display: block; 
float: left
}
.cse-branding-bottom .cse-branding-form {
margin-bottom: 3px;
}
.cse-branding-bottom .cse-branding-logo {
padding: 0
}
.cse-branding-bottom .cse-branding-text {
padding-top: 4px
}
.cse-branding-right .cse-branding-form {
float: left;
}
/* Right-specific selectors */
.cse-branding-right .cse-branding-logo {
margin-left: 4px;
}
.cse-branding-right .cse-branding-form {
float: left;
margin-right: 4px;
}
.cse-branding-right .cse-branding-logo {
padding: 0
}
/* END http://www.google.com/cse/api/branding.css */
