/* main selectors */
body {
	margin: 0;
	padding: 0;
	font: 16px/18px Georgia, 'Times New Roman', Times, serif;
        line-height: 20px;
	color: #000;
	background: #FFF url(http://discoverydrivengrowth.com/images/background-body.gif) repeat-x;
	min-width: 980px;
}

a {
	color: #F28900;
	text-decoration: underline;
}

a:hover {
	color: #00CCDE;
	text-decoration: none;
}

img {
	border: none;
	vertical-align: middle;
}

p {
	margin: 0;
	padding: 0 0 18px 0;
}

ol, ul {
	margin: 0 0 0 22px;
	padding: 0 0 18px 0;
}

blockquote {
	margin: 0;
	padding: 0;
	font-size: 22px;
	line-height: normal;
	font-style: italic;
	color: #6E6E6E;
}

blockquote p.cite {
	font-size: 14px;
	font-weight: normal;
	color: #000;
}

blockquote p.exc {
	font-size: 14px;
	font-weight: normal;
	color: #000;
        margin: 0px 20px 0px 20px;
}

cite span {
	
}

h1, h2 {
	font: normal italic 24px/28px 'Trebuchet Ms', Trebuchet, sans-serif;
	color: #FF9000;
	margin: 0;
	padding: 0 0 12px 0;
}

h3 {
	font: normal italic 16px/18px 'Trebuchet Ms', Trebuchet, sans-serif;
	color: #FF9000;
	margin: 0;
	padding: 0 0 0 0;
}

p.more {
	text-align: right;
	font-weight: bold;
	font-size: 16px;
	padding-right: 45px;
}

p.more a {
	padding: 8px 0 2px 68px;
	background: url(http://discoverydrivengrowth.com/images/link-more.gif) no-repeat;
}

input, option, select {
border: 1px solid #8b8b8b;
font-size: 12px;
}

.title a {
	font: normal italic 16px/18px 'Trebuchet Ms', Trebuchet, sans-serif;
	color: #FF9000;
	margin: 0;
	padding: 0 0 0 0;
}


/* main layouts */
#container {
	width: 960px;
	padding: 0 10px;
	margin: 0 auto;
}

/* SEO headings */
strong.seo {
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	left:-9999px;
	top: -9999px;
}

/* header section */
#header {
	height: 58px;
	overflow: hidden;
}

/* main navigation section */
#navigation {
	margin: 0;
	padding: 4px 0 0 0;
	list-style: none;
	font: 16px/50px Helvetica, Arial, sans-serif;
	color: #71706D;
	text-transform: uppercase;
}

#navigation li {
	display: inline;
	padding-right: 30px;
}

#navigation a {
	color: #71706D;
	text-decoration: none;
}

#navigation a:hover,
#navigation li.active a {
	text-decoration: none;
	color: #FF9000;
}

/* promo section */
#promo img, #promo embed, #promo object {
	display: block;
	width: 100%;
	height: 292px;
}

/* footer section */
#footer {
	border-top: 1px solid #BBB9B5;
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #4F504F;
	padding: 14px 0 40px 0;
	width: 100%;
	overflow: hidden;
}

#footer a, #footer span {
	text-decoration: none;
	color: #00CCDE;
}

#footer a:hover, #footer .active a {
	color: #FF9000;
	text-decoration: none;
}

#footer p {
	padding: 0;
}

#footer p.copy {
	float: right;
	padding-top: 16px;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-transform: lowercase;
}

#footer ul li {
	display: inline;
	border-left: 1px solid #4F504F;
	padding: 0 2px 0 6px;
}

#footer ul li.first {
	padding-left: 0;
	border-left: none;
}

/* content section */
#content {
	width: 100%;
	overflow: hidden;
	padding: 30px 0;
}

#primary {
	width: 625px;
	float: left;
}

#sidebar {
	width: 280px;
	float: right;
}


/* widget section */
div.widget {
	padding-bottom: 18px;
}

div.widget strong.head {
	display: block;
	color: #424242;
	font: normal italic 20px/22px 'Trebuchet Ms', Trebuchet, sans-serif;
	padding-bottom: 12px;
}

/* inner boxes section */

/* content box section */
div.section {
	width: 100%;
	padding-bottom: 8px;
}

div.section div.magpie {
margin-bottom: 30px;
}

div.section div.magpie div.title a{
font-size: 22px;
font-family: Georgia, 'Times New Roman', Times, serif;
font-style: italic;
color: #33c5d4;
}

div.section div.magpie p {
font-size: 12px;
color: #000;
margin: 0px 10px 0px 10px;
}


div.section span.small {
font-size: 10px;
color: #000;
font-family: Arial, Sans-Serif;
}