
/*
===========================================================
	TABLE OF CONTENTS
===========================================================
	1. Typography
	2. Common

*/

/*********************************************************
	1. Typography
**********************************************************/

h2, h3, h4, h5, h6 {
	color: #00858D;
}

a {
	color: #00858d;
	text-decoration: none;
}

a:visited {
	color: #00858d;
}

/*********************************************************
	2 Common
**********************************************************/

a.arrowed-inverse {
	background: transparent url('/assets/images/global/common/icons.png') no-repeat right -238px;
	padding-right: 12px;
	color: #333;
}

a:visited.arrowed-inverse {
	color: #333;
}

a:hover.arrowed-inverse {
	background: transparent url('/assets/images/global/common/icons.png') no-repeat right -318px;
	padding-right: 12px;
	color: #00858d;
}

span.arrowed-inverse {
	background: transparent url('/assets/images/global/common/icons.png') no-repeat right -318px;
	padding-right: 12px;
	color: #00858d;
}


/*********************************************************
	3 Navigation
**********************************************************/
#navigation {
	width: 920px;
	margin-left: 20px;
}

#navigation li .tab_shim {
	width: 920px;
}



