@charset "UTF-8";

/* CSS Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* End CSS Reset */

body {
	background-color: #765c25;
	background-image: url(../images/bg-home2.jpg);
	background-repeat: repeat;
	background-position: left top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

a {
	color: #0066cc;
	text-decoration: underline;
}

a:visited {
	color: #0066cc;
}

a:hover {
	text-decoration: none;
}

#wrapper {
	padding: 0px;
	margin: 0 auto;
	text-align: left;
	vertical-align: top;
	width: 1024px;
}

#wrapper #nav {
	margin: 5px auto 0;
	background-image: url(../images/bg-nav2.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 46px;
	width: 941px;
	position: relative;
}

#nav #marker {
	position: absolute;
	z-index: 4;
	top: 0px;
	left: 20px;
}

#nav ul {
	padding: 17px 0 0 0;
	margin-left: 14px;
	list-style-type: none;
	overflow: hidden;
	height: 29px;
}

#nav ul li {
	float: left;
	display: inline;
}

#nav ul li a {
	display: block;
}

#nav ul li a#home {
	height: 29px;
	width: 65px;
	background-image:url(../images/btn-nav-home.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#nav ul li a#home:hover {
	background-position: bottom left;
}

#nav ul li a#about {
	height: 29px;
	width: 68px;
	background-image:url(../images/btn-nav-about.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#nav ul li a#about:hover {
	background-position: bottom left;
}

#nav ul li a#blog {
	height: 29px;
	width: 56px;
	background-image:url(../images/btn-nav-blog.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#nav ul li a#blog:hover {
	background-position: bottom left;
}

#nav ul li a#national_conversation {
	height: 29px;
	width: 331px;
	background-image:url(../images/btn-nav-national-conversation.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#nav ul li a#national_conversation:hover {
	background-position: bottom left;
}

#nav ul li a#professional_speaking {
	height: 29px;
	width: 176px;
	background-image:url(../images/btn-nav-professional-speaking.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#nav ul li a#professional_speaking:hover {
	background-position: bottom left;
}

#nav ul li a#media_appearances {
	height: 29px;
	width: 164px;
	background-image:url(../images/btn-nav-media-appearances.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#nav ul li a#media_appearances:hover {
	background-position: bottom left;
}

#nav ul li a#contact {
	height: 29px;
	width: 67px;
	background-image:url(../images/btn-nav-contact.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

#nav ul li a#contact:hover {
	background-position: bottom left;
}

#wrapper #masthead {
	margin: 0 auto;
	height: 241px;
	width: 1024px;
	position: relative;
	z-index:1;
}

#masthead #masthead_left {
	background-image: url(../images/bg-masthead-left.png);
	background-repeat: no-repeat;
	background-position: top right;
	height: 241px;
	width: 41px;
	float: left;
	display: inherit;
	z-index:1;
}

#masthead #masthead_center {
	background-image: url(../images/bg-masthead3.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	height: 241px;
	width: 941px;
	float: left;
	overflow: visible;
	position:relative;
	z-index:1;
}

#masthead_center #hero {
	position: absolute;
	top: 0px;
	z-index: 2;
}

#masthead_center #national_conversation_callout {
	padding: 18px 20px 10px;
	position: absolute;
	top: 75px;
	left: 760px;
	width: 180px;
	height: 145px;
	z-index: 3;
	background-image: url(../images/bg-national-conversation-callout.png);
	background-repeat: no-repeat;
	background-position: top left;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

#masthead #masthead_right {
	background-image: url(../images/bg-masthead-right.png);
	background-repeat: no-repeat;
	background-position: top left;
	height: 241px;
	width: 41px;
	float: left;
	display: inherit;
	z-index:1;
}

#national_conversation_callout p {
	margin: 6px 10px;
	line-height: 1.15;
}

#wrapper #container {
	padding: 10px 53px 20px 48px;
	min-height: 200px;
	background-image: url(../images/bg-container.png);
	background-repeat: repeat-y;
	background-position: top left;
}

