
/* Zero down margin and padding on all elements to zap browser defaults*/
* {
  margin: 0;
  padding: 0;
}

/* Add back some padding 
------------------------ */

#mainNav * {
  padding-left: 20px;
  padding-right: 20px;
  padding-top : 5px;
}

#mainNav * * {
  padding-left: 0;
  padding-right: 0;
}

#contentLeft h1, #contentLeft p,
#contentLeft dl{
  margin-left: 20px;
}

#contentLeft h2{
  padding-left: 20px;
}

#contentRight p{
  padding-right: 15px;
}

h1, h2{
  margin: 5px 0;
}

h2.first {
  margin-top: 25px;
}

/* =main structure
------------------------ */

body {
  font: 62.5%/1.5 Verdana, sans-serif;
  background-color:#fff;
  background-image : url(../assets/images/body_bg.gif);
  text-align: center; 
  min-width: 800px;
}

#wrapper {
  background-color: #fff;
  border : 1px solid #808080;
  border : 3px solid #b6b2ab;
  width: 800px; 
  margin: 10px auto; 
  text-align: left;

}

#branding {
  height: 20px;
}

#banner{
  height: 140px;
  background-image : url(../images/banner-new.gif);
  background-repeat : no-repeat;
}

#mainNav { 
  width: 800px;
  height : 30px;
  float: left;
  background-image : url(../assets/images/navbar-bg1.gif);
} 

#content { 
  width: 800px;
  float: left; 
}

#contentLeft{
   float : left;
	width : 560px;
}

#contentRight{
   float : right;
	width : 230px;
	padding-top : 30px;
   background-image : url(../assets/images/nav-apps-bg-300.png);
   background-repeat : no-repeat;
	margin : 15px 0px;
}

#footer { 
  clear: both; 
  background-color : #b6bbd9;
  background-position : bottom left;
  background-repeat : no-repeat;
  padding: 1px 20px;
} 

/* =a
------------------------ */

a:link, a:visited {
  color : #369;
  text-decoration: none;
}

a:hover, a:active {
  text-decoration : underline;
}

#contentRight a, #contentLeft a {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* =ul
------------------------ */

#contentLeft ul{
	margin-left : 30px;
	font-size : 1.1em;
	color : #369;
	font-weight : bolder;
}

#mainNav ul {
 margin : 0px;
 padding : 0;
 list-style : none;
 width : 800px;
 float : left;             /* float ul to prevent collapsing */
 background-color : #3a4793;
}

#mainNav ul li {
  float : left;
}

#mainNav ul a {
  display : block;
  padding : 0 1em;
  font-size: 1.3em;
  text-decoration : none;
  color : #369;
  font-weight: bold;
}

#mainNav ul a:hover {
  text-decoration : underline;
}

#mainNav ul .first a {
  background : none;
}

#contentRight ul {
 list-style : none;
 margin-right: 10px;
 padding-left : 10px;
 height : 300px;
}

#contentRight ul li{
  display : inline;       /* Kludge to fix gaps between lines in IE/Win */
}

#contentRight ul a{
  display : block;
  font-size: 1.3em;
  color: #fff;
  padding : 0px 0;
  padding-left: 40px;
  height : 42px;
  width : 136px;
  /*height: 42px;*/
  font-variant: small-caps;
  background-repeat : no-repeat;
}

#contentRight ul a.deliveries{
	background-image : url(../assets/images/menu-bg-delivery.png);
}
#contentRight ul a.trips{
	background-image : url(../assets/images/menu-bg-delivery.png);
}
#contentRight ul a.timesheets{
	background-image : url(../assets/images/menu-bg-time.png);
}
#contentRight ul a.projects{
	background-image : url(../assets/images/menu-bg-project.png);
}
#contentRight ul a.scoreboards{
	background-image : url(../assets/images/menu-bg-scoreboards.png);
}
#contentRight ul a.bespoke{
	background-image : url(../assets/images/menu-bg-bespoke.png);
}

#contentRight ul a:hover {
  text-decoration: underline;
}

.navcontact{
	font-size : 1em;
	color : #f00;
	margin-top : 4px;
	margin-left : 50px;
}

/* =h
------------------------ */

h1 {
  font-size: 2.0em;
  font-weight: normal;
  color : #000;
  color : #3a4793;
  font-family: Verdana, sans-serif;
/*  border-bottom: 1px dashed #2a845c;*/
}

h2 {
  font-size: 1.25em;
  font-weight: normal;
  color : #000;
  color : #3a4793;
  font-weight: bolder;
  font-family: Verdana, sans-serif;
}


h3 {
  margin-top: 1em;
  font-size: 1.4em;
  font-weight: normal;
  color : #000;
  color : #2a845c;
}

/* =p
------------------------ */

p {
  /*font-family : Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;*/
  font-size: 1.25em;
  margin: .5em 0;
  color: #369;
}

#branding p{
  /*font-family : Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;*/
  font-size: 2.2em;
  text-align: left;
  color : #263b59;
  margin : 0;
  padding-left : 10px;
  height: 15px;
}

#footer p {
  font-size : 1em;
  color : #fff;
  text-align : center;
}

#contentRight p.first{
   margin: 0px;
	/*margin-top : 30px;*/
	height : 30px;
	background-image : url(../assets/images/right-panel-top.png);
	background-repeat : no-repeat;
}
#contentRight p{
	font-size : 1.2em;
	background-image : url(../assets/images/right-panel-bg.png);
}
#contentRight p.last{
   margin: 0px;
	height : 30px;
	background-image : url(../assets/images/right-panel-bot.png);
	background-repeat : no-repeat;
}

#branding p{
  font-family: Verdana, sans-serif;
  padding-top: 1px;
	
}

#branding span#telfaxemail{
   font-size: 0.5em;
   color: #000;
	padding-left:  450px;
	background-color : #3b87c1;
}

p.launch {
	font-size: 1.2em;
	font-weight : bolder;
}

/* =dl
------------------------ */

#contentLeft dl{
  font-size: 1.1em;
  font-family : Georgia, Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#contentLeft dt{
  font-size : 1.2em;
  clear: left;
  padding: 1em 0;
  color : #2a845c;
  font-weight: bolder;
}

#contentLeft dd{
  padding-bottom : 20px;
  border-bottom : 1px dashed #ccc;
}
/* =images
------------------------ */

.imgLeft{
  float : left;
  padding: 1px;
  margin : 20px;
  margin-top : 0px;
  border: 1px solid #ccc;
}

#banner .banner{
	border-top : solid 1px #fff;
	border-bottom : solid 1px #fff;
}

#banner img{
  margin-top : 4px;
  margin-left : 4px;
  border : solid 1px #ccc;
}

#banner img#bannerFirst{
   margin-left : 555px;
}

/* =links
------------------------ */

#content a[href^="http:"] {
  background: url(../images/externalLink.gif) no-repeat right top;
  padding-right: 15px;
}

#content a[href^="mailto:"] {
  background: url(../images/email.png) no-repeat right top;
  padding-right: 15px;
}

/* =acronym, abbr
------------------------ */

#content p acronym {
  padding-left: 0px;
  border-bottom : 1px dotted;
  text-decoration : none;
  cursor : help;
}

/* =google map stuff
------------------------ */

.infoWindow {
float : left;
width: 12em;
margin-left : -60px;
font-size: 1.5em;
color : blue;
}

.clear{
	clear : both;
}

