@import 'reset.css';

/* Generel
------------------------------------ */
HTML,BODY {
    background: #FFF;
    font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
    color: #333;
    margin: 0;
    padding: 0;
    height: 100%;
}
#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -140px;
  }


A {
    color: #2B4EA5;
    text-decoration: underline;
    cursor: pointer;
}
A:hover {
    text-decoration: none;
    cursor: pointer;
}
STRONG{
    font-weight: bold;
}

/* Header
------------------------------------ */
#header{
  width: 100%;
  height: 150px;
  background: url(images/header-bg-a.png) repeat-x;
}
#header-wrap{
  width: 960px;
  margin: 0 auto;
  background: url(images/header-bg-b.png) right top no-repeat;
  padding: 24px 0 0 0;
}
#header H1{
    padding: 0 0 0 40px;
    margin: 0 0 16px 0;
}
#header H1 A{
    outline: none;
    background: url(images/logo.png) no-repeat;
    text-indent: -999999px;
    display: block;
    width: 246px;
    height: 61px;
}
#nav{
    width: 940px;
    height: 45px;
    margin: 0 auto;
    clear: both;
    position: relative;
    left: 30px;
}
#nav UL{
    position: relative;
    width: 960px;
}
#nav LI{
    color: #FFF;
    float: left;
    line-height: 50px;
    display: block;
    font-size: 15px;
    height: 52px;
    margin: 0 20px 0 0;
}
#nav LI.last{
    padding: 0;
}
#nav LI A{
    outline: none;
    color: #3ABBDB;
    text-decoration: none;
}
#nav LI.alt, #nav LI:hover{
    background: url(images/alt.png) bottom center no-repeat;
}
#nav LI.alt A, #nav LI:hover A{
    color: #FFF;
}

