﻿html { overflow:scroll; }

body {
	margin:0;
	padding:0;
	font-family:Verdana, sans-serif;
	font-size:12px;
	background:#f5f5f5 url('../2_images/site/bgnd_banner.jpg');
	background-position:center top;
	background-repeat:no-repeat;
	color:#222;
	line-height:140%;
	text-align:justify;
}



/*************** GENERAL ***************/

img { border:none; }
p 	{ margin:10px 0 10px 0; }

div#wrap 
{
	width:950px;
	margin:auto;
}
.small-font { font-size:10px; }



/*************** MAIN CONTENT ***************/

table#content
{
	width:100%;
	margin:40px 0 30px 0;
}

td#content-left
{
	vertical-align:top;
	width:600px;
	padding-right:25px;
}

td#content-right
{
	vertical-align:top;
	width:300px;
	padding-left:25px;
	border-left:2px dotted #911;
}

h1,h2,h3 { font-family:Arial, sans-serif; margin:0; padding:0; }

h1 {
	color:#933;
	font-size:26px;
	padding:3px 0 10px 0;
}

h2 {
	color:#777;
	font-size:15px;
	padding-bottom:20px;
}

h3 {
	color:#911;
	font-size:13px;
}

  

/*************** HEADER & NAV-1 ***************/

a { font-family:Arial, sans-serif; }

table#header
{
	width:100%;
	height:95px;
}

td#nav-1
{
	vertical-align:bottom;
	text-align:right;
	color:#fff;
}

td#nav-1 a, td#nav-1 a:visited 
{
	text-decoration:none;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	padding:0 2px 0 2px;
}

td#nav-1 a:hover, td#nav-1 a:active 
{
	color:#911;
	background:#d5d5d5;
}

#home #nav-home,
#our-clients #nav-our-clients,
#links-and-resources #nav-links-and-resources,
#contact #nav-contact
{
	color:#911;
	background:#d5d5d5;
}


/*************** RIGHT TD CONTENT & NAV-2 ***************/

div#nav-2
{
	margin:10px 0 15px 0;
}

div#nav-2 a, div#nav-2 a:visited 
{
	display:block;
	text-decoration:none;
	border-top:1px solid #fff;
	border-left:1px solid #ffff;
	border-right:1px solid #444;
	border-bottom:1px solid #444;
	margin:5px 13px 2px 13px;
	padding:2px 0 2px 15px;
	background:#8b8381;
	background-image:url('../2_images/site/bgnd-nav.jpg');
	background-position:right;
	background-repeat:no-repeat;
	color:#fff;
	font-size:11px;
	font-weight:bold;
}

div#nav-2 a:hover, div#nav-2 a:active 
{
	color:#911;
	background-image:url('../2_images/site/bgnd-nav-hover.jpg');
}

#coaching #nav-coaching,
#management-development-training #nav-management-development-training,
#team-building #nav-team-building,
#leadership-development #nav-leadership-development
{
	color:#911;
	background-image:url('../2_images/site/bgnd-nav-hover.jpg');
}

div#nav-2 a#client-zone
{
	border:none;
	background:none;
	color:#33f;
}

/*************** MORE CONTENT - CASE STUDIES ETC. ***************/

div#content-lower
{
	padding:10px;
	border:2px dotted #911;
}

div#content-lower p { font-style:italic; font-size:11px; }



/*************** OTHER HYPERLINKS ***************/

a, a:visited {
	color:#00f;
}

a:hover, a:active {
	color:#911;
}



/*************** CONTACT FORM ***************/

table#form {
	border:1px solid #911;
	font-size:11px;
	width:100%;
}

table#form td {
vertical-align:top;
}

input  {
	background:#fff;
	width:180px;
}

textarea  {
	background:#fff;
	width:280px;
	height:180px
}

table#form p 
{ 
	margin:0 0 5px 0 
}



/*************** OTWN FOOTER ***************/

div#otwn-footer 
{ 
	clear:both;
	margin:20px 0 20px 0;
	font-size:10px; 
	padding:10px; 
	text-align:center;
	color:navy;
}



/*************** HOME PAGE ***************/

table#home-links  { 
width:550px;
margin:auto;
text-align:center;
line-height:120%;
}

table#home-links td { 
width:110px;
}

table#home-links td a { 
display:block;
padding:40px 0 40px 0;
background-image:url('../2_images/home-page/bgnd-main-links.jpg');
background-position:center;
background-repeat:no-repeat;
text-decoration:none;
font-size:12px;
font-weight:bold;
color:#fff;
}

table#home-links a:hover { 
background-image:url('../2_images/home-page/bgnd-main-links-hover.jpg');
color:#911;
}



/*************** TEAM DEVELOPMENT ***************/

ul#bullet-list li
{
	line-height:200%;
}


/*************** OUR CLIENTS ***************/

div#client-list
{
	line-height:200%;
}



