@charset "utf-8";

/***** Border that goes around all photos / illustrations *********/
.img-border {
	background-color: #fff;
	border: 1px solid #d8d8d8;
	padding: 2px;	
}

/***** Flash Rotating Gallery - Home Page *********/
#flash {
	padding: 1px 0px 0px 3px;
	height: 340px !important;
	border: 0px solid #ff0000;
	width: 808px;
}

/***** Sidebar *********/
/*#sidebar {
	width: 290px;
	float: left;
	margin: 15px 0px 0px 0px;
	height: 240px;
	background-image: url(../graphics/quick_links.png);
	background-repeat: no-repeat;
}
#sidebar2 {
	width: 290px;
	float: left;
	margin: 15px 0px 0px 0px;
	height: 240px;
	background-image: url(../graphics/quick_links2.png);
	background-repeat: no-repeat;
}*/
#sidebar3 {
	width: 258px;
	margin-top: 10px;
	float: left;
	height: auto;
}
#sidebar4 {
	width: 274px;
	margin-top: 10px;
	float: left;
	height: auto;
}
#sidebar4 a {
	outline: none;
	cursor: pointer;
}
#sidebar4 img {
	background-color: #fff;
	border: 1px solid #d8d8d8;
	padding: 2px;
	margin: 0 0 9px 3px;
}
#breadcrumbs {
	width: 524px;
	float: left;
	border-bottom: 1px #f09e36 solid;
	margin: 0 0 13px 0;
	padding: 0 0 5px 0;
	height: auto;	
	text-transform:uppercase;
}
#breadcrumbs ul {
	text-align: left;
	padding: 0;
	list-style-type: none;
}
#breadcrumbs li {
	margin: 0;
	display: inline;
	list-style-type: none;

}
#breadcrumbs li a { 
	color: #026493;
	text-decoration: none;
	font: bold 10px/1.2em Arial, Helvetica, sans-serif;
}
#breadcrumbs li a:hover {
	color: #026493;
	text-decoration: underline;
}

/***** Quicklinks Box *********/
#quicklinks-box {
	background: url(../graphics/quicklinks.png) #fff repeat-x top;
	display: inline;
	width: 258px;
	float: left;
	margin-left: 0px;
	padding: 0px;
}
#quicklinks-box h2 {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #1686cd;
	padding: 5px 0 0 49px;
	border-bottom: 0px solid #1686cd;
}
#quicklinks-box ul {
	text-align: left;
	margin: 17px 10px 10px 0;
	padding: 0;
	list-style-type: none;
}
#quicklinks-box li {
	margin-left: 19px;
	list-style-type: none;
}
#quicklinks-box li a {
	color: #026493;
	text-decoration: none;
	background: url(../graphics/arrow.gif) no-repeat 0% 50%;
	padding: 0 0 0 22px;
	font: bold 12px/2em Arial, Helvetica, sans-serif;
}
#quicklinks-box li a:hover {
	color: #026493;
	text-decoration: underline;
}

/***** About Box *********/
#sidebar-box {
	background: url(../graphics/aboutbox.png) #fff repeat-x top;
	display: inline;
	width: 274px;
	float: left;
	margin-left: 0;
	padding: 2px;
}
#sidebar-box h2 {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #1686cd;
	border: none;
	margin: 0;
	padding: 12px 0 0 22px;
}

#sidebar-box p {
	font: inherit;
	padding: 20px 17px 44px 17px;
}
#sidebar-box ul {
	text-align: left;
	margin: 17px 10px 10px 0;
	padding: 0;
	list-style-type: none;
}
#sidebar-box li {
	margin-left: 19px;
	list-style-type: none;
}
#sidebar-box li a {
	font: bold 12px/2.3em Arial, Helvetica, sans-serif;
	color: #666;
	text-decoration: none;
	background: url(../graphics/arrow.gif) no-repeat 0% 50%;
	padding: 0 0 0 23px;		
}
#sidebar-box li.on a {
	color: #026493;	
}
#sidebar-box li a:hover {
	color: #026493;
	text-decoration: underline;
}

