/* ############################# HTML ELEMENT STYLES */	

html, body{
	margin: 0;
	width: 100%;
	height: 100%;
	background-color: #cdcccc;
	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	
	font-size:100%;
    line-height:1.125em; /* 16�1.125=18 */
	color: #333;
}

html>body {
	width: 100%;
	height: 100%;
}

#shadow-body {
	width: 1000px;
	margin: auto;
	background: #FFF url("../images/shadow-body.png") repeat-y top center;
}

#shadow-footer {
	width: 1000px;
	height: 80px;
	margin: auto;
	background: #cdcccc url("../images/shadow-footer.png") no-repeat top center;
}

img {	
/*
	display: block;
*/
	border: 0;
}

.hidden {
	display:none;
}

/* ############################# STYLES for Default links */	
a, a:link {
	text-decoration: none;
	color:  #438f83;  /* color: green */
	outline: none;
}
	
a:visited {
	color:  #438f83;
}

a:hover {
	color: #000;
}

a:active {
	color:  #438f83;
}


/* ####################################### START - Main Block Elements */
#header {
	width: 971px;
	height: 104px;
	margin-left: 15px;
	clear:left;
}

#wrapper {
/*	height*/
	background: transparent url("../images/header_bg.png") no-repeat 15px 0;
/*	margin-left: 15px;*/
}

#home-page #header {
	border-bottom: 1px solid #ccc;
}

#sub-page #header {
	border-bottom: 1px solid transparent;
}

#container {
	width: 971px;
	margin-left: 15px;
	overflow: hidden;
}

#flashBanner {
	float: left;
	width: 971px;
	height: 420px;
	margin-bottom: -20px;
	/*background: transparent url(../images/flash-holder.jpg) no-repeat 0 0;*/
}

/*
	Note: this just added constraints to the flash movie. Div will be replaced with swfObject embed.
*/
#novatelPlayer {
	width: 971px;
	height: 420px;
}

/* --------------------------------------------------------------------------- HOMEPAGE STYLES */


/* ####################################### START - Header Block Elements */
#logo {
	float: left;
	width: 145px;
	height: 105px;
	background: transparent url("../images/novatel-logo.png") no-repeat 0 0;
}

#menu {
	width: 476px;
	height: 105px;
	float: left;
	
	/* note - main menu styles are in css/novatel-menu.css */
}

#searchbar {
	position: relative;
	width: 350px;
	height: 105px;
	float: left;
}

#logo a {
	display: block;
	width: 100%;
	height: 100%;
}

#search {
	height: 24px;
	width: 153px;
	margin-left: 177px;
	margin-top: 62px;
	padding: 0;
	clear: left;
	border: 1px solid #ccc;
}

#search form {
	margin: 0;
	padding: 0;
}

#search-field {
	border: 0;
	background-color: #fff;
	width: 115px;
	margin:0;
	padding: 5px 5px;
	float: left;
	
	font-size:0.70em;
	line-height:1.3em;
	color: #438f83;
}

#search-submit {
	width: 28px;
	height: 24px;
	margin:0;
	padding: 0;
	float: left;
}




/* ####################################### START - Container Block Elements */
#page-body {
	float: left;
	width: 629px;
	height: 147px;
	padding-top: 38px;
	border-right: 1px solid #dbdbdb;
}

#page-body p {
	font-size: 0.84em;
	line-height: 1.4em;
	padding: 0 53px;
	margin: 0;
	margin-bottom: 0.7em;
}

#latest-news {
	position: relative;
	float: left;
	width: 341px;
	height: 147px;
	padding-top: 38px;
}

/*
	First we absolute postion the news nav and view all links
*/
#news-nav {
	position: absolute;
	left: 130px;
}

#news-nav img { display: inline; }

#view-all {
	position: absolute;
	right: 40px;
	font-size: 0.73em;
}

/*
	* now add the carousel styles 
*/
#latest-news h4 {
	margin: 0 30px 15px 30px;
	padding: 0;
	font-size: 0.8em;
	font-weight: normal;
}

#latest-news ul {
	margin: 0;
	padding: 0;
}

#latest-news li {
	float: left;
	margin: 0;
	padding: 0 30px;
	list-style-type: none;
	height:85px;	
	font-size: 0.73em;
	line-height: 1.5em;
}

#latest-news .date {
	display: block;
	color: #999;
	font-size: 0.9em;
}

#latest-news a.read-more {
	display: block;
}


/* --------------------------------------------------------------------------- SUBPAGE STYLES */

#Banner {
	margin: 0 0 30px 0;
}
#IntroText {
/*	float: left;*/
}

/* ####################################### START - Container Block Elements (sub) */
#left-sidebar {
	float: left;
	margin: 36px 60px 44px 20px;
	width: 158px;
	display: inline;
        /*height: 400px;*/
}

