/* Neutralize styling: 

   Elements we want to clean out entirely: */

html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font-size:11px;
    line-height:18px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	color:#000;
	
}

strong, em, b, i {
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6{
font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
}

/* Neutralize styling: 
Elements with a vertical margin: */

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	font-size:100%;
	margin: 0px;
	padding: 0px;
	
}

/* Apply left margin:
 Only to the few elements that need it: */
 
li, dd, blockquote {
	margin-left: 0;
}

/* Miscellaneous conveniences: */
form label {
	cursor: pointer;
	color:#000;
	
}

fieldset {
	border: none;
}

/* Form field text-scaling */

input, select, textarea {
	font-size: 100%;
}

a, a:link, a:visited, a:hover{
	color:#00a3e2;
	text-decoration:underline;
	outline:none;
}

a:hover{
	color:#29bff9;
	text-decoration:none;
	}

a img, a:link img, a:visited img, a:hover img{
	border:0;
	outline:none;
}

a:hover img{	
	text-decoration:none;
	}

.clear{
	visibility:hidden;
	height:1%;
	clear:both;
}

/*------------------------------------------------------------------
END INITIAL RULES 
/*------------------------------------------------------------------*/

body{
	background:#dbdbdb url(../images/bg-body.jpg) 50% 0 repeat-x;
}

body#altBody{
	background:#dbdbdb url(../images/bg-body2.jpg) 50% 0 repeat-x;
}

.wrapper{
	width:960px;
	text-align:left; 
	margin:0 auto;
}

.wrapper#home{
	background:url(../images/bg-wrapper-home.jpg) 50% 0 no-repeat;
}

.wrapper#sub{
	background:url(../images/bg-wrapper-sub.jpg) 50% 0 no-repeat;
	width:1024px;
}

.title#logo{
	text-indent:-9999px; 
	width:293px;
	height:157px;
	background:url(../images/logo.png) 30px 21px no-repeat;
}

/*------------------------------------------------------------------
HOME PAGE ELEMENTS
/*------------------------------------------------------------------*/

#homeTop{
	background:url(../images/img-headshot.jpg) 430px 61px no-repeat;
	height:512px;
}

#billboard{
	width:700px;
	height:280px;
}		

#billboard p{
	color:#fff;	
	font-size:13px;
	width:380px;
	padding-left:30px;
}

#billboard p strong{
	font-size:14px;
}

#billboard h1.title#welcome{
	text-indent:-9999px;
	background:url(../images/title-whatittakes.png) 30px 35px no-repeat;
	height:75px;
	width:440px;
}

#billboard p#punch{
	text-indent:-9999px;
	background:url(../images/title-nametitle.png) 30px 20px no-repeat;
	width:219px;
	height:60px;
	
}

/*------------------------------------------------------------------
GLOBAL NAV - HOME STYLES
/*------------------------------------------------------------------*/

.globalNav#home{
	display:block;
	width:960px;
	height:54px;
	position:relative;
	z-index: 1;
}

.globalNav#home ul{ 
	position: relative;
	list-style:none; 
	display:block; 
	padding:0; 
	height:54px; 
	width:936px;
	margin:0 auto;
}

.globalNav#home ul li{ 
	position: relative;
	float:left;
	display:block;
	height:54px; 
}

.globalNav#home ul li a{ 
	display:block; 
	height:54px;
	padding:0px;
}

.globalNav#home ul li a span{
	display:none;
}

.globalNav#home ul li#about { /* on state */
	width: 184px; 
	background: transparent url('../images/bg-globalnav.png') 0px -54px no-repeat;
}

.globalNav#home ul li#about a { /* off state */ 
	background: transparent url('../images/bg-globalnav.png') 0px 0px no-repeat; 
}

.globalNav#home ul li#about a:hover,
.globalNav#home ul li#about a.current { /* remove on state */ 
	background: none;
}

.globalNav#home ul li#what { /* on state */
	width: 188px; 
	background: transparent url('../images/bg-globalnav.png') -184px -54px no-repeat;
}

.globalNav#home ul li#what a { /* off state */ 
	background: transparent url('../images/bg-globalnav.png') -184px 0px no-repeat; 
}

.globalNav#home ul li#what a:hover,
.globalNav#home ul li#what a.current { /* remove on state */ 
	background: none;
}

.globalNav#home ul li#help { /* on state */
	width: 173px; 
	background: transparent url('../images/bg-globalnav.png') -372px -54px no-repeat;
}

.globalNav#home ul li#help a { /* off state */ 
	background: transparent url('../images/bg-globalnav.png') -372px 0px no-repeat; 
}

.globalNav#home ul li#help a:hover,
.globalNav#home ul li#help a.current { /* remove on state */ 
	background: none;
}

