/*
Company:	
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Common Text Styles - Styles for text
Default Headings - headings like h1, h2, etc
Default Lists - unordered and ordered lists
Nav - navigation bar
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
html {
	background-color: #000;
}
body {
	background-color: #000;
	padding: 30px 0 0 0;
}
div.main th,div.main td{border:none;padding:0;}
div.main button,div.main input[type="checkbox"],div.main input[type="radio"],div.main input[type="reset"],div.main input[type="submit"]{padding:0;}
/* @end */

/* @group Layout */
div.container {
	width: 835px;
	margin: 0 auto;
}

/* Head */
div.logo {
	width: 835px;
	height: 134px;
	background: url(../img/header_new.gif) top left no-repeat;
	position: relative;
}

div.logo a:link, div.logo a:visited {
	width: 410px;
	height: 79px;
	display: block;
	position: absolute;
	top: 34px;
	left: 402px;
	text-indent: -9999px;
	background: url(../img/ie-txt-replacement.gif);
}

/* Body */
div#bd {height: 1%;}
.two-col div#bd {background: url(../img/bg-bd-tile-two-col.gif) top left repeat-y;}
.bd-interior div#bd-inner {background: url(../img/bg-int-side.gif) bottom left no-repeat;}

/* Footer */
div#ft {
	color: #999;
	font-size: 85%;
	font-family: "Myriad Web","Myriad Pro","Lucida Grande","Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
	padding: 8px 0 0 0;
}

div#ft a:link, div#ft a:visited {color: #999; text-decoration:none;} /* was 0771c1 */
div#ft a:hover {color:#FFF; text-decoration:underline;}

div.ft-sitemap {
	width: 227px;
	float: left;
}

div.ft-sitemap a:link, div.ft-sitemap a:visited {
	padding: 3px 0 3px 25px;
	background: url(../img/bg-sitemap.gif) center left no-repeat;
}

div.ft-copy {
	width: 487px;
	float: left;
}

div.ft-copy p {text-align: center;}

div.ft-links {
	width: 121px;
	float: left;
	margin: 0 -3px 0 0;
}

div.ft-links ul {
	margin: 0;
	float: right;
}
div.ft-links ul li {
	list-style: none;
	float: left;
	border-right: 1px solid #3f4137;
	padding: 0 4px 0 0;
	margin: 0 4px 0 0;
}

div.ft-links ul li.last {
	border-right: none;
	padding: 0;
	margin: 0;
}

/* Alternate Footer Column Widths for Full Width Page */
.bd-full-width div.ft-sitemap {width: 150px;}
.bd-full-width div.ft-copy {width: 564px;}

/* @end */

/* @group Modules */
/* Main Column */
div.main {
	float: right;
	width: 608px;
	border-left: 2px solid #000;
	background-color: #FFF;
	height: 1%;
}

/* Main Column Full Width */
.bd-full-width div.main {
	float: left;
	border-left: none;
	width: 835px;
}

.bd-home div.main-content {
	padding: 12px 30px 0 40px;
}

.bd-interior div.main-content, .bd-full-width div.main-content {
	padding: 12px 30px 30px 30px;
}

/* Home Welcome Header */
h2.home-welcome {
	background: url(../img/bg-home-welcome.gif) bottom left no-repeat;
	padding: 0 0 22px 0;
	margin: 0 0 3px 0;
	font-weight: bold;
	font-size: 138.5%;
}

h2.home-welcome strong {
/*	font-weight: normal; */
	font-weight: bold;
	color: #94a09d;
}

h2.home-welcome strong span {
	color: #0b86ce;
}

/* Side Column */
div.side {
	float: right;
	width: 225px;
	margin: 0 0 0 -3px;
}

