* {margin:0; padding:0;}

/*-------clear fix-------*/
  .box {

  }
  .floated {
    float: left;
    background: #f00;
    width: 100px;
    height: 100px;
    border: 1px solid #f0f;
  }
      
  * html .clearfix {
    height: 1%; /* IE5-6 */
  }
  .clearfix {
    display: inline-block; /* IE7xhtml*/
  }
  html[xmlns] .clearfix { /* O */
    display: block;  
  }
  .clearfix:after { /* FF, O, etc. */
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
/*-------end clear fix-------*/


body {
height:100%;
background:#fff;
color:#666;  
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:.8em;
line-height:120%;
}

a {
color:#cc0000;
text-decoration:underline;
}

a:hover {
color:#616161;
text-decoration:none;
}

a.external {
background:url(images/externallink.gif) no-repeat left center;
padding:7px 0 7px 20px;
display:block;
}

hr {
margin:10px 0 20px 0;
border:none;
width:99%;
color:#eeeeee;
background-color:#eeeeee;
height:1px;
clear:both;
}

ul {margin-left:15px;}

ol {margin-left:20px;}

fieldset {
border:none;
}

legend {
font-weight:bold;
color:#000;
text-indent:0;
}

ul.tick {
list-style-type:none;
margin:0 0 0 10px;;
}

ul.tick li {
padding:3px 0 3px 18px;
background:url(images/tick.gif) no-repeat left 7px;
}

ul.threecol {
float:left;
margin:10px 40px 20px 15px;
}

#centerColumn { 	
margin:15px auto;
width:820px;
text-align:left;
vertical-align: middle;	
background-color:#ffffff;
}

h2 {
margin:0 0 .5em 0;
padding:.75em 0 0 0;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:1.4em;
}

h3 {
margin:0 0 .5em 0;
padding:.75em 0 .25em 0;
font-size:1.2em;
color:#CD7A00;
border-bottom:1px solid #eee;
}

h4 {
font-size:1.2em;
color:#fff;
font-weight:normal;
background:#008DA8;
padding:5px 12px;
}

dt {
font-weight:bold;
}

dd {
margin-bottom:10px;
}

p {
padding:3px 0 14px 0;
}


#navbar {
background:#008DA8 url(images/nav.jpg) right no-repeat;
height:20px;
padding-top:5px;
border-top:1px solid #fff;
border-bottom:1px solid #fff;
}

#navbar ul {
list-style:none;
margin:0;
}

#navbar li {
margin:0;
list-style:none;
display:inline;
}

#navbar li a {
margin:0 0 0 0;
border-right:1px solid #0B598F;
padding:5px 30px 4px 30px;
font-weight:normal;
text-transform:uppercase;
color:#fff;
text-decoration:none;
}

#navbar li a:hover {
background:#0B598F;
color:#fff;
}

#navbar li#active a {
background:#0B598F;
color:#fff;
cursor:default;
}

#header {
margin:0;
padding:0;
height:115px;
}

#header h1 {
display:none;
}

#header h1 a {
text-indent:-999999px;
display:block;
width:300px;
height:90px;
background:#fff url(images/logo.jpg) no-repeat;
}

#header h2 {
margin:0 0 0 0;
padding:1em 0 0 0;
font-size:.9em;
font-weight:300;
letter-spacing:.1em;
color:#000;
}

.banner {
margin:10px 0;
}

.contentwrap {
clear:both;
}

.innerpadding {
padding:10px;
}

div.intro {
padding:0 15px 15px 10px;
border-top:1px solid #eee;
border-right:1px solid #eee;
border-bottom:1px solid #eee;
float:right;
width:495px;
height:147px;
margin-bottom:15px;
}

div.colwrap {
border-bottom:1px solid #008DA8;
padding-bottom:15px;
margin-bottom:15px;
}

div.col1, div.col2, div.col3 {
width:272px;
float:left;
margin-right:1px;
background:url(images/col_bg.jpg) repeat-x left 26px;
}

div.col_inner {
padding:10px;
}

.block_1 {
float:right;
width:520px;
background:url(images/block_1.jpg) no-repeat top left;
}

.block_1 h3 {
font-size:1.2em;
color:#fff;
font-weight:normal;
background:#07304D;
padding:5px 12px;
}

.block_1 h4 {
color:#666;
font-weight:bold;
padding:5px 0;
background:transparent;
}

.cell_3 {
float:left;
width:299px;
margin-right:1px;
background:url(images/cell_3.jpg) no-repeat top right;
}

.barepic {
border:none;
}

.right {
float:right;
}

.left {
float:left;
}

.center {
width:auto;
margin-left:auto;
margin-right:auto;
}

.clear {
clear:both;
}

img.floatright {
float:right;
margin-left:15px;
}

img.floatleft {
float:left;
margin-right:15px;
}

#footer {
position:relative;
clear:both;
bottom:0;
margin:5em 0 0 0;
padding:0;
height:4em;
line-height:4em;
text-align:center;
font-size:.7em;
background-color:#fff;
}