#container #left {
	width: 250px;
	float: left;
}

#container #left a#bookings {
	position: relative;
	z-index: 3;
	display: block;
}

#container #left #subnav {
	margin: 10px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#container #left #subnav h2 {
	margin: 0 0 0 8px;
}

/*#container #left #subnav h2 a {
	display: block;
	font-size: 1px;
	height: 0px !important;
	overflow: hidden;
}*/

#container #left #subnav p {
	font-weight: bold;
	width: 221px;
}

#container #left #subnav #about_jamest h2 {
	background-color: #3c6a88;
	width: 221px;
	height: 27px;
}

#container #left #subnav #about_jamest p {
	margin: 10px 10px 10px 25px;
	text-align: left;
	vertical-align: top;
	line-height: 1.15;
}

#container #left #subnav #upcoming_appearances h2 {
	background-color: #88803c;
	width: 221px;
	height: 27px;
}

#container #left #subnav #upcoming_appearances p {
	width: 206px;
	padding: 10px 0 10px 10px;
	margin: 0 0 0 13px;
	font-weight: bold;
	border-bottom: 1px dotted #000000;
	line-height: 1.25;
}

#container #left #subnav #upcoming_appearances p.last {
	border-bottom: none;
}

#container #left #subnav #upcoming_appearances p a {
	color: #000000;
	text-decoration: none;
}

#container #left #subnav #upcoming_appearances p a:hover {
	text-decoration: underline;
}

#container #left #subnav #most_popular h2 {
	background-color: #990000;
	width: 221px;
	height: 27px;
}

#container #left #subnav #most_popular p {
	padding: 10px 0 10px 20px;
	margin: 0 0 0 13px;
	background-image: url(../images/bg-most-popular.gif);
	background-position: 5px 10px;
	background-repeat: no-repeat;
	font-weight: bold;
	border-bottom: 1px dotted #000000;
	line-height: 1.25;
	width: 196px;
}

#container #left #subnav #most_popular p.last {
	border-bottom: none;
}

#container #left #subnav #media_appearances h2 {
	background-color: #336666;
	width: 221px;
	height: 27px;
}

#container #left #subnav #media_appearances p {
	padding: 10px 0 10px 10px;
	margin: 0 0 0 13px;
	font-weight: bold;
	border-bottom: 1px dotted #000000;
	line-height: 1.25;width: 206px;
}

#container #left #subnav #media_appearances p.last {
	border-bottom: none;
}

#container #left #subnav #recent_posts h2 {
	margin-bottom: 5px;
	background-color: #b51212;
	width: 221px;
	height: 27px;
}

#container #left #subnav #recent_posts p {
	padding: 2px 0 2px 20px;
	margin: 0 0 0 13px;
	background-image: url(../images/bg-most-popular.gif);
	background-position: 5px 2px;
	background-repeat: no-repeat;
	line-height: 1.25;
	width: 196px;
}

#container #left #subnav #recent_comments h2 {
	margin-bottom: 5px;
	margin-top: 5px;
	background-color: #2b507a;
	width: 221px;
	height: 27px;
}

#container #left #subnav #recent_comments p {
	padding: 2px 0 2px 20px;
	margin: 0 0 0 13px;
	background-image: url(../images/bg-most-popular.gif);
	background-position: 5px 2px;
	background-repeat: no-repeat;
	line-height: 1.25;
	width: 196px;
}

#container #left #subnav #categories h2 {
	margin-bottom: 5px;
	margin-top: 5px;
	background-color: #2b7a77;
	width: 221px;
	height: 27px;
}

#container #left #subnav #categories p {
	padding: 2px 0 2px 20px;
	margin: 0 0 0 13px;
	background-image: url(../images/bg-most-popular.gif);
	background-position: 5px 2px;
	background-repeat: no-repeat;
	line-height: 1.25;
	width: 196px;
}

#container #left #subnav #archives h2 {
	margin-bottom: 5px;
	margin-top: 5px;
	background-color: #5aa126;
	width: 221px;
	height: 27px;
}

