﻿body {
	background: URL(images/blue/background_gradient.jpg) repeat-x;
	background-color: #aed3ed;
}

/**********************/
/**  Main Navigation **/
/**********************/
.navColismo {font-family: Tahoma; display: block; width: 289px; height: 91px; background: URL(images/blue/nav_colismo.jpg) no-repeat; }
.navBookend {float: right; width: 26px; background: URL(images/blue/nav_bookend) repeat-x;}
.navBackground {background: URL(images/blue/nav_tile.jpg) repeat-x;}

	/** off state **/
a.nav_auto, a.nav_finance, a.nav_insurance, a.nav_career{display: block; height: 91px; margin-left: 1px; float: right;}
a.nav_auto{width: 74px; background: URL(images/blue/nav_auto.jpg) no-repeat bottom;}
a.nav_finance{width: 104px; background: URL(images/blue/nav_finance.jpg) no-repeat bottom;}
a.nav_insurance{width: 133px; background: URL(images/blue/nav_insurance.jpg) no-repeat bottom;}
a.nav_career{width: 83px; background: URL(images/blue/nav_career.jpg) no-repeat bottom;}

	/** over state **/
a:hover.nav_auto, a:hover.nav_finance, a:hover.nav_insurance, a:hover.nav_career{display: block; height: 91px;}
a:hover.nav_auto{width: 74px; background: URL(images/blue/nav_auto.jpg) no-repeat top;}
a:hover.nav_finance{width: 104px; background: URL(images/blue/nav_finance.jpg) no-repeat top;}
a:hover.nav_insurance{width: 133px; background: URL(images/blue/nav_insurance.jpg) no-repeat top;}
a:hover.nav_career{width: 83px; background: URL(images/blue/nav_career.jpg) no-repeat top;}
/*************************/
/** end Main Navigation **/
/*************************/

.contentNavigation{background: URL(images/breadcrumb.jpg) no-repeat; height: 23px;padding-top: 8px; font-size: 11px;}
.contentNavigation a:link {color: #fff;}