/* Note subpage menu styles are in css/novatel.css */

#page-body-sub {
	float: left;
	overflow: hidden;
	margin-top: 36px;
	margin-bottom: 33px;
	width: 713px;
	padding-right: 20px;
    min-height: 400px;
}
#page-body-sub p {
	width: 70%;
}
#page-body-sub.rightsidebar {
	width: 493px;
	float: left;
}
#page-body-sub.rightsidebar p {
	width: 100%;
}

#right-side-bar {
	float: right; 
	width: 200px; 
	xbackground-color: #333; 
	margin-top: 80px;
	margin: 76px 20px 0 0px;
}

#page-body-sub xp {
	font-size: 0.8em;
	padding: 0;
	margin: 0;
	margin-bottom: 0.7em;
}
/* what do these next two do?
#page-body-sub xp {
	font-size: 0.8em;
}

#page-body-sub xh3 {
	margin-top: 6px;
	color: #438f83;
}
*/

/* ####################################### START - Footer Block Elements */
#footer {
	width: 971px;
	margin-left: 15px;
	font-size: 0.65em;
	padding-top: 30px;
	color: #333;
}

#footer a, #footer a:link {
	color: #333;
}

#footer a:visited {
	color: #333;
}

#footer a:hover {
	color: #000;
}

#footer a:active {
	color: #333;
}

#copyright {
	/* no styles */
}

#company-info-links {
	/* no styles */
}



/* ################### MENU block container */
#menu {
	padding: 0;
	padding-top: 64px;
	margin:auto;
	height:40px; /* match novatel-menu height */
}

/* ################### MENU */
.novatel-menu {
	position: absolute;
	z-index: 999;
	margin: 0;
	padding: 0;
	width:550px;
	height:40px;
}

.novatel-submenu {
	position: absolute;
	z-index: 999;
	top:40px;
	width: 270px;
	margin: 0;
	padding: 0;
	
	margin-left: -1px;
	
	/*border: 1px solid #ccc;*/
	border-bottom: 0;
	
	background-color: #fff;
	
	display:none;
	left: 0;
}

.novatel-topmenu {
	position: absolute;
	top: 14px;
	right: 6px;
	
	padding: 0;
	margin: 0;
}

.menu-item, .menu-item-active {
	float:left;
	margin: 0;
	padding: 0;
	list-style: none;
	
	
	border-right: 1px solid #ccc;
	position: relative;
}

.submenu-item, .submenu-item-active {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	
	border-bottom: 1px solid #ccc;
}

.topmenu-item, .topmenu-item-active {
	float:left;
	margin: 0;
	padding: 0;
	list-style: none;
	border-right: 1px solid #ccc;
}


#menu .last, #topmenu .last {
	/*border-right: 1px solid transparent;*/
	margin-right: 1px;
	border-right: 0px;
}

#menu .first, #topmenu .first {
	/*border-left: 1px solid transparent;*/
	margin-left: 1px;
}

#menu .hover-back {
	/*background: transparent url("../images/menu-back.png") no-repeat 0 0;*/
	border-right: 1px solid #ccc;
}


/* ----------------------------------------------------------------------------- Main link styles */
.menu-item a, .menu-item a:link, .menu-item-active a,  .menu-item-active a:link {
	display: block;
	height: 100%;
	padding: 0 20px;
	margin: 0;
	text-align: center;
	font-size: 0.7em;
	font-weight: bold;
	line-height: 2.0em;
	text-decoration: none;
	text-transform: uppercase;
	color: #438f83;
	
/*	float: left;*/
/*	clear: both;*/
} /* unvisited link */


.menu-item a:visited {
	color: #438f83;
} /* visited link */

.menu-item a:hover {
	color: #000;
	background: transparent url("../images/menu-back.png") no-repeat 0 0;
} /* mouse over link */

.menu-item a:active {
	color: #438f83;
} /* selected link */


/* ########################## Main link ACTIVE styles */
.menu-item-active a,  .menu-item-active a:link  {
	color: #000;
} /* unvisited link */

.menu-item-active a:hover {
	color: #000;
	background: transparent url("../images/menu-back.png") no-repeat 0 0;
} /* mouse over link */




/* ----------------------------------------------------------------------------- Sub link styles */
.submenu-item a, .submenu-item a:link, .submenu-item-active a {
	display: block;
	padding: 4px 20px;
	text-align: left;
	font-weight: normal;
	font-size: 0.72em;
	line-height: 1.8em;
	color: #333;
	text-decoration: none;
	text-transform: none;
	
	background: transparent url("../images/submenu-back.png") repeat-y;
	
} /* unvisited link */

.submenu-item a:visited {
	color: #333;
} /* visited link */