#container #left #subnav #archives p {
	padding: 2px 0 2px 20px;
	margin: 0 0 0 13px;
	background-image: url(../images/bg-most-popular.gif);
	background-position: 5px 2px;
	background-repeat: no-repeat;
	line-height: 1.25;
	width: 196px;
}

#container #right {
	padding: 0 10px 0 17px;
	width: 646px;
	float: right;
}

#blog #wrapper #container #right {
	padding-top: 150px;
	background-image: url(../images/bg-blog.gif);
	background-repeat: no-repeat;
	background-position: left -10px;
}

#contact #wrapper #container #right h1 {
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:33px;
	margin:40px 0 20px 0;
}

#contact #wrapper #container #right h1 span {
	color:#c70200;
	font-family:Arial, Helvetica, sans-serif;
	font-size:21px;
	line-height:28px;
	font-weight:bold;
	text-transform: uppercase;
}

#contact #wrapper #container #right p {
	padding: 5px 0;
	line-height: 1.2;
	font-size: 12pt;
}

#contact #wrapper #container #right ul {
	padding: 10px 0;
	margin: 0 0 0 15px;
	list-style-type: disc;
}

#contact #wrapper #container #right ul li {
	line-height: 1.5;
	font-size: 12pt;
}

#national_conversation #wrapper #container #right {
	background:transparent url(../images/bg-microphone_large.jpg) no-repeat scroll 0 0;
	padding:0 20px 0 223px;
	width:430px;
}
#national_conversation #wrapper #container #right h1{
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:33px;
	margin:40px 0;
}

#national_conversation #wrapper #container #right h1 span{
	color:#c70200;
	font-family:Arial, Helvetica, sans-serif;
	font-size:21px;
	line-height:28px;
	font-weight:bold;
}

#national_conversation #wrapper #container #right p{
	font-size:16px;
	line-height:23px;
	margin-bottom:24px;
}

#national_conversation #wrapper #container #right ul#social{
	display:block;
	width:430px;
	background:transparent url(../images/bg-national-conversation-social.gif) repeat-x scroll left top;
	padding:20px 0 20px 0;
	height:162px;
}

#national_conversation #wrapper #container #right ul#social li{
	width:137px;
	float:left;
	display:inline;
	margin-right:9px;
}

#national_conversation #wrapper #container #right ul#social li.last{
	margin-right:0;
}

#about #wrapper #container #right #hdr_about {
	border-bottom: 1px dotted #000000;
}

#about #wrapper #container #right .about_col {
	padding: 80px 25px 10px 25px;
	width: 164px;
	float: left;
	overflow: hidden;
}

#about #wrapper #container #right .about_col h2 {
	padding: 10px 0 0 0;
	font-family: "Myriad Pro", Arial, san-serif;
	text-align: center;
	font-size: 13pt;
	font-weight: bold;
}

#about #wrapper #container #right .about_col p {
	padding: 5px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-size: 10pt;
	line-height: 1.15;
}

#about #wrapper #container #right #professional_speaker_col {
	background-image: url(../images/bg-about-professional-speaker.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 596px;
}

#about #wrapper #container #right #generational_expert_col {
	background-image: url(../images/bg-about-generational-expert.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 593px;
}

#about #wrapper #container #right #political_pundit_col {
	background-image: url(../images/bg-about-political-pundit.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 645px;
}

#speaking #wrapper #container #right #hdr_about {
	padding: 0 0 0 20px;
}

#speaking #wrapper #container #right p {
	padding: 10px 20px;
	line-height: 1.2;
}

#speaking #wrapper #container #right #speeches_col {
	padding: 0 10px 0 0;
	margin: 30px 10px 0 0;
	border-right: 1px dotted #000000;
	width: 307px;
	float: left;
	overflow: auto;
}

#speaking #wrapper #container #right #speeches_col .speech {
	padding: 10px 20px;
	margin: 0 0 5px 0;
	background-image: url(../images/bg-speeches.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	width: 266px;
}

