/**GLOBAL STYLES**/

body {
	margin:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:80%;
	color:#5F6062;
	background: url(../img/background.jpg) no-repeat center top #423228;
	background-attachment: fixed;
}
#top {

}
p {
	color:#3c2415;
}	

img.alignright {
	float:right;

	
}

a {
	color:#3c2415;	
}
a:hover {
	color:white;
}
div.link {
	margin: 5px 0;
	line-height: 13px;
}
div.link a {
	color: white;
	background: url(../img/link.png) no-repeat center left;
	height: 13px;
	padding: 0 0 0 8px;
	font-size: 11px;
	font-family: verdana, sans-serif;
	text-decoration: none;
	outline: none;
	color: white;
}
div.link a:hover {
	color: #3c2415;
}
div.link .right {
	width: 8px;
	height: 13px;
	float: right;
	background: url(../img/link.png) no-repeat center right;
}
div.more {
	text-align: right;
	margin: 25px 0 5px 0;
}
.shadow {
	text-shadow: -3px -4px 5px rgba(0, 0, 0, .3);
}
.c-both {
	clear: both;
}
a.social {
	padding: 0 0 0 25px;
	text-decoration: none;
	height: 25px;
	display: inline-block;
	line-height: 25px;
}
a.twitter {
	background: url(../img/iconTwitter.png) no-repeat top left;
	margin: 0 25px 0 0;
}
a.facebook {
	background: url(../img/iconFacebook.png) no-repeat top left;
}

/**SKELETON STYLES**/

div#main {
	background-repeat:no-repeat;
	background-color:#bab3ad;
	width:960px;
	margin:auto;
}

/**MAIN HEADER AND NAV**/

div#mainNav01 {
	float: right;
}
div#mainNav01 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
div#mainNav01 ul li {
	float: left;
	border-left: solid 1px #5f4c40;
	background-position: top left;
}
div#mainNav01 ul li:first-child {
	border-left: none;
}
div#mainNav01 ul li .home {
	background-image: url(../img/nav-home.png);
}
div#mainNav01 ul li .services {
	background-image: url(../img/nav-services.png);
}
div#mainNav01 ul li .blog {
	background-image: url(../img/nav-blog.png);
}
div#mainNav01 ul li .contact {
	background-image: url(../img/nav-contact.png);
}
div#mainNav01 ul li a {
	border-top: 2px solid #3c2415;
	height: 36px;
	width: 95px;
	display: block;
	outline: none;
	text-indent: -4000px;
}
div#mainNav01 ul li a:hover {
	border-top:2px solid #80a3b7;
}
div#mainNav01 ul li a.current {
	background-position: bottom left;
	cursor: default;
	border-top:2px solid #80a3b7;
}
div#mainNav02 {
	float: right;
}
div#mainNav02 ul {
	margin: 0;
	padding: 0;
}
div#mainNav02 ul li {
	display: inline-block;
	float: left;
}
div#mainNav02 ul li .about {
	background-image: url(../img/nav-about.png);
}
div#mainNav02 ul li .calendar {
	background-image: url(../img/nav-calendar.png);
}
div#mainNav02 ul li a {
	display: block;
	width: 115px;
	height: 29px;
	background-position: top left;
	text-indent: -4000px;
	outline: none;
}
div#mainNav02 ul li a.current {
	background-position: bottom left;
	cursor: default;
}
div#mainNav02 ul li a:hover {
	background-position: bottom left;
}
div#mainNav03 {
	float: right;
	text-indent: -4000px;
}
div#mainNav03 a {
	background-image: url(../img/nav-talk.png);
	background-position: top left;
	height: 29px;
	width: 347px;
	display: block;
	outline: none;
}
div#mainNav03 a:hover {
	background-position: bottom left;
}
div#mainNav03 a.current {
	background-position: bottom left;
	cursor: default;
}
div#smallLogo {
	float:left;
	padding-left:3px;
}

/**MAIN CONTENT**/

