@charset "utf-8";
/* Base styles for common elements */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3C474C;
	background-color: #BED3E2;
	margin: 0px;
	padding: 0px;
	line-height: 18px;
}
object {
	padding-left: 10px;
}
a {
	text-decoration: none;
	color: #556C86;
}
a:hover {
	color: #FF9900;
}
a img {
	border: none;
}
p {
	margin: 0px;
	padding-bottom: 10px;
}
H1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #556C86;
	letter-spacing: 6px;
	margin-bottom: 20px;
	font-weight: normal;
}
H2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #556C86;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF9900;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 5;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 50;
	padding-bottom: 0;
	padding-left: 0px;
}
h3 {
	line-height: 20px;
	font-size: 14px;
	margin: 0px;
	padding-bottom: 10px;
}
#bwrapper {
	background-image: url(../images/backgrounds/page.jpg);
	background-repeat: repeat-y;
	width: 1073px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#wrapper {
	width: 979px;
	margin-left: auto;
	margin-right: auto;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #FF9900;
	margin-top: -1px;
}
/* BEGIN top styles */
/* Header styles */
#topLeft {
	float: left;
	width: 400px;
	height: 75px;
	margin-left: 10px;
	margin-top: 5px;
}
#topRight {
	float: right;
	width: 400px;
	height: 75px;
	margin-right: 10px;
	text-align: right;
	margin-top: 5px;
}
#topCTA a {
	color: #8A99AF;
	text-decoration: none;
}
#slogan {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3C474C;
	margin-bottom: 16px;
}
#phone {
	font-size: 20px;
	color: #3C474C;
}
#tagline {
	color: #FF9900;
	margin-bottom: 0px;
	margin-left: 75px;
	letter-spacing: 2px;
	font-size: 9px;
	margin-top: 3px;
}
/* Navigation styles */
#navigation {
	clear: both;
	background-color: #556C86;
	height: 22px;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navigation ul li {
	display: inline;
}
#navigation ul li a {
	color: #FFFFFF;
	padding-top: 2px;
	float: left;
	height: 18px;
	font-size: 12px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 2px;
}
#navigation ul li a:hover {
	background-color: #FF9900;
	color: #000000;
}
/* Styles for Active Page States */
body.Home #aHome, body.About #aAbout, body.Topics #aTopics, body.Consulting #aConsulting, body.Testimonials #aTestimonials, body.FAQs #aFAQs, body.Calendar #aCalendar, body.Partners #aPartners, body.Contact #aContact {
	background-color: #FF9900;
	color: #000000;
}
/* END top styles*/
/* BEGIN content styles */
#bodyContent {
	background-image: url(../images/backgrounds/swoop.png);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 1px;
	margin-bottom: 1.75em;
	overflow: auto;
	height: 10%;
	clear: left;
}
.Topics #bodyContent {
	background-image: url(../images/backgrounds/imagination.jpg);
}
.About #bodyContent {
	background-image: url(../images/backgrounds/possibility.jpg);
}
.Consulting #bodyContent {
	background-image: url(../images/backgrounds/execution.jpg);
}
.Testimonials #bodyContent {
	background-image: url(../images/backgrounds/discovery.jpg);
}
.FAQs #bodyContent {
	background-image: url(../images/backgrounds/motivation.jpg);
}
.Calendar #bodyContent {
	background-image: url(../images/backgrounds/insight.jpg);
}
.Partners #bodyContent {
	background-image: url(../images/backgrounds/collaboration.jpg);
}
.Contact #bodyContent {
	background-image: url(../images/backgrounds/inspiration.jpg);
}
.return {
	font-size: 10px;
	color: #FF9900;
}
.return a:hover {
	text-decoration: underline;
}
/* Left column styles for interior pages */
#lcWrapper {
	width: 225px;
	float: left;
}
#leftContent {
	background-color: #FFFFFF;
	border: 1px solid #FF9900;
	margin-left: 5px;
	margin-top: 150px;
	width: 215px;
	background-image: url(../images/backgrounds/closeQuote.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.lHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #FF9900;
	padding-left: 5px;
	height: 24px;
	letter-spacing: 2px;
	padding-top: 2px;
}
#tier1Nav {
	padding: 10px;
	font-size: 14px;
	line-height: 18px;
}
#tier1Nav a {
	color: #3C474C;
}
#quoteTop {
	background-image: url(../images/backgrounds/openQuote.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 65px;
	width: 100px;
}
#quote {
	margin: 10px;
}
#quote p {
	padding-bottom: 10px;
}
.quotation {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 24px;
	color: #75869D;
	font-style: italic;
}
/* END left content styles */
/* BEGIN right content styles */
#rcWrapper {
	width: 750px;
	float: left;
}
#rightContent {
	margin-left: 50px;
	margin-right: 60px;
	width: 590px;
	margin-top: 150px;
}
#rightContent hr {
	color: #FF9900;
	height: 1px;
	noshade: noshade;
}
/* END right content styles */
/* END content styles */
/* BEGIN footer styles */
#footer {
	clear: both;
	background-image: url(../images/backgrounds/bswoop.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 33px;
}
#footerText {
	font-size: 9px;
	color: #CCCCCC;
	background-color: #556C86;
	height: 20px;
	padding-left: 5px;
	padding-top: 6px;
}
/* END footer styles */

