html,body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	color:#333;
}

a {
	color:#277683;
}

#container {
	width:769px;
	margin:auto;
}

#masthead {
	background:url(../images/masthead.jpg);
	height:275px;
	padding-bottom:0;
	margin-bottom:0;
	position:relative;
	float:left;
	width:769px;
	border:none;
}

#masthead ul {
	float:right;
	margin-top:0;
	padding-top:10px;
	font-size:11px;
}

#masthead li {
	display:inline;
	padding-right:15px;
}

#masthead li a {
	color:#009fb9;
	text-transform:uppercase;
	text-decoration:none;
}

#masthead li a:hover {
	text-decoration:underline;
}

#mainnav {
	clear:both;
	border:none;
	height:50px;
	list-style:none;
	overflow:hidden;
	width:769px;
	text-align:center;
}

#mainnav ul {
	display:inline;
	padding-top:0;
	margin-top:0;
	float:left;
}

#mainnav li {
	margin:0;
	padding:0;
	list-style:none;
	display:inline;
}

#mainnav a {
	padding:50px 0 0;
	overflow:hidden;
	height:0!important;
	height:50px;

	
/* for IE5/Win only */
}

/*
#mainnav a:hover {
	background-position:0 -50px;
}

#mainnav a:active,#mainnav a.selected {
	background-position:0 -100px;
}
*/

#mainnav img {
	width:1px;
	float:left;
}

#mainnav img {
	z-index:-1;
}

#mainnav img.off {
	display:none;
}

#mainnav img.selected {
	position:relative;
	top:-100px;
}
#mainnav li a {
	float: left;
	height: 50px;
	display: block;
}

#nav-about a {
	background:url(../images/nav.gif) 0 0 no-repeat;
	width: 100px;
}
#nav-about a:hover {
	background:url(../images/nav.gif) 0 -50px no-repeat;
}
#nav-about a.selected {
	background:url(../images/nav.gif) 0 -100px no-repeat;
}

#nav-speaking a {
	background:url(../images/nav.gif) -101px 0 no-repeat;
	width: 140px;
}
#nav-speaking a:hover {
	background:url(../images/nav.gif) -101px -50px no-repeat;
}
#nav-speaking a.selected {
	background:url(../images/nav.gif) -101px -100px no-repeat;
}

#nav-consulting a {
	background:url(../images/nav.gif) -242px 0 no-repeat;
	width: 122px;
}
#nav-consulting a:hover {
	background:url(../images/nav.gif) -242px -50px no-repeat;
}
#nav-consulting a.selected {
	background:url(../images/nav.gif) -242px -100px no-repeat;
}

#nav-parenting a {
	background:url(../images/nav.gif) -365px 0 no-repeat;
	width: 110px;
}
#nav-parenting a:hover {
	background:url(../images/nav.gif) -365px -50px no-repeat;
}
#nav-parenting a.selected {
	background:url(../images/nav.gif) -365px -100px no-repeat;
}

#nav-books a {
	background:url(../images/nav.gif) -476px 0 no-repeat;
	width: 79px;
}
#nav-books a:hover {
	background:url(../images/nav.gif) -476px -50px no-repeat;
}
#nav-books a.selected {
	background:url(../images/nav.gif) -476px -100px no-repeat;
}

#nav-articles a {
	background:url(../images/nav.gif) -556px 0 no-repeat;
	width: 94px;
}
#nav-articles a:hover {
	background:url(../images/nav.gif) -556px -50px no-repeat;
}
#nav-articles a.selected {
	background:url(../images/nav.gif) -556px -100px no-repeat;
}

#nav-contact a {
	background:url(../images/nav.gif) -651px 0 no-repeat;
	width: 118px;
}
#nav-contact a:hover {
	background:url(../images/nav.gif) -651px -50px no-repeat;
}
#nav-contact a.selected {
	background:url(../images/nav.gif) -651px -100px no-repeat;
}

#content {
	background-color:#e5f5f8;
	clear:both;
	float:left;
	border-bottom:1px solid #009fb9;
}

#sidebar {
	width:233px;
	float:left;
	border-right:1px solid #009fb9;
	margin-top:10px;
	display:inline;
}

#sidebar p {
	font-size:11px;
	line-height:16px;
	color:#363636;
}

#speaking {
	border-bottom:1px solid #009fb9;
	margin-left:25px;
	width:188px;
	padding-bottom:10px;
	padding-top:10px;
}