/***** Careers Search / Login Box *********/
#careers-box {
	background: url(../graphics/aboutbox.png) repeat-x top;
	background-color: none;
	display: inline;
	width: 274px;
	float: left;
	margin-left: 0;
	padding: 2px;
	padding-bottom: 25px;
}
#careers-box p {
	margin: 10px 15px 0 22px;	
}
#careers-box h2 {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #1686cd;
	border: none;
	margin: 0;
	padding: 12px 0 0 22px;
}
#careers-box ul {
	text-align: left;
	margin: 17px 10px 10px 0;
	padding: 0;
	list-style-type: none;
}
#careers-box li {
	margin-left: 19px;
	list-style-type: none;
}
#careers-box li a {
	font: bold 12px/2.3em Arial, Helvetica, sans-serif;
	color: #666;
	text-decoration: none;
	background: url(../graphics/arrow.gif) no-repeat 0% 50%;
	padding: 0 0 0 23px;		
}
#careers-box li a:hover {
	color: #026493;
	text-decoration: underline;
}
#careers-box hr {
	color: #dbdbdc;
	margin: 10px 13px 2px 18px;
}

/***** Featured Jobs Box *********/
#featured-outer-box {
	background-color: #fff;
	display: inline;
	border: 1px solid #d8d8d8;
	width: 265px;
	float: left;
	margin: 6px 0 14px 3px;
	padding: 2px;
}
#featured-box {
	background: url(../graphics/background-fade.png) repeat-x top;
	width: 265px;
	margin-bottom: 25px;
}
#featured-box h2 {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #1686cd;
	padding-top: 10px;
	padding-left: 12px;
	border-bottom: 0px solid #1686cd;
	margin: 0;
}
#featured-box ul {
	text-align: left;
	margin: 17px 10px 10px 0;
	padding: 0;
	list-style-type: none;
}
#featured-box li {
	margin: 0 0 10px 13px;
	list-style-type: none;
}
#featured-box li a {
	font: bold 12px/1.4em Arial, Helvetica, sans-serif;
	color: #026493;
	text-decoration: none;
	background: url(../graphics/arrow.gif) no-repeat 0% 50%;
	display: block;
	padding: 0 0 0 23px;		
}
#featured-box li a:hover {
	color: #026493;
	text-decoration: underline;
}

/***** Content Text *********/
#content-area {
	width: 535px;
	float: right;
	margin: 10px 35px 0px 0px;
	height: auto;
}
#content-area2 {
	width: 524px;
	float: right;
	margin: 14px 30px 0px 0px;
	height: auto;
}
#content-area2 img {
	float: left;
	background-color: #fff;
	border: 1px solid #d8d8d8;
	padding: 2px;
	margin: 0 0 15px 0;		
}
#content-area2 img.img-thumbnail {
	margin: 0 12px 0 0;
}
#content-area2 img.no-border {
	border: none;
	padding: 0;
	margin: -10px 0 20px 0;
}
#content-area2-images {
	width: 524px;
	float: left;
	margin: 2px 0 14px 0;
	height: auto;		
}
/* #content-area2 ul { 
	margin-bottom: 2em;
}
#content-area2 ul li { 
	margin-left: 2em;
	padding-left: 1em;
	list-style-image: url(../graphics/bullets.gif);
} */
#content-area2 ul.values { 
	font: inherit;
	padding: 0;
	margin: -10px 0 15px 0;	
}
#content-area2 ul.values2 {
	font: inherit;
	padding: 0;
	margin: 5px 0 0 0;	
}
#content-area2 ul.values3 {
	font: inherit;
	padding: 0;
	margin: 5px 0 0 0;	
}
#content-area2 li.values { 
	padding: 0;
	margin-left: 16px;
	list-style-type: square;	
}
#content-area2 li.values2 { 
    font: 10px/1.4em Arial, Helvetica, sans-serif;
	padding: 0 0 5px 0;
	margin-left: 16px;
	list-style-type: square;	
}
#content-area2 li.values3 { 
    font: 10px/1.4em Arial, Helvetica, sans-serif;
	padding: 0 0 5px 0;
	margin-left: 25px;
	list-style-type: square;	
}
#content-area2 ul.values ul li {
	list-style-type: none;
	padding-left: 1em;
	background-image: url(../graphics/hollow-square-bullet.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
}
#content-area3 {
	width: 524px;
	float: right;
	margin: 4px 30px 0px 0px;
	height: auto;
}
#content-area3 img {
	float: left;
	background-color: #fff;
	border: 1px solid #d8d8d8;
	padding: 2px;
	margin: 0 0 15px 0;		
}
#content-area3 img.img-thumbnail {
	margin: 0 12px 0 0;
}
#content-area3 img.no-border {
	border: none;
	padding: 0;
	margin: -10px 0 20px 0;
}
#content-area3-images {
	width: 524px;
	float: left;
	margin: 2px 0 14px 0;
	height: auto;		
}
#content_area2 {  /***** These Styles Not Currently Being Used *********/
	width: 810px;
	float: left;
	margin: 15px 15px 0px 0px;
	height: 190px;
}
#col_area {
	width: 250px;
	float: left;
	margin: 0px 20px 0px 0px;
	height: auto;
}
#col_area2 {
	width: 272px;
	float: left;
	margin: 0px 10px 0px 0px;
	height: 312px;
	background-image: url(../graphics/letter.png);
	background-repeat: no-repeat;
}
#col_mid {
	width: 250px;
	float: left;
	margin: 0px 10px 0px 0px;
	height: auto;
}
#q-dirs {
	width: 275px;
	height: 240px;
}
#q-dirs ul {
	margin: 65px 0 5px 18px;
	padding-left: 0px;
	list-style: none;
}
#q-dirs li {
	margin-bottom: 9px;
	padding: 0px 10px 0 25px;
	background: url(../graphics/arrow.gif) no-repeat 0 2px;
}
#q-dirs a {
	text-decoration: none;	
}
#q-dirs a:hover {
	text-decoration: underline;	
}
#values {
	width: 120px;
	float: left;
	height: 50px;
}
#values ul {
	margin: 5px 0 5px 0px;
	padding-left: 0;
	list-style: none;
}
#values li {
	margin-bottom: 9px;
	padding: 0 10px 0 15px;
	background: url(../graphics/0085_blueAndPointy.png) no-repeat 0 2px;
}
#infocus {
	width: 270px;
	float: left;
	height: 100px;
}
#infocus ul {
	margin: 66px 0 5px 20px;
	padding-left: 0;
	list-style: none;
}
#infocus li {
	margin-bottom: 9px;
	padding: 0 20px 0 20px;
	background: url(../graphics/0085_blueAndPointy.png) no-repeat;
	background-position: 0px 5px;
}

