* {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:#7DA4CA;  
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:.9em;
line-height:130%;
}

a {
color:#487CB0;
text-decoration:underline;
}

a:hover {
color:#6694C1;
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;}

p {padding:3px 0 12px 0;}

#centerColumn { 	
margin:20px auto;
width:880px;
text-align:left;
vertical-align: middle;	
background-color:#C6D7E8;
}

h2 {
padding:.5em;
font-size:1.6em;
color:#fff;
font-weight:normal;
font-style:italic;
background:#9DBAD7;
}

h3 {
margin:0 0 .5em 0;
padding:.75em 0 0 0;
font-size:1em;
font-weight:bold;
letter-spacing:.1em;
color:#6F99C4;
}

strong {color:#6F99C4;}

fieldset {border:none; padding:10px;}
legend {display:none;}

div.padded {padding:10px;}


/*==============================================*/
/*=================navigation===================*/


#nav {

  width:100%;
  font-size:93%;
  line-height:normal;
  font-family:georgia;
  height:36px;
  background:#D8E3EF;

  }

#nav ul {

  float:right;
  margin:0;
  padding:5px 5px 0 0;
  list-style:none;

  }

#nav li {

  float:left;
  background:url("images/left.gif") no-repeat left top;
  margin:0 5px 0 0;
  padding:0 0 0 9px;

  }

#nav a {

  float:left;
  display:block;
  background:url("images/right.gif") no-repeat right top;
  padding:8px 15px 8px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#fff;

  }

/* Commented Backslash Hack

   hides rule from IE5-Mac \*/

#nav a {float:none;}

/* End IE5-Mac hack */

#nav a:hover {

  color:#666;

  }

#nav #current {

  background-image:url("images/left_on.gif");

  }

#nav #current a {

  background-image:url("images/right_on.gif");

  color:#000;

  }
  
/*==============================================*/
/*===============end navigation=================*/

#header {
margin:0;
padding:15px 0 8px 20px;
color:#fff;
background:#D8E3EF;
}

#header h1 {
margin:0;
padding:0 0 0 0;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:1.7em;
font-weight:lighter;
letter-spacing:.15em;
color:#000;
}

#header h1 a {
text-indent:-999999px;
display:block;
width:241px;
height:114px;
margin-bottom:-10px;
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;
}

#content {
border-top:1px solid #CC96FF;
background: url(images/content.gif) repeat-y;
}

#block_1 {
margin:0 0 1em 0;
float:right;
width:592px;
}

dl {margin:25px 0;}
dt {font-weight:bold; font-size:16px; height:25px;}
dd {margin-bottom:20px;}
dd a {color:#fff;}

dt.address, dd.address, dt.telephone, dd.telephone, dt.mobile, dd.mobile, dt.email, dd.email {
padding-left:70px;
}

dt.address {background:url(images/address.gif) 10px center no-repeat;}
dt.telephone {background:url(images/telephone.gif) 10px center no-repeat;}
dt.mobile {background:url(images/mobile.gif) 14px center no-repeat;}
dt.email {background:url(images/email.gif) 16px center no-repeat;}

.cell_3 {
margin:0;
float:left;
width:288px;
background:#9DBAD7;
color:#fff;
}

.cell_3 h3 {
color:#fff;
padding-top:0;
}

.barepic {
border:none;
}

.right {
float:right;
margin:5px;
padding:2px;
}

.left {
float:left;
margin:5px;
padding:2px;
}

.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;
line-height:4em;
text-align:center;
font-size:.7em;
background:#C999FC url(images/footer.jpg);
border-top:3px solid #A56FD0;
color:#fff;
}

#footer a {
color:#fff;
}