.submenu-item a:hover {
	color: #fff;
	background: transparent url("../images/submenu-back-over.png") repeat-y;
} /* mouse over link */

.submenu-item a:active {
	color: #333;
} /* selected link */


/* ########################## Sub link ACTIVE styles */
.submenu-item-active a, .submenu-item-active a:link {
	color: #808183;
} /* unvisited link */

.submenu-item-active a:visited {
	color: #808183;
} /* visited link */

.submenu-item-active a:hover {
	color: #808183;
} /* mouse over link */

.submenu-item-active a:active {
	color: #808183;
} /* selected link */




/* ----------------------------------------------------------------------------- Topmenu link styles */
.topmenu-item a, .topmenu-item a:link, .topmenu-item-active a {
	display: block;
	height: 100%;
	padding: 0 13px;
	margin: 0;
	text-align: center;
	font-size: 0.62em;
	line-height: 1.9em;
	/*font-weight: bold;
	line-height: 2.85em;*/
	text-decoration: none;
	text-transform: uppercase;
	
	color: #438f83;
	float: left;
	
} /* unvisited link */

.topmenu-item a:visited {
	color: #438f83;
} /* visited link */

.topmenu-item a:hover {
	color: #000;
} /* mouse over link */

.topmenu-item a:active {
	color: #438f83;
} /* selected link */


/* --------------------------------------------------------------------------- SUBPAGE menu STYLES */
.subpage-menu {
	margin: 0;
	padding: 0;
}

.subpage-menu li {

	margin: 0;
	padding: 0;
	list-style-type: none;
	border-bottom: 1px solid #ddd;
/*	float: left;
	clear: both;*/
}	
.subpage-menu li.subpage-item.first, .subpage-menu li.subpage-item-active.first {
	border-top: 1px solid #ddd;
}

.subpage-item-active {
	background: transparent url("../images/subpage-back.png") repeat-y;
}

.subpage-hover {
	background: transparent url("../images/subpage-back.png") repeat-y;
}

/* 
	* now deal with specific subpage submenu styles
*/
.subpage-submenu li {
	border-bottom: 0;
}

/*ul.subpage-submenu li {
	background: transparent url("../images/left_nav_arrow_section.png") no-repeat 0 7px;
}
*/
/*ul.subpage-submenu li:hover,*/
ul.subpage-submenu li.current,
ul.subpage-submenu li.section {
}
/*ul.subpage-submenu li:hover,
ul.subpage-submenu li.current, 
ul.subpage-submenu li.section {
	background: transparent url("../images/left_nav_arrow_current.png") no-repeat 0 7px;
}*/

.subpage-submenu li a {
	font-weight: normal;
}

.subpage-submenu {
	display: none;
	margin: 0;
	padding: 0;
	padding: 0 0 14px 10px;
}



.subpage-submenu-submenu {
	display: none;
	margin: 0;
	padding: 0 0 0 10px;
/*	padding-bottom: 14px;*/
}


.subpage-submenu-submenu-submenu {
	display: none;
	margin: 0;
	padding: 0 0 0 10px;
/*	padding-bottom: 14px;*/
}

/* ----------------------------------------------- Sub page link styles */
.subpage-item a, .subpage-item a:link, .subpage-item-active a {
	display: block;
	padding: 6px 10px;
	margin: 0;
	font-size: 11px;
	line-height: 13px;
	font-weight: bold;
	text-decoration: none;
	
	color: #438f83;
	
} /* unvisited link */


.subpage-item a:visited {
	color: #438f83;
} /* visited link */

.subpage-item a:hover {
	color: #000;
} /* mouse over link */

.subpage-item a:active {
	color: #438f83;
} /* selected link */


/* ########################## Sub page ACTIVE styles */
.subpage-item-active a{
	color: #000;
} /* unvisited link */


ul.subpage-menu li.subpage-item-active ul.subpage-submenu {
	display: block;
}

ul.subpage-menu li.item-sub-active ul.subpage-submenu-submenu {
	display: block;
}

/*ul.subpage-menu li.item-sub-active ul.subpage-submenu-submenu li {
	background: none;
}*/
ul.subpage-submenu li.item-sub {
/*	background-color: red;*/
}

ul.subpage-submenu li.item-sub a {
	color: #438f83;
/*		background-color: yellow;*/
}

ul.subpage-submenu li.item-sub a:hover {
	color: #000;
	background: transparent url("../images/left_nav_arrow_current.png") no-repeat 0 8px;
}
ul.subpage-submenu li.item-sub-active a.current {
	background: transparent url("../images/left_nav_arrow_current.png") no-repeat 0 8px;
}

