/************************************************************************

	GLOBAL CSS
	==========

	Provides all global styles for the site which more specific sections 
	can be built on using the layered css technique

	Author:		Nick Watson
				Tom Fletcher
				[www.optixsolutions.co.uk]

	Listing Order:
	==============

	Universal
	Forms
	General Structure / Layout
	Navigation Elements
	Header Elements
	Body Elements
	Footer Elements
	Messages

************************************************************************/

/***********************************************************************
	RESET UNIVERSAL STYLES
************************************************************************/
html,body,h1,h2,h3,h4,h5,h6,ol,ul,li,dl,dt,dd,form,fieldset,input,select,textarea,div,p,img,table,th,td,object,pre,blockquote,address { 
	margin:0;
	padding:0;
}

a, object, embed {
   outline: none;
}

:link,:visited,:hover {
	text-decoration: none;
}

ul,ol {
	list-style: none;
}

h1,h2,h3,h4,h5,h6,pre,code {
	font-size: 1em;
}

a img,:link img,:visited img, table, fieldset, img {
	border: none;
}

address, abbr {
	font-style: normal;
}

body {
	color: #999;
	background-color: #FFF;
}

a {
	color: #000;
	text-decoration: none;
	outline: none;
}

dt	{ 
	font-weight: bold; 
}

blockquote {
	margin-left: 1em;
}

img {
	display: block;
}
/***********************************************************************
	TOOLS
************************************************************************/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.accessibility {
	position: absolute;
	text-indent: -999em;
	left: -999em;
	top: -999em;
}

/***********************************************************************
	UNIVERSAL STYLES
************************************************************************/

body {
	font-size: 62.5%;
}

html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address, abbr, input, select, textarea, table, td, th {
	font-family: Georgia, Palatino,"Palatino Linotype", Times, "Times New Roman", serif;
}

div#content p {
	margin: 1em 0;
}

/*************************************************
remove clients messy styles from word pasting.
specify where this applies or it will do all spans
**************************************************/
/*span[style]{ 
	color: inherit !important; 
	font-size: inherit !important; 
	font-family: inherit !important;
}*/

/***********************************************************************
	FORMS
************************************************************************/

fieldset, legend {
	border: none;
}

legend {
	background: transparent;
	font-size: 1em;
	font-weight: bold;
	margin: 1em 0;
	padding: 0 .5em;
}

label {
	float: left;
	padding: 0 1em 0 0;
	text-align: right;
	color: #003;
}

form fieldset div {
	clear: both;
	display: block;
	margin-bottom: .5em;
	padding: 0;
}

div.submit {
	clear: both;
	text-align: center;
	width: auto;
}

div.multi input {
	border: 0;
	width: auto;
}
 
form 									{ width: 100%; }

label		 							{ float: left;	height: 22px; width: 45%; }

fieldset div input,
fieldset div select,
fieldset div textarea  			{ width: 45%; }

fieldset div input.small,
fieldset div select.small,
fieldset div textarea.small 	{ width: 25%; }

div.req label, div.req p		{ font-weight: bold; }

div.multi label 					{ height: 22px; }

div.req label:before, 
div.req p:before {
	content: "* ";
}

input:focus, textarea:focus {
	background: #fafafa;
	color: #000;
}

fieldset div input, 
fieldset div select, 
fieldset div textarea  {
	border: 1px solid #aaa;
	color: #333;
	font-weight: normal;
	padding: 1px;
}

div.submit input {
	background: #777;
	border: 1px solid #333;
	color: #fff;
	font-weight: bold;
	padding: 1px .7em;
	width: auto;
}