#speaking #wrapper #container #right #speeches_col .speech h2 {
	padding: 0;
	font-family: "Myriad Pro", Arial, san-serif;
	font-size: 13pt;
	font-weight: normal;
	line-height: 1.15;
}

#speaking #wrapper #container #right #speeches_col .speech p {
	padding: 5px 0;
	line-height: 1.15;
}

#speaking #wrapper #container #right #fees_booking_col {
	padding: 0;
	width: 318px;
	float: left;
	overflow: auto;
}

#speaking #wrapper #container #right #fees_booking_col #fees {
	padding: 0;
	height: 159px;
	background-image: url(../images/bg-fees.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#speaking #wrapper #container #right #fees_booking_col #fees p {
	padding: 75px 10px 10px 10px;
	text-align: center;
	font-size: 10pt;
}

#speaking #wrapper #container #right #speech_sample {
	text-align: center;
}

#speaking #wrapper #container #right #speech_sample embed {
	padding: 0;
	margin: 0;
}

#speaking #wrapper #container #right #speech_sample .caption {
	font-size: 13px;
	color: #999999;
}

#speaking #wrapper #container #right .speech {
	padding: 10px 0;
	margin: 20px 0;
	width: 625px;
	background-image: url(../images/bg-speech.jpg);
	background-repeat: repeat;
	background-position: left top;
}

#speaking #wrapper #container #right .speech h1 {
	margin: 10px auto;
	height: 61px;
	width: 567px;
	background-image: url(../images/pix-hdr-sea-of-change.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -99999px;
}

#speaking #wrapper #container #right .speech h2 {
	padding: 10px 20px 0;
	font-weight: bold;
	font-size: 16px;
}

#speaking #wrapper #container #right .speech h2 + p {
	padding: 0 20px 10px;
}

#speaking #wrapper #container #right #booking_form2 {
	padding: 80px 0 0 0;
	background-image: url(../images/bg-booking-form2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 625px;
	height: 352px;
}

#speaking #wrapper #container #right #booking_form2 h2 {
	margin: 10px auto;
	height: 41px;
	width: 545px;
	background-image: url(../images/pix-hdr-booking.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -99999px;
}

#speaking #wrapper #container #right #booking_form2 p {
	padding: 5px 0;
	text-align: center;
}

#speaking #wrapper #container #right #booking_form2 .submit_form {
	margin: 0 auto;
	width: 300px;
}

#speaking #wrapper #container #right #booking_form2 form {
	padding: 5px 0 0 0;
}

#speaking #wrapper #container #right #booking_form2 form label {
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	display: block;
}

#speaking #wrapper #container #right #booking_form2 form label.err {
	font-weight: bold;
	color: #FF0000;
}

#speaking #wrapper #container #right #booking_form2 form p.err {
	margin: 5px 0 10px 0;
	border: 1px solid #666666;
	background-color: #FFFF99;
}

#speaking #wrapper #container #right #booking_form2 form input {
	padding: 0;
	margin: 0 0 5px 0;
	width: 145px;
}

#speaking #wrapper #container #right #booking_form2 form #submit {
	padding: 0;
	margin: 5px 0;
	width: 50px;
}

#speaking #wrapper #container #right #booking_form2 form textarea {
	padding: 0;
	width: 293px;
	height: 50px;
}

#speaking #wrapper #container #right #booking_form2 div.submit_form p.submit_ok {
	padding: 40px; 0;
	font-weight: bold;
	color: #009900;
}

#speaking #wrapper #container #right #fees2 {
	padding: 60px 0 0 0;
	height: 138px;
	width: 625px;
	background-image: url(../images/bg-fees2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#speaking #wrapper #container #right #fees2 h2 {
	padding: 0 0 10px 0;
	margin: 0 auto;
	height: 16px;
	width: 109px;
	background-image: url(../images/pix-hdr-fees.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -99999px;
}

#speaking #wrapper #container #right #fees2 p {
	padding: 0 10px;
	text-align: center;
	font-size: 10pt;
}