div#mainContent {

}	
div#colLeft {
	float: left;
	margin-top: 550px;
	padding-left: 44px;
	width: 336px;
	min-height: 490px;
}
div#colLeft.talk {
	padding: 0;
	width: 250px;
	margin: 225px 0 0 100px;
}
div#colLeft.services {
	padding: 0;
	width: 550px;
	margin: 225px 0 0 50px;
}
div#colLeft.services h1 {
	color: white;
	font-weight: normal;
	font-size: 32px;
	font-style: italic;
	margin: 0 0 25px 25px;
}
div#colLeft.services h3 {
	padding: 0;
	margin: 20px 0 5px 0;
}
div#colLeft.services p {
	margin: 0;
}
div#colLeft .servicesCopyTop {
	width: 585px;
	height: 10px;
	background: url(../img/servicesCopyCorners.png) no-repeat top center;
}
div#colLeft .servicesCopyBottom {
	width: 585px;
	height: 10px;
	background: url(../img/servicesCopyCorners.png) no-repeat bottom center;
}
div#colLeft .servicesCopy {
	width: 525px;
	line-height: 16px;
	padding: 15px 30px 40px 30px;
	font-family: verdana, sans-serif;
	background: url(../img/servicesCopy.png) repeat-y;
}
div#colRight {
	float:right;
	padding-top:100px;
	margin-right:36px;
	width:523px;
	position: relative;
}
div#colRight.home {
	padding-top:300px;
}
div#colRight.services {
	margin: 90px 0 0 0;
	width: 320px;
}
div#colRight .intro {
	color: white;
	font-style: italic;
	font-size: 17px;
	line-height: 28px;
}
div#colRight .introHome {
	width: 370px;
	margin: 0 0 50px 125px;
}
div#colRight .introServices {
	width: 400px;
	margin: 60px 0 50px 80px;
}
div#colRight .homeCopyTop {
	width: 460px;
	height: 10px;
	background: url(../img/homeCopyCorners.png) no-repeat top center;
	margin: 25px 0 0 65px;
}
div#colRight .homeCopyBottom {
	width: 460px;
	height: 10px;
	background: url(../img/homeCopyCorners.png) no-repeat bottom center;
	margin: 0 0 0 65px;
}
div#colRight .homeCopy {
	width: 400px;
	line-height: 16px;
	margin: 0 0 0 65px;
	padding: 15px 30px;
	font-family: verdana, sans-serif;
	background: url(../img/homeCopy.png) repeat-y;
}
div#colRight .homeCopy .date {
	font-size: 15px;
	color: #3C2415;
}
div#colRight .homeCopy .calHeading {
	font-size: 15px;
	color: #3C2415;
}
div#colRight .homeCopy hr {
	margin: 10px 0 15px 0;
}
div#colRight .homeCopy .calendar {
	font-size: 12px;
	color: #5F6062;
	line-height: 16px;
	margin: 5px 0 25px 4px;
}
div#colRight .homeCopy .calendar a{
	color: #5F6062;
}
div#colRight .homeCopy .calendar a:hover {
	color: white;
}
div#colRight .homeCopy h3 {
	font-weight: normal;
	color: #3c2415;
	font-size: 12px;
	margin: 0 0 5px 0;
}
div#colRight .homeCopy h2 {
	font-weight: normal;
	color: #3c2415;
	margin: 0 0 30px 0;
}
div#colRight .servicesQuote {
	margin: 0 0 0 20px;
}
div#colRight .quoteTop {
	width: 285px;
	height: 10px;
	background: url(../img/quoteCorners.png) no-repeat top center;
}
div#colRight .quoteBottom {
	width: 285px;
	height: 10px;
	background: url(../img/quoteCorners.png) no-repeat bottom center;
}
div#colRight .quoteCopy {
	width: 250px;
	line-height: 16px;
	padding: 10px 15px 15px 20px;
	font-family: verdana, sans-serif;
	background: url(../img/quoteCopy.png) repeat-y;
}
div#colRight .quoteCopy p.testimonial {
	margin: 0 0 15px 0;
	font-style:italic;
	line-height: 17px;
	padding: 5px;
	font-size: 10px;
}
div#colRight .quoteCopy p.testimonialName {
	float: right;
	width: 240px;
	margin: 0;
	font-size: 9px;
}	
div#colRight .quoteCopy p.testimonialTitle {
	float: right;
	width: 232px;
	margin: 0;
	font-size: 9px;
}
#airDate {
	position: absolute;
	top: 135px;
	left: -65px;
	color: white;
	font-size: 14px;
	font-style: italic;
	width: 100px;
	text-align: right;
	line-height: 16px;
}
div#colRight #talkHeading {
	color: white;
	margin: 30px 0 0 50px;
}
div#colRight #talkHeading .name {
	font-size: 26px;
	letter-spacing: 1px;
	font-style: italic;
}
div#colRight #talkHeading .title {
	font-family: verdana, sans-serif;
}
div#colRight #talkHeading .company {
	font-family: verdana, sans-serif;
}
div#colRight #topics {
	text-align: right;
	margin: 50px 50px 50px 0;
}
div#colRight #topics ul li a.selected {
	text-shadow: -3px -4px 5px rgba(0, 0, 0, .3);
	color: white;
	text-decoration: none;
	cursor: default;
}
div#colRight #topics.servicesSub {
	margin: 50px 40px 50px 0;
}
div#colRight #topics h3{
	font-weight: normal;
	font-style: italic;
	color: white;
	font-size: 24px;
	letter-spacing: 1px;
	margin: 0 0 15px 0;
}
div#colRight #topics ul {
	list-style: none;
	font-family: verdana, sans-serif;
	font-size: 16px;
	line-height: 28px;
	margin: 5px 0 0 0;
}
div#colRight #topics a {
	outline: none;
}
div#colRight div.copyBlock 
{
	margin-left:30px;
	margin-bottom:30px;
	padding-bottom:20px;
	border-bottom:0px dashed #3c2415;
	}
	
	
