@charset "utf-8";
/* template styles */
* { padding:0; margin:0; } 
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background: url(images/background_gradient.gif) fixed bottom repeat-x;
	background-position: bottom;
	font-size: 0.8em;
	text-align: center;
	min-height: 101%;
}
html {height: 100%;} 
h1 { font-size: 1.7em; margin: 0 0 0 0; color: #00493e; font-weight: normal;}
h2 { font-size: 1.7em; margin: 0 0 0 0; color: #00493e; font-weight: normal;}
h3 { font-size: 1.3em; color: #00493e; font-weight: normal; line-height: 1em; }
h4 { font-size: 100%;  }
p { margin: 0 0 0 0; color: #333333; line-height: 1.4em;}
ul {margin: 10px 0 10px 10px;}
li{margin: 0 0 5px 25px; color: #333333;}
blockquote {margin: 8px 0 8px 20px;}
A:link {
	text-decoration: none;
	color: #00493e;
	font-weight: bold;
	}
A:visited {
	text-decoration: none;
	color: #00493e;
	font-weight: bold;
	}
A:hover {
	text-decoration: underline;
	color: #00493e;
	font-weight: bold;
	}
A:active {
	text-decoration: underline;
	color: #00493e;
	font-weight: bold;
}
.topbar { background: #000;}
.topbarcentre { width: 1004px; text-align: right; background: #000; margin: 0 auto;}
.topbar a:link, .topbar a:visited, .topbar a:hover, .topbar a:active, .topbar p {color: #fff;}
#wrapper {
	width: 1024px;
	margin: auto;
	background: #fff;
	padding: 0 0 30px 0;
}
.innerwrapper { width: 1004px; margin: 0 10px; float: left; display: inline;}
.banner {
	width: 1004px;
	float: left;
	background: url(images/new_banner.png) no-repeat;
	display: inline;
}
.bannertext { width: 310px; float: right; margin: 0 5px 0 0; text-align: left; clear: right;}
.bannertext h2, .bannertext p, .bannertext a { color: #fff; line-height: 1.5em;}
.bannertext a { text-decoration: underline;}
.bannerjob {width: auto; float: right; margin: 0 5px 0 0;}
.topnav {
	width: 964px;
	float: left;
	margin: 0;
	padding: 0 0 0 40px;
	background:  url(images/nav_background.gif) no-repeat;
	display: inline;
}
.topnavspacer {
	width: 10px;
	height: 20px;
	float: left;
	margin: 12px 40px 0 20px;	
	display: inline;
}
.topnavlink a {
	width: auto;
	float: left;
	margin: 0 10px 0 0;
	padding: 10px 5px 10px 5px;
	font-size: 1.5em;
	display: inline;
}
.topnavlink a:link, .topnavlink a:visited {
	text-decoration: none;
	color: #333333;
	font-weight: normal;
}
.topnavlink a:hover {
	text-decoration: none;
	color: #333333;
	text-decoration: underline;
}
.topnavlink a:active {
	text-decoration: none;
	color: #333333;
	font-weight: normal;
}
.content {
	width: 1004px;
	float: left;
	text-align: left;
	display: inline;
	padding: 0 0 30px 0;
}
.feature {
	width: 1004px;
	float: left;
	display: inline;
}
.footer {
	width: 1004px;
	clear: both;
	margin: 0 10px;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	padding: 10px 0;
}
.footer a, footer p {color: #333333;}

/* index content */

.indexleft {width: 492px; float: left; padding: 10px 10px 10px 0;}
.indexright {width: 492px; float: right; padding: 10px 0 10px 10px;}
.indexlinkwrapper { width: 1004px; float: left;}
.indexlink { width: 256px; float: left; margin: 0 3px 0 0;}
.indexlinktop {width: 155px; float: left; background: url(images/index_link_background.gif) no-repeat; padding: 20px 90px 3px 10px;}
.indexlinkbottom {width: 251px; float: left; background: #00493e; padding: 5px 0 5px 4px;}
.indexform {width: 225px; float: right; margin: 0 0 0 0;}
.indexlink a, .indexlinkbottom p {color: #fff; font-size: 0.9em;}
.indexlink p {font-size: 1.1em; line-height: 1.2em;}

/* coaching services index */

.coachservwrapper {
	width: 472px;
	float: left;
	background-color: #CCCCCC;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.coachservcolumn {
	width: 216px;
	float: left;
	padding: 10px;
}
.coachservcolumn li {
	list-style-type:none;
	background: url(images/cserv.gif) 0 0.12em no-repeat;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 25px;
	margin-left: -15px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
}

/* other pages */

.newsletterleft {width: 370px; float: left; padding: 10px 10px 10px 0;}
.newslettercentre {width: 280px; float: left; padding: 10px 0;}
.newsletterform {width: 270px; float: left; padding: 20px 10px 20px 0; background: #dcdedd; margin: 20px 0 0 0;}
.newsletterimg {width: 237px; float: right; margin: 20px 30px 0 0;}

/* forms */

#contactform {
	width: 400px;
	float: left;
	color: #333333;
	margin: 10px 0 0 10px;
	padding: 10px 5px 15px 10px;
}
legend {
	margin-left: 0;
	color: #333333;
	font-weight: bold;
	padding: 0;
	border: 0;}
fieldset {border:0} 
fieldset ol { padding: 0; list-style: none;}	 
fieldset li {
	float: left;  
	clear: left;  
	width: 385px;  
	padding: 0 0 2px 0; 
	margin: 0 0 0 0;
}
fieldset.submit {
	float: right;  
	width: 110px;  
	border-style: none;  
	background-color: transparent;
	margin: 0 0 0 9px;	
}
label { float: left; width: 80px; padding: 0 0 0 10px;}
.submit {float: right; margin: 10px 2px 0 0;}
.field1 { width: 260px; float: left; padding: 10px 0 10px 0; border-bottom: 1px solid #ccc; margin: 0 0 0 10px;}
.formbox {width: 200px;}
.formtext {width: 160px;}.largeimage {
	float: right;
	background-color: #CCCCCC;
	padding: 30px;
	width: 400px;
}
.greyarea {
	background-color: #CCCCCC;
	padding: 10px;
}
.right {
	float: right;
}
.getstarted {
	border: 1px solid #00493e;
	padding: 10px;
	width: 280px;
	margin-top: 10px;
}