#speaking p {
	width:170px;
	padding-top:5px;
}

#books {
	padding-top:10px;
	margin-left:25px;
	width:188px;
}

#books p {
	padding-top:5px;
}

#maintext {
	width:535px;
	float:left;
}

#content h1 {
	color:#126876;
	font-size:15px;
	font-weight:bold;
	padding-left:21px;
	padding-right:81px;
	padding-bottom:15px;
	padding-top:20px;
	line-height:18px;
}

#maintext p {
	width:477px;
	line-height:26px;
	padding-left:21px;
	color:#363636;
	padding-bottom:12px;
}

#footer {
	clear:both;
	background:url(../images/bg-footer.gif);
	background-position:top;
	background-repeat:repeat-x;
	height:50px;
	font-size:11px;
	text-align:center;
	padding-top:10px;
}

#footer ul {
	display:inline;
}

#footer li {
	display:inline;
}

#footer li a {
	padding-right:10px;
	text-decoration:none;
}

#footer li a:hover {
	text-decoration:underline;
}

#footer p {
	padding-top:5px;
	padding-bottom:5px;
	color:#333333;
}

.subpage #masthead {
	background:url(../images/masthead-subpage.jpg);
	height:136px!important;
	padding-bottom:0;
	margin-bottom:0;
	overflow:hidden;
}

#logo {
	display:none;
}

.subpage #logo {
	float:left;
	width:201px;
	height:136px;
	display:inline;
}

.subpage #content {
	width:769px;
	padding-bottom:10px;
}

.subpage #content p {
	line-height:18px;
	padding-left:21px;
	color:#363636;
	padding-bottom:15px;
	padding-right:21px;
}

.subpage #content h1 {
	padding-top:20px;
}

.subpage #content h2 {
	color:#247582;
	font-size:13px;
	font-weight:bold;
	width:167px;
	float:left;
	padding-left:20px;
	line-height:16px;
	padding-bottom:10px;
	padding-top:10px;
}

#articles1 {
	width:384px;
	border-right:1px solid #c0dce1;
	float:left;
}

#articles2 {
	width:384px;
	float:right;
}

#fip {
	width:384px;
	border-right:1px solid #c0dce1;
	float:left;
}

#fip p {
	width:167px;
	float:left;
	padding-left:15px!important;
	line-height:16px!important;
}

#spoon {
	width:384px;
	float:left;
}

#spoon p {
	width:167px;
	float:left;
	padding-left:15px!important;
	line-height:16px!important;
}

#areas {
	background-color:#d6e6e8;
	margin-left:21px;
	margin-bottom:20px;
}

#areas li {
	color:#33818d;
	line-height:16px;
	padding-bottom:5px;
	font-size:11px;
	list-style-type:square;
}

#areas ul {
	float:left;
	padding-left:20px;
}

#speak-main {
	width:560px;
	float:left;
}

#parenting-main {
	width:560px;
	float:left;
}
#parenting-main h3 {
	padding: 0;
	margin: 0;
	width: auto;
	padding-left: 21px;
	margin-bottom: 20px;
	float: none;
	font-family: Futura, Helvetica, Arial, Sans, Sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #247582;
}
#parenting-main h4 {
	padding: 0;
	margin: 0;
	width: auto;
	padding-left: 21px;
	margin-bottom: 15px;
	float: none;
	font-weight: bold;
	font-size: 13px;
}

#about-main {
	width:560px;
	float:left;
}

#about-main p {
	line-height:20px!important;
}

#speak-sidebar {
	width:188px;
	float:left;
	font-size:11px;
	border-left:1px solid #abcfd4;
	padding-left:5px;
	margin-top:20px;
	margin-left:10px;
	margin-bottom:20px;
	padding-bottom:10px;
}
#speak-sidebar h3 {
	font-family: Futura, Helvetica, Arial, Sans, Sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #247582;
	margin-left: 20px;
	margin-bottom: 15px;
}

#about-sidebar {
	width:188px;
	float:left;
	font-size:11px;
	border-left:1px solid #abcfd4;
	padding-left:5px;
	margin-top:20px;
	margin-left:10px;
	margin-bottom:0;
	padding-bottom:0;
}

#consulting-ways {
	color:#247582;
	line-height:18px;
	margin-left:20px;
}

input.checkbox {
	width:15px;
	margin-right:5px;
	padding-top:8px;
}

