/* Typography */

body { 
  color: #000; 
  font: 12px/18px "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif; 
}

h1,h2,h3,h4,h5,h6 { 
  color: #00457C; 
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; }

h1 { 
  font: 20px/24px "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
  padding: 18px 0 0 0; 
}

h2 { 
  font: 18px/18px "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif; 
  margin: 18px 0 0 0; 
}

h3 { 
  font: 14px/18px "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif; 
  margin: 18px 0 0 0; 
}

h4 { 
  font: 12px/18px "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif; 
  margin: 18px 0 0 0; 
}

h5 { 
  font: 12px/18px "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif; 
  margin: 18px 0 0 0; 
}


/* Text elements
-------------------------------------------------------------- */

h1 + p, h2 + p { margin: 0px 0 0 0; }
h1 + h2 { margin: 0; }
.contentheading {
  font: 32px/36px "Optima", Arial, Helvetica, sans-serif, "Lucida Grande";
  padding: 0px 0 3px 0; 
  border-bottom: 3px solid #FFF;
  color: #00457C;
height: 36px; 
}

p           { margin: 18px 0 0 0; }
p.last      { margin-bottom: 0; }
p img.top   { margin-top: 0; } /* Use this if the image is at the top of the <p>. */

ul, ol      { margin:0 18px 18px 18px; }
ul          { list-style-type: circle; }
ol          { list-style-type: decimal; }
dl          { margin: 0 0 18px 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 18px;}

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin-top: 18px; font-style: italic; }
del         { color:#666; }

a:focus, 
a:hover     { color: #000; text-decoration: none; }
a           { color: #00457C; text-decoration: underline; }
a.link      { text-decoration: none }

blockquote  { margin: 18px; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
hr { height: 1px; color: #00457C; background-color:#00457C; }

/* END Typography */

table.plans td {
	border-bottom: 1px solid #00457C;
	padding: 9px 0;
}

.floatR { float: right; }
.floatL { float: left;}
.content_img { padding: 12px; }