/***** 2-Column Bulleted Lists within Content *********/
#content-area2-list {
	background-color: none;
	display: block;
	width: 524px;
	float: left;
	margin: 0 0 15px 0;
}
/* left column */
#content-area2-list-left {
	background-color: #fff;
	display: inline;
	border: none;
	width: 262px;
	float: left;	
}
#content-area2-list-left ul {
	text-align: left;
	padding: 0;
	list-style-type: none;
}
#content-area2-list-left li {
	list-style-type: none;
}
#content-area2-list-left li a { 
	color: #026493;
	text-decoration: none;
	font: bold 12px/2em Arial, Helvetica, sans-serif;
	background: url(../graphics/arrow.gif) no-repeat 0% 50%;
	display: block;
	padding: 0 0 0 20px;
}
#content-area2-list-left li a:hover {
	color: #026493;
	text-decoration: underline;
}
/* right column */
#content-area2-list-right {
	background-color: #fff;
	display: inline;
	border: none;
	width: 262px;
	float: left;
}
#content-area2-list-right ul {
	text-align: left;
	padding: 0;
	list-style-type: none;
}
#content-area2-list-right li {
	list-style-type: none;
}
#content-area2-list-right li a {
	color: #026493;
	text-decoration: none;
	font: bold 12px/2em Arial, Helvetica, sans-serif; 
	background: url(../graphics/arrow.gif) no-repeat 0% 50%;
	display: block;
	padding: 0 0 0 20px;		
}
#content-area2-list-right li a:hover {
	color: #026493;
	text-decoration: underline;
}

