/*-----------------------------------------------------------------------------
Basic Style Sheet

version:   1.0
date:	   9/4/2008	
author:    Larry Cobb
email:     lcobb@trsg.net
website:   http://www.the-breakthrough-coach.com/
-----------------------------------------------------------------------------*/

/* =General
-----------------------------------------------------------------------------*/

/* Remove padding and margin */
* {
  margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, fieldset, table, hr {
  margin: 1em 0;
}

/* Put it back on certain elements */
ul {
  margin: 1em 2em;
}

/* Put it back on certain elements */
ol {
  margin: 1em 3em;
}

li {
  margin: .5em 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}

/* Remove border around linked images */
img {
	border: 0;
}


/* =Typography
-----------------------------------------------------------------------------*/

body {
  font: 12px/14px Arial, Helvetica, Verdana, sans-serif;
	color: #1568b3;
	margin: 0; 
	padding: 0;
	background: #fff;
}

.header {
	font-size: 14px;
	font-weight: bold;
	color: #b4595e;
}

.red {
	color: #b4595e;
}

.news-title {
	font-weight: bold;
	margin-bottom: .25em;
}

.footnote {
	font-size: 11px;
	line-height: 12px;
}

.staffPicture {
	width: 100px;
	height: 121px;
	margin-top: 5px;
}

.noteworthy {
	background: url(../images/bg-noteworthy.gif) 0 0 no-repeat;
	padding-left: 15px;
}

#tagline p {
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	line-height: 24px;
	margin: 0;
}

#topNav p {
	color: #ffffff;
	margin: 4px 0;
}

#footer p {
	margin: 5px 0;
}

#quoteHome p {
	color: #ffffff;
	margin: 0 0 1em;
	line-height: 16px;
}

sup {
    font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: 0.33em;
}

#rightDiv2 p {
	line-height: 16px;
}

/* =Main Layout
-----------------------------------------------------------------------------*/

#container-nav {
	background: url(../images/bg-mainNav.gif) top left repeat-x;
	height: 35px;
}

#container-subNav {
	background: url(../images/bg-subNav.gif) top left repeat-x;
	height: 36px;
}

#container-masthead {
	background: url(../images/bg-masthead.jpg) top left repeat-x; 
	height: 104px;
}

#container-contentTopHome {
	background: #e7ebf0;
}

#container-footer {
	background: #e7ebf0;
	margin-bottom: 12px;
}

#container {
	background: #fff;
	width: 945px;	
	margin: 0 auto;
	border: 0px #000 solid;
}

#masthead {
	width: 945px;
	height: 104px;
	margin: 0 auto;
	padding: 0; 
}

#logo {
	float: left;
	padding-top: 20px;
}

#tagline {
	width: 400px;
	margin: 36px 0 15px;
	height: 24px;
	float: right;
}

#topNav {
	background: #134678;
	clear: right;
	width: 200px;
	height: 24px;
	float: right;
}

#textNav {
	margin: 0;
	padding-top: 20px;
	height: 37px;
	text-align: right;
}

#title {
	height: 46px;
}

#contentTopHome {
	width: 915px;
	padding: 20px 0 20px 30px;
	margin: 0 auto;
	height: 400px;
}

#topLeftHome {
	float: left;
	width: 515px;
}

#topRightHome {
	float: right;
	width: 374px;
	height: 270px;
	padding: 0;
}

#contentBottomHome {
	width: 945px;
	background: url(../images/bg-contentBottomHome.gif) left top repeat-y;
	padding: 0;
	margin: 4px auto;
}

#contentBottomLeft {
	width: 245px;
	float: left;
	padding: 25px 0 0 25px;
}

#contentBottomRight {
	width: 675px;
	float: right;
	padding: 25px 0 0;
}

#contentCenter {
	width: 324px;
	float: left;
	padding-left: 17px;
}

#contentFarRight {
	width: 313px;
	float: right;
	padding-left: 21px;
}

#quoteHome {
	width: 288px;
	background: url(../images/quote-home.gif) #134678 bottom left no-repeat;
	padding: 15px 10px 30px 15px;
}

#mainContent {
	background: url(../images/bg-mainContent.gif) #fff left top repeat-y;
	margin: 20px auto 2px;
	width: 945px;
	padding: 0;
}

#mainContent2 {
	background: url(../images/bg-mainContent2.gif) #fff left top repeat-y;
	margin: 20px auto 2px;
	width: 945px;
	padding: 0;
}

#Content {
	margin: 20px auto 2px;
	width: 914px;
	padding: 0 0 20px 31px;
	vertical-align: top;
}

#leftDiv {
	float: left;
	width: 580px;
	padding: 0 0 20px 31px;
	vertical-align: top;
}

