@charset "utf-8";
/* CSS Document */

/* Reset Defaults 
--------------------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, del, dfn, font, img, ins, kbd, q, s, samp, strike, 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; vertical-align: baseline;}
html {height: 100%; width: 100%;}
body {line-height: 1;}
:focus { outline: 0;}
a:active {outline: 0;}
ul, ol { list-style: none;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
table {	border-collapse: separate; border-spacing: 0;}
caption, th, td { text-align: left;	font-weight: normal; vertical-align:top;}
blockquote:before, blockquote:after, q:before, q:after { content: "";}
blockquote, q {	quotes: "" "";}

/* the clearfix rules make it possible to clear floated elements without additional structural markup. See http://www.positioniseverything.net/easyclearing.html */

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

img, input, div {behavior: url(iepngfix.htc);}


/* Global Selectors
--------------------------------------------------------------------------------------- */
body { background-color:#534741; font-family:Arial, Helvetica, sans-serif; color: #81756f; height: 100%; line-height: 1; }

p { line-height:1.5em; margin:12px 0; font-size:.8em; }

small { font-size:1.1em;}

.align-left { text-align:left; }
.align-center { text-align:center; }
.align-right { text-align:right; }

.float-left { float:left; }
.float-right { float:right; }
.float-none { float:none; }

.clear-left {clear: left;}
.clear-right {clear:right;}
.push {clear:both; display: block; }

.hide {display: none;}
.overflow { width: 100%; overflow: hidden; }
p.btn { margin-top: 20px; margin-bottom: 0; }
p.last { margin-bottom: 0; }

a {color:#2b6181; text-decoration:none;}

a:hover {color:#625856;}

a:focus, a:active {outline: none;} 

img {border: none;}

blockquote{
	background-color:#e2e6e4;
	border-bottom-style:double;
	border-bottom-width:thick;
	border-bottom-color:#d2d0c8;
	border-top-style:double;
	border-top-width:thick;
	border-top-color:#d2d0c8;
	margin:20px 0 20px 0;
	padding: 10px 40px 10px 40px;
	}

ul {
	margin-left:25px;
	margin-bottom:25px;
	font-size:.8em;
	line-height:2em;
}

/* HEADINGS
------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 12px;
	color: #534741;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1 {
	font-size: 2.0em;
	color:#2b6181;
	font-weight:600;

}
h2 {
	font-size: 1.1em;
	color:#2b6181;
	text-transform:uppercase;
	margin: 35px 0 0 0;
}
h3 {
	font-size: 1.334em;
}
h4 {
	font-size: 1.1em;
}
h5 {
	font-size: 1.000em;
}
h6 {
	font-size: 0.800em;
}

h1{
	/*border-bottom-color:#cacac8;*/
	/*border-bottom-style:double;*/
	/*border-bottom-width:thick;*/
	padding:0 0 10px 0;
	margin: 0 0 12px;
}


/* WRAPPER-A
*****************************************************************************************************************/

#header{
	height:580px;
	width:960px;
	margin-top:0;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}

#header-int{
	height:275px;
	width:960px;
	margin-top:0;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}

#main-nav{
	height:100px;
	width:960px;
	margin-top:0;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
}

#about-btn, #about-btn a {
	width: 240px;
	height: 100px;
	display: block;
	text-indent: -10001px;
	float: left;
	background: url(images/ppatterson-mainnav-btn-about.jpg) 0 0 no-repeat;
}

#about-btn a:hover {
	background: url(images/ppatterson-mainnav-btn-about-hover.jpg) 0 0 no-repeat;
}

#speaking-btn, #speaking-btn a {
	width: 240px;
	height: 100px;
	display: block;
	text-indent: -10001px;
	float: left;
	background: url(images/ppatterson-mainnav-btn-speaking.jpg) 0 0 no-repeat;
}

#speaking-btn a:hover {
	background: url(images/ppatterson-mainnav-btn-speaking-hover.jpg) 0 0 no-repeat;
}

#media-btn, #media-btn a {
	width: 240px;
	height: 100px;
	display: block;
	text-indent: -10001px;
	float: left;
	background: url(images/ppatterson-mainnav-btn-media.jpg) 0 0 no-repeat;
}

#media-btn a:hover {
	background: url(images/ppatterson-mainnav-btn-media-hover.jpg) 0 0 no-repeat;
}

#contact-btn, #contact-btn a {
	width: 240px;
	height: 100px;
	display: block;
	text-indent: -10001px;
	float: left;
	background: url(images/ppatterson-mainnav-btn-contact.jpg) 0 0 no-repeat;
}

#contact-btn a:hover {
	background: url(images/ppatterson-mainnav-btn-contact-hover.jpg) 0 0 no-repeat;
}


#top-nav-wrapper{
	height:40px;
	background-color:#2e2623;
	overflow:hidden;
}

#top-nav{
	height:40px;
	width:955px;
	margin 0;
	padding:0px 5px 0 0;
	list-style: none;
	color:#ac9d96;
	margin-right:auto;
	margin-left:auto;
	font-size:.7em;
}