textarea {
	margin-top:5px;
	width:400px;
}

.subpage #container #pressleft {
	width:384px;
	border-right:1px solid #c0dce1;
	float:left;
}

.subpage #container #pressright {
	width:384px;
	float:left;
}

.subpage #container #callout {
	margin-left:20px;
}

.subhead {
	color:#247582;
	margin-left:20px;
	font-size:14px;
	font-weight:bold;
	line-height:16px;
	padding-top:10px;
	padding-bottom:10px;
}

/* Application Styles */

.button, .button2 {
	background: url(../images/white-grad.png) 0 0 repeat-x white;
	border: 2px solid white;
	padding: 3px 8px;
	color: #009FB9;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 2px #AAAAAA;
	-webkit-box-shadow: 0 1px 2px #AAAAAA;
	box-shadow: 0 1px 2px #AAAAAA;
	cursor: pointer;
	display: block;
	font-family: Arial, Sans-serif, Sans;
	font-size: 10px;
	text-shadow: 0 1px 0 white;
	text-decoration: none;
}
.button:active,
.button:focus,
.button2:active,
.button2:focus
{
	background: #eee;
	outline: none;
}
.button2 {
	padding: 5px 10px;
	font-size: 11px;
}
div#app-main {
	padding: 20px;
	color: #333;
	line-height: 18px;
}

div#app-main table tr td {
	padding: 0;
}
div#app-main h1, .subpage div#app-main h1 {
	padding: 0;
	margin: 0;
	font-family: Futura, Helvetica, Arial, Sans, Sans-serif;
	font-size: 19px;
	font-weight: normal;
	margin-bottom: 30px;
}
div#app-main h2, .subpage div#app-main h2 {
	padding: 0;
	margin: 0;
	width: auto;
	margin-bottom: 15px;
	float: none;
	font-family: Futura, Helvetica, Arial, Sans, Sans-serif;
	font-size: 14px;
	font-weight: normal;
}
div#app-main thead th {
	text-align: left;
	font-weight: bold;
	background: #009FB9;
	padding: 7px;
	color: white;
}
div#app-main tr.line td {
	border-bottom: 1px dotted #ADDEE7;
	padding: 5px 7px;
	vertical-align: middle;
}
div#app-main table.form tr td, table.form tr td {
	padding: 5px 10px 5px 0;
}
table.form tr td label {
	font-weight: bold;
}
input.text-field, select.text-field, textarea.text-field {
	background: white;
	padding: 5px;
	border: 1px solid #addee7;
}
input.text-field:focus, select.text-field:focus, textarea.text-field:focus {
	border: 1px solid #009FB9;
}
#app-main .form input.text-field {
	width: 200px;
}
#app-main .form small {
	color: #777;
	font-size: 11px;
	font-style: italic;
}
label.avatar-icon {
	display: block;
	cursor: pointer;
	overflow: hidden;
	width: 38px;
	height: 33px;
	border: 1px solid #ADDEE7;
}
label.avatar-icon img {
	position: relative;
	left: -1px;
	top: -1px;
}
label.avatar-icon:hover {
	border: 1px solid #009FB9;
}
span.redText {
	background:#fdf2c5 none repeat scroll 0 0;
	display:block;
	margin-bottom:15px;
	padding:3px 8px;
	color: #855107;
	font-weight: bold;
}
#app-main .errorMessage {
	color: #bc1919;
	font-size: 11px;
}
#app-main p, .subpage #app-main p {
	padding: 0;
	margin: 0;
	padding-bottom: 15px;
}

/* App Nav */
div#app-nav {
	float: right;
	margin-top: 3px;
	padding-right: 10px;
	background: url(../images/white-grad.png) 0 0 repeat-x;
	height: 23px;
	padding-top: 6px;
	position: relative;
	top: -9px;
	border: 2px solid white;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 1px 2px #AAAAAA;
	-webkit-box-shadow: 0 1px 2px #AAAAAA;
	box-shadow: 0 1px 2px #AAAAAA;
	text-shadow: 0 1px 0 white;
}
div#app-nav ul li {
	display: inline;
	margin-left: 10px;
}
div#app-nav ul li a {
	text-decoration: none;
	color: #009FB9;
	font-weight: bold;
	font-size: 11px;
}
div#app-nav ul li a:hover {
	text-decoration: underline;
}





