/*
 * image styles
 */

img.normal
{
height: auto
}

a img {
  border:none;
}

/*
 * text styles
 */


/* 
 * Body text and page background
 */
body {
  font-family:verdana,sans-serif;
  font-size:85%;
  color: #333333;
  margin-top:0px;
}

a {
  outline:none;
}

a:focus{
  outline:1px dotted #ccc;
}

h2 {
  font-family:trebuchet ms,arial,tahoma,verdana,sans-serif;
  font-weight:normal;
  letter-spacing:.005em;
  font-size:1.5em;
  padding:.5em 0 .2em 0;
  margin:.5em 0 .5em 0;
  color:#00598F ;
  border-bottom:2px solid #336666;
  padding-left:3px;
}

p {
  margin:.7em 0;
  padding-left:3px;
}

a, a:link {
  color:#000;
  text-decoration:none;
}

li {
  margin-bottom:.5em;
}

/*
 * Left Column (menu area)
 */
#left-col {
  position:absolute;
  top:0;
  left:0;
  padding: 0px 0px 0px 0px;
  width:130px;
  border-right:3px solid #3C3C3C;
  height:345px;
}

/*
 * Right Column (text body area)
 */
#right-col {
  position:relative;
  height:345px;
  width:510px
  float:left;
  padding:0 2em 2.5em 155px;
}


/* 
 * Footer
 */

#foot {
  clear:both;
  text-align:center;
  font-size:0.8em;
  padding:0;
}

#foot ul {
  list-style:none;
}

#foot li {
  display:inline;
  padding:.5em 0;
}

#endfooter {
  clear:both;
  padding-top:1em;
}

.clear-all {
  clear:both;
  font-size:.0001%;
  height:1px;
}


/*
 * Menu Style
 */
ul.sections {
  list-style:none;
  margin: 0 0 0 0;
  display:block;
  padding: 5% 0px 0px 10%;
  font-size:95%;
}

/*
 * Menu Items - Spacing
 */
.sections li a {
  margin:0 0 1px 0;
  display:block; 
  font-size:1.4em;
  padding: 15% 0px 0px 0px;
  text-decoration:none;
}

/*
 * Menu Items - Text color (no-hover)
 */
.sections a, .sections a:link {
  color:#00598F ;
}

/*
 * Menu Items - Hover text color
 */
.sections li a:hover, .sections li.on a {
 color: #FF664F;
}