div#colRight div.copyBlock h2
{

	color:#3c2415; /* brown */
	font-size:120%;
	margin-bottom:0px;
	padding-bottom:0px;
	
	}
	
div#colRight div.copyBlock p
{

	margin-top:0px;
	
	}
	
div#colRight div.copyBlock div.moreLink
{
	text-align:right;

	
	}
	
div#colRight div.copyBlock div.moreLink a
{
	color:#3c2415; /* brown */
	

	
	}	
h1.featureTitle01 {
	color:#FFFFFF;
	font-family:Verdana,Geneva,sans-serif;
	font-size:120%;
	font-weight:normal;
	line-height:150%;
	margin-left:30px;
}
div#colRight div.copyBlock div.moreLink a:hover
{
	color:#ffffff;
	}	
p.testimonial {
	margin: 0 0 15px 0;
	font-style:italic;
	line-height: 17px;
	padding: 5px;
	font-size: 12px;
}
p.testimonialName {
	float: right;
	width: 300px;
	margin: 0;
	font-size: 11px;
}	
p.testimonialTitle {
	float: right;
	width: 290px;
	margin: 0;
	font-size: 11px;
}
		
div#newsletter a {
	height: 75px;
	width: 267px;
	margin: 75px 0 40px 0;
	background: url(../img/thenewsletter.png);
	display: block;
	text-indent: -4000px;
	outline: none;
}	
div#twitter_div ul {
	list-style:none;
	margin: 5px 0 0 15px;
	padding: 0;
	font-family: verdana, sans-serif;
	width: 315px;
	color:#3c2415;
}
div#twitter_div ul a{
	font-size: 8px !important;
	outline: none;
	outline: none;
}
div#twitter_div ul span a{
	font-size: 100% !important;
}
div#twitter_div #twitter-link {
	float: right;
	outline: none;
}
div#twitter_div #twitter-link:hover {
	color: #3c2415;
}
div#upNext {
	margin: 25px 0 0 10px;
	width: 202px;
}
div#upNext #top {
	background: url(../img/talkUpNext.png) no-repeat center top;
	height: 51px;
}