/***********************************************************************
	GENERAL STRUCTURE/LAYOUT
************************************************************************/
div#container{
	width: 965px;
	margin: 0 auto;
}
div#header{
	height: 254px;
	width: 965px;
	background-image: url(../i/layout/header-header.jpg);
	background-repeat: no-repeat;
}
div#main{
	width: 965px;
	background-color: #dbe5f0;
	background-image: url(../i/layout/body-bg.jpg);
	background-repeat: repeat-y;
}
div#content{
	float: left;
	width: 710px;
	margin-left: 10px;
	position: relative;
}
* html div#content{
	float: left;
	width: 702px;
	margin-left: 10px;
	position: relative;

}
div#sidebar{
	width: 220px;
	float: left;
}
* html div#sidebar{
	width: 220px;
	float: left;
	margin-left: -2px;

}
div#footer{
	display: block;
	width: 965px;
	height: 100px;
	background-image: url(../i/layout/footer-footer.jpg);
	background-repeat: no-repeat;
}
/***********************************************************************
	HEADER ELEMENTS
************************************************************************/
div#header ul{
	font-size: 2.3em;
	font-family: Georgia, Times, "Times New Roman", serif ;
	color: #637893;
	float: left;
	margin-top: 200px;
	padding-left: 20px;
}
div#header ul li{
	float: left;
	padding-right: 45px;
}
div#header ul li.last{
	float: left;
	padding-right: 0px;
}
div#header ul li a{
	color: #637893;	
}
div#header ul li a:hover{
	color: #8fb9e6;	

}

/***********************************************************************
	BODY ELEMENTS
************************************************************************/
h1{
	font-size: 2.3em;
	font-family: Georgia, Times, "Times New Roman", serif ;
	color: #637893;
	font-weight: normal;
	padding-bottom: 10px;
}
h2{
	font-size: 2em;
	font-family: Georgia, Times, "Times New Roman", serif ;
	color: #637893;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 10px;
}
h2 span.smaller, h3{
	font-size: 12px;
	font-family: Georgia, Times, "Times New Roman", serif ;
	color: #637893;
	font-weight: normal;
	/* padding-top: 10px; */
	padding-bottom: 10px;
}
h3{
	font-size: 1.8em;
	font-family: Georgia, Times, "Times New Roman", serif ;
	color: #637893;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 10px;
}
div#content p{
	font-family: Georgia, Palatino, "Palatino Linotype", Times, “Times New Roman”, serif;
	color: #5D6578;
	font-size: 13px;
	text-align: justify;
	letter-spacing: 0pt;
	word-spacing: -0.2pt;
	line-height: 1.4;
	margin-top: 0px;
}
div#footer p{
	font-family: Georgia, Palatino, "Palatino Linotype", Times, “Times New Roman”, serif;
	color: #5D6578;
	font-size: 13px;
	text-align: justify;
	letter-spacing: 0pt;
	word-spacing: -0.2pt;
	line-height: 1.4;
	margin-top: 0px;
}
div#content ul{
	font-size: 1.2em;
	color: #5D6578;
	list-style-type: disc;
	list-style-position: outside;
}
div#content  ul li{
	margin-left: 20px;
}
div#content a{
	color: #3F66A1;
	text-decoration: underline;
}
div.coach-seperator{
	width: 100%;
	height: 2px;
	border-bottom: 1px solid #B4BDC6;
	margin-bottom: 10px;
}