#leftDiv2 {
	float: left;
	width: 710px;
	padding: 0 0 20px 31px;
	vertical-align: top;
}

#rightDiv {
	width: 313px;
	float: right;
	padding-left: 21px;
}

#rightDiv2 {
	width: 183px;
	float: right;
	padding-left: 21px;
}

#leftContentHeader, .leftContentHeader, #ContentHeader {
	border-bottom: 2px #e8ecf1 solid;
	clear: right;	
}

#leftContentText, .leftContentText {
	width: 550px;
}

#leftContentText2, .leftContentText2 {
	width: 700px;
}

#ContentText, .ContentText {
	width: 600px;
}

#rightContent {
	padding: 1px 16px 5px;
	margin: 0;
	width: 200px;
	background: #ffeedd;
	display: block;
}

#leftContent {
	float: left;
	margin: 0;
	width: 550px;
}

#rightContent2 {
	float: right;
	margin: 0;
	width: 225px;
	background: #ffeedd;
}

#leftContent2 {
	float: left;
	margin: 0;
	width: 525px;
}

#secondaryCopy2 {
	background: #e1e1e1;
	float: right;
	width: 281px;
	padding: 27px 18px 23px 14px;
	text-align: left;
}

.testimonial, .event {
	border-bottom: 1px #cc0000 dashed;
}

.headshot {
	float: right;
	width: 175px;
	height: 175px;
	margin: 0 0 10px 10px;
}

.sideCallout {
	width: 277px;
	padding: 27px 18px 23px 14px;
	background: #e1e1e1;
	border: 2px #b4595e solid;
	margin: 20px 0;
}

.sideCalloutSuccess {
	width: 281px;
	padding: 27px 18px 23px 14px;
	background: #e1e1e1;
	margin: 20px 0;
}

.arrow {
	float: left;
	width: 66px;
	padding: 0;
	margin: 0;
}

.linkText {
	float: right;
	width: 215px;
}

#video-player { 
	width: 320px;
	margin: 20px auto 5px;
}
	
.storeLeft {
	float: left;
	width: 30%;
	border-top: 2px #e8ecf1 solid;
	margin: 20px 0 0 0;
	padding: 10px 0 0 0;
}

.storeRight {
	float: right;
	width: 70%;
	border-top: 2px #e8ecf1 solid;
	margin: 20px 0 0 0;
	padding: 10px 0 0 0;
}

/* =Headings
-----------------------------------------------------------------------------*/
h1 { 
	font-size: 34px; 
	line-height: 42px;
	font-weight: normal;
	margin: 0;
}

h2 { 
	font-size: 26px; 
	line-height: 31px;
	color: #1c5b97;
	margin: 0;
}

#mainContent h2, #mainContent2 h2, #Content h2 { 
	font-size: 26px; 
	line-height: 31px;
	color: #b4595e;
	margin: 5px 0;
}

#rightDiv .sideCallout h2 { 
	font-size: 26px; 
	line-height: 25px;
	color: #134678;
	margin: 0;
}

h3 {
	font-size: 18px; 
	line-height: 22px;
	color: #1568b3;
	margin: 0;
}

.leftContentText h3, .leftContentText2 h3, .leftContentText3 h3 { 
	font-size: 18px; 
	line-height: 22px;
	color: #1568b3;
	margin: 1em 0;
}

h4 {
	font-size: 14px; 
	line-height: 16px;
	color: #b4595e;
}

/* =Links
-----------------------------------------------------------------------------*/
a:link {
	color: #b4595e;
	text-decoration: underline;
}

a:visited {
	color: #b4595e;
	text-decoration: underline;
}

a:hover, a:active {
	color: #134678;
	text-decoration: underline;	
}

#footer a:link, #footer a:visited, #eventText a:link, #eventText a:visited {
	color: #1568b3;
	text-decoration: none;
}

#footer a:hover, #footer a:active, #eventText a:hover, #eventText a:active {
	text-decoration: underline;	
}

#topNav a:link, #topNav a:visited {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

#topNav a:hover, #topNav a:active {
	color: #cc0000;
	text-decoration: underline;	
}

#rightDiv .sideCalloutSuccess a:link, #rightDiv .sideCalloutSuccess a:visited {
	font-size: 26px; 
	line-height: 25px;
	color: #134678;
	margin: 0;
	font-weight: normal;
	text-decoration: none;
}

#rightDiv .sideCalloutSuccess a:hover, #rightDiv .sideCalloutSuccess a:active {
	font-size: 26px; 
	line-height: 25px;
	color: #134678;
	margin: 0;
	font-weight: normal;
	text-decoration: underline;
}

/* =Main Nav
-----------------------------------------------------------------------------*/
#mainNav {
	margin: 0 auto;
	padding: 0;
	width: 945px;
}

