/* === 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,
b, u, i, center, 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-size: 100%; vertical-align: baseline; background: transparent; }
body { line-height:1; }
ol, ul { list-style:none; }
blockquote, q {	quotes:none; }
blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; }
/* remember to define focus styles! */
:focus { outline:0; }
/* remember to highlight inserts somehow! */
ins { text-decoration:none; }
del { text-decoration:line-through; }
/* tables still need 'cellspacing="0"' in the markup */
table {	border-collapse:collapse; border-spacing:0;}
/* === CLEAR === */
.clear:after {	visibility: hidden;	display:block;	font-size:0;	content:" ";	clear:both;	height:0;	}
* html .clear             { zoom: 1; } /* IE6 */
*:first-child+html .clear { zoom: 1; } /* IE7 */



html { 
	color:#4e463e;
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	background: url(/images/bkgd.jpg) repeat;
}
body {
	margin: 10px auto 0px;
	width: 980px;
	background: white;
}
header { text-align: center; }

nav { background: #7D6F62; }
nav ul { 
	list-style-type: none;
	padding: 0;
	margin: 0;
}
nav ul li {
	float: left;
	/* Transitions */
		transition-delay: .7s;
		-moz-transition-delay: .7s;
		-webkit-transition-delay:.7s;
		-o-transition-delay: .7s;
		-webkit-transition: all 0.2s ease-out;
		-moz-transition: all 0.2s ease-out;
		-ms-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
}
nav ul li:hover { }
nav ul li a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #F4F2F0;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	width: 123px;
	height: 37px;
	display: block;
	line-height: 37px;
	text-shadow: 0 1px 1px #555555;
	border-top: 1px solid #9D9791;
	border-right: 1px solid #7c6e61;
	border-left: 1px solid #64594f;
	/* Transitions */
		transition-delay: .7s;
		-moz-transition-delay: .7s;
		-webkit-transition-delay:.7s;
		-o-transition-delay: .7s;
		-webkit-transition: all 0.2s ease-out;
		-moz-transition: all 0.2s ease-out;
		-ms-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
	/* Background */
		background: rgb(125,111,98); /* Old browsers */
		background: -moz-linear-gradient(top, rgba(125,111,98,1) 0%, rgba(100,89,79,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,111,98,1)), color-stop(100%,rgba(100,89,79,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, rgba(125,111,98,1) 0%,rgba(100,89,79,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, rgba(125,111,98,1) 0%,rgba(100,89,79,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, rgba(125,111,98,1) 0%,rgba(100,89,79,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom, rgba(125,111,98,1) 0%,rgba(100,89,79,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d6f62', endColorstr='#64594f',GradientType=0 ); /* IE6-9 */
}
nav ul li a:hover { color: #4C3517; background: #C4BCB1; text-shadow: 0 1px 1px white; }
nav ul li a.twoline { 
	line-height: 12px; 
	padding-top: 7px;
	height: 30px;
	font-size: 10px; }
	
nav ul li a.home { width: 70px; }
nav ul li a.about { width: 92px; }
nav ul li a.ise { width: 109px; }
nav ul li a.phoenix { width: 190px; }
nav ul li a.commercial { width: 145px; }
nav ul li a.conferences { width: 210px; }
nav ul li a.greenel { width: 200px; }
	
	
.submenu a { 	
	color: #696666;
	float: right;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 12px;
	height: 18px;
	letter-spacing: 0.3px;
	line-height: 18px;
	padding: 0 10px;
	text-decoration: none;
	text-shadow: 1px 1px #D5D5D5;
	text-transform: uppercase;
	/* Transitions */
		transition-delay: .7s;
		-moz-transition-delay: .7s;
		-webkit-transition-delay:.7s;
		-o-transition-delay: .7s;
		-webkit-transition: all 0.2s ease-out;
		-moz-transition: all 0.2s ease-out;
		-ms-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
}
.submenu a:hover {
	background: #E8E3DA;
}
aside.left {
	float: left;
	padding: 30px 40px;
	width: 352px;
	height: 100%;
	background: white;
}
section.main {
	background: #E8E3DA;
	height: 100%;
	float: left;
	padding: 10px 20px;
	width: 297px;
}
aside.right {
	float: right;
	width: 190px;
	padding: 10px;
	text-align: center;
}
aside.right ul { margin: 10px -10px; }
aside.right ul li a {
	text-align: left;
	text-transform: uppercase;
	height: 28px;
	line-height: 28px;
	display: block;
	text-decoration: none;
	color: #474747;
	font-family: Helvetica,Arial,sans-serif;
	padding: 0 10px;
	font-size: 10px;
	/* Transitions */
		transition-delay: .7s;
		-moz-transition-delay: .7s;
		-webkit-transition-delay:.7s;
		-o-transition-delay: .7s;
		-webkit-transition: all 0.2s ease-out;
		-moz-transition: all 0.2s ease-out;
		-ms-transition: all 0.2s ease-out;
		-o-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
}
aside.right ul li a:hover {
	background: #E8E3DA;
}
.home-wrapper {
	background: url(/images/home-bg.png) repeat-y;
}
.inner {
	background: url(/images/main-bg.png) repeat-y;
}
.inner .content {
	float: left;
	padding: 40px;
	width: 690px;
}
p { margin-bottom: 10px; }

footer {
	background: #7D6F61;
	text-align: center;
	line-height: 28px;
	height: 28px;
	color: white;
	font-family: Helvetica, Arial, sans-serif;
}
/* HOMEPAGE */
.content {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#343434;
	padding:0 3px 0 3px;
	margin:0;
}
h1 {
	color:#003399;
	font-size:20px;
	line-height: 37px;
}
h2 {
	font-size:18px;
	font-weight:bold;
}
h3 {
	font-size:14px;
	padding:0;
	margin:0;
}
.practitioner h3 {
	color:#003399;
}
.content p {
	color:#4E463E;
}
.content a:link, .content a:visited {
	color:#003399;
	text-decoration:none;
}
.content a:hover {
	color:#FF0000;
}

/* ARCHIVES STYLES */
.archives {
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	color:#343434;
}
.archives h1 {
	/*color:#4E463E;*/
	color:#003399;
	font-size:20px;
}
.archives h2 {
	color:#4E463E;
	font-size:18px;
	font-weight:bold;
}
.archives h3 {
	font-size:14px;
	padding:0;
	margin:0;
}
.archives h4 {
	font-size:16px;
	font-weight:bold;
	padding:0;
	margin:0;
}
.archives a:link, .archives a:visited {
	color:#61554C;
}
.archives a:hover {
	color:#FF3300;
}
.archives ul.listitems {
	list-style:circle;
	font-size:16px;
	margin:0 0 0 15px;
	padding:0;
}
.archives ul.listitems li {
	padding-bottom:3px;
}


/* OTHER CLASSES */
.buybutton {
	margin:0;
	padding:5px 0 0 0;
	border:0;
}


/* Dian's */

.home-nice-place {
	width: 432px;
	margin-left: -40px;
	font-size: 12px;
	background: #E8E3DA;
	border-top: 1px solid #C0C1DE;
	border-bottom: 1px solid #C0C1DE;
	/* Box Shadow */
		-webkit-box-shadow: 0px 3px 3px 1px rgba(0, 0, 0, 0.1);
		box-shadow: 0px 3px 3px 1px rgba(0, 0, 0, 0.1);
		
}

.home-nice-place div.inner { 
	padding: 14px 10px 30px 25px;
	background: #E8E3DA;
}

.home-nice-place h1 {
	font-size: 15px;
	line-height: 21px;
	text-align: center;
	color: #777;
	text-shadow: 0 1px 0px white;
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	z-index: 3;
}
.home-nice-place img {
	display: block;
	margin: 0px auto;
	z-index: 2;
}
.home-nice-place span { color: #777; font-style: italic; }

.home-nice-place p { 
	margin: 0 -20px 0 0;
	padding: 10px;
	background: #E8E3DA;
	/* Border */
		border: 1px solid white;
		border-right: none;
		-webkit-border-top-left-radius: 12px;
		-webkit-border-bottom-left-radius: 12px;
		-moz-border-radius-topleft: 12px;
		-moz-border-radius-bottomleft: 12px;
		border-top-left-radius: 12px;
		border-bottom-left-radius: 12px;
	/* Box Shadow */
		-webkit-box-shadow: -2px 1px 2px 0px rgba(0, 0, 0, 0.3);
		box-shadow: -2px 1px 2px 0px rgba(0, 0, 0, 0.3);
	/* Background */
		background: rgb(255,255,255); /* Old browsers */
		background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(232,227,218,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(232,227,218,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(232,227,218,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(232,227,218,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(232,227,218,1) 100%); /* IE10+ */
		background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(232,227,218,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e8e3da',GradientType=1 ); /* IE6-9 */
 }
 /* === CLEAR === */
 .clear:after {	visibility: hidden;	display:block;	font-size:0;	content:" ";	clear:both;	height:0;	}
 * html .clear             { zoom: 1; } /* IE6 */
 *:first-child+html .clear { zoom: 1; } /* IE7 */
 