#speaking #wrapper #container #right #fees_booking_col #booking_form {
	padding: 150px 10px 10px 10px;
	background-image: url(../images/bg-booking-form-long.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#speaking #wrapper #container #right #fees_booking_col #booking_form p {
	padding: 5px 0;
	text-align: center;
}

#speaking #wrapper #container #right #fees_booking_col #booking_form form {
	padding: 5px 0 0 0;
}

#speaking #wrapper #container #right #fees_booking_col #booking_form form label {
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	display: block;
}

#speaking #wrapper #container #right #fees_booking_col #booking_form form label.err {
	font-weight: bold;
	color: #FF0000;
}

#speaking #wrapper #container #right #fees_booking_col #booking_form form p.err {
	margin: 5px 0 10px 0;
	border: 1px solid #666666;
	background-color: #FFFF99;
}

#speaking #wrapper #container #right #fees_booking_col #booking_form form input {
	padding: 0;
	margin: 0 0 5px 0;
	width: 145px;
}

#speaking #wrapper #container #right #fees_booking_col #booking_form form #submit {
	padding: 0;
	margin: 5px 0;
	width: 50px;
}

#speaking #wrapper #container #right #fees_booking_col #booking_form form textarea {
	padding: 0;
	width: 293px;
	height: 50px;
}

#speaking #wrapper #container #right #fees_booking_col #booking_form div.submit_form p.submit_ok {
	padding: 40px; 0;
	font-weight: bold;
	color: #009900;
}

#media #wrapper #container #right {
	padding: 0;
	background-image: url(../images/bg-media-appearances.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}

#media #wrapper #container #right #intro {
	padding: 0 0 35px 10px;
	margin: 0 10px 20px 136px;
	border-bottom: 1px dotted #000000;
}

/*#media #wrapper #container #right #intro h1 {
	padding: 0;
	font-family: "Myriad Pro", Arial, san-serif;
	color: #c70200;
	font-size: 20pt;
	font-weight: normal;
	text-transform: uppercase;
}*/

#media #wrapper #container #right #intro h1 {
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:33px;
	margin:40px 0;
}

#media #wrapper #container #right #intro h1 span {
	color:#c70200;
	font-family:Arial, Helvetica, sans-serif;
	font-size:21px;
	line-height:28px;
	font-weight:bold;
	text-transform: uppercase;
}

#media #wrapper #container #right #intro h2 {
	padding: 0 0 30px 0;
	font-size: 30pt;
}

#media #wrapper #container #right #intro p {
	padding: 0;
	font-size: 12pt;
	line-height: 1.5;
}

#media #wrapper #container #right #features {
	padding: 0;
	margin: 0 0 0 136px;
	overflow: auto;
}

#media #wrapper #container #right #features .feature {
	padding: 15px;
	float: left;
	overflow: auto;
	background-image: url(../images/bg-media-features.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 215px;
	height: 335px;
	overflow: hidden;
	text-align: center;
}

#media #wrapper #container #right #features .feature h3 {
	padding: 0 0 0 10px;
	font-family: "Myriad Pro", Arial, san-serif;
	font-size: 12pt;
	text-transform: uppercase;
	font-weight: bold; 
}

#media #wrapper #container #right #features .feature p {
	padding: 10px 0;
	font-size: 10pt;
	line-height: 1.2;
}

#media #wrapper #container #right #features .feature p.small {
	padding: 0;
	font-size: 8pt;
	line-height: 1;
}

#media #wrapper #container #right #features #national_conversation {
	margin-right: 10px;
}

#media #wrapper #container #right #features .feature #archive {
	padding: 0 0 0 30px;
	overflow: auto;
}

#media #wrapper #container #right #features .feature #archive img {
	margin-right: 10px;
	float: left;
	width: 40px;
}

#media #wrapper #container #right #features .feature #archive p {
	padding: 0;
	float: left;
	width: 135px;
	text-align: left;
}

