/* Cornetta Brown Associates: Global CSS *//* Text and Links */	/* Static Text */			h1{ color: #005696; font-family: Verdana, Arial, sans-serif; font-size: 13px; font-weight: bold; }
		h2{ color: #005696; font-family: Verdana, Arial, sans-serif; font-size: 13px; font-weight: bold; }		.boldText{ font-weight: bold; }				.italicText{ font-style: italic; }		/* Links */			a{ color: #000; font-family: Verdana, Arial, sans-serif; font-size: 13px; text-decoration: underline; }		a:hover{color: #005696; text-decoration: none;}/* Basic */	body{		background-color: #000;		color: #000;		font-family: Verdana, Arial, sans-serif;		font-size: 13px;		line-height: normal;		margin: 0;		padding: 0;	}		img, img a, img a:hover{		border: none;	}

	.accessibility, .hide{		display: none;	}
	
	ol{
		font-size: 12px;
		line-height: 20px;
		list-style-type: disc;
	}	/* Main */	#container{		background-color: #fff;		height: 100%;		margin: 0 auto;		top: 0;		padding: 0;		position: relative;		width: 780px;	}

		#header{
			background-color: #fff;
			height: 353px;
			margin: 0 auto;
			position: relative;
			width: 780px;
		}

			.logo{
				background: url("../../images/head_bg.gif") top center no-repeat scroll #fff;
				height: 79px;
				position: relative;
				text-indent: -3000px;
				width: 780px;
			}
				#nav {
				background: url("../../images/nav_bg.gif") 0 0 repeat-x scroll transparent;
				height: 23px;
				margin: 0 auto;
				padding: 0 0 20px 0;
				position: relative;
				text-align: center;
				width: 780px;
				}				#nav li a{					display: block;				}					#nav li {
					float: left;
					left: 8px;					margin: 0 auto;
					padding: 0;					list-style-type: none;					position: relative;					text-indent: 0px;				}

				.nav1 { background: url("../../images/navigation/home.gif") 0 0px no-repeat; height: 23px; position: relative; width: 52px; text-indent: -3000px; }
				.nav1 a { background: url("../../images/navigation/home.gif") 0 -23px no-repeat; height: 23px; position: relative; width: 52px; text-indent: -3000px; } 				.nav1 a:hover { background-position: 0 0px; }

				.nav2 { background: url("../../images/navigation/about_founder.gif") 0 0px no-repeat; height: 23px; position: relative; width: 115px; text-indent: -3000px; }				.nav2 a { background: url("../../images/navigation/about_founder.gif") 0 -23px no-repeat; height: 23px; position: relative; width: 115px; text-indent: -3000px; } 				.nav2 a:hover { background-position: 0 0px; }  	
				.nav3 { background: url("../../images/navigation/approach.gif") 0 0px no-repeat; height: 23px; position: relative; width: 80px; text-indent: -3000px; }				.nav3 a { background: url("../../images/navigation/approach.gif") 0 -23px no-repeat; height: 23px; position: relative; width: 80px; text-indent: -3000px; } 				.nav3 a:hover { background-position: 0 0px; } 
				.nav4 { background: url("../../images/navigation/services.gif") 0 0px no-repeat; height: 23px; position: relative; width: 76px; text-indent: -3000px; } 				.nav4 a { background: url("../../images/navigation/services.gif") 0 -23px no-repeat; height: 23px; position: relative; width: 76px; text-indent: -3000px; } 				.nav4 a:hover { background-position: 0 0; }

				.nav5 { background: url("../../images/navigation/strategic_partners.gif") 0 0px no-repeat; height: 23px; position: relative; width: 147px; text-indent: -3000px; }				.nav5 a { background: url("../../images/navigation/strategic_partners.gif") 0 -23px no-repeat; height: 23px; position: relative; width: 147px; text-indent: -3000px; } 				.nav5 a:hover { background-position: 0 0; } 
				.nav6 { background: url("../../images/navigation/clients.gif") 0 0px no-repeat; height: 23px; position: relative; width: 69px; text-indent: -3000px; } 				.nav6 a { background: url("../../images/navigation/clients.gif") 0 -23px no-repeat; height: 23px; position: relative; width: 69px; text-indent: -3000px; } 				.nav6 a:hover { background-position: 0 0; }

				.nav7 { background: url("../../images/navigation/speaking_engagements.gif") 0 0px no-repeat; height: 23px; position: relative; width: 167px; text-indent: -3000px; }				.nav7 a { background: url("../../images/navigation/speaking_engagements.gif") 0 -23px no-repeat; height: 23px; position: relative; width: 167px; text-indent: -3000px; } 				.nav7 a:hover { background-position: 0 0px; }	
			.headImg{
				background: url("../../images/headimg.jpg") 0 0 no-repeat scroll;
				height: 210px;
				margin: 0 auto;
				padding: 0;
				position: relative;
				width: 752px;
			}
				#content{
			background-color: #fff;
			margin: 0 auto;
			padding: 20px 30px;
			position: relative;		}

			/* Page Specific Columns */

				/* Home, Speaking Engagements */

					.leftCol{
						border-right: 1px solid #D6D6D6;
						float: left;
						padding: 5px 20px 20px 20px;
						top: 0;
						width: 425px;
					}
				
					.rightCol{
						float: right;
						padding: 5px 5px;
						top: 0;
						width: 220px;
					}

				/* About Us */

					.aboutLeft{
						float: left;
						padding: 5px;
						top: 0;
						width: 130px;
					}

					.aboutRight{
						border-left: 1px solid #D6D6D6;
						float: right;
						padding: 5px 20px 20px 20px;
						top: 0;
						width: 520px;
					}
						.aboutRightL{float: left; padding: 0 8px; width: 50%;}
						.abourRightR{float: right; padding: 0 5px; width: 50%;}

				/* Approach, Services, Strategic Partners, Clients */

					.leftHalfCol{
						border-right: 1px solid #D6D6D6;
						float: left;
						padding: 0px 10px;
						top: 0;
						width: 330px;
					}
				
					.rightHalfCol{
						float: right;
						padding: 5px 10px;
						top: 0;
						width: 330px;
					}
			

			.quote{
				background-color: #ECECEC;
				border: 1px solid #D6D6D6;
				font-size: 13px;
				padding: 20px;
			}

		#footer{
			background: url("../../images/footer_bg.gif") 0 0 repeat-x scroll #000;
			clear: both;
			font-size: 11px;
			height: 66px;
			margin: 0 auto;
			padding: 25px 0 0 0;
			text-align: center;
			width: 780px;
		}

		#footer a{font-size: 11px;}