/***** 2-Column Bulleted Lists within Content (alternate version) *********/
#content-area3-list {
	background-color: none;
	display: block;
	width: 524px;
	float: left;
	margin: 0 0 15px 0;
}
/* left column */
#content-area3-list-left {
	display: inline;
	border: none;
	width: 262px;
	float: left;
}
#content-area3-list-left ul {
	text-align: left;
	padding: 0;
	list-style-type: none;
}
#content-area3-list-left li {
	margin: 0 0 8px 0;
	list-style-type: none;
}
#content-area3-list-left li a { 
	color: #026493;
	text-decoration: none;
	font: bold 10px/1.2em Arial, Helvetica, sans-serif;
	background: url(../graphics/arrow.gif) no-repeat 0% 50%;
	display: block;
	padding: 0 0 0 20px;
}
#content-area3-list-left li a:hover {
	color: #026493;
	text-decoration: underline;
}
/* right column */
#content-area3-list-right {
	background-color: #fff;
	display: inline;
	border: none;
	width: 262px;
	float: left;
}
#content-area3-list-right ul {
	text-align: left;
	padding: 0;
	list-style-type: none;
}
#content-area3-list-right li {
	margin: 0 0 8px 0;
	list-style-type: none;
}
#content-area3-list-right li a {
	color: #026493;
	text-decoration: none;
	font: bold 10px/1.2em Arial, Helvetica, sans-serif; 
	background: url(../graphics/arrow.gif) no-repeat 0% 50%;
	display: block;
	padding: 0 0 0 20px;		
}
#content-area3-list-right li a:hover {
	color: #026493;
	text-decoration: underline;
}

/***** 2-Column Bulleted Lists within Content (Smaller Version) *********/
#content-area2-list2 {
	background-color: none;
	display: block;
	width: 350px;
	float: left;
	margin: 0 0 15px 0;
}
/* left column */
#content-area2-list2-left {
	background-color: #fff;
	display: inline;
	border: none;
	width: 175px;
	float: left;	
}
#content-area2-list2-left ul {
	text-align: left;
	padding: 0;
	list-style-type: none;
}
#content-area2-list2-left li {
	margin: 0 0 8px 0;
	list-style-type: none;
}
#content-area2-list2-left li a { 
	color: #026493;
	text-decoration: none;
	font: bold 10px/1.2em Arial, Helvetica, sans-serif;
	background: url(../graphics/arrow.gif) no-repeat 0% 50%;
	display: block;
	padding: 0 0 0 20px;
}
#content-area2-list2-left li a:hover {
	color: #026493;
	text-decoration: underline;
}
/* right column */
#content-area2-list2-right {
	background-color: #fff;
	display: inline;
	border: none;
	width: 175px;
	float: left;
}
#content-area2-list2-right ul {
	text-align: left;
	padding: 0;
	list-style-type: none;
}
#content-area2-list2-right li {
	margin: 0 0 8px 0;
	list-style-type: none;
}
#content-area2-list2-right li a {
	color: #026493;
	text-decoration: none;
	font: bold 10px/1.2em Arial, Helvetica, sans-serif; 
	background: url(../graphics/arrow.gif) no-repeat 0% 50%;
	display: block;
	padding: 0 0 0 20px;		
}
#content-area2-list2-right li a:hover {
	color: #026493;
	text-decoration: underline;
}

/***** Facts and Figures Page 2-Column Layout *********/
#faq-left-col {
	width: 300px;
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
}

#faq-right-col {
	background-color: #f5f1f2;
	border: 1px solid #d8d8d8;
	with: 200px;
	float: right;
	display: inline;
	margin: 0;
	padding: 5px 10px;
}