div.tear-box{
	float: right;
	width: 274px;
	height: 220px;
	margin-left: 20px;
	margin-bottom: 10px;
}
div#content div.tear-box p{
	padding: 0px;
	margin: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	float: left;
	font-size: 1.7em;
	text-align: left;
}
div.tear-box-top{
	float: left;
	width: 274px;
	height: 52px;
	background-image: url(../i/layout/box-top.jpg);
	background-repeat: no-repeat;
}
div.tear-box-bottom{
	float: left;
	width: 274px;
	height: 56px;
	background-image: url(../i/layout/box-bottom.jpg);
	background-repeat: no-repeat;
}
/***********************************************************************
	NAVIGATION
************************************************************************/
ul#nav, ul#navside{
	float: left;
	background-image: url(../i/layout/nav-bg.jpg);
	background-repeat: no-repeat;
	width: 209px;
	height: 326px;
	margin-left: 1px;
	padding-right: 10px;
	padding-top: 20px;

}
ul#nav li, ul#navside li{
	margin-left: -5px;
	font-size: 1.4em;	
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	float: left;
	width: 214px;
}
ul#nav li a, ul#navside li a{
	display: block;
	padding-left: 25px;
	padding-right: 20px;
	color: #767378;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
}
ul#nav li a:hover, ul#navside li a:hover{
	display: block;
	background-color: #86a7ca;
	padding-left: 25px;
	color: #fff;
}
ul#late-news {
	float: left;
	width: 192px;
	margin-left: 1px;
	margin-top: 20px;
	padding-right: 10px;
	padding-top: 20px;
}
ul#late-news li {
	margin-left: -10px;
	font-size: 1.4em;	
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	float: left;
	width: 212px;
}
ul#late-news li a {
	display: block;
	padding-left: 25px;
	padding-right: 20px;
	color: #767378;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
}
ul#late-news li a:hover {
	display: block;
	background-color: #86a7ca;
	padding-left: 25px;
	color: #fff;
}
div#video{
	float: left;
	background-image: url(../i/layout/video.jpg);
	background-repeat: no-repeat;
	width: 219px;
	height: 179px;
	margin-left: 1px;
	padding-left: 6px;
	padding-top: 5px;
	
}
div#latest{
	float: left;
	background-image: url(../i/layout/latest.jpg);
	background-repeat: no-repeat;
	width: 219px;
	height: 147px;
	margin-left: 1px;
	padding-left: 6px;
	padding-top: 5px;

}
div#latest h1{
color: #fff;

font-size: 1.6em;
padding: 0px;
margin: 0px;
padding-left: 10px;
padding-top: 4px;

}
div#latest p{
color: #fff;
padding: 10px;
padding-right: 15px;
font-size: 1.2em;
margin: 0px;
}
div#latest a{
color: #fff;
padding-left: 10px;
font-size: 1.2em;
margin: 0px;
text-decoration: underline;
}
div#news,
div#social{
	float: left;
	background-image: url(../i/layout/social.jpg);
	background-repeat: no-repeat;
	width: 219px;
	height: 170px;
	margin-left: 1px;
	padding-left: 6px;
	padding-top: 3px;
}
* html div#news,
* html div#social{
	float: left;
	background-image: url(../i/layout/social.jpg);
	background-repeat: no-repeat;
	width: 209px;
	height: 152px;
	margin-left: 1px;
	padding-left: 6px;
	padding-top: 5px;
}
div#news,
* html div#news {
	background-image: url(../i/layout/news.jpg);
}
div.ghostfix{
	float: left;
	margin-left: -3px;
}
div#social a{
	float: left;
	width: 169px;
	text-indent: -999em;
	height: 60px;
	color: #000;

}

div#social a.linked_in{
	display: block;
	margin-left: 40px;
	height: 50px;
	width: 120px;
	margin-top: 10px;
}


div#social span a{
	display: block;
	text-indent: 0;
	font-family: Georgia, Palatino, "Palatino Linotype", Times, “Times New Roman”, serif;
	color: #5D6578;
	font-size: 13px;
	text-align: justify;
	letter-spacing: 0pt;
	word-spacing: -0.2pt;
	line-height: 1.4;
	margin-left: 42px;
	margin-top: 0;
	width: 90px;
	height: 20px;
}
div#free{
	float: left;
	background-image: url(../i/layout/free-consultation.jpg);
	background-repeat: no-repeat;
	width: 219px;
	height: 144px;
	margin-left: 1px;
}
div#free a{
	float: left;
	width: 219px;
	height: 144px;
	text-indent: -999em;
}

div.home-buttons{
	width: 710px;
	clear: both;
}
div.home-buttons a{
	float: left;
	height: 226px;
	width: 226px;
	background-repeat: no-repeat;
	margin-left: 5px;
	text-indent: -999em;
}
div.home-buttons a.personal{
	background-image: url(../i/layout/home-personal.jpg);	
}
div.home-buttons a.executive{
	background-image: url(../i/layout/home-executive.jpg);		
}
div.home-buttons a.team{
	background-image: url(../i/layout/home-team.jpg);		
}


