* {
	margin: 0px;
	padding: 0px;
}
body  {
	background: url(../assets/images/non_indexed_images/Logo-Mask-background.png) repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
}
.thrColFixHdr #container {
	width: 880px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.thrColFixHdr #container h1 {
	font-size: 3em;
	text-align: center;
}
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.thrColFixHdr #container h2 {
	text-align: left;
	font-size: 1.5em;
}

.thrColFixHdr #container h3 {
	text-align: center;
	font-size: 1.3em;
}

#header h4 {
	display: none;
}

.thrColFixHdr #container h5 {
	text-align: right;
	font-size: 0.9em;
}
.thrColFixHdr #header {
	background:url(../assets/images/title/PDcS-Name-CSS.png) no-repeat right top;
	height: 129px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	position: relative;
} 


#headerLogo   img {
	text-decoration: none;
	border: 0px;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 224px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 10px 15px 10px; /* padding keeps the content of the div away from the edges */
	height: inherit;
}
.thrColFixHdr #sidebarTitle {
	background: url(../assets/images/non_indexed_images/navigation/images/Slice_01.png) top no-repeat;
	height: 33px;
}
.thrColFixHdr #sidebarContent {
	background: url(../assets/images/non_indexed_images/navigation/images/Slice_03.png) top repeat-y;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}
.thrColFixHdr #sidebarFooter {
	background: url(../assets/images/non_indexed_images/navigation/images/Slice_05.png) bottom no-repeat;
	height: 32px;
}
.thrColFixHdr #sidebarContent img {
	-moz-box-shadow: 5px 5px 5px #888;  
    -webkit-box-shadow: 5px 5px 5px #888;  
    box-shadow: 5px 5px 5px #888;
}
.thrColFixHdr #sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #CCCCCC; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 10px; /* padding keeps the content of the div away from the edges */
	height: 1250px;
}
.thrColFixHdr #sidebar p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	line-height: 1.1em;
	color: #333333;
}
.thrColFixHdr #sidebar h3 {
	font-size: 1.1em;
	color: #333333;
}
.thrColFixHdr #sidebar1 h3 {
	text-align: center;
	font-size: 1.1em;
	color: #000000;
	padding-top: 10px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 224px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 10px 15px 10px; /* padding keeps the content of the div away from the edges */
	height: inherit;
}
.thrColFixHdr #sidebar2 h3 {
	text-align: center;
	font-size: 1em;
	color: #000000;
	padding-top: 10px;
}
#sidebar2 p {
	font-size: 0.9em;
	text-align: center;
}
#sidebar1 p {
	font-size: 0.9em;
}
#bioQuotes p {
	font-size: 0.8em;
}
#bioQuotes h6 {
	font-size: 0.65em;
}
.thrColFixHdr #mainContent {
	margin: 0 20px 0 180px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFFFFF;
} 
.thrColFixHdr #mainContentbeing {
	margin: 0 20px 0 240px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFFFFF;
} 
.thrColFixHdr #mainContentbeing h5{
	text-align: right;
	padding-right: 40px;
}
.thrColFixHdr #mainContentbeing h2{
	text-align: center;
}
.thrColFixHdr #mainContentbeing{
	text-align: center;
}
.thrColFixHdr #mainContentbio {
	margin: 0 20px 0 240px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFFFFF;
}
.thrColFixHdr #content {
	background: #FFFFFF url(../assets/images/non_indexed_images/sidebar_right_back/Side-Bar-right-back-white.png) repeat-y top right;
}
.thrColFixHdr #content h6 {
	text-align: center;
	
}
.thrColFixHdr #iphoneCopy {
	display: none;
	
}
.thrColFixHdr #content2 h2 a img{
	display: none;
}
.thrColFixHdr #content2 {
	background: url(../assets/images/non_indexed_images/navigation/Side-Bar-left-back-white.png) repeat-y top left;
}
.thrColFixHdr #mainContent  h1 {
	text-align: center;
	font-size: 2.5em;
}
#mainContent  h2 {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-weight: bolder;
	text-transform: capitalize;
	color: #000000;
	line-height: normal;
	font-style: normal;
	text-decoration: none;
}
#mainContent  h2 img {
	margin-left: 100px;
	-moz-box-shadow: 5px 5px 5px #888;  
    -webkit-box-shadow: 5px 5px 5px #888;  
    box-shadow: 5px 5px 5px #888;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