#media #wrapper #container #right #features .feature #archive span {
	color: #705823;
}

#media #wrapper #container #right #videos {
	padding: 0;
	margin: 0;
}

#media #wrapper #container #right #videos #video_header {
	padding: 0;
	margin: 0 0 5px 0;
	overflow: auto;
}

#media #wrapper #container #right #videos #video_header #video_icon {
	padding: 0;
	margin: 0;
	text-align: right;
	vertical-align: top;
	width: 136px;
	float: left;
}

#media #wrapper #container #right #videos #video_header #video_icon img {
	padding-right: 10px;
}

#media #wrapper #container #right #videos #video_header #video_border {
	padding: 0;
	margin: 0 10px 23px 136px;
	border-bottom: 1px dotted #000000;
	height: 30px;
}

#media #wrapper #container #right #videos .video {
	padding: 0;
	margin: 0 0 20px 136px;
	overflow: auto;
}

#media #wrapper #container #right #videos .video .clip {
	padding: 0;
	margin: 0 10px 0 0;
	width: 320px;
	float: left;
}

#media #wrapper #container #right #videos .video .description {
	padding: 0 10px 0 0;
	margin: 0 0 0 330px;
}

#media #wrapper #container #right #videos .video .description h3 {
	padding: 0;
	margin: 0;
	color: #c70200;
	font-family: "Myriad Pro", Arial, san-serif;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: bold;
}

#media #wrapper #container #right #videos .video .description p {
	padding: 0;
	margin: 0;
	line-height: 1.2;
}

#home #wrapper #container #right #videos .video {
	padding: 0;
	margin: 0 0 20px 0;
	overflow: auto;
}

#home #wrapper #container #right #videos .video .clip {
	padding: 0;
	margin: 0 10px 0 0;
	width: 320px;
	float: left;
}

#home #wrapper #container #right #videos .video .description {
	padding: 0 10px 0 0;
	margin: 0 0 0 330px;
}

#home #wrapper #container #right #videos .video .description h3 {
	padding: 0;
	margin: 0;
	color: #c70200;
	font-family: "Myriad Pro", Arial, san-serif;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: bold;
}

#home #wrapper #container #right #videos .video .description p {
	padding: 0;
	margin: 0;
	line-height: 1.2;
}

#container #right .post {
	font-size: 13px;
}

#container #right .post h2 {
	padding: 10px 0;
	font-size: 23px;
	font-style: italic;
}

#container #right .post h3 {
	padding: 5px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 11px;
}

#container #right .post h2 + p {
	padding: 0 0 5px 0;
}

#container #right .post p {
	padding: 8px 0;
	line-height: 1.15;	
}

#container #right .post p.more {
	text-align: right;
}

#container #right .post p.footer {
	padding: 8px 0 8px 18px;
	margin: 5px 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border-top: 1px dotted #000000;
	border-bottom: 4px double #999999;
	background-image: url(../images/bg-post-icon-calendar.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
}

#container #right .post p.footer a {
	color: #000000;
	text-decoration: none;
}

#container #right .post p.footer a:hover {
	color: #000000;
	text-decoration: underline;
}

#content #wrapper #container #right h1 {
	padding: 10px 0 10px 0;
	font-size: 23px;
	font-weight: normal;
}

#content #wrapper #container #right h1#about {
	padding: 10px 0 10px 0;
	font-size: 23px;
	font-weight: normal;
	color: #3C6A88;
}

#content #wrapper #container #right p {
	padding: 10px 0;
	font-size: 14px;
	line-height: 1.15;
}

#content #wrapper #container #right ul {
	
}

#content #wrapper #container #right ul li {
	
}

#wrapper #container #right .press_room {
	overflow: hidden;
}

#wrapper #container #right .press_room .photo {
	margin: 0 10px 10px 0;
	display: inline;
	float: left;
}

#wrapper #footer {
	background-image: url(../images/bg-footer.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 20px;
	width: 1024px;	
}

.clear {
	clear: both;
}
