* {
	margin: 0px;
	padding: 0px;
}
body  {
	background: url(../assets/images/non_indexed_images/new_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: 100% Georgia, "Times New Roman", Times, serif;
}
.thrColFixHdr #container {
	width: 890px;
	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: center;
	font-size: 1.5em;
}

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

#header h4 {
	display: none;
}
#headerexp h4 {
	display: none;
}
.thrColFixHdr #container h5 {
	text-align: right;
	font-size: 0.9em;
}
.thrColFixHdr #header {
	background:url(../assets/images/non_indexed_images/new_images/PDcS-Name-new.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;
} 
.thrColFixHdr #headerexp {
	background:url(../assets/images/non_indexed_images/new_images/images/PDcS-Name-2img_02.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: 233px; /* 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 0px; /* padding keeps the content of the div away from the edges */
	height: inherit;
}
.thrColFixHdr #sidebarTitle {
	background: url(../assets/images/non_indexed_images/new_sidebar/images/side-bar-frame-new_01.png) no-repeat top;
	height: 51px;
}
.thrColFixHdr #sidebarContent {
	background: url(../assets/images/non_indexed_images/new_sidebar/images/side-bar-frame-new_02.png) repeat-y top;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}
.thrColFixHdr #sidebarFooter {
	background: url(../assets/images/non_indexed_images/new_sidebar/images/side-bar-frame-new_03.png) no-repeat bottom;
	height: 65px;
}
.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.12em;
	color: #000;
	padding-top: 26px;
}
.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;
	color: #000;
	font-weight: bold;
}
#bioQuotes p {
	font-size: 0.8em;
}
#bioQuotes h6 {
	font-size: 0.65em;
}
.thrColFixHdr #mainContent {
	margin: 0 20px 0 30px; /* 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;
	background: url(../assets/images/non_indexed_images/new_images/content-background.png) repeat;
} 
.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: url(../assets/images/non_indexed_images/new_images/content-boarder_r.png) repeat-y right top;
}
.thrColFixHdr #content h6 {
	text-align: center;
	background: url(../assets/images/non_indexed_images/new_images/content-background.png);
	font-size: 0.2em;
}
.thrColFixHdr #iphoneCopy {
	display: none;
	
}
.thrColFixHdr #content2 h2 a img{
	display: none;
}
.thrColFixHdr #content2 {
	background: url(../assets/images/non_indexed_images/new_images/content-boarder.png) repeat-y left top;
}
.thrColFixHdr #mainContent  h1 {
	text-align: center;
	font-size: 2.2em;
}
#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: center;
}
#mainContent h4 img {
	display: none;
}
#mainContent p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #000000;
	text-align: left;
}
.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: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(../assets/images/non_indexed_images/new_sidebar/Footer.png) no-repeat;
	height: 59px;
	text-align: center;
	margin: 0 auto;
	width: 890px;
} 
#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;
	float: right;
	top: -500px;
	right: 30px;
	position: relative;
}
#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;
	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;
	top: 100px;
}
#leftCol h3 a {
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	line-height: 1.4em;
	color: #0066FF;
}
#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: 25px;
	margin-left: 175px;
	margin-right: 25px;
}

#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;
}

.thrColFixHdr #quoteHeader {
	background: url(../assets/images/non_indexed_images/new_images/images/side-bar-frame-new_01.png) no-repeat top;
	height: 56px;
	margin-top: 20px;
}
.thrColFixHdr #quoteContent {
	background: url(../assets/images/non_indexed_images/new_images/images/side-bar-frame-new_02.png) repeat-y top;
	text-align: center;
	width: 257px;
	padding-right: 0px;
	padding-left: 0px;
}
#quoteContent h4 {
	text-decoration: none;
	font-size: 0.8em;
	color: #000000;
	padding: 0px 20px;
	text-align: right;
}
#quoteContent p a {
	text-decoration: none;
	font-size: 1em;
	color: #000000;
}
.thrColFixHdr #quoteFooter {
	background: url(../assets/images/non_indexed_images/new_images/images/side-bar-frame-new_03.png) no-repeat bottom;
	height: 72px;
}
.thrColFixHdr td {
	table-layout: auto;
}
.thrColFixHdr #sidebarLeft {
	float: left; /* since this element is floated, a width must be given */
	width: 257px; /* 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: 257px; /* 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 280px 0 280px; /* 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 6px 15px 6px;
} 
#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;
	background: url(../assets/images/non_indexed_images/new_images/content-background.png) repeat;
}
a {
	text-decoration: none;
	color: #1b4ddf;
	}
	
	#twitter {
	display: none;
}
#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;
}

.thrColFixHdr #content2 #sm {
	display: inline;
	font-size: 93%;
}

#beingofservice {
	margin-left: 210px;
}

#beingpic {
	margin: 0 auto;
	width: 450px;
}
#content #content2 #sidebarContent h6  {
	background: url(none);
}

#quoteContent p {
	padding: 0px 15px;
}

#main_piero {
	text-align: center;
}

#introContent p {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.15em;
}

#mainContent .headerext {
	position: relative;
	width: 890px;
	margin: 0 auto;
	left: -75px;
	top: -35px;
	height: 131px;
	background: url(../assets/images/non_indexed_images/new_images/images/PDcS-Name-2img_03.png) repeat;
}
.thrColFixHdr #Center {
	float: left; /* since this element is floated, a width must be given */
	width: 257px; /* 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;
	margin-left: 190px;
} 
.thrColFixHdr #Left {
	float: left; /* since this element is floated, a width must be given */
	width: 257px; /* 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;
	margin-left: 35px;
}

#mainContent #quoteClick p {
	text-align: center;
}

.html-5-form .form-block #form-1 fieldset {
	border-width: 0px;
	border-style: none;
}

.form-element-block.checkbox .form-elem ul {
	text-decoration: none;
	list-style: none;
}

.html-5-form .form-block #form-1 fieldset label {
	font-size: 1.2em;
	font-weight: bold;
}

.html-5-form {
	width: 400px;
}

.form-elem {
	line-height: 120%;
}

.form-elem #email-elem-12 {
	line-height: 150%;
}

.form-elem #input-elem-1 {
	line-height: 150%;
}

.form-elem #url-elem-13 {
	line-height: 150%;
}

.form-elem #number-elem-10 {
	line-height: 150%;
}


.form-block #form-1 fieldset .form-element-block.submit .form-elem #submit-elem-6 {
	font-size: 1.1em;
	line-height: 130%;
	height: 26px;
	width: 100px;
}
.form-block #form-1 fieldset .form-element-block.reset .form-elem #reset-elem-7 {
	font-size: 1.1em;
	line-height: 130%;
	height: 26px;
	width: 100px;
}

#quote5 img {
	-moz-box-shadow: 5px 5px 5px #888;  
    -webkit-box-shadow: 5px 5px 5px #888;  
    box-shadow: 5px 5px 5px #888;
}

#biopic p img {
	margin-left: 80px;
}

#consultation p img {
	margin-left: 120px;
}

