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

html {
	margin-bottom: 1px;
	min-height: 100%;
}
/* RESET... EVERYTHING */

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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
}
body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #5d5d5d;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
}
strong {
	font-weight: bold;
}
small {
	font-size: 10px;
	line-height: 13px;
}
em {
	font-style:italic;
}
/* remember to define focus styles! */

:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

sup{
	font-size: 9px;
}

/* FORMATTING */

p {
	margin: 10px 0px;
	line-height: 16px;
}
a {
	color: #4b6ca8;
	text-decoration: none;
}

a:hover{
	color: #dc291e;
}

big {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.no-show {
	display: none;
}
.txt_inline {
	display: inline;
}

.txt_red, .txt_error{
	color: #dc291e;
}

.txt_soldout-date {
	background-color: #ec8075;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
}

.txt_soldout-sold {
	background-color: #ec8075;
	color: #FFFFFF;
	font-weight: bold;
}

h3.txt_headline_red{
	height: 24px;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0;
	background-image: url('../images/headline_red_bg.gif');
	background-repeat: repeat-x;
	text-align: center;
	padding-top: 4px;
}

.home h1{
	border-left: 1px dashed #b3b4b5;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	color: #4b6ca8;
	padding: 7px 9px;
	text-align:center;
	margin-bottom: 20px;
}

.home h1 a{
	color: #4b6ca8;
	text-decoration: none;
}

h1{
	border-left: 1px dashed #b3b4b5;
	font-size: 20px;
	font-weight: normal;
	color: #df3a35;
	padding: 7px 9px;
}

h1 a, h2 a{
	color: #df3a35;
}

h2{
	font-size: 16px;
	font-weight: bold;
	color: #df3a35;
	margin: 5px 0px -7px 0px;
}

h3{
	font-size: 13px;
	font-weight: bold;
	margin: 15px 0px -7px 0px;
}

h4{
	font-size: 12px;
	font-weight: bold;
	color: #df3a35;
	margin: 0px 0px -7px 0px;
}

.txt_red{
	color: #df3a35;
}

.btn_red{
	width: 100px;
	height: 26px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url('../images/btn_red.gif');
	background-repeat: no-repeat;
	display: block;
	font-size: 11px;
	padding-top: 1px;
}

.btn_red_blue_bg{
	width: 100px;
	height: 26px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url('../images/btn_red_blue_bg.gif');
	background-repeat: no-repeat;
	display: block;
	font-size: 11px;
	padding-top: 1px;
}

.btn_red input{
	background: none;
	color: #FFF;
	margin: 0px 11px 0px 0px;
}

.btn_red span, .btn_red_blue_bg span{
	color: #FFF;
	width: 90px;
	text-align: center;
	display: block;
	float: left;
}

a.btn_red :hover{
	color: #FFF;
}

a.btn_link{
	font-size: 11px;
	border: 1px solid #bd1f12;
	padding: 2px 8px;
	color: #FFF;
	background-color: #d42d21;
	font-weight: bold;
	text-decoration: none;
}

a.btn_link:hover{
	color: #fcfdab;
}

.btn_ezine{
	width: 192px;
	height: 35px;
	background-image: url('../images/btn_ezine.gif');
	background-repeat: no-repeat;
	background-position: middle;
	display: block;
	font-size: 13px;
	font-weight: bold;
	padding-top: 17px;
	color: #000;
	text-align: center;
}

.btn_ezine span{
}

ul li{
	list-style-type: none;
	background-image: url('../images/bullet_square_grey.gif');
	background-repeat: no-repeat;
	background-position: 0px 5px;
	margin: 7px 0px 7px -25px;
	padding-left: 15px;
}

ol li{
	list-style-type: decimal;
	margin: 7px 0px 7px -10px;
}

ul.list_square_blue{
	font-size: 11px;
	line-height: 15px;
}

ul.list_square_blue li{
	list-style-type: none;
	background-image: url('../images/bullet_square_blue.gif');
	background-repeat: no-repeat;
	background-position: 0px 6px;
	margin: 3px 0px 3px -30px;
	padding-left: 12px;
}

ul.list_square_purple{

}

ul.list_square_purple li{
	list-style-type: none;
	background-image: url('../images/bullet_square_purple.gif');
	background-repeat: no-repeat;
	background-position: 0px 5px;
	margin: 7px 0px 7px -25px;
	padding-left: 15px;
}

ul.list_no-indent li{
	margin-left: -40px;
}

.icon_pdf{
	background-image: url('../images/icon_pdf.gif');
	background-repeat: no-repeat;
	display: block;
	padding-left: 25px;
}

.icon_video{
	background-image: url('../images/icon_video.gif');
	background-repeat: no-repeat;
	display: block;
	padding-left: 25px;
	background-position: 4px 0px;
}

.form_label{
	float: left;
	width: 120px;
	padding: 2px 0px;
	display: inline-block;
	text-align: left;
}

.form_field{
	margin: 2px 0px 5px 0px;
	vertical-align: top;
}

.form_field input, .form_field textarea{
	border: 1px solid #b4b4b4;
	padding: 3px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.box_form{
	background-color: #d4e0f6;
	width: 280px;
	border: 1px solid #617db4;
	padding: 0px 15px 10px 15px;
}

.btn_submit{
	background-color: #617db4;
	border: 1px solid #FFF;
	color: #FFF;
	padding: 2px 3px 3px 3px;
	font-size: 12px;
	font-weight: bold;
}

.icon_facebook{
	background-image: url('../images/icon_facebook.gif');
	background-repeat: no-repeat;
	padding: 8px 0px 0px 0px;
	height: 30px;
	padding-left: 30px;
	display: inline-block;
	font-size: 11px;
	margin-right: 30px;
}

.icon_facebook_sm{
	background-image: url('../images/icon_facebook_sm.gif');
	background-repeat: no-repeat;
	padding: 2px 0px 0px 0px;
	height: 16px;
	padding-left: 22px;
	display: inline-block;
	font-size: 11px;
	margin-right: 35px;
}

.icon_twitter{
	background-image: url('../images/icon_twitter.gif');
	background-repeat: no-repeat;
	padding: 8px 0px 0px 0px;
	height: 30px;
	padding-left: 30px;
	display: inline-block;
	font-size: 11px;
}

.icon_twitter_sm{
	background-image: url('../images/icon_twitter_sm.gif');
	background-repeat: no-repeat;
	padding: 2px 0px 0px 0px;
	height: 16px;
	padding-left: 22px;
	display: inline-block;
	font-size: 11px;
}

.icon_linkedin{
	background-image: url('../images/icon_linkedin.gif');
	background-repeat: no-repeat;
	padding: 8px 0px 0px 0px;
	height: 30px;
	padding-left: 30px;
	display: inline-block;
	font-size: 11px;
	margin-right: 30px;
}

.icon_linkedin_sm{
	background-image: url('../images/icon_linkedin_sm.gif');
	background-repeat: no-repeat;
	padding: 2px 0px 0px 0px;
	height: 16px;
	padding-left: 22px;
	display: inline-block;
	font-size: 11px;
	margin-right: 35px;
}

.blog .icon_facebook_sm, .blog .icon_twitter_sm, .blog .icon_linkedin_sm{
	font-size: 12px;
}

/* CONTAINERS */

#wrapper {
	width: 900px;
	margin: 0px auto;
}
#header {
	border-bottom: 5px solid #617db4;
	background-repeat: no-repeat;
	background-position: top right;
}
.home #header {
	height: 177px;
	background-image: url('../images/home_img_header.jpg');
}
.home #logo {
	width: 139px;
	height: 177px;
	float: left;
}

