@charset "UTF-8";
/* CSS Document */


/*RESET*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0b1 | 201101 
   NOTE: WORK IN PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
/*ol, ul {
	list-style: none;
}*/
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define visible focus styles! 
:focus {
	outline: ?????;
} */

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*END RESET*/

/*GLOBAL STYLES*/

*{
	margin:0;
	padding:0;
}

img{
	border:none;
}


a{
	color:#e7300f;
	text-decoration:underline;
}

.boldlink {
	color:#505f33;
	text-decoration:none;
}

a:hover{
	color:#932a90;
	text-decoration:underline;
}

h1{
	color:#00aeef;
	font-size:32px;
	font-family:'brush-tipTerbrush-tipTerrence', Arial, Helvetica, sans-serif;
	letter-spacing:.002em;
	padding-bottom:14px;
	*padding-bottom:6;
	line-height:39px;
}

h2{
	font-size:22px;
	font-weight:normal;
	color:#2d351e;
	margin:20px 0 25px 0;
}

h3{
	color:#932c91;
	font-size:26px;
	font-family:'brush-tipTerbrush-tipTerrence', Arial, Helvetica, sans-serif;
	letter-spacing:.002em;
	margin-top:5px;
	margin-bottom:25px;
}

h4{
	color:#8dc640;
	font-size:17px;
	margin-bottom:30px;
	font-family:'AdobeCaslonProBold', "Times New Roman", Times, serif;
}

body{
	margin:0;
	background-color:#FFFFFF;
	color:#505f33;
	font-family:'AdobeCaslonProRegular', "Times New Roman", Times, serif;
	font-size:14px;
	line-height:22px;
	min-width:960px;
}

a.more{
	text-decoration:none;
	font-size:16px;
	font-weight:bold;
	color:#2d351e;
	background-image:url(images/img_MoreCirlces.jpg);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:35px;
	padding-top:7px;
	text-align:left;
	height:21px;
}

a:hover.more{
	color:#932c91;
}

/*COLORS*/

.grey{
	color:#8d9684;
}

.red{
	color:#e7300f;
}

.blue{
	color:#00b0ef;
}

.green{
	color:#8dc640;
}

.purple{
	color:#932a90;
}

.yellow{
	color:#ece413;
}

.orange{
	color:#ec7a2c;
}

/*HEADER*/

#topHead{
	width:100%;
	height:50px;
}

#homeHeader{
	margin:0 auto;
	width:980px;
	font-family:Lucida Sans, Helvetica, Arial, sans-serif;
	font-size:11px;
}

#email{
	display:inline;
	float:left;
	margin:15px 0 0 475px;
	text-align:left;
	width:330px;
	color:#8d9684;
}

#email a{
	text-decoration:none;
	font-weight:bold;
	font-size:13px;
	color:#8d9684;
}

#email a:hover{
	text-decoration:underline;
}

#call{
	display:inline;
	float:right;
	text-align:right;
	width:150px;
	margin-top:15px;
	color:#e3300c;
}

.number{
	font-size:13px;
	font-weight:bold;
}

/*BANNER*/

#logo{
	display:inline;
	float:left;
	height:150px;
	width:200px;
	margin:0 0 0 32px;
	z-index:999;
}

#bannerHome{
	background-color:#8dc640;
	background-image:url(images/banner_Home.png);
	background-position:center top;
	background-repeat:no-repeat;
	height:381px;
	width:100%;
}

#bannerWrapper{
	margin:0 auto;
	width:960px;
}

#bannerHomeContent{
	float:left;
	margin:20px 0px 0px 35px;
	*margin-top:10px;
	width:875px;
	color:#273512;
}

.whiteTitle{
	color:#FFFFFF;
	font-size:40px;
	text-shadow:black 0.1em 0.1em 1em;
	font-family:'brush-tipTerbrush-tipTerrence', Arial, Helvetica, sans-serif;
	letter-spacing:.002em;
	*line-height: 46px;
	padding-bottom:15px;
	*padding-bottom:3;
	
}

.bannerSubtitle{
	font-size:14px;
	font-weight:bold;
	color:#424242;
	margin-bottom:5px;
}

.bannerText{
	font-size:13px;
	width:500px;
}

#bannerBTN{
	float:left;
	display:inline;
	margin-left:315px;
}