#mainContent h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
#mainContent h3 a img{
	text-decoration: none;
	border: 0px;
}
#mainContent h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #000000;
	text-align: right;
}
#mainContent h4 img {
	display: none;
}
#mainContent p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #000000;
	text-align: left;
	padding-left: 15px;
}
.thrColFixHdr #mainContent #introContent h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.thrColFixHdr #mainContent #introContent h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	font-weight: bold;
	color: #000000;
	text-align: left;
	margin-left: 55px;
}
.thrColFixHdr #mainContent #introHeader  h1 {
	text-align: center;
	font-size: 1.6em;
}
.first {
	float: left;
	line-height: 0.85em;
 	margin-bottom:-0.25em;
	font-size: 3em;
	font-weight: bold;
	color: #1b4ddf;
}
.underline {
	text-decoration: underline;
}
.red {
	color:#FF0000;
	font-weight: bold;
}
.yellow {
	color:#D7C81C;
	font-weight: bold;
}
.green {
	color:#008800;
	font-weight: bold;
}
.blue {
	color:#0000FF;
	font-weight: bold;
}
.thrColFixHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(../assets/images/non_indexed_images/round_footer/footer_image.png) no-repeat;
	height: 40px;
	text-align: center;
} 
#footer p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.6em;
	color: #333333;
	text-align: center;
	position: relative;
	bottom: 12px;
}
#footer ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#footer li {
	display: inline;
}
#footer li a {
	text-decoration: none;
	padding: 0.2em 0.3em 0.2em 0.2em;
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.65em;
	border-right: 1px solid #333333;
	text-align: center;
}
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0 0 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	bottom: 0px;
}
#footer li a .last_footer {
	border-right: none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#map {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}
#map iframe{
	-moz-box-shadow: 5px 5px 5px #888;  
    -webkit-box-shadow: 5px 5px 5px #888;  
    box-shadow: 5px 5px 5px #888;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
#leftCol {
	width: 880px;
	background: url(../assets/images/non_indexed_images/navigation/Side-Bar-left-back-white.png) repeat-y top left;
	z-index: 100;
}
#leftCol h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	line-height: 1.4em;
	font-weight: bolder;
	color: #333333;
	text-align: center;
}
#form {
	position: relative;
	width: 300px;
	left: 450px;
	bottom: 350px;
}
#leftCol h3 a {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	line-height: 1.4em;
	color: #0066FF;
}

#biopic img {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-box-shadow: 5px 5px 5px #888;  
    -webkit-box-shadow: 5px 5px 5px #888;  
    box-shadow: 5px 5px 5px #888;
	margin-left: 80px;
}
#bio  h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}
#bio p {
	font-size: 1em;
	line-height: 1.2em;
	text-align: left;
}
#philosophy {
	width: 600px;
	padding: 15px;
	margin-bottom: 15px;
	margin-left: 30px;
	margin-right: 10px;
}

#philosophy  h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
}
#philosophy p {
	font-size: 1.1em;
	line-height: 1.2em;
	text-align: left;
}
#beingofservice p {
	font-size: 1.em;
	line-height: 1.2em;
	text-align: left;
}
#beingpic img{
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-box-shadow: 5px 5px 5px #888;  
    -webkit-box-shadow: 5px 5px 5px #888;  
    box-shadow: 5px 5px 5px #888;
}
.thrColFixHdr #quoteHeader {
	background: url(../assets/images/non_indexed_images/navigation/images/images/images/side-Bar-Backgrounds_Header.png) top no-repeat;
	height: 32px;
	margin-top: 20px;
}
.thrColFixHdr #quoteContent {
	background: url(../assets/images/non_indexed_images/navigation/images/images/images/side-Bar-Backgrounds_center.png) top repeat-y;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	width: 220px;
}
#quoteContent h4 {
	text-decoration: none;
	font-size: .8em;
	color: #000000;
}
#quoteContent p a {
	text-decoration: none;
	font-size: 1em;
	color: #000000;
}
.thrColFixHdr #quoteFooter {
	background: url(../assets/images/non_indexed_images/navigation/images/images/images/side-Bar-Backgrounds_footer.png) bottom no-repeat;
	height: 32px;
}
.thrColFixHdr td {
	table-layout: auto;
}
.thrColFixHdr #sidebarLeft {
	float: left; /* since this element is floated, a width must be given */
	width: 260px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 10px 15px 10px; /* padding keeps the content of the div away from the edges */
	height: inherit;
}
.thrColFixHdr #sidebarRight {
	float: right; /* since this element is floated, a width must be given */
	width: 260px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 10px 15px 10px; /* padding keeps the content of the div away from the edges */
	height: inherit;
}
.thrColFixHdr #colCenter {
	margin: 0 300px 0 300px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 15px 10px 15px 10px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
} 
#quoteClick {
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 15px;
	text-decoration: none;
}
#quoteClick a {
text-decoration: none;
	font-size: 1em;
	color: #000000;
}
#quote img {
	margin: 0 200px 0 200px;
}
#consultation {
	padding: 30px;
}
#preferenceText {
	padding: 35px;
}
#preferenceText h4 {
	text-align: center;
}
#preferenceTextWQuotes {
	margin-left: 215px;
	padding: 30px;
}
#preferenceTextWQuotes h4 {
	text-align: center;
}
#preferenceTextWQuotes img {
	margin-left: 80px;
	margin-bottom: 15px;
	margin-top: 15px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-box-shadow: 5px 5px 5px #888;  
    -webkit-box-shadow: 5px 5px 5px #888;  
    box-shadow: 5px 5px 5px #888;
}
#consultation h4 {
	text-align: center;
}
.thrColFixHdr #container #consultation h5 {
	text-align: left;
	font-size: 1em;
}
#imgLeft img{
	margin: 15px;
	float: left;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-box-shadow: 5px 5px 5px #888;  
    -webkit-box-shadow: 5px 5px 5px #888;  
    box-shadow: 5px 5px 5px #888;
	}
