* {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 url(images/bg.jpg) repeat-x;
color:#000;  
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:.8em;
line-height:120%;
}

a {
color:#354990;
text-decoration:underline;
}

a:hover {
color:#616161;
text-decoration:none;
}

hr {
margin:10px 0 20px 0;
border:none;
width:99%;
color:#eeeeee;
background-color:#eeeeee;
height:1px;
clear:both;
}

ul {margin-left:15px;}


#centerColumn { 	
margin:15px auto;
padding:15px;
width:820px;
text-align:left;
vertical-align: middle;	
background:#fff url(images/contentwrap.jpg) no-repeat;
}

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 0.8em 0;
padding:.75em 0 0 0;
font-size:1.5em;
font-weight:bold;
font-family:georgia;
color:#3E5195;
}

h4 {
font-size:1em;
font-weight:bold;
color:#354990;
margin:.5em 0 .5em 0;
font-style:italic;
}

dt {
font-weight:bold;
}

dd {
margin-bottom:10px;
}

p {
padding:3px 0 12px 0;
}


#navbar {
height:100px;
}

#navbar ul {
list-style:none;
margin:0;
float:right;
}

#navbar li {
margin:0;
list-style:none;
display:inline;
}

#navbar li a span {
display:block;
font-size:16px;
font-weight:bold;
color:#282420;
text-transform:uppercase;
}

#navbar li a {
margin:48px 0 0 0;
border-right:1px solid #fff;
/*padding:30px 20px 30px 19px;*/
padding:10px;
width:97px;
height:32px;
color:#999999;
text-decoration:none;
display:block;
float:left;
font-size:11px;
background:#eee;

}

#navbar li a.first {border-left:1px solid #fff;}

#navbar li a:hover {
background:#ccc;
color:#fff;
}

#navbar li a:hover span {
color:#fff;
}

#navbar li#active a {
background:#354990 url(images/nav_on.jpg) no-repeat top right;
color:#ccc;
cursor:default;
}

#navbar li#active a span {
color:#fff;
}

.banner {clear:both;}

#header {
margin:0;
padding:0;
height:100px;
width:343px;
float:left;
margin-bottom:1px;
}

#header h1 {
margin:0 0 0 0;
padding:0 0 0 0;
font-size:1.7em;
font-weight:lighter;
letter-spacing:.15em;
color:#000;
}

#header h1 a {
text-indent:-999999px;
display:block;
width:343px;
height:91px;
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;
}

.contentwrap {

}

.block_1 {
float:right;
width:495px;
padding:0 12px 30px 12px;
}

.cell_3 {
float:left;
width:296px;
}

.cell_3 ul li {
padding:12px 5px;
}

.barepic {
border:none;
}

.right {
float:right;
margin-left:15px;
}

.left {
float:left;
margin-right:15px;
}

.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;
padding:0;
height:4em;
line-height:4em;
text-align:center;
font-size:.7em;
}