body {
	margin: 0;
	padding: 0;
	background:white;
}
#header, #footer {
/*	background-color: #ffc72c;*/
	background-color: #b8c9c1;
	text-align: center;
}
#header {
       top: 0;
       left: 0;
	height: 95px;
	background: #ffffff url(images/vehicle-tracking-headgb-1.jpg) repeat-x;
	position: relative;
	margin-bottom: 4px;
}
#breadcrumb{
	top: 95px;
	right: 15px;
	position: absolute;
	font-size: .7em;
	font-weight: bold
}

#breadcrumb a{
	color: blue;
}

#logo {
	left: 0;
	width: 230px;
	position: absolute;
}

#headerTitle{
	top: 0;
	right: 0;
	position: absolute;
}

#footer {
	border-top:1px solid black;
	border-bottom:1px solid black;
	height: 40px;
}
#content {
	background-color: #ffffff;
	margin: 0;
	margin-top: 25px;
	/*margin-left: 125px;*/
	margin-left: 150px;
	margin-right: 145px;
}

#left, #right {
	position: absolute;
	top: 120px;
}

#left {
	left: 0;
	margin-left: .2em;
	width: 145px;
	/*width: 120px*/
}
#login div{
	font-size: .8em;
	padding: 5px;
	padding-top: 0px;
}

#right {
	right: 0;
	width: 135px;
	padding-right: 0.5em;
}


/*
Format properties
*/
body {
	font: medium verdana, arial, sans-serif;
}

h1.titleHeader {
	font: bold 1.2em arial, sans-serif;
	margin-top: 0;
	margin-bottom: 0;
}

h1 {
	font: bold 1.2em arial, sans-serif;
	margin-top: 0;
	margin-bottom: 0;
}
p {
	text-align: justify;
	margin-top: 6pt;
	margin-bottom: 0;
}

/*main navigation*/
ul#mainnav {
	list-style: none;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	}

ul#mainnav li {
	display: block;
	}

ul#mainnav li a {
	display: block;
	margin: 0px 0px 0px 0px;
	padding: .25em 6%;
	background-color: #ffffff;
	font: bold 0.8em /1.5 arial, sans-serif;		/* If you get an unwanted gap after your a block (IE-Win) try increasing the line height		*/
	color: #000000;
	line-height: 1.0;
	text-decoration: none;
	width: 88%;				/* 	Causes Problems in IE5-Mac and Netscape/Mozzilla - see next fix		*/
	}

ul#mainnav li a:hover {
	background-color: #dedede;
	color: #000000;
	}

/*ul#mainnav ul.subnav {
	margin: 0px;
	list-style: none;
	padding: 0px;
	}

ul#mainnav ul.subnav li {
	border-top: 0 none;
	padding-left: 0.5em;
	}

ul#mainnav ul.subnav li a {
	padding: 1%;
	margin: 0px;
	font: bold 0.7em /1.5 verdana, sans-serif;
	color: #5C6F90;
	background-color: transparent;
	}

ul#mainnav ul.subnav li a:hover {
	color: #43616B;
	background-color: transparent;
	text-decoration: underline;
	}
*/


#menu ul, #menu li, #menu li a {box-sizing: content-box; vertical-align: bottom}
#menu ul li {list-style-type: none; position: relative; margin: 0; padding: 0;}
#menu ul ul {display: none;}
#menu ul li:hover > ul {display: block; position: absolute; top: 0px; left: 95%;}
#menu li a {display: block; width: 100%}
#menu ul ul {width: 150px;}
#menu ul ul li {background: #ffffe1}/*required to stop ie flakiness*/
#menu ul ul li {background: white}
#menu li:hover{z-index: 10; background: #dedede} /*required to stop ie flakiness*/
#menu a.subMenu{background:url("images/sub.gif") right no-repeat;}/*optional, eh?*/
/*vertical menu sytle*/
#menu ul{list-style:none;padding:0;margin:0;width:auto;padding:0;margin:0;}
#menu ul li{display: block;}
#menu a{display: block; padding: 2px 0px 2px 0px}
#menu a:link{color:black;text-decoration:none;font-weight:bold;}
#menu a:visited{color: black;text-decoration: none;font-weight: bold;}
#menu a:hover{color: white;text-decoration: none;font-weight: bold;color: white; background: #088ca8;}
#menu a:active{color: black;text-decoration: none;font-weight: bold;}
#menu > ul ul{border: 2px solid #000000; }


/*Visual Stuff*/

div.maincontent {
 width:99%;
 font: normal 0.8em arial,sans-serif;
 padding: .5em;
}
div.maincontent p {
 	padding-left:1.0em;
 	padding-right:1.0em;
}

.boxHeader{
	font: bold 0.9em arial, sans-serif;
	color: #FFFFFF;
	background: #000000;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0.25em;
	padding-bottom: 2px;
}

div.boxBorder{
       margin-left: 5px;
       margin-right: 5px;
	border: 2px solid #000000;
	margin-bottom: 1.0em;
}

div#testimonial div.quote {
	font: 0.7em /1.5 verdana, sans-serif;
	margin-left: 0.6em;
	margin-right: 0.6em;
}

div#testimonial div.by{
	margin-top: 0.3em;
	margin-left: 0.6em;
	margin-right: 0.6em;
	text-align: right;
	font: bold 0.7em /1.5 verdana, sans-serif;
	line-height: 1.0;
}

div#factoid div.content {
	font: 0.7em /1.5 verdana, sans-serif;
	margin-left: 0.6em;
	margin-right: 0.6em;
}

.factiodLink{
	color: blue;
	text-decoration: underline;
}

a.factiodLink:hover{
	color: maroon;
}

div#inFooter{
	margin-top:0.6em;
}

.inFooter{
	font: 0.8em /1.5 arial, sans-serif;
	color: #000000;
	text-decoration: underline;
}

a.inFooter:hover{
	color: blue;
}

ul.standard {
	padding-right: 0.2em;
}

ul.standard li{
	padding-bottom: 0.5em;
}

h1.main{
	font: 0.8em /1.5;
	color: blue;
	margin-left: .5em;
	margin-top: .2em;
}

h1.news{
	font: 0.8em /1.5;
	color: blue;
	margin-left: .5em;
	margin-top: .2em;
}

div.date{
	text-align: right;
}

h1.submain {
	font: 0.5em /1.0;
	color: maroon;
}

a.standard{
	color: blue;
	text-decoration: underline;
}

a.standard:hover{
	color: #dedede;
}

a.contactus{
	text-align: right;
	color: blue;
}

a.contactus:hover{
	text-align: right;
	color: maroon;
	text-decoration:none;
}

div.call{
	margin-top: 1.0em;
	margin-bottom: 1.0em;
	font-size: 2.0em;
	font-weight: bold;
	width: 100%;
	text-align: left;
}

text.italics {
	font-style: italic;
}

div.testimonial span{
	font-weight: bold;
	display: block;
	width: 99%;
	text-align: left;
}