#top-nav ul {
	padding:14px 0 0 0;
	float:right;
}

#top-nav li {
	display:inline;
	padding:0 2px 0 2px;
	font-size:1.3em;
}

#top-nav a {
	color:#989087;
}

#top-nav a:hover {
	color:#ffffff;
}

/*wrapper-b**********************************************************************************************************/

#wrapper-b{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	background-color:#e2dfd6;
	min-height:640px;
	background-repeat:repeat-y;
}

#wrapper-b-home{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	background-color:#e2dfd6;
	min-height:640px;
	padding-bottom:40px;
	background-image:url(images/ppatterson-home-shadow.jpg);
	background-repeat:repeat-y;
}

#home-left{
	width:320px;
	margin:0;
	padding:0;
	float:left;
}

#home-left-welcome-message{
	padding: 20px 40px 0 40px;
	text-align:left;
}

#home-left-featured-slides{
	padding: 20px 25px 20px 25px;
	text-align:justify;
}

#home-middle{
	width:321px;
	margin:0;
	padding:0;
	float:left;
	background-image:url(images/ppatterson-home-middle-shadow.jpg);
	background-repeat:repeat-y;
	height:100%;
	min-height:640px;
}

#home-middle-latest-news-article{
	background-image:url(images/ppatterson-latest-news-article-bg.png);
	background-position:bottom;
	background-repeat:no-repeat;
	min-height:75px;
	padding: 10px 40px 10px 40px;
}

#home-middle-latest-news-article-date {
	font-style:italic;
	font-size:12px;
}

#home-middle-latest-news-article-text a{
	font-size:16px;
}

#home-right{
	width:319px;
	margin:0;
	padding:0;
	float:left;
}

.home-right-pub-content{
	float:left;
	clear:left;
	width:170px;
	padding: 15px 20px 0 27px;
}
	
.home-right-pub-img{
	float:left;
	clear:right;
	text-align:center;
	padding-top:10px;
}

.home-right-pub-img img{
	border-style:solid;
	border-width:3px;
	border-color:#fff;
}

.home-right-pub-img p{
	margin-top: 5px;
}

.home-right-audio-content{
	float:left;
	clear:left;
	width:150px;
	padding: 15px 5px 0 27px;
	margin-top: 20px;
}

.home-right-audio-content-full {
	float:left;
	clear:left;
	width:265px;
	padding: 15px 27px 0 27px;
}
	
.home-right-audio-img{
	float:left;
	clear:right;
	text-align:center;
	padding-top:10px;
}

.home-right-audio-img img{
	border-style:solid;
	border-width:3px;
	border-color:#fff;
}

.home-right-audio-img p{
	margin-top: 5px;
}

/*WRAPPER-B INT
****************************************************************************************************/
#int-main{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/ppatterson-int-body-bg.jpg);
	background-repeat:no-repeat;
	background-color:#e2dfd6;
	min-height:640px;
}

#int-main-right{
	width:620px;
	margin-left:0;
	margin-right:0;
	float:left;
	padding:50px;
}

#int-main-right-content{
	width:640px;
	margin-left:40px;
	margin-right:40px;
	padding-top:30px;
	padding-bottom:40px;
	float:left;
	color:#594f4a;
}

#int-main-left{
	width:240px;
	height:100%;
	margin-left:0;
	margin-right:0;
	float:left;
}

.secondary-nav-btn a {
	width: 221px;
	height: 37px;
	padding: 23px 20px 0 0; 
	display: block;
	float: left;
	border-bottom:solid;
	border-bottom-width:1px;
	border-bottom-color:#cacac8;
	text-decoration:none;
	text-transform:uppercase;
	text-align:right;
	color:#7f7871;
	font-weight:normal;
	font-size:.9em;
}

.secondary-nav-btn a:hover {
	background-color:#b3b1aa;
}

#publications td {
	padding-bottom:20px;
}

#publications td img {
	padding: 5px 10px 0 0;
}

#pub_photos {
	float:left;
}

#pub_text {
	float: right;
    margin: -100px 0 100px 125px;
}

/* FOOTER *******************************************************************************************************/

#footer{
	height:112px;
	width:960px;
	margin-top:0;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
	color:#89807a;
}

#footer-left{
	height:112px;
	width:450px;
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	margin-right:0;
	float:left;
}

#footer-right{
	height:112px;
	width:510px;
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	float:left;
}

#footer-right-content{
	height:72px;
	width:500px;
	margin-top:0;
	margin-bottom:0;
	margin-left:0;
	padding: 33px 20px 0 0;
}

#footer-right-content li {
	display:inline;
	padding:0;
}

#footer-right-content ul {
	padding:0 0 0 0;
	text-align:right;
	font-size:.8em;
}

#footer-right-content a {
	color:#89807a;
}

#footer-right-content a:hover {
	color:#fff;
}