div#upNext #top.archive {
	background: url(../img/talkArchives-sidebar.png) no-repeat center top;
	height: 51px;
}
div#upNext #mid {
	background: url(../img/talkUpNextBody.png);
	padding: 5px 20px 15px 20px;
}
div#upNext #mid img {
	border: none;
	float: left;
	padding: 10px 0 0 0;
}
div#upNext #mid a {
	color: black;
	display: block;
	margin: 8px 0;
	text-decoration: none;
	outline: none;
}
div#upNext #mid a:hover {
	color: white;
}
div#upNext #mid h1 {
	font-weight: normal;
	font-size: 15px;
	font-style: italic;
	text-align: right;
	margin: 0;
	padding: 5px 0 0 0;
}
div#upNext #mid h2 {
	font-family: verdana, sans-serif;
	font-weight: normal;
	font-size: 9px;
	text-align: right;
	margin: 0;
}
div#upNext #bottom {
	background: url(../img/talkUpNext.png) no-repeat center bottom;
	height: 6px;
}
a#talkArchives {
	background-image: url(../img/talkArchives.png);
	background-position: center top;
	height: 41px;
	width: 202px;
	display: block;
	text-indent: -4000px;
	margin: 10px 0 0 10px;
	outline: none;
}
a#talkArchives:hover {
	background-position: center bottom;
}
div#talkNav {

}

div#talkNav ul {
	font-family: verdana, sans-serif;
	margin: 0;
	list-style: none;
	margin: 25px 0 0 -65px;
	*margin: 25px 0 0 50px;
	font-size: 17px;
}
div#talkNav ul li {
	display: inline-block;
	*float: left;
}
div#talkNav ul li.spacer {
	margin: 0 35px 0 0;
	padding: 0 40px 0 0;
	border-right: white 1px solid;
	height: 10px;
}
div#talkNav ul li a.selected {
	text-shadow: -3px -4px 5px rgba(0, 0, 0, .3);
	color: white;
	cursor: default;
}
div#talkNav ul li a {
	color: #bab1ac;
	text-decoration: none;
	outline: none;
}
div#talkNav ul li a:hover {
	color: white;
}
div#talkCopy {
	font-family: verdana, sans-serif;
	color: #3c2415;
	margin: 40px 0 0 -12px;
	width: 523px;

}
div#talkCopy img {
	margin: 10px;
}

/**MAIN FOOTER**/

div#footer
{
	clear:both;
	background:url(../img/footer-jeni.jpg) no-repeat;
	text-align:left;
	height:200px;
	margin-bottom:0px;
	font-family:Trebuchet MS, Tahoma, Verdana, Geneva, sans-serif;

	}

div#footerWrapper
{
	padding-top:125px;

	}

p.footerContact 
{
	color:white;
	margin:0;
	font-weight:bold;
	font-size:110%;
	}
	
p.footerContact a
{
	color:white;
	
	text-decoration:none;
	}
	
p.footerContact a:hover
{
	text-decoration:underline;
	}	
	
div#footerPhone
{
	
	float:left;
	margin-left:275px;
	padding-top:25px;

	}
	
div#footerMail
{
	float-left;
	margin-left:400px;
	padding-top:25px;
	width:200px;
	}
	
div#footerLinks
{
	float:right;
	padding-left:15px;
	padding-right:15px;
	width:300px;
	text-align:right;

	}
	
	
div#footerLinks ul
{

	font-weight:bold;
	list-style:none;
	margin:0;
	padding:0;
	margin-top:6px;
	border:0px solid black;

	
	}

div#footerLinks p
{
	color:#ffffff;
	margin-top:10px;
	font-size:85%;


	
	}

div#footerLinks ul li
{
	display:inline;
	margin:7px;
	margin-right:0px;
	margin-left:15px;
	padding:0;

	
	}
	
div#footerLinks ul li a
{
	color:#ffffff;
	font-size:90%;
	text-decoration:underline;
	
	
	}	
	
		
	
div#footerLinks ul li a:hover
{

	color:#cd8e7f;
	
	
	}	