#header {
	height: 125px;
	background-image: url('../images/img_header.jpg');
}

#logo{
	width: 195px;
	height: 125px;
	float: left;
}

#header .header_nav{
	float: right;
	margin: 5px 10px;
	font-size: 16px;
	color: #838383;
}

#header .header_nav a{
	font-size: 10px;
	color: #838383;
	text-transform: uppercase;
}

#column_left{
	width: 207px;
	margin-right: 11px;
	float: left;
	font-size: 11px;
	line-height: 14px;
}

.blog #column_left{
	font-size: 12px;
}	

#column_left .testimonial{
	width: 185px;
	margin-left: 17px;
}

#column_left .subnav{
	margin-bottom: 40px;
	width: 185px;
	margin-left: 17px;
}

#column_left .content p{
	margin: 8px 0px;
}

#column_main{
	width: 470px;
	margin-right: 15px;
	float: left;
}

#column_main .content{
	padding: 0px 10px;
}

#column_right{
	width: 197px;
	float: left;
}

#footer{
	margin-top: 30px;
}

#footer .content{
	font-size: 10px;
}

#footer .content p{
	font-size: 11px;
	text-align: center;
	color: #838383;
}

#footer a{
	color: #838383;
}

#footer a:hover{
	color: #dc291e;
}

.box_blue{
	width: 190px;
	background-color: #d4e0f6;
	background-image: url('../images/box_blue_bottom.gif');
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 8px;
	margin-left: 17px;
}

