/* CSS Document */

/*
Triebold Blue: #0065a4
Triebold Light Blue (Search Boxes): #99c1db
Triebold Outdoor power Green: #268f3a
Triebold Construction Orange: #e38c24
Case Red: #c40f2f

SILVER (PRINTED METALLIC OR LIGHT GREY SECONDARY COLOR): #a4adb6
Black, #000000
Dark grey, #646160
Light grey, #A1A2A4
Pale grey background, #D0D0D1

*/

body { 
	background-color:#FAFAFA;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	color:#646160 /* Dark Grey */
}

input {font-size:11px;}

.grey_line { background-color:#A1A2A4;; margin:10px 0 10px 0; width:100%; height:1px;}
.divider {background-color:#268f3a; height:22px; width:100%;}
.right_overflow {background-color:#268f3a; width:100%;}
.bottom_links { color:#000000; float:right; padding:5px 0 0 0; text-transform:uppercase; font-size:14px; letter-spacing:1px;}
.bottom_links a:link  { text-decoration:none; color:#268f3a;}
.bottom_links a:visited  { text-decoration:none; color:#268f3a;}
.bottom_links a:hover  { color:#666666; text-decoration: none; } /* Triebold Blue: */

#bottom_list li {
	list-style: none;
	display: inline;
	border-right: 1px solid #268f3a;
	padding-right: 7px;
	padding-left: 7px;
}

#bottom_list #last {
	border-right: none;
}

a:link { text-decoration:none; color:#000000; font-weight:bold;}
a:visited { text-decoration:none; color:#000000;font-weight:bold; }
a:hover { color:#268f3a; } /* Triebold Green: */
.current_link a:link { text-decoration:none; color:#268f3a; }
.current_link a:visited { text-decoration:none; color:#268f3a; }
.current_link a:hover { color:#268f3a; }  /* Triebold Green: */


.pad	{ margin:10px 20px 15px 10px;}

.whitetext	{ font-family:Arial, Helvetica, sans-serif; font-size:16px; color:#FFFFFF; vertical-align:middle; } /*Phone number on blue background*/
.std_text { color:#646160; font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:normal; line-height:16px; text-transform: none;  }
.headline { font-family:Arial, Helvetica, sans-serif; font-size:18px; font-weight:bold; line-height:18px; text-transform:capitalize; }
.lg_headline { color:#646160; font-family:Arial, Helvetica, sans-serif; font-size:24px; font-weight:bold; text-transform:uppercase; letter-spacing:2px }


#tabs {
	width: 500px;
	text-align: left;
}

#tabs ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 

#tabs ul li {
	margin-left: 0;
	margin-bottom: 0;
	padding: 2px 5px 2px;
	list-style: none;
	display: inline;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:14px;
	}
	
		
#tabs ul li.here {
	border-bottom: 1px solid #268f3a;
	list-style: none;
	display: inline;
	}

.altRow1 {
	background-color: #FAFAFA;
}

.altRow2 {
	background-color: #EDEDED;
}
th {
	text-align: center;
	background-color: #36Af4a;
	color: #000000;
}

.search_seperator { color: #646160; }
