
body  { 
	background: #fff;
	font-family: Verdana, Helvetica, Arial, Geneva, Swiss, SunSans-Regular;
}

#outer {
	margin: auto;
	margin-top: 10px;
	width: 750px;
	box-shadow: 3px 3px 4px #aaaaaa;
	-moz-box-shadow: 3px 3px 4px #aaaaaa;
	border: 1px solid #aaaaaa;
}

#topBanner {
	color: #af9475;
}

#topBanner a {
	color: #af9475;
	text-decoration: none;
}

#headline {
	text-align: left;
	margin-left: 25px;
	margin-top: 15px;
	margin-bottom: 15px;
	font-family: "Times New Roman", Georgia, Times;
	font-size: 24px;
	letter-spacing: 2px;
}

#logo {
	background-image: url(images/aurumlogo1.jpg);
	background-repeat: no-repeat;
	width: 750px;
	height: 220px;
	border-top: 1px solid #8090aa;
	border-bottom: 1px solid #8090aa;
}

/*
#photo {
	height: 160px;
    left: 376px;
    position: relative;
    top: 18px;
    width: 300px;
}

#photo img {
	border: 0;
}
*/

#slideshow {
	height: 175px;
    left: 350px;
    position: relative;
    top: 3px;
    width: 375px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
	border: 0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}


#subtext {
	padding-top: 25px;
	margin-left: 65px;
	font-family: "Times New Roman", Georgia, Times;
	font-style: italic;
	color: #AF9475;
	float: left;
}

#mainContent  { 
	font-size: 12px;
	clear: both;
	padding-top: 15px;
	width: 750px;
}

#leftCol {
	width: 450px;
	float: left;
}

#rightCol {
	width: 250px;
	float: left;
	margin-left: 50px;
}

.section,
.quoteSection,
.textBox {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#rightCol .section,
#rightCol .quoteSection,
#rightCol .textBox {
	box-shadow: 3px 3px 4px #cccccc;
	-moz-box-shadow: 3px 3px 4px #cccccc;
}

#rightCol .quoteSection {
	background-color: #ecdab0;
}

.imageBox {
/*    padding-left: 15px; */
    text-align: center;
    margin: auto;
}

#lifePhoto img,
.imageBox img {
	border-radius: 10px;
	box-shadow: 3px 3px 4px #cccccc;
    -moz-border-radius: 10px 10px 10px 10px;
    -moz-box-shadow: 3px 3px 4px #dddddd;
	padding: 10px;
	margin: 0;
}

#rightCol .imageBox {
    padding: 5px;
    border: 5px solid #FFFFFF;
}

#leftCol .imageBox {
    padding: 5px;
    border: 10px solid #FFFFFF;
}

.section h2,
.textBox h2 {
	font-size: 14px;
	font-weight: bold;
}

.section h2 {
	color: #AF9475;
}

.textBox h2 {
	color: #444444;
}

.section, 
.quoteSection {
	border: 1px solid #cccccc;	
}

.textBox {
	background-color: #cccccc;	
}

.section dl {
	margin-left: 10px;
	margin-right: 10px;
}

.section dt
{
	background-image: url(images/dot.gif);
	background-repeat: no-repeat;
	background-position: 0 12px;
	margin-left: -15px;
	padding-left: 25px;
	font-size: 14px;
	padding-top: 10px;
	margin-top: 10px;
}

.section dd {
	margin-left: 10px;
}

#leftCol .quoteSection,
#leftCol .section {
	width: 400px;
	margin-left: 20px;
}

#leftCol .colored {
	border-color: #88aacc;
	border-width: 2px;
	border-style: solid;
	background-color: #e7e2d3;
}

#rightCol .quoteSection,
#rightCol .section,
#rightCol .textBox {
	width: 200px;
	margin-right: 20px;
}

#pageMenu {
	float: right;
	clear: left;
	padding: 0;
	margin: 0 20px 0 0;
}

#pageMenu ul {
	padding: 0;
	margin: 0;
}

#menu {
	margin: 5px;
	padding: 0;
	background-color:  #ffffff;
	padding-bottom: 10px;
	padding-top: 10px;
	clear: left;
}

#menu ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: -30px;
}

#menu ul li,
#pageMenu ul li {
	font-family: Verdana, Helvetica, Arial, Geneva, Swiss, SunSans-Regular;
	display: inline;
	font-size: 11px;
	margin-left: 20px;
	text-transform: uppercase;
}

#pageMenu ul li {
	font-weight: bold;
	border-bottom-right-radius: 7px;
	-moz-border-radius-bottomright: 7px;
	border-bottom-left-radius: 7px;
	-moz-border-radius-bottomleft: 7px;
	background-color: #dddddd;
	padding: 5px 10px 5px 10px;
}

#menu ul li {
	margin-left: 20px;
	background-color: #ffffff;
	padding: 5px 10px 5px 10px;
}

#pageMenu ul li:hover a:link,
#pageMenu ul li.selected a:link,
#pageMenu ul li:hover,
#pageMenu ul li.selected {
	color: #FFFFFF;
	background-color: #88aacc;
}

#menu ul li:hover,
#menu ul li.selected {
	color: #FFFFFF;
	background-color: #AF9475;
}

#menu ul li a:link,
#menu ul li a:visited  {
	color: #AF9475; 
	text-decoration: none; 
}

#pageMenu ul li a:link,
#pageMenu ul li a:visited  {
	color: #8090aa; 
	text-decoration: none; 
}

#menu ul li.selected a:link,
#menu ul li.selected a:visited  {
	color: #FFFFFF; 
	text-decoration: none;
	background-color: #AF9475;
}

#pageMenu ul li.selected a:link,
#pageMenu ul li.selected a:visited  {
	color: #FFFFFF; 
	text-decoration: none;
	background-color: #88aacc;
}

#menu ul li a:hover {
	color: #FFFFFF;
	background-color: #AF9475;
}

#pageMenu ul li a:hover {
	color: #FFFFFF;
	background-color: #88aacc;
}

#menu ul li a:active,
#pageMenu ul li a:active {
	color: #DD0000;
	background-color: #DDDD00;
}

#resMenu,
#svcMenu {
	font-size: 14px;
}

#resMenu li,
#svcMenu li {
	list-style-image: url( images/dotsmall.gif );
	color: AF9475;
}

#svcMenu ul.svcMenu li.selected,
#resMenu ul.resMenu li.selected {
	list-style-image: url("facility/images/dotSvc.gif");
}

#resMenu li a ,
#svcMenu li a {
	text-decoration: none;
}

#svcMenu ul.svcMenu li.selected a.svcMenuItem {
	font-weight: bold;
}

#footer {
	padding-bottom: 50px;
	padding-top: 16px;
	clear: both;
	color: #af9475;
	font-size: 10px;
	padding-left: 20px;
	background-color: #e2e2e2;
}

p.quote {
	margin: 20px;
	font-style: italic;
}

p#tag { 
	text-align: left;
	margin-top: 3px;
	margin-right: 15px;
	float: left;
}

p#contactInfo { 
	text-align: right;
	margin-top: 3px;
	margin-right: 15px;
	float: right;
}

#facContactList {
	height: 300px;
	overflow: scroll;
}

#faqList,
#facilitiesList,
#qualityGraphs,
#map,
#zipSearch,
#memberList,
#lifePhoto,
#spectrumList {
	clear: left;
}

#zipSearch table.zipResults td.zipResults {
	border-top: 3px solid #eeeeee;
	margin-top: 10px;}
	padding-top: 10px;
}

#qualityGraphs {
	text-align: center;
}
#faqList h2,
#facilitiesList h2,
#qualityGraphs h2{
	clear: left;
	color: #AF9475;
	margin: auto;
	text-align: center;
}

#faqList {
	margin: 25px;	margin-right: 25px;
}

#faqList .q,
#faqList .a {
	font-size: 18px;
	font-weight: bold;
	color: #AF9475;
}

#faqList .q {
	margin-left: -25px;
}

#faqList .a {
	margin-left: -45px;
	margin-right: 20px;
}

#faqList dl {
	margin-left: 10px;
	margin-right: 10px;
}

#faqList dt {
	margin-left: -15px;
	padding-left: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
	font-weight: bold;
	border-top: 3px solid #cccccc;
	background-color: #ddeeff;
}

#faqList  dd {
	margin-left: 10px;
	margin-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}



#facilitiesList .listing {
	width: 29%;
	height: 400px;
	float: left;
	padding: 10px;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #f0f0f0;
	box-shadow: 3px 3px 4px #cccccc;
	-moz-box-shadow: 3px 3px 4px #cccccc;
	overflow: auto;
}

#facilitiesList .listing img {
	border: 3px inset #EEEEEE;
}

#facilityPage img.facLogo {
	clear: both;
	display: block;
}


#jobsList {
	width: 95%;
	clear: left;
	background: url("images/contHomeBgGrad.gif") repeat-y scroll 0 0 #D1C36D;
	box-shadow: 3px 3px 4px #cccccc;
	-moz-box-shadow: 3px 3px 4px #cccccc;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: auto;
	margin-bottom: 10px;
}

#jobsList .jobFacCategory {
	margin: 10px;
	clear: both;
}

#jobsList .jobFacCategory h2 {
	float: left;
}

#jobsList .headings {
	float: right;
	margin-right: 80px;
	margin-top: 20px;
	font-weight: bold;
}

#jobsList .jobFacCategory .listing {
	width: 100%;
	clear: both;
	padding-top: 3px;
	padding-left: 3px;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.listing .job,
.job .jobText {
	margin-right: 5px;
	padding-right: 5px;
	margin-left: 15px;
}

.listing .facility
{
	margin-right: 5px;
	margin-top: 10px;
	margin-left: 10px;
	border: 2px outset;
	height: 100%;
	padding: 8px;
	background-color: #cdbf6b;
}

.job {
	float: right;
	width: 480px;
	border-bottom: 1px groove;
}

.job .jobText {
	padding: 10PX;
	float: left;
	width: 275px;
	background-color: #eeeeee;
	border: 1px inset;
	margin-bottom: 10px;
	margin-top: 5px;
}

.job .contact {
	float: left;
	clear: right;
	width: 125px;
	padding: 15PX;
}

.facility {
	width: 150px;
	float: left;
}

.facility img {
	margin-left: -25px;
}

#map {
	margin-left: 20px;
	clear: both;
}

.townList {
	width: 22%;
	float: left;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 40px;
}

.townList a {
	clear: both;
	display: block;
}

#qualityGraphs img {
	text-align: center;
	box-shadow: 3px 3px 4px #cccccc;
	-moz-box-shadow: 3px 3px 4px #cccccc;
	border: 1px solid #dddddd;
}

#memberList table.content {
	margin-top: 30px;
	border-top: 3px solid #eeeeee;
	padding-top:10px;
}

#memberList table.content td.content {
	padding: 10px;
}

#lifePhoto {
	text-align: center;
}

p.orgName {
	font-weight: bold;
}

#linkTable {
	padding: 5px;
}

#linkTable {
	padding-bottom: 10px;
	padding-top: 20px;
	border-top: 1px solid #cdbf6b;
}

#linkTable .linkEntry{
	display: block;
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
	border-top: 1px solid #cdbf6b;
}

#linkTable .linkDot{
	padding-right: 5px;
	float: left;
}

#linkTable .linkDesc{
	float: right;
	padding-top: 10px;
	clear: both;
	width: 67%;
	margin-bottom: 20px;
	margin-right: 20px;
}

#linkTable .linkDesc a.content{
	font-size: 120%;
	font-weight: bold;
}

#linkTable .linkText{
	float: left;
	font-size: 120%;
}

#copyright	{ 
	color: #808080; 
	font-size: 10px; 
	text-align: center; 
	padding-top: 20px 
}

