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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
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 focus styles! */
:focus {
	outline: 0;
}

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

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

br.layout_clear{
	clear:all;
	margin-bottom:-1em;
}
/*Basic Layout*/
body{
	background:#00393e url(../img/body_bg.jpg) top left repeat-x;
}

#container {
	width:950px;
	text-align:left;
	margin:0 auto;
	padding:0 21px 0 22px;
	background:url(../img/container_bg.png) top left repeat-y;
}

#header{
	
}
#main_menu{
	height:44px;
	width:100%;
	background:#fff;
}
#content .content_column{
}
#content_left_column{
	float:left;
	width:215px;
	padding:20px 25px 0 25px;
}
#content_middle_column{
	padding-left:270px;
	padding-bottom:40px;
	padding-top:10px;
	background:url(../img/content_bottom_bg.jpg) bottom left no-repeat;
}
#content_right_column{
	display:none;
}
#content{
	background:#fff url(../img/content_column_bg.jpg) bottom left repeat-x;
	position:relative;	
	z-index:0;
}
#main_content{
	padding:15px;
	min-height:500px;
	height:auto!important;
	height:500px;
	padding-bottom:120px;
	padding-right:30px;
	background:url(../img/content_dots.gif) top left repeat-y;
}
#footer{
	background:url(../img/footer_bg.jpg) top left no-repeat;
	width:950px;
	padding:0 22px;
	margin:0 auto;
	height:46px;
	line-height:20px;
	font-size:75%;
	color:#e5e6e6;
}
#footer a{
	color:#e5e6e6;
	text-decoration:none;
}


/*Side Quotes*/
#body-home div.page_quote{
	font-style:italic;
	color:#999;
	text-align:right;
	padding:0px 10px 5px 10px;
	background:#eff0f1;
	border-bottom:2px solid #e2161f;
	margin-bottom:80px;
}
#body-home div.page_quote blockquote {
}
#body-home div.page_quote blockquote label{
	display:block;
	margin-top:20px;
	color:#820024;
	font-weight:bold;
}
/*Quotes Inside*/
#body-inside #content_left_column{
}
#body-inside div.page_quote{
	font-style:italic;
	color:#6d6d6d;
	font-size:0.9em;
	text-align:right;
	background:url(../img/interior_quotes.gif) top left no-repeat;
	width:160px;
	padding:20px 20px 5px 20px;
	font-size:1em;
	margin-top:60px;
	margin-bottom:60px;
	/*
	position:absolute;
	bottom:100px;
	*/
}
#body-inside div.page_quote blockquote {
	position:relative;
	padding-bottom:1em;
}
#body-inside div.page_quote blockquote label{
	display:block;
	margin-top:20px;
	color:#820024;
	font-weight:bold;
	font-style:italic;
	position:absolute;
	bottom:-20px;
	right:0px;
	padding:0;
}

/*Main Menu*/
#main_menu ul{
	text-align:center;
	margin:0;
	font-size:90%;
	list-style:none;
	list-style-image:none;
}
#main_menu ul li{
	display:inline;
	position:relative;
	z-index:100;
}
#main_menu ul li a{
	padding:10px 10px 5px 10px;
	line-height:38px;
	border-bottom:3px solid #e51b24;
	margin:0 2px;
	color:#000000;
	text-decoration:none;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-weight:bold;
}
#main_menu ul li:hover a{
	background:#e51b24;	
}
#main_menu ul li ul{
	border:none;
	position:absolute;
	left:2px;
	top:26px;
	/*width:250px;*/
	padding:0px;
	margin:0px;
	text-align:left;
	min-width: 230px; /* ie doesnt know this :/ */
	font-size:90%;
	list-style:none;
	list-style-image:none;
}
#main_menu ul li ul li{
	background:#e51b24;	
	display:block;
	color:#fff;
	clear:both;
}
#main_menu ul li ul li a{
	position:relative;
	color:#fff;
	border:none;
	padding:3px 5px;
	line-height:1.1em;
	min-width:100px;
	display:block;
	word-wrap:normal;
}
#main_menu ul li ul li:hover a,
#main_menu ul li ul li:hover{
	background:#820024;
	border:none;
}

#body-home .sponsors_block{
	position:absolute;
	bottom:80px;
	text-align:center;
	padding:0 30px;
}
#body-inside .sponsors_block{
	position:absolute;
	bottom:80px;
	text-align:center;
	padding:0 30px;
}