div.biopic, img.bio-pic {
	float: right;
	width: 185px;
	height: 209px;
	background-image: url(../i/layout/biopic.jpg);
	background-repeat: no-repeat;
	margin-left: 20px;
	margin-bottom: 5px;
}
div.biopic img{
	display: block;
	margin: 30px auto;
	border: 1px solid #DBE5EF;
}



/***********************************************************************
	FOOTER ELEMENTS
************************************************************************/
div#footer{
	padding-top: 50px;
	padding-left: 20px;
}
div#footer a{
	color: #5D6578;	
}
div#footer ul{
	clear: both;
	width: 965px;
	float: left;

}
div#footer ul li{
	float:left;
	font-size: 1.2em;
}
div#footer ul li a{
	float:left;
	color: #5D6578;
	margin-right: 10px;
}
/***********************************************************************
	MESSAGES
************************************************************************/

.error, .notice, .message { 
	color: #b22;
	font-weight: bold;
}

div#content p.error {
	color: #b22;
}

.error ol li {
	font-weight: normal;
	list-style-type: lower-roman;
	list-style-position: inside;
	margin-left: 0;
	padding-left: 1em;
	text-indent: 1em;
}

/* FORMMAILER */

/* COLOR/BORDERS CSS */

form.ddfm h1,
form.ddfm h2 {
	color: #606060;
}

form.ddfm legend, 
form.ddfm label, 
form.ddfm label.fmtextlblwide {
	color: #606060;
}

form.ddfm .fmcheck p, 
form.ddfm .fmradio p,
form.ddfm textarea, 
form.ddfm .fmfullblock, 
form.ddfm .fmhalfblock, 
form.ddfm .fmselect, 
form.ddfm input.fmtext,
form.ddfm input.fmverify,
form.ddfm textarea.fmtextwide,
form.ddfm .submit,
form.ddfm .credits {
	color: #404040;
}

form.ddfm .required {
	color: #FF0000;
}

.ddfmerrors {
	color: #FF0000;
	position: absolute;
	display: block;
	width: 200px;
	background-color: Black;
	padding: 3px;
	right: 290px;
	top: 230px;
	padding-right: 10px;
}
.ddfmwrap .errorlist {
	float: left; 
	display: block;
	width: 200px;
	background-color: Black;
	padding: 3px;
	position: absolute;
	right: 300px;
	top: 270px;
	color: #fff;
	
}

/* TEXT CSS */

.ddfmwrap {

	font-family: Arial, Helvetica, sans-serif;

}

form.ddfm h1,
form.ddfm h2 {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0 0 10px 0;
	padding: 0;
}


form.ddfm h1 {

}

form.ddfm h2 {

}

form.ddfm legend, 
form.ddfm label, 
form.ddfm label.fmtextlblwide {

	font-weight: bold;
}

form.ddfm .credits {

}

form.ddfm legend {

}

.ddfmerrors {
	font-weight: bold;
}




/* STRUCTURE CSS */

div.contact-left{
	float: left;
	width: 280px;
	padding-right: 20px;
}
* html div.contact-left{
	float: left;
	width: 250px;
	padding-right: 20px;
}
div.contact-right{
	float: left;
	width: 403px;
}


.ddfmwrap {

}

.ddfmwrap p.fieldwrap {
	padding: 1px;
	margin: 1px;
}
* html .ddfmwrap p.fieldwrap {
	padding: 1px;
	margin: 1px;
	float: left;
	width: 373px;
	padding-right: 30px;
}

form.ddfm {
	text-align: left;
	float: left;
	width: 403px; 
	height: 413px;
	background-image: url(../i/layout/contact-form-bg.jpg);
	background-repeat: no-repeat;
	padding-top: 30px;
	margin-top: -30px;
}

