/*---------------------------
 Typography + global classes
----------------------------*/

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.clear {
	clear: both;
}

p, #content ul, ol {
	margin: 12px 0;
}

p.case-study {
	border-top: 1px solid #cb857a;
	overflow: hidden;
	height: 1%;
	margin-top: 20px;
	padding-top: 10px;
	font-size: 13px;
}

#content p.case-study img {
	margin: 3px 10px 0 0;
}

h1, h2, h3 {
	color: #487589;
	font-weight: bold;
	margin: 0;
	margin: 25px 0 8px 0;
}

h1 {	
	font-size: 18px;
}

h2 {
	font-size: 15px;
}

h3 {
	font-size: 14px;
}
h4 {
	margin: -5px 0 0 0;
	padding: 3px 0 15px 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 17px;
}

#content img.alignleft {
	margin: 10px 10px 10px 0;
}

#content img.alignright {
	margin: 10px 0 10px 10px;
}

blockquote {
	color: #ba5c4e;
	font-size: 15px;
	font-weight: bold;
	padding-left: 10px;
	line-height: 26px;
	margin: 22px 0 25px 0;
}

blockquote#quote {
	text-indent: -9px;
}

blockquote em {
	font-size: 12px;
	font-weight: normal;
	padding: 5px 0 0 20px;
	display: block;
	line-height: 20px;
}

#content a, #content a:link, #content a:visited, #content a:active {
	color: #ba5c4e;
	text-decoration: underline;
	/*border-bottom: 1px solid #ba5c4e;*/
}

#content a:hover {
	/*border-bottom: 1px solid #ba5c4e;*/
	text-decoration: underline;
}	

	#content a.interviewAudioLink {
		margin: 0;
		padding: 5px 10px;
		display: block;
		text-decoration: none;
		border: 1px solid #dbaba0;
	}
		
	#content a.interviewAudioLink:hover {
		text-decoration: none;
		border: 1px solid #ba5c4e;
		background: #f6ece6;
	}



#content ul {
	padding-left: 35px;
	list-style-type: disc;
}

#content ul ul {
	list-style-type: square;
}

#content ul ul li {
	padding: 0;
}

#content ol {
	list-style-type: decimal;
	padding-left: 35px;
}

#content li {
	padding: 2px 0;
}

li p {
	margin: 0;
}

/*---------------------
  Structural Elements
----------------------*/

body {
	text-align: center;
	font-family: trebuchet ms;
	color: #5a4122;
	font-size: 14px;
	line-height: 21px;
	background: #fff url(assets/images/global/bodyBack.png) repeat-x;
}

#top {
	background: url(assets/images/global/headerPng.png) center top;
	height: 80px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	min-width: 878px;
	width: 100%;

}

#headerWrap {
	width: 844px;
	position: absolute;
	z-index: 3;
	left: 50%;
	margin-left: -422px;
	padding-top: 7px;
}

#headerWrap h1 {
	float: left;
	margin: 0;
	background: url(assets/images/global/cdr_logo.png) no-repeat;
	width: 314px;
	height: 32px;
}

#headerWrap h1 a {
	display: block;
	overflow: hidden;
	text-indent: -5000px;
	width: 211px;
	height: 17px;
}

#headerWrap h2 {
	float: right;
	margin: 5px 0 0 0;
	background: url(assets/images/global/nowTalking.gif);
	width: 154px;
	height: 13px;
	overflow: hidden;
	text-indent: -5000px;
}

#wrap {
	background: url(assets/images/global/back.png);
	width: 878px;
	margin: 0 auto;	
	text-align: left;
}

#innerWrap {
	margin: 0 11px;
	min-height: 650px;
	padding-top: 100px;
	background: #FBF8EC url(assets/images/global/wrapBack.png) repeat-x;
	position: relative;
}

#content {
	margin-right: 140px;
	margin-left: 340px;
	padding-bottom: 12px;
}

#leftImage {
	position: absolute;
	top: 385px;
	left: -53px;
}

#bottom {
	width: 876px;
	background: url(assets/images/global/footer.png) no-repeat;
	margin: 0 auto;
	text-align: right;
	height: 22px;
}



/*---------------------
   Primary Navigation
----------------------*/

ul#primaryNav {
	position: absolute;
	z-index: 2;/*overlap flash*/
	top: 125px;
	left: 0;
	width: 205px;
	text-align: right;
	border-bottom: 1px solid #f3e6d6;
}

#primaryNav li {
	border-top: 1px solid #f3e6d6;	
	float: left;
	width: 205px;
}

#primaryNav li a {
	display: block;
	padding: 12px 0;
	line-height: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #82564A;
	text-transform: uppercase;
}

#primaryNav a:hover, 
#primaryNav li.current_page_item a,
#primaryNav li.current_page_ancestor a,
ul.news li.page-item-3 a
{
	color: #efbc50!important;
}

#secondaryNav a:hover,
#secondaryNav .current_page_item a,
#secondaryNav .current_page_ancestor a,
ul#thirdNav li a:hover, 
ul#thirdNav li.current_page_item a {
	color: #487589!important;
}

/*---------------------
  Secondary Navigation
----------------------*/

#secondaryNav {
	width: 516px;
	margin-left: 340px;
	border-bottom: 1px solid #cb857a;
	padding-bottom: 5px;
	overflow: hidden;	
}

#secondaryNav td {
	padding-right: 19px;
	vertical-align: bottom;
}

#secondaryNav td a {
	line-height: 17px;
	color: #82564A;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}

/*---------------------
  Third Level Nav
----------------------*/

ul#thirdNav {
	width: 516px;
	margin-left: 340px;
	background: url(assets/images/global/divider.gif) 0 0 no-repeat;
	overflow: hidden;
	margin-top: 14px;
	margin-bottom: 18px;
}

ul#thirdNav li {
	float: left;
	line-height: 10px;
	margin-bottom: 12px;
}

ul#thirdNav li a {
	padding: 0 13px 0 12px;
	color: #B6584B;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
	background: url(assets/images/global/divider.gif) right 3px no-repeat;
}

/*---------------------
         Footer
----------------------*/

#footer {
	margin: 0 auto;
	padding-bottom: 15px;
	width: 866px;	
	font-size: 9px;
}

p#edit {
	float: left;
	margin: 0 0 0 5px;
}

#footer ul {
	text-align: right;
}

#footer ul li {
	display: inline;
	color: #70522f;
	padding: 0 5px;
}

#footer a {
	color: #70522f;
	text-decoration: none;
}

/*---------------------
         News
----------------------*/

p.date {
	font-size: 11px;
	margin: 0;
}

.post {
	border-bottom: 1px dotted #F3E6D6;
}

.navigation {
	padding: 20px 0;
	font-size: 12px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

#linkback {	
	padding-top: 20px;
	border-top: 1px solid #F3E6D6;
	font-size: 12px;
}