
/***************** site-wide ***********************/

* {
	padding: 0px;
	margin: 0px;
	border: 0px;
}


p  {}

h1  {}

h2  {}

h3  {
	font-size: 12px;
	font-weight: bold;
	font-family : verdana, arial, sans-serif;
}

a:link, a:visited {
	font-size: 12px;
	font-family: verdana, arial, sans-serif;
	color: #139413;
	text-decoration: none;
}

a:active, a:hover  {
	text-decoration: none;
	color : #60bb60;
}

ul {
	list-style-type: none;
}
	

body  {
	background-color: #fff;
	font-size : 12px;
	font-family : verdana, arial, sans-serif;
	color : #303030;
	line-height: 16px;
}

#container {
	width: 750px;
	margin: auto;
}

#banner {
	width: 750px;
	height: 128px;
}

#left {
	width: 216px;
	float: left;
	background-color: #356b85;
}

#left p {
	color: #99b4be;
	text-align: center;
	line-height: 10px;
	padding-top: 7px;
}

.copyInfo {
	font-size: 9px;
}

#topNav {
	width: 534px;
	height: 22px;
	float: right;
}

#mainCont {
	width: 504px;
	float: right;
	padding: 40px 10px 0px 20px;
	background-color: #eaeff3;	
}
             

/******************* Home Page *******************/

#home #orgsLogo {
	float: left;	
}

#flashContainer {
	float: right;
	width: 534px;
	height: 128px;
	background: #ddd;
}

#getFlash {
	text-align: center;
	font-size: 10px;
	color:#666666;
}

#paulTeach {
	float: right;
	margin: 0px 0px 0px 10px;
}

#home #left {
	height: 560px;
}

#home #mainCont {
	height: 498px;
}



/******************* Services *******************/

#services #left {
	height: 500px;
}

#services #mainCont {
	height: 438px;
}

#services ul {
	list-style-type: none;
	margin-left: 15px;
}

#services ul li {
	list-style-type: none;
	margin-bottom: 5px;
}


/******************* Leadership Development *******************/

#leadership #left {
	height: 750px;
}

#leadership #mainCont {
	height: 688px;
}


#leadership ul {
	list-style-type: disc;
	margin: 5px 0px 15px 20px;	
}


#leadership ul ul {
	list-style-type: square;
}

#leadership ul ul ul {
	list-style-type: circle;
	font-size: 11px;	
}


/******************* Team Building *******************/

#team #left {
	height: 500px;
}

#team #mainCont {
	height: 438px;
}

#team ul {
	list-style-type: disc;
	margin: 5px 0px 15px 20px;
} 


/******************* Direction Setting *******************/

#direction #left {
	height: 500px;
}

#direction #mainCont {
	height: 438px;
}


/******************* Culture Chage Interventions *******************/

#culture #left {
	height: 500px;
}

#culture #mainCont {
	height: 438px;
}


/******************* Results *******************/

#results #left {
	height: 960px;
}

#results #mainCont {
	height: 898px;
}

.preface {
	font-style: italic;
	font-size: 12px;
}


/******************* Quotes *******************/

#quotes #left {
	height: 960px;
}

#quotes #mainCont {
	height: 898px;
}

#quotes ul {
	list-style-type: disc;
	margin: 5px 0px 15px 20px;
}

#currQuote {
	height: 598px;
	overflow: auto;
	background-color: #FFFFFF;
	padding: 7px 9px 0px 15px;
	border: 2px solid #cfcfcf;
}

.quote {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}


/******************* Contact *******************/

#contact #left {
	height: 600px;
}

#contact #mainCont {
	height: 538px;
}