ul.subpage-submenu-submenu li.item-sub a:hover {
	color: #000;
	background: transparent url("../images/left_nav_arrow_current.png") no-repeat 0 6px;
}
ul.subpage-submenu-submenu li.item-sub-active a.current {
	background: transparent url("../images/left_nav_arrow_current.png") no-repeat 0 6px;
}


ul.subpage-submenu-submenu li.item-sub-active ul.subpage-submenu-submenu-submenu {
	display: block;
}

ul.subpage-submenu-submenu li.item-sub-active ul.subpage-submenu-submenu-submenu li.item-sub-sub a {
/*	display: block;*/
	color: #438f83;
}
ul.subpage-submenu-submenu li.item-sub-active ul.subpage-submenu-submenu-submenu li.item-sub-sub a:hover,
ul.subpage-submenu-submenu li.item-sub-active ul.subpage-submenu-submenu-submenu li.item-sub-sub-active a{
	color: #000;
}

/* ----------------------------------------------- Sub page submenu link styles */
/*.subpage-submenu-submenu li.item-sub a, 
.subpage-submenu-submenu li.item-sub a:link, 
.subpage-submenu-submenu li.item-sub-active a {
	display: block;
	height: 100%;
	padding: 4px 0  4px 10px;
	margin: 0;
	font-size: 11px;
	line-height: 11px;
	text-decoration: none;
	color: #438f83;	
} /* unvisited link */

.subpage-submenu-submenu li.item-sub a, 
.subpage-submenu-submenu li.item-sub a:link, 
.subpage-submenu-submenu li.item-sub-active a,
.subpage-submenu-submenu-submenu li.item-sub-sub a, 
.subpage-submenu-submenu-submenu li.item-sub-sub a:link, 
.subpage-submenu-submenu-submenu li.item-sub-sub-active a {
	display: block;
	height: 100%;
	padding: 4px 0  4px 10px;
	margin: 0;
	font-size: 11px;
	line-height: 13px;
	text-decoration: none;
	color: #438f83;	
} /* unvisited link */

.subpage-submenu-submenu li.item-sub a:hover, 
.subpage-submenu-submenu li.item-sub-active a ,
.subpage-submenu-submenu-submenu li.item-sub-sub a:hover, 
.subpage-submenu-submenu-submenu li.item-sub-sub-active a  {
	color: #000;
}

/*.subpage-submenu-submenu li.item-sub-active ul.subpage-submenu-submenu-submenu li.item-sub-sub {
	display: block;
}
*/
.subpage-submenu-submenu-submenu li.item-sub-sub a:hover,
.subpage-submenu-submenu-submenu li.item-sub-sub-active a {
	background: transparent url("../images/left_nav_arrow_current.png") no-repeat 0 6px;
}

.subpage-submenu-submenu li.first{ 
/*	padding-top: 10px;*/
	border-top: none;
}

.item-sub a:visited {
	color: #438f83;
} /* visited link */

.item-sub a:hover {
	color: #000;
} /* mouse over link */

.item-sub a:active {
	color: #438f83;
} /* selected link */


/* ########################## Sub page submenu ACTIVE styles */
.item-sub-active a{
	color: #000;
} /* unvisited link */


/* 
NOVATEL CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom or new styles here instead of style.css so it 
is easier to update.

*/

/* use for links tables in landing age */
table.tableNewsReleases {
	width: 72%;
	margin: 0 0 28px 28px;
}
table.tableNewsReleases td {
	border-bottom: 1px solid #ccc;
	padding: 6px 4px ;
}
table.tableNewsReleases tr:first-child td {
	padding-top: 16px;
}
table.tableNewsReleases h3 {
	margin-top:0;
	margin-bottom: 0;
}
table.tableNewsReleases p {
	width:100%;
}
table.tableNewsReleases a {
	font-weight: bold;
	
}
table.tableNewsReleases h3 {
	font-size: 16px;
	font-weight: normal;
}

/************************
SITEMAP
************************/
#sitemap-list, #sitemap-list ul
{
	width:100% !important;
}

#sitemap-list {padding:0 0 0 10px; margin:0; list-style:none; font-weight:bold; } /*1st level list*/
#sitemap-list li {padding:0px; margin-top:5px; font-size:14px; } /*1st level items*/
 
#sitemap-list ul {margin:0px; padding:5px 20px; font-weight:normal;} /*2nd level lists*/
#sitemap-list li li {padding:0; margin:0; list-style:none; font-weight:bold; font-size:13px; line-height:18px; background:none} /*2nd level items*/
 
#sitemap-list ul ul {margin-left:10px;padding:5px 20px;  } /*3rd level lists*/
#sitemap-list li li li {font-size:12px; font-weight:normal;} /*3rd level items*/

#sitemap-list ul ul ul{margin-left:10px;padding:0px 20px;  } /*4th level lists*/
#sitemap-list li li li ul {font-weight:normal;} /*4th level items*/
