/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
/*table, caption, tbody, tfoot, thead, tr, th, td*/ {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img, :link img, :visited img {
	border: 0;
}
/* END RESET */


body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 12px;
  color: #333333;
}
p {
  font-size: 12px;
  color: #333333;
  line-height: 15px;
  
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 20px;

}
a {
  color:#000069;
}
a:hover {
  color:#F50000;
}


h1 {
  font-size: 14px;
  color: #000069;
  
  margin-top: 15px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
}
h2 {
  font-size: 12px;
  color: #f50000;
  font-weight: bold;
  margin: 20px 0px 10px 20px;
  line-height: 12px;
  
}
ul.list {
  margin: 20px 0px 20px 0px;
  list-style-type:disc;
  width:582px;
}
ul.list li {
  font-size: 12px;
  line-height: 15px;
  margin:0 0 4px 50px ;
}
li.last li {margin-bottom:0px;}

.bottomlinks {
  font-size: 10px;
  line-height: 15px;
  font-weight: normal;
  color: #333333;
  margin-top: 7px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
}
.bottomtd {
  font-size: 12px;
  line-height: 15px;
  font-weight: normal;
  color: #000000;
}
.copyright {
  font-size: 0.7em;
  color: #FFFFFF;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 25px;
}
#topimage {
  margin-left: 7px;
}

/* HEADER */
#hDiv {
  width:582px;
  height:150px;
  text-align:right;

}

#hDiv h1 {
  margin:0;padding:10px;
  font-family: Arial, Helvetica, sans-serif;
  line-height:20px;
  font-size: 18px;
  color: #F5F5FF;
}
#hDiv span {
  font-family: "Arial Narrow", Times, serif;
  color: #F5F5FF;
  font-size: 18px;
  font-weight:100;

  /* letter-spacing:5px; */
}

/* MAIN MENU */
#mainMenu {
  margin:0;
  padding:0;
  width:780px;
  background-color:#F50000;
  text-align:center;
}
#mainMenuInner {
  margin:0 auto;
  padding:0;
  width:758px;
}
#mainMenuInner img {
  margin:0;
  padding:0;
  float:left;
  border:none;
}
#mainMenuInner a {
  text-decoration:none;
}

/* LEFT MENU */
#leftNav {
  margin:0 10px; 
  padding:0;
  list-style:none;
}
#leftNav ul {
  margin:10px;
  padding:0;
  list-style:none;
}

#leftNav li {
  margin: 10px 0;
  color: #FFFFFF;
}

#leftNav li a {
  font-size: 13px;
  line-height: 17px;
  color: #FFFFFF;
}


/* PARTNERS SECTION */
table.carrier {
  width:540px;
  border: 1px solid #000;
}
table.carrier td {
  width:135px;
  vertical-align:top;
}
ul.carrier {
  width:100px;
  margin:0 auto;
  list-style:none;
}
ul.carrier li {
  margin:10px auto;
  }
li.carriercategory {
  font-weight:bold;
  padding-top:10px;
}


#emTable {
  width:540px;
  margin-left:20px;    
  border-collapse: collapse;
  border-width: 0 0 1px 1px;
  border-color:#aaa;
}
#emTable th {
  width:180px;
  vertical-align:top;
  padding:10px;
  text-align:center;
  background-color: #000069;
  color:#fff;
  border: 1px solid #aaa;
  font-size:11px;

}
#emTable td {
  vertical-align:top;
  text-align:center;
}
#emTable td ul {
  width:100px;
  margin:0 auto;
  list-style:none;
  text-align:left;
}
#emTable td ul li {
  margin: 10px auto;
}
.border {border:1px solid #aaa}
.bgGrey {background-color:#ccc} 
.cBronze {color:#CDBE70;}
.cGold {color:#FFD700;}
.cSilver {color:#EEDFCC;}
.cPlatinum {color:#FFFFF0;}

#pTable {
  width:540px;
  margin-left:20px; 
  
  border-collapse: collapse;
  border-width: 0 0 1px 1px;
  border-color:#aaa;
}
#pTable th {
  font-weight:bold;
  text-align:center; 
  background-color: #000069;
  padding:10px;
  border:1px solid #aaa
}
#pTable td {
  width:135px;
  vertical-align:top;
  border:1px solid #aaa
}
#pTable td ul {
  position:relative;
  left:0px;
  margin: 0px 0px 0px 20px;
  list-style-type:disc;
}
#pTable td ul li {
  margin: 10px 0px;
}

/* ADJUSTMENTS */
ul ul {
  list-style-type:disc;
}

table td ul {
  margin-bottom:0;
}