.globalNav#home ul li#testi { /* on state */
	width: 139px; 
	background: transparent url('../images/bg-globalnav.png') -545px -54px no-repeat;
}

.globalNav#home ul li#testi a { /* off state */ 
	background: transparent url('../images/bg-globalnav.png') -545px 0px no-repeat; 
}

.globalNav#home ul li#testi a:hover,
.globalNav#home ul li#testi a.current { /* remove on state */ 
	background: none;
}

.globalNav#home ul li#articles { /* on state */
	width: 106px; 
	background: transparent url('../images/bg-globalnav.png') -684px -54px no-repeat;
}

.globalNav#home ul li#articles a { /* off state */ 
	background: transparent url('../images/bg-globalnav.png') -684px 0px no-repeat; 
}

.globalNav#home ul li#articles a:hover,
.globalNav#home ul li#articles a.current { /* remove on state */ 
	background: none;
}

.globalNav#home ul li#contact { /* on state */
	width: 146px; 
	background: transparent url('../images/bg-globalnav.png') -790px -54px no-repeat;
}

.globalNav#home ul li#contact a { /* off state */ 
	background: transparent url('../images/bg-globalnav.png') -790px 0px no-repeat; 
}

.globalNav#home ul li#contact a:hover,
.globalNav#home ul li#contact a.current { /* remove on state */ 
	background: none;
}

/*------------------------------------------------------------------
GLOBAL NAV - SITE STYLES
/*------------------------------------------------------------------*/

.globalNav#site{
	display:block;
	width:960px;
	height:54px;
	position:relative;
	z-index: 1;
}

.globalNav#site ul{ 
	position: relative;
	list-style:none; 
	display:block; 
	padding:0; 
	height:54px; 
	width:936px;
	margin:0 auto;
}

.globalNav#site ul li{ 
	position: relative;
	float:left;
	display:block;
	height:54px; 
}

.globalNav#site ul li a{ 
	display:block; 
	height:54px;
	padding:0px;
}

.globalNav#site ul li a span{
	display:none;
}

.globalNav#site ul li#about { /* on state */
	width: 184px; 
	background: transparent url('../images/bg-globalnav.png') 0px -54px no-repeat;
}

.globalNav#site ul li#about a { /* off state */ 
	background: transparent url('../images/bg-globalnav.png') 0px 0px no-repeat; 
}

.globalNav#site ul li#about a:hover,
.globalNav#site ul li#about a.current { /* remove on state */ 
	background: none;
}

.globalNav#site ul li#what { /* on state */
	width: 188px; 
	background: transparent url('../images/bg-globalnav.png') -184px -54px no-repeat;
}

.globalNav#site ul li#what a { /* off state */ 
	background: transparent url('../images/bg-globalnav.png') -184px 0px no-repeat; 
}

.globalNav#site ul li#what a:hover,
.globalNav#site ul li#what a.current { /* remove on state */ 
	background: none;
}

.globalNav#site ul li#help { /* on state */
	width: 173px; 
	background: transparent url('../images/bg-globalnav.png') -372px -54px no-repeat;
}

.globalNav#site ul li#help a { /* off state */ 
	background: transparent url('../images/bg-globalnav.png') -372px 0px no-repeat; 
}

.globalNav#site ul li#help a:hover,
.globalNav#site ul li#help a.current { /* remove on state */ 
	background: none;
}

.globalNav#site ul li#testi { /* on state */
	width: 139px; 
	background: transparent url('../images/bg-globalnav.png') -545px -54px no-repeat;
}

.globalNav#site ul li#testi a { /* off state */ 
	background: transparent url('../images/bg-globalnav.png') -545px 0px no-repeat; 
}

.globalNav#site ul li#testi a:hover,
.globalNav#site ul li#testi a.current { /* remove on state */ 
	background: none;
}

.globalNav#site ul li#articles { /* on state */
	width: 106px; 
	background: transparent url('../images/bg-globalnav.png') -684px -54px no-repeat;
}

.globalNav#site ul li#articles a { /* off state */ 
	background: transparent url('../images/bg-globalnav.png') -684px 0px no-repeat; 
}

.globalNav#site ul li#articles a:hover,
.globalNav#site ul li#articles a.current { /* remove on state */ 
	background: none;
}

.globalNav#site ul li#contact { /* on state */
	width: 146px; 
	background: transparent url('../images/bg-globalnav.png') -790px -54px no-repeat;
}

.globalNav#site ul li#contact a { /* off state */ 
	background: transparent url('../images/bg-globalnav.png') -790px 0px no-repeat; 
}

.globalNav#site ul li#contact a:hover,
.globalNav#site ul li#contact a.current { /* remove on state */ 
	background: none;
}

/*------------------------------------------------------------------
CONTENT BODY
/*------------------------------------------------------------------*/