/***** Three Boxes - Home Page *********/
#box-container {
	width: 873px;
	margin-top: 5px;
	float: left;
}
/* Left Box CSS */
#left-outer-box {
	background-color: #fff;
	display: inline;
	border: 1px solid #d8d8d8;
	width: 248px;
	float: left;
	margin-left: 33px;
	padding: 2px;
}
#left-box {
	background: url(../graphics/background-fade.png) repeat-x top;
	width: 248px;
}
#left-box h2 {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #1686cd;
	padding-top: 10px;
	padding-left: 10px;
	border-bottom: 0px solid #1686cd;
	margin: 0px;
}
#left-box p {
	font: 12px Arial, Helvetica, sans-serif;
	color: #334953;
	margin-bottom: -2px;
	padding-right: 10px;
	padding-left: 10px;
}
#left-box ul {
	text-align: right;
	margin: 10px 10px 15px 0;
	padding: 0;
	list-style-type: none;
}
#left-box li {
	margin: 0;
	list-style-type: none;
}
#left-box li a {
	color: #026493;
	text-decoration: none;
	background: url(../graphics/arrow.gif) no-repeat 0% 50%;
	margin: 0;
	padding: 0 0 0 20px;
	font: 10px/1.2em Arial, Helvetica, sans-serif;
}
#left-box li a:hover {
	color: #026493;
	text-decoration: underline;
}
/* Middle Box CSS */
#middle-outer-box {
	background-color: #fff;
	display: inline;
	border: 1px solid #d8d8d8;
	width: 248px;
	float: left;
	margin-left: 20px;
	padding: 2px;
}
#middle-box {
	background: url(../graphics/background-fade.png) repeat-x top;
	width: 248px;
}
#middle-box h2 {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #1686cd;
	padding-top: 10px;
	padding-left: 10px;
	border-bottom: 0px solid #1686cd;
	margin: 0px;
}
#middle-box p {
	font: 12px Arial, Helvetica, sans-serif;
	color: #334953;
	margin-bottom: -2px;
	padding-right: 10px;
	padding-left: 10px;
}
#middle-box ul {
	text-align: right;
	margin: 10px 10px 15px 0;
	padding: 0;
	list-style-type: none;
}
#middle-box li {
	margin: 0;
	list-style-type: none;
}
#middle-box li a {
	color: #026493;
	text-decoration: none;
	background: url(../graphics/arrow.gif) no-repeat 0% 50%;
	margin: 0;
	padding: 0 0 0 20px;
	font: 10px/1.2em Arial, Helvetica, sans-serif;
}
#middle-box li a:hover {
	color: #026493;
	text-decoration: underline;
}
/* Right Box CSS */
#right-outer-box {
	background-color: #fff;
	display: inline;
	border: 1px solid #d8d8d8;
	width: 252px;
	float: left;
	margin-left: 20px;
	padding: 2px;
}
#right-box {
	background: url(../graphics/background-fade.png) repeat-x top;
	width: 252px;
	border: 0px solid #1686cd;
}
#right-box h2 {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #1686cd;
	padding-top: 10px;
	padding-left: 10px;
	border-bottom: 0px solid #1686cd;
	margin: 0px;
}
#right-box p {
	font: 12px Arial, Helvetica, sans-serif;
	color: #334953;
	margin-bottom: -2px;
	padding-right: 10px;
	padding-left: 10px;
}
#right-box ul {
	text-align: right;
	margin: 10px 10px 15px 0;
	padding: 0;
	list-style-type: none;
}
#right-box li {
	margin: 0;
	list-style-type: none;
}
#right-box li a {
	color: #026493;
	text-decoration: none;
	background: url(../graphics/arrow.gif) no-repeat 0% 50%;
	margin: 0;
	padding: 0 0 0 20px;
	font: 10px/1.2em Verdana, Geneva, sans-serif;
}
#right-box li a:hover {
	color: #026493;
	text-decoration: underline;
}

/***** A-to-Z List *********/
dl.abar {
	margin: 10px 0 10px 0;
	padding: 4px!important;
	clear: both;
	border-top: 1px;
	border-top-style: solid;
	border-top-color: #f09e36;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f09e36;
	position: static;
	color: #666;
} 
dt.abtitle {
	display: inline;
	font-size: 120%;
	font-weight: bold;
	color: #666;
	height: 15px;
	padding: 0 0 0 4px;
}
dl.abitems {
	width: 100%;
	clear: left;
	margin-top: 5px;
	font: bold 11px/1.2em Arial, Helvetica, sans-serif;
	color: #666;
} 
dt.abitems {
	display: inline;
	clear: left;
	float: left;
	height: 20px;
	margin-bottom: 1px;
	padding: 0 0 0 10px;
	color: #026493;
	background-image: url(../graphics/bullets.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	font: normal 10px/1.2em Arial, Helvetica, sans-serif;
	width: 75%;
}
dt.abitems a {
	display: inline;
	font: normal 11px/1.2em Arial, Helvetica, sans-serif;

}
dd.abitems  a {
	float: right;
	width: 17%;
	padding: 0 10px 0 0;
	height: 17px;
	background-image: url(../graphics/arrow_up.gif);
	background-repeat: no-repeat;
	background-position: 85px 1px;
	color: #f09e36;
	font: bold 11px Arial;
	text-decoration: none;
	margin-top: -15px;
}
#top-link {
	display: block;
	width: 90px;
	height: 15px;
}
.alphaListNav {
	color: #026493;
	text-decoration: none;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	cursor: hand;
}
.alphaListNav a:link, .alphaListNav a:visited {
	color: #026493;
	text-decoration: none;
	padding: 0px 6px 0px 6px;
	font-weight: bolder;
	font-style: normal;
	font-size: 120%;
}
.alphaListNav a:hover {
	text-decoration: underline;
}