/*Text Styles*/
body{
	font-size:100%;
	text-align:center;
	font-family:Georgia, Times, serif;
	font-family:"Trebuchet MS",sans-serif;
}
h1{
	font-family:"Trebuchet MS",sans-serif;
	font-size:200%;
	color:#820024;
	margin:5px 0 10px 0;
}
h2{
	font-family:"Trebuchet MS",sans-serif;
	font-size:150%;
	color:#e51b24;
	margin:20px 0 10px 0;
	
}
ul, ol, dl{
	margin:10px 0 10px 30px;
}
ul {
	list-style-image: url(../img/bullet.png);
	margin-left:45px;
	list-style-position:outside;
}
ol {
	list-style:decimal;
}
#main_content li {
	margin:10px 0;
}
p {
	margin:1em 0;
}
a, a:visited{
	color:#006671;
}
a:hover{
	color:#820024;
}
/*Testimonials*/
#main_content blockquote{
	color:#666;
	font-style:italic;
	margin:0px 30px 10px 30px;
}
#main_content blockquote strong{
	font-weight:bold;
	display:block;
	text-align:right;
	padding-top:10px;
	padding-right:40px;
}
h6{
	color:#aaa;
	font-size:1.1em;
	font-style:italic;
	margin-left:30px;
	margin-bottom:10px;	
}


/*Workshops*/

.workshops-list{
	background: url(../img/box.png) top left no-repeat;
	width:600px;
	padding:10px 21px 0px 21px;
	font-size:90%;
}
.workshops-list .workshop-item{
	margin:10px 0;
	color:#666;
}
.workshops-list .workshop-item-title{
	background: url(../img/bullet.png) center left no-repeat;
	padding-left:20px;
	font-family:"Trebuchet MS",sans-serif;
	font-size:110%;
	color:#004349;
	font-weight:bold;
	margin:5px 0 3px 0;
}
.workshops-list .workshop-item-description{
	padding-left:20px;
}

/*Contact Form*/
.error-message{
	color:#aa3333;
}

#contact-form label {
	width:120px;
	float:left;
	margin-bottom:5px;
}
#contact-form .input {
	margin:10px 0;
}
#contact-form .inline-input {
	margin:10px 0;
}
#contact-form .input input {
	width:180px;
	margin-bottom:5px;
	margin-left:120px;
}
#contact-form .captcha-image label,
#contact-form .captcha_input label,
#contact-form .textarea label {
	width:auto;
	display:block;
	float:none;
}
#contact-form .captcha_input input{
	margin-left:0;	
}
#contact-form .textarea label{
	margin:0;padding:0;
	line-height:1em;
	margin-top:5px;
	margin-bottom:5px;
}
#contact-form textarea{
	width:300px;
	height:150px;
	margin:0;padding:0;
}
#contact-form .contact_email_input{
	display:none;
}
input {

	vertical-align:middle;
}
#contact-form textarea{
	border:1px solid #bbb;
	background:#CDDCDE;
}
#contact-form .text input{
	margin-bottom:10px;
	display:block;
	border:1px solid #bbb;
	width:180px;
	background:#CDDCDE;
}
#contact-form .submit {
	text-align:right;
	width:180px;
}
#contact-form .submit input{
	margin-bottom:10px;
	border:1px solid #bbb;
	background:#D7E2E3;
}


.submit-image input {
	border:0;
	padding:0;
	background:none;
	vertical-align:middle;
	width:auto;
	height:auto;
}
#contact-form .inline-input input {
	display:inline;
	float:none;
}
#contact-form .inline-input label {
	display:inline;
	float:none;
}
#contact-form .inline-select label{
	padding-right:20px;	
}

#contact-form .inline-radios input,
#contact-form .inline-radios label{
	display:inline;
	float:none;
	margin:0 5px;
	width:auto;
}
#contact-form .block-input label{
	float:none;
	display:block;
	width:auto;
}
#contact-form .block-input input{
	float:none;
	display:block;
	width:300px;
	margin-left:0;
}

.privacy-policy{
	font-size:0.7em;
	margin:10px 0 0 0;
	border-top:1px solid #333;
	border-bottom:1px solid #333;
	padding:10px 20px;
}
.privacy-policy p{
	margin:5px 0;
}

/*Coaching form*/
.score_input label{
	width:550px;
	float:left;
}	
.score_input input{
	margin-left:30px;
	width:2em;
}