div.side a:link, div.side a:visited {color: #FFCC00;}
div.side a:hover {color: #FFF;}

/* Side Quote */
div.side-quote {
	background-color: #0370b5;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0 0 1px 0;
}

div.side-quote blockquote {
	background: url(../img/bg-side-quote-top.gif) top left no-repeat;
	padding: 24px 29px 0 22px;
	margin: 0;
	font-style: italic;
	font-size: 116%;
}

div.side-quote blockquote p {
	background: url(../img/bg-side-quote-bottom.gif) bottom right no-repeat;
}

div.side-quote p.quote-author {
	padding: 0 0 0 22px;
	font-size: 85%;
}

div.side-quote p.read-more {
	font-family: "Myriad Web","Myriad Pro","Lucida Grande","Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
	text-align: right;
	padding: 0 10px 0 0;
	font-size: 116%;
}

/* Quick Links */
div.quick-links {
	background-color: #3b4442;
	padding: 0 0 10px 0;
}

div.quick-links h3 {
	color: #FFF;
	font-size: 153.9%;
	font-weight: normal;
	font-style: italic;
	margin: 0;
	padding: 12px 0 12px 20px;
}

div.quick-links ul {
	margin: 0;
	background-color: #4a5553;
	font-family: "Myriad Web","Myriad Pro","Lucida Grande","Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
	font-size: 116%;
	padding: 11px 0 8px 10px;
}

div.quick-links ul li {
	list-style: none;
	padding: 3px 0;
}

div.quick-links ul li a:link, div.quick-links ul li a:visited {
	padding: 0 0 0 32px;
}

div.quick-links ul li.speak a:link, div.quick-links ul li.speak a:visited {background: url(../img/bg-quick-speak.gif) center left no-repeat;}
div.quick-links ul li.attainAdvice a:link, div.quick-links ul li.attainAdvice a:visited {background: url(../img/bg-quick-advice.gif) center left no-repeat;}
div.quick-links ul li.attainAcademy a:link, div.quick-links ul li.attainAcademy a:visited {background: url(../img/bg-quick-academy.gif) center left no-repeat;}
div.quick-links ul li.phone a:link, div.quick-links ul li.phone a:visited {background: url(../img/bg-quick-phone.gif) center left no-repeat;}

/* WBENC */
div.wbenc {padding: 10px 0;}

div.wbenc img {
	display: block;
	text-align: center;
	margin: 0 auto;
}

/* Home Flash Container */
div.home-flash {
	background: #000 url(../img/bg-home-flash.gif) top right no-repeat;
	height: 179px;
	border-bottom: 2px solid #000;
}

div.home-flash img {display: block;}

/* @end */

/* @group Common Text Styles */
div.main p {
	font-size: 108%;
	line-height: 1.4em;
}

/* @end */

/* @group Default Headings */

/* @end */

/* @group Default Lists */
/* Make default ul and ol styles to match p styles */
div.main li {
	font-size: 108%;
	line-height: 1.4em;
}

div.main li li {
	font-size: 100%;
}

/* @end */

/* @group Forms */
	
/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #009aff;
}
a:hover {
	color: #75b100;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */

/* from existing site - image alignment - ma 060911 */
.pic_rightalign {
margin-left:10px;
margin-top: 4px;
margin-bottom: 4px;
border: 1px #666 solid;
}
.pic_leftalign {
margin-right:10px;
margin-top: 4px;
margin-bottom: 4px;
border: 1px #666 solid;
}
/* @end */

/* from existing site - h2 and h3 heads - ma 060911 */
/* #homeContent h2,#interiorContent */ h2 {
	font-size:2em;
	font-weight:normal;
	font-style:italic;
}
/* #interiorContent */ h2 {
	color:#75b100
}
h3 {
	color:#009aff;
	font-size:1.4em;
	margin-bottom:5px;
	width:90%;
}
.whitepapers {
	font-size:1.2em;
	margin-bottom:9px;
}
h4 {
	color:#75b100;
	font-size:1em;
	line-height:1;
}
/* @end */

/* from existing site - speakers list - ma 060911 */
.basicinteriorlist {
	color:#000;
	list-style:outside;
	margin-left:40px;
	font-size:0.9em;
}
.basicinterior {
	color:#000;
	list-style:inside;
	margin-left:0px;
}
.basicinterior-ol {
	color:#000;
	list-style:inside;
	margin-left:40px;
}
/* @end */

/* from existing site - service questions - ma 060911 */
/*div#interiorContent*/ p.questions {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-style:italic;
	/*color:#8d7305;*/
	color: #0771c1;
	/*color:#4a5553;*/
	margin:12px 0 0 20px;
}
/* @end */

/* from existing site - testimonials - ma 060911 */
.testimonials_quote {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
	font-size:1em;
	font-style:italic;
	line-height:16px;
	margin:20px 0 0 12px;
}
.testimonials_linkbox {
	margin: 5px 0px;
}
/* @end */

.target {display:none;}


/* from existing site - publication list - ma 061611 */
ul.pubList {
	color:#000;
	list-style:inside;
	font-size:0.9em;
	font-weight:bold;
	margin-bottom:7px;
}
ul.pubList li {
	font-weight:normal;
	margin-left:20px;
}

/* from existing site - contact list h4 - ma 061611 */
.blue {
color:#2085c0;
}

/* from existing site - attain challenge table - ma 061611 */


.numberedinteriorlist {
list-style:outside decimal;
margin-left:40px;

}
div.main ol.numberedinteriorlist {
color:#999;
font-size:1.4em;
}
div.main .numberedinteriorlist li {
margin-bottom:12px;
}
div.main .yesno {
display:inline;
margin-right:10px;
}
div.main .white {
	color:#fff;
}
div.main .challenge_qbox {
background-color:#75b100;
padding:5px;
}
div.main .challenge_border {
border: 1px #999 solid;
margin-bottom:20px;
font-size:0.6em;
background-color:#fff3b3;
}
div.main .challenge_textbox {
padding:5px;
color:black;
	line-height:1.2em; /* bh added 6-30 */
}
div.main .challenge_button {
background-color:#2085c0;
border: 2px #999 solid;
font-size:0.8em;
color: white;
padding:2px;
}
div.main .challenge_button:hover {
background-color:#75b100;
cursor:pointer;
}

/* - from old site, not needed with Tylers code

#flashcontent {
background:url(../img/bg-home-flash.gif) top right no-repeat;
border-bottom:2px solid #000;
}

#flashcontent embed {
border-right:2px solid #000;
}

*/

.cme_name {
	width: 195px;
}

.cme_full {
	width: 400px;
}

.cme_city {
	width: 295px;
}

.cme_state {
	width: 25px;
}

.cme_zip {
	width: 60px;
}
.cme_comments {
	width: 439px;
}
.cme_spacer {
	width: 6px;
	height: 6px;
}
.cme_checkbox {
	margin-top: 5px;
	padding:0px;
	width: 15px;
	height: 15px;
}
.text_grey_big_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.text_grey_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

