/* common across site styles */
body {
	background-color: #E37F1D;
	background-image: url("/images/bkgd.jpg");
	background-position: top;
	background-repeat: repeat-x;
	height: 100%;
	margin: 5px 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}

form {
	margin: 0;
	padding: 0;
}

div, img {
	behavior: url("/css/iepngfix.htc");
}

div {
	color: rgb(102,102,102);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}

a {
	color: rgb(102,102,102);
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h1 {
	color: rgb(227,127,28);
	font-size: 18px;
	margin: 0 0 10px 0;
}

h2 {
	font-size: 16px;
	margin: 0 0 10px 0;
}

h3 {
	font-size: 15px;
	margin: 0 0 10px 0;
}

h4 {
	font-size: 14px;
	margin: 0 0 10px 0;
}

h5 {
	font-size: 12px;
	margin: 0 0 10px 0;
}

h6 {
	font-size: 11px;
	margin: 0 0 10px 0;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}

#content {
	background-image: url("/images/bkgd-content.png");
	background-position: 0px 115px;
	background-repeat: no-repeat;
	behavior: url("/css/iepngfix.htc");
	float: left;
	height: 639px;
	width: 900px;
}

#header {
	float: left;
	width: 193px;
}

#avedaLogo {
	float: left;
	padding: 118px 7px 0 0;
	text-align: right;
	width: 235px;
}

#navigation {
	float: left;
	font-size: 10px;
	padding: 130px 80px 10px 0;
	text-align: right;
	width: 385px;
}

#footer {
	float: left;
	padding: 0 0 15px 0;
	width: 900px;
}

#copyright {
	color: #FFFFFF;
	float: left;
	font-size: 11px;
	text-align: center;
	width: 900px;
}

#copyright a {
	color: #FFFFFF;
	font-weight: bold;
}

#debugFooter {
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
	width: 670px;
}

.currentSelection {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

/* columns */
#column1 {
	float: left;
	height: 391px;
	padding: 25px 25px 0 25px;
	width: 315px;
}

#column2 {
	float: left;
	height: 371px;
	padding: 45px 25px 0 0;
	width: 510px;
}

#singleColumn {
	float: left;
	height: 391px;
	padding: 25px 25px 0 25px;
	width: 825px;
}

#addressHolder {
	float: left;
	padding: 0 25px 0 25px;
	text-align: right;
	width: 830px;
}

/* special styles */
#slideshowMovieHolder {
	padding: 0 0 20px 0;
}

#googleMap {
	border: 1px solid #000000;
}

/* staff styles */
#staffHolder {
	float: left;
	height: 353px;
	overflow: auto;
	width: 315px;
}

.staffDiv {
	clear: both;
	cursor: pointer;
	float: left;
	top: 140px;
	margin: 0 0 6px 0;
	padding: 3px 3px 3px 3px;
	width: 289px;
}

.staffDiv:hover {
	background-color: rgb(255,205,106);
}

.staffDiv p {
	margin: 0 0 8px 0;
}

.staffDiv img {
	border: none;
	float: left;
	margin: 0 6px 0 0;
}

h3.staffContactInfoH3 {
	color: rgb(227,127,28);
	font-size: 13px;
	margin: 0 0 0 0;
	text-transform: uppercase;
}

h4.staffContactInfoH4 {
	color: rgb(102,102,102);
	font-size: 11px;
	margin: 0 0 0 0;
}

.staffBioDiv {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	color: #000000;
	left: 0px;
	opacity:0;
	filter:alpha(opacity=0);
	padding: 5px 5px 5px 5px;
	position: absolute;
	top: 0px;
	visibility: visible;
	width: 275px;
}

.staffBioDiv p {
	margin: 0 0 5px 0;
}

/* testimonial styles (home page) */
#testimonials {
	float: left;
	padding: 0 20px 0 20px;
	width: 460px;
}

.testimonialDiv {
	display: none;
	float: left;
	height: 85px;
	padding: 0 0 12px 0;
	width: 460px;
	/* for IE */
	filter: alpha(opacity=0);
	/* CSS3 standard */
	opacity: 0;
}

.testimonialDiv p {
	color: rgb(227,127,28);
	font-style: italic;
	line-height: 21px;
	margin: 0 0 0 0;
}
