/***************************************************
Navteq Intranet Stylesheet
***************************************************/

/* Reset CSS */
@import url("reset.css");

/***************************************************
	Base Build / Common CSS
***************************************************/

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.4em;
	color:#666;
}

.main {
	width:941px;
	height:auto;
	margin:0 auto;
}

.clear {
	clear:both;
}

hr {
	clear: both;
	background-color: #fff;
	border-top: 1px solid #C0C3C2;
	border-bottom: none !important;
	border-left: none;
	border-right: none;
	height:0px;
}

p {
	line-height:1.4em;
	margin-bottom:11px;
}

.align_right {
	text-align:right;
}

.blue_text {
	color:#004791;
}

.white_text {
	color:#FFF;
}

.header {
	background:url(../img/vgheader.jpg) top left no-repeat;
	height:142px;
	width:941px;
	margin:0;
	padding:0;
	float:left;
}

.header .breadcrumb_menu {
	color:#FFF;
	float:left;
	height:19px;
	width:627px;
	margin:54px 10px 0 15px;
	padding:0;
}

.header .breadcrumb_menu a {
	color:#FFF;
	font-size:10px;
}




.topaddress {
	background:url(../img/blue_bar.jpg) top right repeat-x;
	height:28px;
	float:center;
	clear:both;
	margin:0;
	width:941px;
	text-transform:uppercase;
	color:#FFF;
	font-size:11px;
	text-decoration:none;
	padding:6px 12px 3px;
	display:block;
	font-weight:bold;
}


a.more_blue {
	color:#0050AA;
	text-align:right;
	float:right;
	background:url(../img/blue_arrow.png) right 4px no-repeat;
	padding:0 7px 0 0;
}

a.more_white {
	color:#FFF;
	text-align:right;
	float:right;
	background:url(../img/white_arrow.png) right 4px no-repeat;
	padding:0 7px 0 0;
}

/***************************************************
	Left Sidebar
***************************************************/

.left_sidebar {
	background:#EAEFF5;
	float:left;
	width:177px;
	padding:20px 20px 30px 23px;
	min-height:550px;
	margin:0 0 0 2px;
	font-weight:bold;
}

.left_sidebar ul {
	list-style:none;
	margin:10px 0 20px;
}

.left_sidebar li {
	margin:4px 0;
}

.left_sidebar a {
	color:#666;
	text-decoration:none;
}

.left_sidebar a:hover {
	color:#333;
	text-decoration:underline;
}

.left_sidebar strong {
	color:#004791;
}

.left_sidebar h2 {
	font-size:19px;
	font-weight:normal;
	color:#004791;
}

/***************************************************
	Right Sidebar
***************************************************/
.right_sidebar_wrapper {
	float:right;
	width:218px;
}

.right_sidebar_topper {
	background:url(../img/right_sidebar_topper.gif) top center no-repeat;
	height:12px;
	width:218px;
	margin:0;
	padding:0;
}

.right_sidebar {
	background:#004791 url(../img/right_sidebar_background.gif) bottom center no-repeat;
	padding:0 10px 20px 20px;
	min-height:350px;
	color:#FFF;
}

.right_sidebar h4 {
	font-size:13px;
	margin-bottom:10px;
}

.right_sidebar p {
	line-height:1.3em;
	margin-bottom:10px;
}

/***************************************************
	Center Common Content
***************************************************/

.page_header {
	float:left;
	clear:right;
	width:697px;
	margin:20px 2px 5px 20px;
}

.page_header h2 {
	font-size:19px;
	font-weight:normal;
	color:#004791;
}

.content {
	float:left;
	width:600px;
	margin:0 15px 0 20px;
}

.content a {
	color:#333;
	text-decoration:none;
}

.content a:hover {
	text-decoration:underline;
}

.content table a {
	color:#004791;
	text-decoration:underline;
}

.content th {
	color:#FFF;
	background:#004791;
	padding:5px 8px;
	text-align:left;
}

.common_content td {
	padding:5px 8px;
}

.content strong {
	color:#004791;
}

/***************************************************
	Sub Page Lower Blue Section
***************************************************/

.lower_blue_bar {
	background:#004791 url(../img/sub_page_lower_blue.gif) top center no-repeat;
	float:left;
	height:30px;
	width:860px;
	float:left;
	margin:0 2px;
	padding:20px 0 0 77px;
	color:#FFF;
	text-transform:uppercase;
}

.lower_blue_bar ul {
	list-style:none;
}

.lower_blue_bar li {
	float:left;
	width:195px;
	margin:0 5px 0 0;
	height:18px;
}

.lower_blue_list {
	background:#3465A7;
	float:left;
	width:860px;
	float:left;
	margin:0 2px;
	padding:5px 0 20px 77px;
	color:#FFF;
}

.lower_blue_list ul {
	list-style:none;
	float:left;
	width:195px;
	margin:0 5px 0 0;
}

.lower_blue_list li {
	margin:5px 0;
}

.lower_blue_list a {
	color:#FFF;
	text-decoration:none;
}

.lower_blue_list a:hover {
	text-decoration:underline;
}

/***************************************************
	Footer
***************************************************/

.footer {
	float:left;
	margin:15px 0;
}

.footer a {
	margin:15px;
	color:#666;
	text-transform:uppercase;
	text-decoration:none;
}

.footer a:hover {
	text-decoration:underline;
	color:#999;
}