/*NAV*/
.menu{
		float:left;
	height:28px;
	width:619px;
	*width:629px;
	background-image:url(images/bg_nav.png);
	margin:35px 0px 0px 50px;
	padding-top:3px;
	*padding-top:5px;
	background-repeat:no-repeat;
	padding-left:35px;
	*padding-left:25px;
	color:#FFFFFF;
	z-index:999;
	}
	.menu li{
		float:left;
		list-style:none;
		margin:0 10px 0 0;
		position:relative;
	}
	.menu li a{
		text-decoration:none;
		color:#FFFFFF;
		font-size:12px;
		text-shadow:#000000 0.1em 0.1em 0.2em;
		text-decoration:none;
		font-family:Lucida Sans, Helvetica, Arial, sans-serif;
		text-transform:uppercase;
		padding-right:9px;
		padding-left:9px;
	}
	.menu li a:hover{
		color:#8dc640;
	}
	.subMenu{
		left:-9999px;
		display:none;
		list-style:none;
		position:absolute;
		width:170px;
		padding:0;
		top:22px;
	
	}
	.subMenu li{
		float:none;
		width:170px;
		height:20px;
		border-top:1px solid #fff;
		background:url(images/navlist.png) no-repeat;
	}
	.menu li:hover ul{
		left:-10px;	
		display:block;
	}
	.subMenu li:hover{
		color:#fff;
		width:170px;
		height:20px;
		background:url(images/navlist_hover.png) no-repeat;
	}
	subMenu li a:link{
		width:170px;
		height:20px;
	}
	.subMenu li a:hover{
		color:#fff;
		width:170px;
		height:20px;
	}


/*CONTENT*/

#contentHome{
	background-color:#ffffff;
	background-repeat:repeat-x;
	background-position:center top;
	float:left;
	width:100%;
}

#contentHome a{
	border:none;
	color:#505F33;
	font-style:italic;
}

#contentHome a:hover{
	color:#8d9684;
}

#contentHome p{
	margin-bottom:15px;
}

#contentHomeWrapper{
	margin:0 auto;
	width:960px;
	padding:25px 10px 0 10px;
}

#contentHomeLeft{
	display:inline;
	float:left;
	margin-left:10px;
	width:655px;
}

#Meredith{
	float:left;
	display:inline;
	width:355px;
	margin-right:15px;
}

#Success{
	float:left;
	display:inline;
	width:282px;
}

#intro{
	float:left;
	display:inline;
	margin-top:35px;
}

#test{
	float:left;
	display:inline;
	width:95%;
}

/*RIGHT SIDE*/

#contentHomeRight{
	float:left;
	width:270px;
	margin-left:15px;
}

#SideBar{
	background-color:#f1f5ed;
	width:269px;
	height:auto;
	float:left;
	display:inline;
	background-image:url(images/img_SideBarBG.jpg);
	background-position:top;
	background-repeat:no-repeat;
	color:#505F33;
	font-size:14px;
	line-height:22px;
}

.description{
	color:#505F33;
	font-size:14px;
	line-height:22px;
}

#SideBarContent{
	padding:15px 20px 0;
	font-family:'AdobeCaslonProRegular', "Times New Roman", Times, serif;
	color:#505f33;
}

#subnav li a:link{
	color:#932c91;
	font-size:16px;
	line-height:24px;
	list-style:circle;
	text-decoration:none;
}
#subnav li a:hover{
	color:#8dc640;
	font-size:16px;
	line-height:24px;
	list-style:circle;
	text-decoration:none;
}

.service{
	color:#932c91;
	font-size:16px;
	line-height:24px;
	list-style:disc inside none;
}

#SibeBarBtm{
	background-image:url(images/img_SideBarBtm.jpg);
	float:left;
	display:inline;
	text-align:center;
	width:269px;
	height:31px;
	background-repeat:no-repeat;
	padding-top:5px;
	margin-bottom:15px;
}

#SibeBarBtm a{
	color:#FFFFFF;
	font-size:16px;
	text-decoration:underline;
}

#SibeBarBtm a:hover{
	color:#932c91;
}

.sideBTN{
	margin-bottom:15px;
}

#affiliates{
	float:right;
	display:inline;
	width:250px;
	padding-right:30px;
	margin-top:20px;
	text-align:right;
	height:35px;
}

/*FOOTER*/

#footer{
	background-color:#f1f5ed;
	border-top:1px solid #e8eee2;
	float:left;
	width:100%;
	height:188px;
	color:#b4bcab;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

#footerWrapper{
	margin:0 auto;
	width:960px;
	padding-top:55px;
}

#footerInfo{
	float:left;
	display:inline;
	width:280px;
	font-weight:bold;
	line-height:16px;
}

#footerNav{
	float:left;
	display:inline;
	text-align:center;
	font-weight:normal;
	line-height:14px;
}

#footerNav a{
	font-weight:bold;
	color:#b4bcab;
	text-decoration:none;
}