#nav {
	float: left;
	padding: 0;
	list-style: none;
	font-size: 14px;	 
	font-weight: bold;
	margin: 0;
	
}

#nav a {
	display: block;	
	text-decoration: none;
	padding: 0;
	color: #1D5F9E;
	line-height: 35px;
}

#nav li a:hover, #nav li a:active {
	display: block;	
	text-decoration: none;
	padding: 0;
	color: #ffffff;
	line-height: 35px;
}

#nav li { 
	float: left;
	height: 35px;
	margin: 0;
	text-align: center;
	vertical-align: middle;
}

#nav p {
	display: block;	
	text-decoration: none;
	padding: 0;
	color: #000;
}

#nav li:hover, #nav li.sfhover {
	background: #134678;
	color: #ffffff;
}

#nav li.selected {
	background: #134678;
	color: #ffffff;
}

#nav li.selected a {
	color: #FFFFFF;
}

/* =Secondary Nav
-----------------------------------------------------------------------------*/
#secondaryNav {
	margin: 0 auto;
	padding: 0;
	width: 945px;
}

#subNav {
	background: url(../images/menu-arrow.gif) left center no-repeat;
	margin: 0;
	padding: 11px 25px;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
}

#subNav a {
	text-decoration: none;
	color: #134678;
}

#subNav a:hover, #subNav a:active {
	text-decoration: underline;
	color: #c00;
}

#subNav p {
	color: #134678;
}

/* =Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 945px;
	margin: 0 auto;
	padding: 10px 0 10px 25px; 
}

/* =Forms
-----------------------------------------------------------------------------*/
/* Removes fieldset borders. even on Opea 7 */
fieldset {
  border: 1px solid transparent;
}

.form-label {
	margin: 1em 0 .25em;
	font-weight: bold;
}

.form-field {
	margin: .25em 0 1em;
}

input[type="text"] {
	width: 250px;
	height:18px;
}
	
select {
	width: auto;
	height:24px;
}
	
textarea {
  	width: 400px;
  	height: 100px;	
}
	
#submit_story, #contact-form {
	margin: 2em 0 1em;
}

input[type="submit"] {
	width: auto;
	padding: 3px 5px;
}
	
input[type="text"], textarea {
	border-top: 2px solid #999;
	border-left: 2px solid #999;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}	

/* =Tables
-----------------------------------------------------------------------------*/

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

td {
  text-align: left;
	font-weight: normal;
}

table#research_table31 {
	width: 600px;
	margin-bottom: 2em;
}

table#research_table31 td.first, table#research_table31 th.first {
	width: 30%;
	padding: 2px 10px;
	border: 1px #333 solid;
}

table#research_table31 td, table#research_table31 th {
	width: 10%;
	padding: 2px 10px;
	border: 1px #333 solid;
}

table#research_table10 th, table#research_table12 th, table#research_table31 th {
	font-weight: normal;
}

caption {
	margin: 1em;
	text-align: left;
}

/* =site map
-----------------------------------------------------------------------------*/
#sitemap ul {
	margin: 3px 20px; padding: 0;
}
#sitemap li {
	list-style: none;
}
#sitemap a.top_level:link, #sitemap a.top_level:visited {
	text-decoration: none;
	font-size: 21px;
	line-height: 24px;
	color: #134678;
	font-weight: bold;
	}
#sitemap a.top_level:hover, #sitemap a.top_level:active {
	text-decoration: underline;
	color: #b4595e;
	}
#sitemap a.sub1:link, #sitemap a.sub1:visited {
	text-decoration: none;
	font-size: 18px;
	line-height: 21px;
	color: #b4595e;
	font-weight: bold;
	}
#sitemap a.sub1:hover, #sitemap a.sub1:active {
	text-decoration: underline;
	color: #1c5b97;
	}
#sitemap a.sub2:link, #sitemap a.sub2:visited {
	text-decoration: none;
	font-size: 16px;
	line-height: 18px;
	color: #1c5b97;
	font-weight: bold;
	}
#sitemap a.sub2:hover, #sitemap a.sub2:active {
	text-decoration: underline;
	color: #b4595e;
	}
.subhead {
	text-decoration: none;
	font-size: 21px;
	line-height: 24px;
	color: #134678;
	font-weight: bold;
	margin: .25em 0;
	}
.subhead1 {
	text-decoration: none;
	font-size: 18px;
	line-height: 21px;
	color: #1c5b97;
	font-weight: bold;
	margin: .25em 0;
	}
.subhead2 {
	text-decoration: none;
	font-size: 16px;
	line-height: 18px;
	color: #1c5b97;
	font-weight: bold;
	margin: .25em 0;
	}
	