* html form.ddfm {
	text-align: left;
	float: left;
	width: 403px; 
	height: 453px;
	background-image: url(../i/layout/contact-form-bg.jpg);
	background-repeat: no-repeat;
	padding-top: 60px;
	margin-top: -30px;
}

form.ddfm fieldset {
	padding: 0 10px 2px 10px;
	margin: 0 0 13px 0;
	display: block;
}

form.ddfm legend {
	padding: 0 6px 0 6px;
	margin: 0 0 0 10px;	 
}

form.ddfm label {
	display: block; 
	float: left; 
	width: 26%; 
	text-align: right;
	margin: 0 10px 0 0; 
	padding-bottom: 15px;
	clear: left;  
	font-size: 0.9em;
	font-weight: normal;
}

form.ddfm label.fmtextlblwide {
	display: block;  
	float: left; 
	text-align: left;
	margin: 0 10px 0 1px; 
	padding-bottom: 8px; 
}

form.ddfm select.fmselect {
	float: left; 
	display: block;
	width: 65%; 
	margin-bottom: 15px;  
	padding: 3px; 
}

form.ddfm .fmcheck {
	width: 65%; 
	float: left;
	display: block;  
	margin-bottom: 15px;
}

form.ddfm .fmradio {
	width: 65%;
	float: left;
	display: block;
	margin-bottom: 15px;
}

form.ddfm .fmcheck p {
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 140%;
}

form.ddfm .fmradio p {
	padding: 0;
	margin: 0 0 5px 0;
	line-height: 140%;
}

form.ddfm textarea {
	float: left; 
	position: relative;
	width: 65%;
	margin-bottom: 15px;
	padding: 3px;
}


/*
	display: block; 
	float: left; 
	width: 26%; 
	text-align: right;
	margin: 0 10px 0 0; 
	padding-bottom: 15px;
	clear: left;  */

form.ddfm .fmfullblock {
	padding-left: 0px;
	float: left; 
	width: 100%;
	margin-bottom: 13px;
	display: block;
}

form.ddfm .fmhalfblock {
	width: 65%;
	padding-left: 29%;
	margin-bottom: 13px;
	float: left; 
	display: block;
}

form.ddfm input.fmverify {
	float: left; 
	width: 22%;
	margin-bottom: 15px; 
	padding: 3px;
	position: relative;
	display: block;
}

form.ddfm img {
	margin: 1px 0 0 10px; 
	float: left;
}

form.ddfm input.fmfile,
form.ddfm input.fmtext {
	float: left; 
	display: block;
	width: 65%;
	margin-bottom: 15px;  
	padding: 3px;
}

form.ddfm textarea.fmtextwide {
	display: block;
	float: left;
	width: 93%;
	margin-right: 2px;
	margin-bottom: 15px; 
	padding: 3px;
}

form.ddfm .credits {
	text-align: right;
	margin-top: 7px;
	margin-right: 10px;
	width: 95%;
}

form.ddfm .submit {
	margin-top: 15px;
	margin-right: 10px;
	text-align: right;
	clear:both;
	width: 95%;
}

.ddfmwrap .ddfmerrors {
	display: block; 
	float: left; 
	width: 27%; 
	text-align: right;
	margin: 0 10px 0 0; 
	padding-bottom: 15px;
}


img.accreditation{
	margin-left: 30px;
	margin-bottom: 10px;
	margin-top: 10px;
	float: left;
}
img.accreditation-small {
	margin-left: 65px;
	margin-bottom: 10px;
	margin-top: 10px;
	float: left;
}
div#content img.resource-image{
	float: left;
	margin: 20px 50px;
}
div#content img.right{
	float: right;
	margin: 20px 0 20px 20px;
}

div.stein-vid{
	float: right;
	width: 263px;
	height: 205px;
	background-image: url(../i/layout/stein-vid.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	margin-left: 20px;
	margin-bottom: 20px;
}
div.stein-vid a{
	display: block;
	width: 263px;
	height: 205px;
	text-indent: -999em;
}


