﻿body {
	font-size: 62.5%;
	margin: 0 0 40px 0;
	font-family: Arial, Verdana;
	font-size: 10pt;
	background: #191b2b;
}
p {
	margin-bottom: 20px;
	line-height: 1.5;
	color: #484848;
	font-size: 10.5pt;
}
a {
	color: #b0070d;
	text-decoration: none;
}
a:hover {
	color: #d97809;
}
h1, h2, h3, h4, h5, h6 {
	color: #fff;
	font-weight: bold;
	font-size: 18pt;
}
h2 {
	font-size: 16pt;
	color: #041257;
	margin-bottom: 20px;
}
h3, h4 {
	color: #041257;
	font-size: 16pt;
	padding: 15px 0 0 0;
}
/* ---- CUSTOM STYLES --------*/
.printonly {
	display: none;
}
.hide-text {
	text-indent: -9999px;
	overflow: hidden;
}
.right {
	float: right;
	margin-left: 15px;
}
.left {
	float: left;
	margin-right: 15px;
}
.photo {
	margin-bottom: 20px;
}
.err {
	font-weight: bold;
	color: red;
}
a[href$='.pdf'] {
	padding: 2px 0 1px 20px;
	background: transparent url('../images/system/icons/icon-pdf.png') no-repeat 0 2px;
}
a[href$='.pdf'].no-icon {
	padding: 0;
	background: none;
}
p.page-controls {
	float: left;
	width: 100%;
}
.next {
	width: 200px;
	text-align: right;
	height: 18px;
}
.previous {
	width: 200px;
	display: block;
	height: 18px;
}
.next a {
	background: url('../images/system/next-arrow.gif') no-repeat 100% 0;
	padding: 0 20px 0 0;
}
.previous a {
	background: url('../images/system/previous-arrow.gif') no-repeat 0 0;
	padding: 0 0 0 20px;
}
.page-number {
	margin: 0 auto;
	width: 260px;
	text-align: center;
}
/* ---- SITE WIDE CONTAINERS SETUP ---- */
#header-wrapper, #branding-wrapper, #main-content-wrapper, #section-bar-wrapper, #section-bar-wrapper-landing, #footer-wrapper {
	width: 100%;
	min-width: 960px; /* fix for the odd resizing browser bg image bug */
}
#header-content, #branding-content, #main-content, #section-bar-content, #section-bar-content-landing, #interior-main-content, #footer-content {
	width: 960px;
	margin: 0 auto;
}
/* ---- HEADER ---- */
#header-wrapper {
	background: url('../images/system/header-bg-tile.gif') repeat-x 0 0;
	height: 91px;
}
#header-content {
	background: url('../images/system/header-bg.jpg') no-repeat 0 0;
	position: relative;
}
#site-logo a {
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	width: 282px;
	height: 91px;
	background: url('../images/system/think-magic-logo.jpg') no-repeat 0 0;
}
ul#global-nav {
	float: right;
	position: absolute;
	top: 24px;
	right: 0;
}
ul#global-nav li {
	display: block;
	float: left;
}
ul#global-nav a {
	display: block;
	font-weight: bold;
	font-size: 11pt;
	margin: 0 5px 0 0;
