   html, body {
	margin: 0;
	padding: 0;
	font-family:"Trebuchet MS", Helvetica, Ariel, sans-serif;
	font-size:0.95em;
	color: #214D84;
    /* text-align: justify; */

   }

   p:first-child, .first {
     margin-top: 20px;
     padding-top: 0px;
     font-size: 1.2em;
   }

   h3 {
     margin-bottom: 2px;
     padding-bottom: 0px;
   }


   #page_container {
     width: 900px;
     margin: auto;
     margin-top: 15px;
   }

   #nav {
     width: 150px;
     float: left;
     margin-top: 20px;
   }

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

   #sidebar {
     width: 314px;
     float: left;
   }

   #footer {
     clear: both;
     width: 900px;
     text-align: center;
     font-size: 0.8em;
   }


.cssnav
{
position: relative;
/* font-family: arial, helvetica, sans-serif; */
background: url(button_over.png) no-repeat;
white-space: nowrap;
display: block;
width: 120px;
height: 32px;
margin: 0;
padding: 0;

margin-bottom: 8px;
}

.cssnav a
{
display: block;
/* font-size: 11px; */
width: 120px;
height: 32px;
display: block;
float: left;
color: black;
text-decoration: none;
}

.cssnav img
{
width: 120px;
height: 32px;
border: 0
}

* html a:hover
{
visibility:visible
}

.cssnav a:hover img
{
visibility:hidden
}

.cssnav span
{
position: absolute;
color: #FFFFFF;
font-weight: bold;
left: 35px;
top: 3px;
margin: 0px;
padding: 0px;
cursor: pointer;
}

A:link {text-decoration: underline; color: #214D84;}
A:visited {text-decoration: underline; color: #214D84;}
A:active {text-decoration: underline; color: #214D84;}
A:hover {text-decoration: underline; color: #214D84;}



/***** No Sides Fixed Width box *****/
.service {
  background:#C5C8CB url(top_curve.jpg) top left no-repeat;
  padding:25px 0 0 0;
  width:730px;
  position:relative; /* fix IE/win buggy bg display */
  margin-bottom: 20px;
}
.service_inner {
  background:url(bottom_curve.jpg) bottom left no-repeat;
  padding:0 10px 18px 10px
}
/***** end No Sides Fixed Width box *****/

.service_inner img {
  width: 350px;
  float: right;
  margin-left: 30px;
}