/* Main
------------------------------------ */
#main{
    margin: 20px auto 50px auto;
    width: 930px;
    clear: both;
    padding: 0 0 140px 0;
}
#main:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.home{
  height: 591px;
}
#left-side{
    width: 610px;
    float: left;
    margin: 0 0 20px 0;
}
.content-home P{
  font-size: 16px;
}
#two-boxes{
  margin: 30px 0 0 0;
}
.box{
  width: 295px;
  height: 360px;
  background: #F8F3B7 url(images/box-top.png) no-repeat;
  float: left;
}
.box-a{
  background: #F8F3B7 url(images/box-top-a.png) no-repeat;
}
#two-boxes .last{
  float: right;
}
.box H3{
  color: #2B4DA4;
  font-size: 20px;
  padding: 0 0 20px 20px;
  line-height: 55px;
  display: block;
  text-indent: -999999px;
}
.box P{
  padding: 0 20px 10px 20px;
  color: #333;
  line-height: 16px;
}
.box UL{
  padding: 10px 0 0 20px;
}
.box LI{
  padding: 0 20px 7px 15px;
  background: url(images/bullet-a.png) no-repeat;
}
#right-side{
    float: right;
    width: 300px;
    background: #D8F1F8;
    margin: 0 0 20px 0;
    padding: 0 0 30px 0;
}
#right-side-home{
    float: right;
    width: 300px;
    background: #D8F1F8 url(images/right-side-home-bg.png) no-repeat bottom;
    margin: 0 0 -130px 0;
    padding: 0 0 100px 0;
    position: relative;
    z-index: 1001;
}
UL.staff{
    padding: 20px 0 30px 14px;
}
UL.staff LI{
    display: block;
    width: 266px;
    height: 119px;
    background: url(images/staff-bg.png) no-repeat;
    margin: 0 0 5px 0;
}
UL.staff LI IMG{
    width: 88px;
    height: 88px;
    float: left;
    padding: 11px 0 0 12px;
    margin: 0 4px 0 0;
}
UL.staff LI A{
    display: block;
    position: relative;
    top: 22px;
    left: 13px;
    padding: 0 20px 0 0;
}
UL.staff LI SPAN{
    display: block;
    position: relative;
    top: 33px;
    left: 13px;
    color: #666;
}
#right-side H3{
    color: #3ABBDB;
    font-size: 16px;
    font-weight: bold;
    padding: 20px 0 10px 20px;
}
UL.side-links{
    padding: 0 0 0 30px;
}
UL.side-links LI{
    padding: 0 0 4px 12px;
    background: url(images/bullet-c.png) no-repeat;
}
#locations{
    width: 610px;
    height: 117px;
    background: url(images/locations-bg.png) no-repeat;
    clear: both;
    float: left;
    margin: 30px 0 0 0;
}
#locations H3{
    display: block;
    text-indent: -999999px;
}
#locations P{
    display: block;
    width: 250px;
    position: relative;
    left: 120px;
    float: left;
    line-height: 20px;
    color: #333;
}
#locations UL{
    position: relative;
    right: 15px;
    float: right;
}
#locations LI{
  padding: 0 0 3px 15px;
  background: url(images/bullet-b.png) no-repeat;
}
.content P{
  margin: 0 0 10px 0;
  color: #333;
}
.content H1{
  font-size: 20px;
  margin: 0 0 20px 0;
  color: #2C4FA6;
  font-weight: bold;
}
.content H2{
  font-size: 16px;
  margin: 0 0 5px 0;
  color: #3ABBDB;
  font-weight: bold;
}
.content H3{
  font-size: 12px;
  color: #3ABBDB;
  font-weight: bold;
}
.content-medical H1{
  font-size: 20px;
  margin: 0 0 20px 0;
  color: #2C4FA6;
  font-weight: bold;
}
.content UL, .content OL{
  margin: 0 0 10px 20px;
}
.content UL LI{
  list-style: disc inside;
  margin: 0 0 3px 0;
}
.content OL LI{
  list-style: decimal inside;
  margin: 0 0 3px 0;
}
.medical-center{
  border-bottom: 1px solid #D8F1F8;
  padding: 0 0 10px 0;
  float: left;
  margin: 0 0 20px 0;
}
.last{
  border: none;
}
.medical-center SPAN{
  display: block;
  float: left;
  width: 119px;
  height: 118px;
  background: url(images/medical-bg.png) no-repeat;
  margin: 0 15px 0 0;
}
.medical-center IMG{
  width: 88px;
  height: 88px;
  padding: 11px 0 0 12px;
}
.medical-descr{
  width: 300px;
  float: left;
}
.medical-center H3{
  color: #3ABBDB;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px 0;
}
.medical-center P{
  line-height: 18px;
}
.medical-center A{
  display: block;
  float: left;
  width: 124px;
  height: 75px;
  text-indent: -999999px;
  background: url(images/more.png) no-repeat;
  position: relative;
  left: 20px;
  top: 30px;
}
.info-center H1{
  font-size: 20px;
  margin: 0 0 20px 0;
  color: #2C4FA6;
  font-weight: bold;
}
.info-center SPAN{
  display: block;
  float: left;
  width: 119px;
  height: 118px;
  background: url(images/medical-bg.png) no-repeat;
  margin: 0 15px 0 0;
}
.info-center IMG{
  width: 88px;
  height: 88px;
  padding: 11px 0 0 12px;
}
.medical-info{
    width: 300px;
    float: left;
}
.medical-info H4{
  color: #3ABBDB;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 5px 0;
}
.medical-info P{
  margin: 0 0 15px 0;
}
.map{
    width: 450px;
    float: right;
    padding: 0 0 20px 0;
}
.map DIV{
    width: 430px;
    border: 10px solid #3ABBDB;
    margin: 0 0 10px 0;
}
.map A{
    color: #3ABBDB;
}

/* Footer
------------------------------------ */
#footer{
    background: #2D50A7;
    clear: both;
    width: 100%;
    height: 140px;
    padding: 20px 0 0 0;
    font-size: 11px;
}
#footer-wrap{
    width: 930px;
    margin: 0 auto;
}
#footer UL{
    float: left;
    clear: both;
    margin: 0 0 10px 0;
}
#footer LI{
    float: left;
    color: #FFF;
    padding: 0 5px 0 0;
}
#footer LI A{
    color: #85D9EE;
}







