/*
	FIRST PASS

	This takes care of the major positioning, fonts, and colors in the
	document.
*/
body, #masthead {
	margin: 0;
	padding: 0;
}
body {
	text-align: middle;
	font-family: verdana, arial, helvetica, sans-serif;
	width: 100%;
}
a {
	/* take styling off links */
    color: rgb( 3, 88, 53 );
    text-decoration: none;
}
#wrapper {
	margin-left: auto;
	margin-right: auto;
}
#container {
	position:relative;
	visibility:visible;
	border:0;
}
/* FOOTER */
#footer {
	font-size: 7pt;
	margin: 0;
	padding: 0;
}
#footer a {
	color: rgb( 3, 88, 53 );
	text-decoration: none;
}
.footer_links {
	list-style-type: none;
		margin: .5em 0 .5em 0;
	padding: 0;
}
.footer_links li {
	border-right: 1px solid rgb( 206, 84, 40 ); /* dark orange */
	display: inline;
	padding: 0em 1.25em 0em 1.25em;
}
.footer_links .lastitem {
	border-right: none;
}
.emphasize {
	color: rgb( 206, 84, 40 );
}
.yellowul {
	color: #FFE982;
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
	padding-bottom: 5px;
}
.testimonial {
	color: #095436;
	font-family: arial;
	font-size: 11pt;
}
.testimonialname {
	color: #CE532A;
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
}
.transporttext {
	color: #095436;
	font-family: arial;
	font-size: 13pt;
}
/* TEAM MEMBER STYLE: PASS 1 */
.team li {
	list-style-type:none;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-top: 0px;
}
.team img {
	float:left;
	clear:both;
	padding-right:10px;
}
.team h3 p a {
	float:left;
	padding-left: 5em;
}
.team h3 {
	padding-top: 0px;
	margin-top: 5px;
}

/* QUOTE STYLE */
.quote {
	font-family: futura, helvetica, arial, sans-serif;
	color: White;
}
.smallquote {
	color: white;
	font-size: 10pt;
	padding-right: 25px;
}
.quote h2 {
	font-size: 24px;
}

.quote label {
	font-size: 12px;
}

.quote {
	font-size: 14px;
	font-weight: 700;
}

#quote_background {
	background-image: url(images/quote.jpg);
}


/* STANDARD HEADINGS, HORIZONTAL RULES, PARAGRAPHS, TABLES, IMAGES */
h2{
	
	font-family: futura, helvetica, arial, sans-serif;
	color: #144F37;
	font-size: 18px;
}

.subpagetitle{
	font-family: futura, helvetica, arial, sans-serif;
	color: #144F37;
	font-size: 18px;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #134f37;
	font-weight: 800;
	padding-bottom: 2px;
	margin-bottom: 2px;
	margin-left: 5px;
}

hr{
	border-top-style:none;
	border-left:none;
	border-right:none;
	border-style:dashed;
	border-bottom-color:#134f37;
	border-width: 1px;
}

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #134f37;
	margin-left: 5px;
	margin-top: 2px;
	padding-top: 0px;
	margin-right: 10px;
}
.pagetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #134f37;
	margin-left: 5px;
	margin-top: 2px;
	padding-top: 0px;
	margin-right: 10px;
}

.contentul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #134f37;
	margin-left: 5px;
	margin-top: 2px;
	padding-top: 0px;
	margin-right: 10px;
}
table tr td img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}
table {
	border-collapse: collapse;
}


/* MAIN NAVIGATION */
#main_nav{
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:700;
	color:#006666;
}
#main_nav li{
	display: inline;
	list-style-type: none;
}
#main_nav a{
	background-image: url(images/arrow1.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	text-decoration:none;
	padding-bottom:3px;
	color:#006666;
	padding-right: 20px;
	padding-left: 20px;
}
#main_nav a:hover{
	background-image: url(images/arrow2.gif);
}
#main_nav img{
	display:inline;
}

/* TOP NAVIGATION */
#top_nav li{
	display: inline;
	list-style-type: none;
}


/*
	SECOND PASS

	This fixes any unexpected results from the first pass, and adds additional
	details.
*/
.phone_ph {
	color: rgb( 255, 233, 130 );
	font-weight: bold;
}
.phone_number {
    	color: white;
    	font-weight: bold;
    	font-size: 10pt;
}
#top_nav a {
	font-size: 8pt;
	color: white;
	text-decoration: none;
}
#top_nav li {
    color: white;
	line-height: 1em;
	padding: 0em;
	position: relative;
	top: 12px;
}
.separator {
	font-weight: bold;
	font-size: 7pt;
	color: rgb( 206, 84, 40 ); /* dark orange */
	
}
#main_nav li {
    /* tweak positioning */
	position: relative;
	top: 3px;
}
#commercial select, #personal select {
	margin-left: 20px;

}
#actionpanel {
	color: white;
}
#actionpanel h2, #actionpanel h3 {
    color: white;
	font-size: 16pt;
	margin: 0;
}
#actionpanel p {
    color: white;
	font-size: 12pt;
	margin: 0;
}
button {
	cursor: pointer;
	padding: 0;
	margin: 0;
}
p.label {
	font-size: 8pt;
}
#hours24 {
    color: rgb( 247, 192, 3 );
}
.subheading {
	border-bottom: 1px dashed #ccc;
	padding-bottom: .25em;
}
.headed_paragraph {
	margin: 0;
	padding: 0;
}
.headed_paragraph h3, .headed_paragraph h2 {
	margin-top: 0;
	margin-bottom: 0;
}
tr.meetteam td {
	border-bottom: 1px dashed #ccc;
}
tr.meetteam td {
    padding: .5em;
}
.headed_paragraph p {
	margin-top: 0;

}
.headed_paragraph img {
	display: inline;
}