.box_blue .box_blue_top{
	height: 8px;
	background-image: url('../images/box_blue_top.gif');
	background-repeat: no-repeat;
}

.box_blue .content{
	width: 178px;
	margin: 0px auto;
}

.box_blue .content p{
	margin: 12px 4px;
}

.box_border_left{
	border-left: 1px dashed #b3b4b5;
	margin-bottom: 15px;
}

.box_border_left .content{
	padding: 0px 0px 0px 18px;
	font-size: 11px;
}

.sidenav, .join-community{
	width: 185px;
}

.sidenav ul, .subnav ul{
	margin-top: 0px;
}

.sidenav ul li, .subnav ul li{
	list-style-type: none;
	background-image: url('../images/bullet_arrow_blue.gif');
	background-repeat: no-repeat;
	background-position: 0px 3px;
	margin:5px 0px 5px -30px;
	padding-left: 14px;
}

.subnav ul li{
	margin-left: -40px;
}

.subnav ul li.nav_selected{
	color: #5d5d5d;
	background-image: url('../images/bullet_arrow_grey.gif');
}

.subnav ul li.nav_selected a{
	color: #5d5d5d;
}

.subnav ul li.nav_selected li a{
	color: #4b6ca8;
}

.subnav ul li.nav_selected li a:hover{
	color: #dc291e;
}

.box_beige{
	width: 192px;
	background-color: #eceadd;
	background-image: url('../images/box_beige_bg.gif');
	background-repeat: repeat-y;
	color: #5d5d5d;
	font-size: 11px;
}

.box_beige_top{
	background-image: url('../images/box_beige_top.gif');
	background-repeat: no-repeat;
	height: 11px;
}

.box_beige_bottom{
	background-image: url('../images/box_beige_bottom.gif');
	background-repeat: no-repeat;
	height: 11px;
	margin-bottom: 10px;
}

.box-wide_beige{
	background-color: #eceadd;
	background-image: url('../images/box-wide_beige_bg.gif');
	background-repeat: repeat-y;
	color: #5d5d5d;
	font-size: 11px;
}

.box-wide_beige_top{
	background-image: url('../images/box-wide_beige_top.gif');
	background-repeat: no-repeat;
	height: 11px;
}

.box-wide_beige_bottom{
	background-image: url('../images/box-wide_beige_bottom.gif');
	background-repeat: no-repeat;
	height: 11px;
	margin-bottom: 10px;
}

.box_beige h2{
	font-size: 14px;
	font-weight: bold;
	color: #353535;
	padding: 0 0 9px 0;
}

.box-wide_beige h2{
	margin: 0;
	font-size: 15px;
	padding: 10px 0px 0px 0px;
	color: #333333;
}

.box-wide_beige p{
	margin: 0;
	padding: 5px 0px;
	font-size: 12px;
	line-height: 15px;
}

.box_beige p{
	line-height: 14px;
	margin: 0;
	padding: 5px 0px;
}

.box_beige img {
	padding: 0 0 0 4px;
}

.box_beige .content, .box-wide .content{
	padding: 5px 15px 0px 15px;
}

.box_tab{
	width: 188px;
	margin: 0px 0px 0px 18px;
	background-image: url('../images/tab_blue.gif');
	background-repeat: no-repeat;
}

.box_tab .content{
	
}

.box_tab ul li{
	list-style-type: none;
	border-top: 1px solid #bcbcbc;
	background-color: #edebdf;
	background-image: none;
	margin: 0px 0px 0px -40px;
	padding: 0;
}

.box_tab ul li a{
	border-top: 1px solid #FFF;
	font-size: 11px;
	color: #4b6cac;
	padding: 4px 0px 0px 10px;
	height: 20px;
	display: block;
}

.box_tab ul li a:hover{
	color: #dc291e;
}

.box_tab ul{
	margin-top: 0;
	margin-bottom: 0;
}

.box_tab h4{
	height: 17px;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 0px 10px;
	color: #FFF;
	font-weight: normal;
}

.img_right{
	float: right;
	margin: 0px 0px 10px 20px;
}

.img_testimonial{
	width: 120px;
}

.img_programs-services, .img_160{
	width: 160px;
	font-size: 10px;
	margin-top: 4px;
}


.img_programs-services img, .img_160 img{
	border: 1px solid #6d6d6d;
}

.img_right img{

}

.img_right p{
	margin: 6px 0px 0px 0px;
	font-size: 11px;
	line-height: 14px;
}

.img_right strong{
	font-size: 12px;
}