#contentWrapper{
	background:#fff url(../images/bg-content-body.jpg) 0 0 no-repeat;
	width:960px;
	min-height:650px;
	margin:0 auto;
}

#header{
	width:960px;
	position:relative;
}

#header h1#titleLogo a{
	text-indent:-9999px;
	height:125px;
	width:232px;
	background:url(../images/logo-header.jpg) 38px 28px no-repeat;
	display:block;	
}

#coachMessage{
	position:absolute;
	left:354px;
	top:0px;
	width:572px;
	height:135px;
	text-indent:-9999px;
	background:url(../images/bg-coach-message.jpg) 0 0 no-repeat;
}

#content{
	width:840px;
	padding:30px 60px;
}

.editor-content {
	background-color: #fff;
	background-image: none;
	padding: 5px;
}

#content p,
#article-content p {
	color:#a9a9a9;
	font-size:13px;
	line-height:18px;
	margin:8px 0;
	
}

#content ul,
#article-content ul{
	list-style-position:outside;
	list-style-type:none;
}

#content ul li,
#article-content ul li{
	color:#a9a9a9;
	font-size:13px;
	line-height:18px;
	padding:8px 0 8px 35px;
	background:url(../images/bg-bullet.jpg) 0 5px no-repeat;
}

#content ul.blue li,
#article-content ul.blue li{
	background:url(../images/bg-bullet-blue.jpg) 0 5px no-repeat;
}

#article-content ul li {
	color:#a9a9a9;
	font-size:13px;
	line-height:18px;
	padding:8px 0 8px 25px;
	background:url(../images/bg-bullet-blue-small.jpg) 0 10px no-repeat;
}

.block{
	width:100%;
	float:left;
	background:url(../images/bg-quote.jpg) 0 10px no-repeat;
}

.block#first{
	margin-top:15px;
}

.block#last{
	border:none;
}

.block p{
	padding:15px 35px 25px 55px;	
}

/*------------------------------------------------------------------
image headers
/*------------------------------------------------------------------*/

h1.title{
	text-indent:-9999px;
	height:27px;
	padding-bottom:10px;
}

h1.title#whatIsCoaching{
	background:url(../images/title-whatiscoaching.jpg) 0 10px no-repeat;
	width:275px;
}

h1.title#relationship{
	background:url(../images/title-relationship.jpg) 0 10px no-repeat;
	width:392px;
}

h1.title#goal{
	background:url(../images/title-goal.jpg) 0 10px no-repeat;
	width:392px;
}

h1.title#mightHelp{
	background:url(../images/title-mighthelp.jpg) 0 10px no-repeat;
	width:392px;
}


h1.title#titletestimonial{
	background:url(../images/title-testimonials.jpg) 0 10px no-repeat;
	width:392px;
}

h1.title#title-contact{
	background:url(../images/title-contact-us.jpg) 0 10px no-repeat;
	width:450px;
}

h1.title#title-about{
	background:url(../images/title-about-upshift.jpg) 0 10px no-repeat;
	width:389px;
}

h1.title#title-about-cat{
	background:url(../images/title-about-catherine.jpg) 0 10px no-repeat;
	width:389px;
}


/*------------------------------------------------------------------
ARTICLES
/*------------------------------------------------------------------*/


#article-content{
	width:100%;
}

#article-body, #article-list{
	float:left;
}

#article-body{
	width:575px;
	padding-right:25px;
	background:url(../images/bg-vertical-divider.jpg) 100% 0 no-repeat;
}

#article-list{
	width:200px;
	margin-left:15px;
}

#article-content h2{
	font-size:18px;
	color:#3d91c8;
	font-weight:normal;
}

#article-content h3{
	font-size:10px;
	color:#2175ad;
}

#article-content h4{
	font-size:14px;
	color:#3d91c8;
	margin:15px 0;
}

#article-list p span{
	display:block;
	font-size:10px;
	font-style:italic;
	padding-top:5px;
}

#article-list p a {
	border-bottom:1px dotted #3d91c8;
	text-decoration:none;
}

#article-list p a:hover {
	border-bottom:none;
	text-decoration:none;
}

/*------------------------------------------------------------------
CONTACT INFO
/*------------------------------------------------------------------*/

#contact-block{
	float:left;
	width:350px;
	padding:25px 0 0 25px;
}

#contact-block h2{
	font-size:18px;
	color:#3d91c8;
	font-weight:normal;
}

#contactForm{
	float:left;
	width:350px;
	height:400px;
	margin-top:25px;
	margin-right:25px;
	background:url(../images/bg-vertical-divider-small.jpg) 100% 0 no-repeat;
}

#contactForm label{
	display:block;
	font-size:14px;
	color:#a9a9a9;
	margin:5px 0;
}

#contactForm input.text, #contactForm textarea.comments{
	width:280px;
	border:1px solid #a9a9a9;
	padding:5px;
}

#contactForm input#submitbutton{
	padding:5px;
	margin:5px 0 0 0;
	font-size:14px;
	color:#fff;
	background-color:#0874b9;
	border-top:1px solid #0969a7;
	border-right:1px solid #0969a7;
	border-bottom:1px solid #409bd5;
	border-left:1px solid #409bd5;
}

/*------------------------------------------------------------------
CONTENT FOOTER
/*------------------------------------------------------------------*/

.contentFooter{
	background:#fff url(../images/bg-footer-content.jpg) 0 0 no-repeat;
	width:900px;
	padding:30px	
}

.contentFooter#site{
	background:#fff url(../images/bg-footer-content2.jpg) 0 0 no-repeat;
	width:900px;
	padding:30px;
	margin: 0 auto;
}

.footerNav{
	width:197px;
	float:left;
	margin-right:20px;
	margin-bottom:10px;
	
}

.footerNav#coachingTile{
	margin-left:26px;
	width:220px;
}

.footerNav#articleTile{
	margin-right:0px;
}

.footerNav p{
	color:#959595;
	
}

.footerNav h2.section{
	text-indent:-9999px;
	width:197px;
	height:30px
}

.footerNav#coachingTile h2.section{
	background:url(../images/title-footerNav.jpg) 0 10px no-repeat;
}

.footerNav#helpTile h2.section{
	background:url(../images/title-footerNav-02.jpg) 0 10px no-repeat;
}


.footerNav#testiTile  h2.section{
	background:url(../images/title-footerNav-03.jpg) 0 10px no-repeat;
}


.footerNav#articleTile h2.section{
	background:url(../images/title-footerNav-04.jpg) 0 10px no-repeat;
}


.footerNav a.moreLnk{
	text-indent:-9999px;
	width:76px;
	height:30px;
	display:block;
}

.footerNav#coachingTile a.moreLnk{
	background:url(../images/but-footerNav.jpg) 0 15px no-repeat;
}

.footerNav#helpTile a.moreLnk{
	background:url(../images/but-footerNav-02.jpg) 0 15px no-repeat;
}

.footerNav#testiTile a.moreLnk{
	background:url(../images/but-footerNav-03.jpg) 0 15px no-repeat;
}

.footerNav#articleTile a.moreLnk{
	background:url(../images/but-footerNav-04.jpg) 0 15px no-repeat;
}

#contactInfo{
	width:900px;
	margin:auto 0;
	padding-top:25px;
	clear:both;
	border-top:1px solid #dbdbdb;
	color:#959595;
}

.coordinates{
	float:left;
	width:200px;
	padding-left:20px;
}	

.coordinates h3.titleContact{
	text-indent:-9999px;
	background:url(../images/title-contact.jpg) 0 10px no-repeat;
	height:20px;
	width:200px;
}

.coordinates p{
	float:left;
	display:block;
	padding-top:10px;

}

.coordinates p#addy{
	margin-right:20px;
}

.social{
	float:left;
	width:200px;
	padding-left:30px;
}

.social h3.titleSocial{
	text-indent:-9999px;
	background:url(../images/title-contact-02.jpg) 0 10px no-repeat;
	height:30px;
	width:200px;
}

.social p{
	float:left;
	display:block;
	padding-top:10px;
}

.social p a{
	width: 80px;
	height:20px;
	display:block;
}

.social p#facebook{
	text-indent:-9999px;
	background:url(../images/but-other-places.jpg) 10px 10px no-repeat;
	width: 80px;
	height:20px;
	border-right:1px solid #dbdbdb;
}

.social p#linkedin{
	text-indent:-9999px;
	background:url(../images/but-other-places-02.jpg) 10px 10px no-repeat;
	
}

#footerLogo{
	float:left;
	width:122px;
	height:65px;
	margin:0 25px;
}

#footerLogo h1{
	background:url(../images/logo-footer.jpg) 0 0 no-repeat;
	text-indent:-9999px;
	display:block;
	width:122px;
	height:65px;
	
}


/*------------------------------------------------------------------
GLOBAL FOOTER
/*------------------------------------------------------------------*/
#footer{	
	background:url(../images/bg-footer.jpg) 0 0 no-repeat;
	width:945px;
	margin: 0 auto;	
	text-align:right;
	padding:25px 15px 60px 0; 
}

#footer a{
	color:#959595;
	padding-bottom:1px;
	border-bottom:1px dotted #959595;
	text-decoration:none; 	
}

#footer a:hover{
	border:none;
}

#footer p{
	color:#959595;
	width:600px;
	padding-top:3px;
	display:block;
	margin:0 0 0 auto ;
}

#footer p#legal {
	background:url(../images/title-tagline.jpg) 195px 0 no-repeat;
}

#footer p#tag{
	padding-top:8px;
}