/***** A-to-Z List (Alternate) *********/
#azcontainer {
	position: relative;
	min-height: 400px;
	margin-bottom: 100px;
}
#ac {
	visibility: hidden;
	display: none;
}
#df {
	visibility: hidden;
	display: none;
}
#gj {
	visibility: hidden;
	display: none;
}
#kn {
	visibility: hidden;
	display: none;
}
#or {
	visibility: hidden;
	display: none;
}
#su {
	visibility: hidden;
	display: none;
}
#vz {
	visibility: hidden;
	display: none;
}
li.abitems  {
	display: inline;
	clear: left;
	float: left;
	height: 20px;
	margin-bottom: 1px;
	padding: 0 0 0 10px;
	color: #026493;
	background-image: url(../graphics/bullets.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	font: normal 10px/1.2em Arial, Helvetica, sans-serif;
	width: 75%;
}
li.abitems a  {
	display: inline;
	font: normal 11px/1.2em Arial, Helvetica, sans-serif;
}

/***** Automotive *********/
#sidebar-box li#automotive.on a {
	color: #026493;
}
#grey-boxborder {
	background-color: #fff;
	border: 1px solid #d8d8d8;
	padding: 2px;
	margin: 8px 0 8px 0;
	width: 515px;
	height: auto;
}
#grey-box {
	width: 498px;
	background-color: #ededed;
	padding: 4px 4px 4px 13px;
	margin: 0;
	position: inherit;
	overflow: hidden;
}
#grey-box_Leftcol {
	float: left;
	width: 240px;
	border: solid 0px red;
}
#grey-box_Leftcol p.list-top {
	padding-top: 35px;
}
#grey-box_Rightcol {
	float: right;
	width: 240px;
	border: solid 0px red;
}
#grey-box_Rightcol p.list-top {
	padding-top: 35px;
}
dl.gbitems {
	clear: left;
	margin-top: 4px;
	font: bold 11px/1.2em Arial, Helvetica, sans-serif;
	color: #666;
} 
dt.gbitems  {
	display: inline;
	clear: left;
	float: left;
	/*height: 20px;*/
	margin-bottom: 5px;
	padding: 0 0 5px 10px;
	color: #026493;
	background-image: url(../graphics/bullets.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	font: bold 10px/1.2em Arial, Helvetica, sans-serif;
	width: 230px;
}
dt.gbitems2  {
	display: inline;
	clear: left;
	float: left;
	/*height: 20px;*/
	margin-bottom: 5px;
	padding: 0 0 5px 10px;
	color: #334953;
	background-image: url(../graphics/bullets-01.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	font: bold 10px/1.2em Arial, Helvetica, sans-serif;
	width: 230px;
}
dt.gbitems a {
	font: bold 10px/1.2em Arial, Helvetica, sans-serif;
	color: #026493;
	text-decoration: none;
}
dt.gbitems a:hover {
	text-decoration: underline;	
}
p.list-top {
	margin-top: 10px;	
}
/***** Vehicle Information Technologies *********/
.tier4page-h2 {
	color: #666;
	margin: 5px 2px 5px 0;
	padding-bottom: 7px;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 0px solid #f09e36;
}

/***** JQuery Tabbed Boxes *********/
/* get rid of those system borders being generated for A tags, doesn't work in IE 7 */
a:active {
	outline:none;
}
:focus {
	-moz-outline-style: none;
}
/* ==== CSS for tabs ==== */
/* root element for tabs */
ul.css-tabs {  
	border-bottom: 1px solid #d8d8d8;
	width: 525px;
	height: 24px;
	margin: 0 !important; 
	padding: 0; 	
}
/* single tab */
ul.css-tabs li {
	float: left;	
	margin: 0;
	padding: 0;  
	list-style-type: none;	
}
/* link inside the tab */
ul.css-tabs a {
	color: #777;
	text-decoration: none;
	font: 10px Arial, Helvetica, sans-serif;
	background-color: #ededed;
	display: block;
	border: 1px solid #d8d8d8;	
	border-bottom: 0px;
	float: left;
	margin-right: 0px;
	padding: 5px 16px;
	position: relative;
	height: 12px;
	top: 1px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;	
}
ul.css-tabs a:hover {
	color: #666;
	background-color: #fff;
}	
/* selected tab */
ul.css-tabs a.current {
	color: #666;
	background-color: #fff;
	border-bottom: 1px solid #fff;	
	cursor: default;
}
/* ==== CSS for tab panes ==== */
/* tab pane */
div.css-panes div {
	background-color: #ededed;
	display: none;
	border: 1px solid #d8d8d8;
	border-width: 0 1px 1px 1px;
	width: 519px;
	min-height: 165px;
}
div.panes-outer {
	background-color: #fff;
	display: block;
	width: 519px;
	float: left;
	padding: 2px;
	margin-bottom: 0px;
	min-height: 165px;
}
/* left column within tab pane */
#panes-left {
	background-color: #ededed;
	display: inline;
	border: solid 0px red;
	width: 260px;
	float: left;
	min-height: 165px;
	padding-right: 4px;
}
#panes-left ul {
	font: normal 10px/2em Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 9px 0 9px 0;
	padding: 0 0 0 25px;
	list-style-type: none;
}
#panes-left li {
	margin-left: 0;
	list-style-type: square;
}
#panes-left li a {
	color: #026493;
	text-decoration: none;
	/*background: url(../graphics/arrow.gif) no-repeat 0% 50%;*/
	display: block;
	padding: 0;
	font: bold 10px/2em Arial, Helvetica, sans-serif;
}
#panes-left li a:hover {
	color: #026493;
	text-decoration: underline;
}
/* right column within tab pane */
#panes-right {
	background-color: #ededed;
	display: inline;
	border: solid 0px red;
	width: 255px;
	float: left;
	min-height:165px;
}
#panes-right ul {
	font: normal 10px/2em Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 9px 0 9px 0;
	padding: 0 0 0 25px;
	list-style-type: none;
}
#panes-right li {
	margin-left: 0;
	list-style-type: square;
}
#panes-right li a {
	color: #026493;
	text-decoration: none;
	/*background: url(../graphics/arrow.gif) no-repeat 0% 50%;*/
	display: block;
	padding: 0;
	font: bold 10px/2em Arial, Helvetica, sans-serif;
}
#panes-right li a:hover {
	color: #026493;
	text-decoration: underline;
}
/* other panes, css will need to be updated when content is added */
#panes {
	background-color: #ededed;
	display: inline;
	border: none;
	width: 519px;
	float: left;
	min-height:123px;
}
#panes ul {
	font: normal 10px/2em Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 9px 0 9px 0;
	padding: 0 0 0 25px;
	list-style-type: none;
}
#panes li {
	margin-left: 0;
	list-style-type: square;
}
#panes li a {
	color: #026493;
	text-decoration: none;
	/*background: url(../graphics/arrow.gif) no-repeat 0% 50%;*/
	display: block;
	padding: 0;
	font: bold 10px/2em Arial, Helvetica, sans-serif;
}
#panes li a:hover {
	color: #026493;
	text-decoration: underline;
}