/* spaces out tabs to fill area */padding: 0 0 0 9px;
/* width of left graphic */color: #fff;
}
ul#global-nav span {
	display: block;
	padding: 8px 12px 9px 3px;
}
ul#global-nav a span {
	display: block;
	padding: 8px 12px 9px 3px;
}
ul#global-nav a:hover, body#about li#about-nav a, body#articles li#articles-nav a, body#partners li#partners-nav a, body#programs li#programs-nav a, body#secrets li#secrets-nav a, body#success li#success-nav a, body#contact li#contact-nav a {
	background: url('../images/system/global-nav-cap.png') no-repeat 0 0;
}
ul#global-nav a:hover span, body#about li#about-nav a span, body#articles li#articles-nav a span, body#partners li#partners-nav a span, body#programs li#programs-nav a span, body#secrets li#secrets-nav a span, body#success li#success-nav a span, body#contact li#contact-nav a span {
	background: url('../images/system/global-nav-stretch.png') no-repeat 100% 0;
}
/* ---- HOME BRANDING AREA ---- */
#branding-wrapper {
	background: url('../images/system/branding-bg-tile.gif') repeat-x 0 0;
	border-bottom: 1px solid #fff;
}
#branding-content {
	height: 274px; /* 314 minus 45 */;
	background: url('../images/system/branding-bg.jpg') no-repeat 0 0;
	position: relative;
	padding-top: 40px;
}
#branding-content h1 {
	color: #fff;
	font-size: 14pt;
	margin-bottom: 5px;
}
#branding-content h2 {
	color: #fff;
	font-size: 14pt;
	margin-bottom: 5px;
}
#branding-content p {
	color: #fff;
}
#branding-left {
	width: 715px;
}
#branding-left li {
	margin-right: 30px;
	float: left;
}
a#home-national-button, a#home-regional-button, a#home-local-button {
	display: block;
	width: 194px;
	height: 103px;
	background: #fff url('../images/system/home-national-button.jpg') no-repeat 0 0;
	text-indent: -9999px;
	overflow: hidden;
}
a#home-regional-button {
	background: #fff url('../images/system/home-regional-button.jpg') no-repeat 0 0;
}
a#home-local-button {
	background: #fff url('../images/system/home-local-button.jpg') no-repeat 0 0;
}
a:hover#home-national-button, a:hover#home-regional-button, a:hover#home-local-button {
	background-position: 0 -103px;
}
/* ---- CONTENT AREA ---- */
#main-content-wrapper {
	background: #fff url('../images/system/content-bg-tile.gif') repeat-x 0 0;
}
#main-content {
	padding: 36px 0 36px 0;
}
#home-content-left {
	width: 580px;
	float: left;
	padding-top: 15px;
}
#home-content-right {
	float: right;
	width: 299px; /* 347 minus 48 */;
	height: 411px; /* 426 minus 15 */;
	padding: 15px 24px 0 24px;
	background: url('../images/system/card-area-bg.gif') no-repeat 0 0;
}
#home-video-right {
	float: right;
	width: 411px; /* 347 minus 48 */;
	height: 411px; /* 426 minus 15 */;
	padding: 0px 0px 0 0px;
}
/* ---- testimonial home area ---- */
.comment-container {
	background: url('../images/system/comment-top.gif') no-repeat 0 0;
	height: 13px;
}
.comment-content {
	background: url('../images/system/comment-bottom.jpg') no-repeat 0 100%;
	padding: 10px 20px 10px 20px;
}
p.comment {
	font-family: Georgia, "Times New Roman", Arial;
	color: #555;
}
.comment-author {
	background: url('../images/system/comment-pointer.gif') no-repeat 12px 0;
	padding: 3px 0 0 40px;
}
.comment-author p {
	font-size: 9pt;
}
.comment-author img {
	margin-top: 5px;
}
/* ---- landing page area ---- */
.landing-container {
	background: url('../images/system/list-top-tan.gif') no-repeat 0 100%;
	height: 13px;
}
.landing-content {
	background: url('../images/system/list-bottom-tan.jpg') no-repeat 0 100%;
	padding: 0px 20px 20px 20px;
}
p.landing-content {
	font-family: Georgia, "Times New Roman", Arial;
	color: #555;
}
.landing-content ul {
	margin: 0 0 0 30px;
	list-style-type: none;
	font-family: verdana, arial, Helvetica, sans-serif;
}
.landing-content ul li {
	font-size: 12px;
	font-weight: bold;
	color: #A1070D;
}
.landing-content ul ul li {
	list-style: disc;
	margin: 0 0 0 14px;
	font-size: 11px;
	color: #484848;
}
.landing-content a {
	color: #0000ff;
	text-decoration: none;
}
.landing-content a:hover {
	color: #ff0000;
	text-decoration: none;
}
/* ---- 5 star area ---- */
.star {
	width: 172px;
	float: left;
	text-align: center;
	text-decoration: none;
	padding-right: 6px;
}
.action {
	width: 192px;
	float: right;
	text-align: center;
	text-decoration: none;
}
/* ---- events area ---- */
.events-container {
	background: url('../images/system/top-blue.jpg') no-repeat 0 0;
	height: 23px;
}
.events-content {
	background: url('../images/system/bottom-blue.jpg') no-repeat 0 100%;
	width: 440px;
	padding: 0px 40px 20px 10px;
}
.events-content dl {
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Arial;
}
.events-content dt.header {
	list-style: none;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	font-family: verdana, arial, Helvetica, sans-serif;
	margin: 0 0 10px 10px;
}
.events-content dd {
	font-family: verdana, arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0 30px 4px 30px;
	color: #fff;
}
/* ---- speaker quote area ---- */
.comment-440 {
	background: url('../images/system/comment-top.gif') no-repeat 0 0;
	height: 13px;
}
.comment-smaller {
	background: url('../images/system/comment-bottom.jpg') no-repeat 0 100%;
	padding: 10px 30px 10px 20px;
}
p.comment {
	font-family: Georgia, "Times New Roman", Arial;
	color: #555;
}
.comment-author {
	background: url('../images/system/comment-pointer.gif') no-repeat 12px 0;
	padding: 3px 0 0 40px;
}
.comment-author p {
	font-size: 9pt;
}
.comment-author p a {
	font-size: 9pt;
	color: #A1070D;
}
.comment-author img {
	margin-top: 5px;
}
/* --- home receive card right column ----*/
#home-content-right h2 {
	margin-bottom: 15px;
}
#home-percep-card {
	margin: 0 0 15px 0;
}
a.round-button {
	display: block;
	float: left;
	height: 25px;
	background: url('../images/system/round-button-right2.gif') no-repeat 100% 0;
	padding: 0 26px 0 0;
/* width of right graphic */margin-right: 10px;
	font-size: 8pt;
	font-weight: bold;
	color: #fff;
}
a.last-button {
	margin-right: 0;
}
a.round-button span {
	line-height: 23px;
	display: block;
	padding: 0 10px 2px 15px;
	background: url('../images/system/round-button-left2.gif') no-repeat 0 0;
}
a.round-button:hover {
	color: #fff;
	background-position: 100% -25px;
}
a.round-button:hover span {
	background-position: 0 -25px;
}
/* ---- FADESHOW ----- */
#fadeshow1 {
	float: right;
	margin: 6px 0 10px 20px;
}
/* ---- FOOTER ----- */
.spacer-bottom {
	clear: both;
	margin-top: 150px;
}
#footer-wrapper {
	border-top: 1px solid #7d84bd;
}
#footer-content {
	height: 95px;
	padding: 10px 0 0 0;
	background: url('../images/system/footer-right-bg.jpg') no-repeat 100% 0;
}
#design-by img {
	margin-top: 10px;
}
#footer-content a {
	color: #ff9f00;
}
#footer-content a:hover {
	text-decoration: underline;
}
#footer-content p {
	color: #fff;
	font-size: 9pt;
	line-height: 1.7;
}
#footer-phone {
	background: url('../images/system/icon-phone.gif') no-repeat 0 0;
	padding: 0 0 3px 20px;
}
#footer-email {
	background: url('../images/system/icon-email.gif') no-repeat 0 0;
	padding: 0 0 3px 20px;
	margin: 0 30px;
}