.coaching_scale{
	text-align:center;
	padding:20px;
}
.coaching_scale table{
	text-align:center;
	width:80%;
	margin:0 auto;
}
.coaching_scale table td{
	padding:5px;
}
.coaching_scale td.first{
	text-align:left;
}
.coaching_scale td.last{
	text-align:right;
}
.coaching_score_total{
	margin-top:10px;
	border-top:3px double #E51B24;
	position:relative;
	font-weight:bold;
}
#coaching_score_total{
	position:absolute;
	top:2px;
	right:45px;
	color:#E51B24;
}

#coaching_scores_legend{
	margin-top:30px;
	position:relative;
	color:#999;
}
#coaching_scores_legend div{
	padding:10px;
	margin:10px 0;
}
#coaching_scores_legend #coaching_legend_selection{
	border:3px dashed #E51B24;
	height:35px;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	padding:0;
}



/*Global Table Style*/
table{
	border:1px solid #fff;
}
table td{
	border:1px dashed #ccc;
	padding:10px;
}



/*Inside Menu*/
#side-menu{
	
}
#side-menu .menu{
	list-style:none;
	list-style-image:none;
	padding:0;
	margin:0;
}
#side-menu .menu li {
	padding:0;
	margin:0;
}
#side-menu .menu li a {
	text-decoration:none;
	color:#3d3d3d;
	font-size:0.9em;
	font-weight:bold;
	padding:10px 10px 10px 20px;
	display:block;
	background:url(../img/left_menu_hover.gif) left center repeat-x;
	margin:0px 0 10px 0;
}
#side-menu .menu li a:hover {
	color:#888;
}
#side-menu .menu li.main a {
	background:url(../img/bullet.png) 3% 50% no-repeat;
	font-size:1.1em;
	color:#666;
}
#side-menu .menu li.current a {
	background:url(../img/left_menu_current.gif) left center repeat-x;
	color:#fff;
}

/*Inside CMS Image*/
#body-inside #side-image{
	float:right;
	margin:10px;
}


/*iContact Signup*/
div#signupframe{
	
}
div#signupframe label{
	margin-bottom:10px;
	display:block;
	text-transform:capitalize;;
	font-size:0.9em;
	color:#e51b24;
	color:#820024;
	font-weight:bold;
}
div#signupframe .text input{
	margin-bottom:10px;
	display:block;
	border:1px solid #bbb;
	width:180px;
	background:#f6fff6;
	background:#CDDCDE;
}
div#signupframe .submit {
	text-align:right;
	width:180px;
}
div#signupframe .submit input{
	margin-bottom:10px;
	border:1px solid #bbb;
	background:#D7E2E3;
}


/*Members Area*/
#members_area_toolbar{
	position:absolute;
	top:0;
	right:20px;
	font-size:0.8em;
}
#members_area_toolbar a{
	color:#820024;
}
#member_login_form_div{
	
}
#member_login_form_div fieldset{
	padding-top:0px;
}
#member_login_form_div legend {
	font-size:1.2em;
}
#member_login_form_div label {
display:block;
float:left;
width:100px;

}

/*Home links*/
div.home_links{
	background:url(../img/home_links.png) 0px -33px no-repeat;
	width:434px;
	height:32px;
	margin:10px auto 20px auto;
	padding:0 79px;
}
ul.home_links_list{
	list-style:none;
	list-style-image:none;
	margin:0;
	padding:0;
	height:32px;
}
#main_content ul.home_links_list li{
	float:left;
	margin:0;
	padding:0;
	height:32px;
}
ul.home_links_list a{
	display:block;
	float:left;
	height:32px;
	width:100px;
	background:green;
}
ul.home_links_list a#home_links_training{
	width:85px;
	background:url(../img/home_links.png) -79px -33px  no-repeat;
}
ul.home_links_list a#home_links_training:hover{
	background:url(../img/home_links.png) -79px 0px  no-repeat;
}
ul.home_links_list a#home_links_coaching{
	width:103px;
	background:url(../img/home_links.png) -164px -33px  no-repeat;
}
ul.home_links_list a#home_links_coaching:hover{
	background:url(../img/home_links.png) -164px 0px  no-repeat;
}
ul.home_links_list a#home_links_speaking{
	width:98px;
	background:url(../img/home_links.png) -267px -33px  no-repeat;
}
ul.home_links_list a#home_links_speaking:hover{
	background:url(../img/home_links.png) -267px 0px  no-repeat;
}
ul.home_links_list a#home_links_consulting{
	width:106px;
	background:url(../img/home_links.png) -365px -33px  no-repeat;
}
ul.home_links_list a#home_links_consulting:hover{
	background:url(../img/home_links.png) -365px 0px  no-repeat;
}