/***** News Bar *********/
#newsbar {
	width: 290px;
	float: left;
	margin: 0px 0px 0px 0px;
	height: 305px;
	background-image: url(../graphics/latest_news2.png);
	background-repeat: no-repeat;
}

/******** NEWS IMAGE DIV  ************/
#newsimg {
	width:206px;
	margin-left:4px;
	float:right;
}

.newsimg_cap {
text-align:right;
margin-top:.5em;
margin-bottom:1em;
font-style:italic;
margin-left:1em;
}

.newstext ul {
	font: inherit;
	padding: 0;
	margin: -10px 0 0 0;
	}
.newstext li {	
	padding: 0;
	margin-left: 16px;
	list-style-type: square;
	}
	
.newstext p {
margin-top: .8em;
margin-bottom: .8em;
}

/***** News and Events Page *********/
.news_tease {
	height: 3.5em;
	overflow: hidden;
}
#quicklinks-box-news {
	text-transform: uppercase;
}
.newsheadline a {
	text-decoration: none;
	font-weight: bold;
}
.newsheadline a.hover {
	text-decoration: underline;
}
.newstease {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	margin-left: 2em;
}
.newstease a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	text-decoration: none;
}
.newstease a:hover {
	text-decoration: underline;
}
.red {
	color: #ff0000;
}

/***** Random Styles *********/
#locationInfo {
	min-height: 400px;
}
#cse-search-results iframe {
	width: 520px;	
}
#map_canvas img {
	background-color: transparent;	
}