#imgRight img{
	float: right;
	margin: 15px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-box-shadow: 5px 5px 5px #888;  
    -webkit-box-shadow: 5px 5px 5px #888;  
    box-shadow: 5px 5px 5px #888;

}
#sidebarRight {
	z-index: 700;
	
}
#sidebarLeft {
	z-index: 700;
}
#colCenter {
	z-index: 700;
}
#links p {
	text-align: center;
}	
	
.thumbnail{
	position: relative;
	z-index: 100;
	color: #1b4ddf;
	text-decoration: none;
}

.thumbnail:hover{
background-color: transparent;
z-index: 500;
opacity: 1;
-webkit-transition: opacity 0.5s ease-in-out;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background-color:#FFFFFF;
	-moz-box-shadow: 5px 5px 5px #888;
	-webkit-box-shadow: 5px 5px 5px #888;
	box-shadow: 5px 5px 5px #888;
	padding: 5px;
	left: -1000px;
	visibility: hidden;
	color: black;
	text-decoration: none;
	opacity: 0;
	-webkit-transition: opacity 0.5s ease-in-out;
	-webkit-transform: scale(0);
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
text-decoration: none;
z-index: 800;
opacity: 1;
-webkit-transition: opacity 0.5s ease-in-out;
-webkit-transform: scale(1);
-webkit-transition-duration: 0.8;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -120px;
left: -160px; /*position where enlarged image should offset horizontally */
z-index: 500;
opacity: 1;
-webkit-transition: opacity 0.5s ease-in-out;
-webkit-transform: scale(1);
}
#sidebarLeft .thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -120px;
left: -40px; /*position where enlarged image should offset horizontally */
z-index: 500;
opacity: 1;
-webkit-transition: opacity 0.5s ease-in-out;
-webkit-transform: scale(1);
}
#sidebarRight .thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -120px;
left: -250px; /*position where enlarged image should offset horizontally */
z-index: 500;
opacity: 1;
-webkit-transition: opacity 0.5s ease-in-out;
-webkit-transform: scale(1);
}
#bio .thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -120px;
left: -370px; /*position where enlarged image should offset horizontally */
z-index: 500;
opacity: 1;
-webkit-transition: opacity 0.5s ease-in-out;
-webkit-transform: scale(1);
}
a.thumbnail img{
	-moz-box-shadow: 5px 5px 5px #888;  
    -webkit-box-shadow: 5px 5px 5px #888;  
    box-shadow: 5px 5px 5px #888;
	margin: 10px;
}
#gallery {
	padding: 0px 10px 0px 90px;
}
a {
	text-decoration: none;
	color: #1b4ddf;
	}
#twitter_div {
	background-repeat: no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	padding: 5px 5px 20px 5px;
}
 
#twitter_div ul li {
	color:#000000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color:#000000;
	padding-bottom: 5px;
}
 
#twitter_div ul li a {
	text-decoration: none;
	color:#0000FF
}
 
#twitter_div ul li a:hover {
	text-decoration: none;
	color:#000000
}
 
#twitter_div p {
	text-align: right;
	padding-right: 6px;
	padding-bottom: 10px;
}
#actingBits p {
	text-align: center;
	padding: 0 150px;
}
#maincat p{
	padding:0 70px;
}
#twitter {
	display: none;
}
.thrColFixHdr #content2 #sm {
	display: inline;
	font-size: 93%;
}
