/*
Text and other page element styles and formatting
by Ned Buratovich
for www.ArizonaAdvancedMedicine.com
*/


body {
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6c2c1e;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

h1 {
	text-align: center;
}

h2 {
}

h3 {
}

p, blockquote, ul, ol {
}

p {
}

blockquote {
}

ul {
}

ul li {
}

ol {
}

ol li {
}


a {
}

a:hover {
}

a:visited {
}

img {
}

input, textarea, select {
}

input {
}

textarea {
}

select {
}

.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;
}



.quote_box {
	background-color: #C7BAAD;
	text-align: center;
	font-weight: normal;
	padding-top: 4px;
	background-image: none;
	background-repeat: no-repeat;
	padding-bottom: 3px;
	border: 1px solid #425AA0;
	margin-right: 20px;
	margin-left: 20px;
}
.oneColFixCtrHdr #container #mainContent img {
	border: 2px solid #506EA1;
}
.spaced_list li {
	padding-bottom: 4px;
}

.reviewer_note {
	background-color: #FFFF33;
}

.site_attribution {
	font-size: 85%;
	text-align: right;
}