.img_quote_start{
	float: left;
	width: 45px;
	height: 35px;
	display: inline-block;
	background-image: url('../images/img_quote_start.gif');
	background-repeat: no-repeat;
	margin: -5px 10px 0px 0px;
}

.img_quote_end{
	float: right;
	width: 45px;
	height: 35px;
	display: inline-block;
	background-image: url('../images/img_quote_end.gif');
	background-repeat: no-repeat;
	margin: -15px 7px 0px 0px;
}

.box_cbs5{
	background-image: url('../images/home_img_cbs5-her-vision-her-company.gif');
	background-repeat: no-repeat;
	width: 191px;
	height: 69px;
	margin: 20px 0px;
}

.box_cbs5 a{
	width: 191px;
	height: 69px;
	display: block;
}

/* NAVIGATION */

#nav {
	height: 40px;
	background-image: url('../images/nav_bg.gif');
	background-repeat: repeat-x;
	padding-left: 210px;
	margin-bottom: 15px;
}
#nav ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	clear:both;
}
#nav ul li {
	position:relative;
	float: left;
	width: auto;
	display:block;
	height: 32px;
	margin: 0px 0px 0px 0px;
	padding: 0px 8px;
	background-image: url('../images/nav_divider.gif');
	background-repeat: no-repeat;
	background-position: top right;
}

.nav_divider{
	background-image: url('../images/nav_divider.gif');
	background-repeat: no-repeat;
	background-position: top right;
	background-position: center;
	width: 1px;
}

#nav ul li.nav_last {
	padding-right: 0px;
	background-image: none;
}
#nav ul li a {
	height: 32px;
	display: block;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin: 0;
}
#nav ul li a:hover, .nav_over {
	background-position: 0px -32px;
}
#nav ul li.nav_selected a {
	background-position: 0px -32px;
	background-repeat: no-repeat;
	background-position: top left;
}
.nav_about-us, .nav_about-us_over {
	width: 55px;
	background-image: url('../images/nav_about-us.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	cursor: pointer;
}

.nav_programs-services, .nav_programs-services_over{
	width: 119px;
	background-image: url('../images/nav_programs-services.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	cursor: pointer;
}

.nav_resource-center, .nav_resource-center_over{
	width: 97px;
	background-image: url('../images/nav_resource-center.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	cursor: pointer;
}

.nav_in-the-news, .nav_in-the-news_over{
	width: 69px;
	background-image: url('../images/nav_in-the-news.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	cursor: pointer;
}

.nav_for-meeting-planners, .nav_for-meeting-planners_over{
	width: 126px;
	background-image: url('../images/nav_for-meeting-planners.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	cursor: pointer;
}

.nav_angelas-blog, .nav_angelas-blog_over{
	width: 80px;
	background-image: url('../images/nav_angelas-blog.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	cursor: pointer;
}

.nav_clients-testimonials, .nav_clients-testimonials_over{
	width: 132px;
	background-image: url('../images/nav_clients-testimonials.gif');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	cursor: pointer;
}

.nav_about-us_over, .nav_programs-services_over, .nav_resource-center_over, .nav_in-the-news_over, .nav_for-meeting-planners_over, .nav_angelas-blog_over, .nav_clients-testimonials_over{
	background-position: 0px -32px;
}

/* CoolMenus 4 - default styles - do not edit */
.clCMAbs {
	position:absolute;
	visibility:hidden;
	left:0;
	top:0
}
/* CoolMenus 4 - default styles - end */
  
/*Style for the background-bar*/
.clBar {

}
/*Styles for level 0*/
.clLevel0, .clLevel0over {
	
}
.clLevel0 {
	cursor: pointer;
}
.clLevel0over {
	cursor: pointer;
}
.clLevel0border {
	position:absolute;
	visibility:hidden;
}


/*Styles for level 1*/
.clLevel1, .clLevel1over {
	position:absolute;
	padding: 4px 5px;
}
.clLevel1 {
	background-color: #d4e0f6;
	layer-background-color: #d4e0f6;
	color: #607db4;
}
.clLevel1over {
	background-color: #617db4;
	layer-background-color: #617db4;
	color: #FFFFFF;
	cursor:pointer;
}
.clLevel1border {
	position:absolute;
	visibility:hidden;
	background-color:#006699;
	layer-background-color:#006699
}

/* WORDPRESS STYLES */

.navigation{
	margin-top: 40px;
}

.navigation .alignleft{
	width: 200px;
	float: left;
}

.navigation .alignright{
	width: 200px;
	float: right;
	text-align: right;
}

#commentform .input_field input, #commentform .input_field textarea{	
	padding: 2px;
	border: 1px solid #999999;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */