body {
    font-family: Verdana, sans-serif;
    color:#666;
    font-size:8pt;
    background-color:white;
    margin:0;
    padding:0;
    scrollbar-arrow-color: white;
    scrollbar-base-color: #EEE;
    scrollbar-dark-shadow-color: #888;
    scrollbar-track-color: #F5F5F5;
    scrollbar-face-color: #FCC;
    scrollbar-shadow-color: #FAA;
    scrollbar-highlight-color: white;
    scrollbar-3d-light-color: #EEE;  
    }

.mainContainer {
    width:750px;
    margin:0 auto 30px auto
    }
    
img {
    border:none;
}

h3 {
    font-size:10pt;
    font-weight:bold;
    color:#F88
    }
    
a {color:black}

a:hover {
    color:#888
}

.header {
    margin-top:20px;
    height:70px;
    width:750px;
    text-align:center;
    background: transparent url("images/introLogo.gif") no-repeat;
    /*border:1px solid green;*/
    }
.header h1 {text-indent: -5000px;}    
.header h1 a{
    height:70px;
    width:250px;
    display: block;
    }
	.header .phone {
		float: right;
		height:25px;
		margin-top: 30px;
		font-weight: bold;
		}
.tagline {
    margin-top:0;
	font-size:8pt;
	color:black;
	float: left;
	width: 250px;
	margin-left: 0px
	}
	
.nav {
     border:0;
     padding:0;
     width:750px;
     border-bottom:1px solid #FCC;
     font-family:georgia, serif;
     }

.nav a {
    color:#888;
    text-decoration:none
}

.nav a:hover {
    color:black;
}

.nav ul {
   text-align:right;
    }

.nav ul li{
    display:inline;
    }

.imageBar {width:750px; height:75px; padding: 10px 0;}

.imageBar a {
	width:75px;
	height:75px;
	float: left;
	margin-right: 8px
	}

.scrollArea {
    width:730px;
/*
    height:230px;
    overflow:auto;
*/
    padding-right:20px;
    clear:both
    }

p {
    line-height:150%;

    }

.quote {
    border-bottom:1px dotted gray;
}    
.quote p{
    font-style:italic;
    color:#555;
    text-align:left
}

.signed {
    margin:0 0 20px 0;
    color:black
}
    
.bullets {
    list-style-type:square;
    }

li {line-height:2em}    
    
.photoCredit {
    font-size:7pt;
    color:#BBB;
    margin-top:-15px
    }

#careers {margin-top:20px;}
#careers #careerAnnc {
	color:#F88;
	font-weight:bold;
}

.testimonials {
	width: 250px;
	height:310px;
	float: right;
	padding:10px;
	margin: 10px 0 10px 20px;
	background: #eee;
	clear: both;
}
    
.footer {
    width:750px;
    color:#AAA;
    font-family:georgia, serif;
    margin:1ex  auto;
    border-top:1px solid #FCC
 }
 
.footer ul {
    list-style:none;
    font-size:smaller;
    margin-left:-3em;
    }
    
.footer li {
    display:inline;
    }
    
.footer a {
    color:#AAA;
    }        
