/* HTML Elements*/
body, h1, h2, h3, p, ul, li, input, blockquote{
	margin:0;
	padding:0;
}
body{
	font:normal 100% Arial, Helvetica, sans-serif;
	color:#000;
	background-color:#fff;
}
a:link, a:visited{
	color:#0000FF;
	text-decoration:underline;
}
a:hover, a:active, a:focus{
	text-decoration:none;
}
h1{
	font-size:1.1em;
	margin:2em 0 1em 1em
}
h2{
	font-size:0.85em;
	margin:1em;
}
h3{
	font-size:0.85em;
	font-style:italic;
	margin:1em 0 0.2em 0;
}
p{
	font-size:0.8em;
	padding:0.5em;
}
p#slogan{
	color:#fff;
	background-color:#0745a3;
	font-weight:bold;
	font-size:0.75em;
	letter-spacing: 0.08em;
	padding:0.3em 1em 0.3em 0;
	text-align:right;
}
p#footer{
	clear:both;
	border-top:3px solid #fff;
	font-size:0.75em;
	color:#fff;
	text-align:center;
	background-color:#0745a3;
}
p#footer a:link, p#footer a:visited{
	color:#fff;
	text-decoration:none;
}
p.quote{
	font-style:italic;
}
p.cite{
	font-weight:bold;
	font-style:italic;
}
em{
	font-style:normal;
	font-weight:bold;
	color:#000066;
}
ul{
	margin:0 0 0 2em;
	font-size:0.8em;
}
img{
	border:0;
}
address{
	font-style:normal;
}
address span{
	font-weight:bold;
}
blockquote.henry{
	width:160px;
	float:right;
	background:transparent url(../images/point.gif) top right no-repeat;
	padding:25px 30px 10px 5px;
	margin:20px 0 0 10px;
	font-weight:bold;
}
ul#error {
	margin:1em 0 1em 2em;
	padding:0;
	list-style:url(/img/arrow_red.gif) none;
}
ul#error li {
	margin:0.6em;
	padding:0 0 0 0.5em;
	color:#FF0000;
}
legend {
	padding: 0.2em 0.5em;
	color:#3C4C7D;
	font-size:0.9em;
	text-align:right;
	font-weight: bold;
}
fieldset {
	padding: 1em;
	border:1px solid #CAD8E3;
}
label {
	float:left;
	width:25%;
	margin:0.2em 0.5em 0.2em 0;
	padding-top:0.2em;
	text-align:right;
	font-size:0.8em;
	font-weight:bold;
}
input, textarea, select {
	margin:0.2em 0;
}
input#submit{
		margin-left:10em;
}

/* Layout */
#container{
	max-width:1000px;
	min-width:760px;
	margin:0 auto;
}
#header{
	background:#fff url(../images/back.jpg) top right no-repeat;
	height:105px;
	border-bottom:1px solid #000;
}
#subhead{
	height:175px;
	margin-left:190px;
	border-bottom:1px solid #000;
}
#home #subhead{
	background:#fff url(../images/business_sky.jpg) top left no-repeat;
}
#benefits #subhead{
	background:#fff url(../images/fatherson.jpg) top left no-repeat;
}
#coaching #subhead, #testimonials #subhead{
	background:#fff url(../images/success.jpg) top left no-repeat;
}
#readings #subhead{
	background:#fff url(../images/man.jpg) top left no-repeat;
}

#contact #subhead, #about #subhead{
	background:#fff url(../images/bird.jpg) top left no-repeat;
}
#wrapper{
	background:#0745a3 url(../images/side.jpg) top left repeat-x;
}
#content{
	background-color:#fff;
	margin-left:190px;
	padding:10px 10px 20px 10px;
}
#spacer{
	height:10em;
}
/* Navigation */

ul#nav{
	float:left;
	width:165px;
	font-size:1em;
	list-style-type:none;
	text-align:right;
	margin:60px 0 0 25px;
	display:inline;
}
ul#nav li{
	border-bottom:1px solid #fff;
	padding:10px 10px 10px 0;
	font-size:0.8em;
	font-weight:bold;
}
#nav a:link, #nav a:visited{
	color:#fff;
	text-decoration:none;
}
#nav a:hover, #nav a:active, #nav a:focus{
	color:#CCCC00;
}
/* Images */
#header img{
	margin:10px 0 0 5px;
}
#photo{
	clear:right;
	float:right;
	margin:0 0 5px 10px;
	display:inline;
}

/* General Classes */

.clear{
	clear:both;
	font-size:0;
	line-height:0;
	background-color:#fff;
}