#footerNav a:hover{
	color:#9ba393;
}

#footerCircles{
	float:right;
	display:inline;
	margin-top:-55px;
}

/*SUBPAGE STYLES*/

/*BANNERS*/

#bannerSpecialties{
	background-color:#00b0f0;
	background-image:url(images/banner_Blue.png);
	background-position:center top;
	background-repeat:no-repeat;
	height:145px;
	width:100%;
}

#bannerSpeaking{
	background-color:#e7300f;
	background-image:url(images/banner_Red.png);
	background-position:center top;
	background-repeat:no-repeat;
	height:145px;
	width:100%;
}

#bannerAbout{
	background-color:#932a90;
	background-image:url(images/banner_Purple.png);
	background-position:center top;
	background-repeat:no-repeat;
	height:145px;
	width:100%;
}

#bannerFaq{
	background-color:#ec7a2c;
	background-image:url(images/banner_Orange.png);
	background-position:center top;
	background-repeat:no-repeat;
	height:145px;
	width:100%;
}

#bannerTestimonials{
	background-color:#00b0ef;
	background-image:url(images/banner_Blue.png);
	background-position:center top;
	background-repeat:no-repeat;
	height:145px;
	width:100%;
}

#bannerContact{
	background-color:#8dc640;
	background-image:url(images/banner_Green.png);
	background-position:center top;
	background-repeat:no-repeat;
	height:145px;
	width:100%;
}

/*CONTENT*/

#contentSubPage{
	background-color:#ffffff;
	background-repeat:repeat-x;
	background-position:center top;
	float:left;
	width:100%;
}

#contentSubPage p{
	margin-bottom:15px;
}

#contentSPWrapper{
	margin:0 auto;
	width:960px;
	padding:25px 10px 0 10px;
}

/*LEFT SIDE*/

#contentSPLeft{
	display:inline;
	float:left;
	margin-left:10px;
	width:655px;
}

.category1{
	float:left;
	display:inline;
	width:285px;
	margin-right:55px;
}

.category2{
	float:left;
	display:inline;
	width:285px;
}

/*RIGHT SIDE*/

#contentSPRight{
	float:left;
	width:270px;
	margin-left:15px;
}

#SideBarSP{
	background-color:#f1f5ed;
	width:269px;
	height:auto;
	float:left;
	display:inline;
	background-image:url(images/img_SideBarBG.jpg);
	background-position:top;
	background-repeat:no-repeat;
	margin-top:-43px;
}

#SideBarContentSP{
	padding:15px 20px 0;
	font-family:'AdobeCaslonProRegular', "Times New Roman", Times, serif;
}

#testimonialWrap{
	float:left;
	display:inline;
	width:240px;
	padding-left:15px;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size:14px;
	color:#737c6a;
}

.name{
	float:left;
	width:240px;
	text-align:right;
	font-style:italic;
	font-weight:bold;
	margin-bottom:15px;
	font-size:16px;
}
.formWrap{
	width:600px;
	height:auto;
	float:left;
	margin:10px 0;
	padding:10px 0;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.mailform_input{
margin:0 0 10px 0;
}
.googleMapWrap{
	width:600px;
	height:400px;
	clear:both;
	float:left;
	margin:30px 0 30px 0;
}
.googlemap{
	width:425px;
	height:350px;
	border:1px solid #333;
	margin-top:5px;
}
/*FONTS*/

@font-face {
    font-family: 'brush-tipTerbrush-tipTerrence';
    src: url('fonts/btttrial-webfont.eot');
    src: url('fonts/btttrial-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/btttrial-webfont.woff') format('woff'),
         url('fonts/btttrial-webfont.ttf') format('truetype'),
         url('fonts/btttrial-webfont.svg#brush-tipTerbrush-tipTerrence') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'AdobeCaslonProRegular';
    src: url('fonts/acaslonpro-regular-webfont.eot');
    src: url('fonts/acaslonpro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/acaslonpro-regular-webfont.woff') format('woff'),
         url('fonts/acaslonpro-regular-webfont.ttf') format('truetype'),
         url('fonts/acaslonpro-regular-webfont.svg#AdobeCaslonProRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'AdobeCaslonProBold';
    src: url('fonts/acaslonpro-bold-webfont.eot');
    src: url('fonts/acaslonpro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/acaslonpro-bold-webfont.woff') format('woff'),
         url('fonts/acaslonpro-bold-webfont.ttf') format('truetype'),
         url('fonts/acaslonpro-bold-webfont.svg#AdobeCaslonProBold') format('svg');
    font-weight: normal;
    font-style: normal;

}