/** global style **/

html,body {
  margin: 0;
  padding: 0;
}

body {
  font: 11px/16px Verdana,Helvetica,sans-serif;
  color: #333;
}

a img {
  border: 0;
}


a:link,
a:visited {
  color: #0B3D91;
}
a:hover,
a:active {
  color: #4569A4;
}


h2 {
  color: #94BA1F;
  text-transform: uppercase;
  font: 26px 'Gill Sans','Gill Sans MT',Lucida, Arial, sans-serif;
  margin: 0 0 8px 0;
}

h3 {
  color:#4569A4;
  font-weight: bold;
  font-size: 18px;
}

h4 {
}

ul {
  padding-left: 2em;
  margin-left: 0;
}

.clearing {
  font-size: 1px;
  line-height: 1px;
  clear: both;
}

/** global structure **/

#container {
  margin: 0 auto;
  width:840px;
  border-top: 5px solid #4569A4;
  padding-top: 2px;
  background: #fff;
}

#header,
#body {
  border-style: solid;
  border-width: 0 19px;
  border-color: #B5C4DE;
  padding: 0 2px;
}

#header {
  height: 58px;
  position: relative;
}

#header #logo {
  position: absolute;
  top: 14px; left: 26px;
}

#header #nav {
  text-align: right;
}

#footer1 {
  height: 25px;
  line-height: 25px;
  background: #B5C4DE;
  text-align: right;
  padding-right: 137px;
  margin-top: 1px;
}

#footer2 {
  height: 24px;
  line-height: 24px;
  background: #4569A4;
  text-align: right;
  padding-right: 74px;
  margin-top: 2px;
}

#footer3 {
  font-size: smaller;
  padding: .5em 0;
}

.content {
  padding: 35px 0 0;  
}

/** home **/

#body.home {
  position: relative;
}

#body.home #home_flash {
  position: absolute;
  top: 0; left: 2px;
}

#body.home #home_kids {
  position: absolute;
  top: 266px; left: 2px;
}

#body.home .content {
  background: url(../../htdocs/images/home_bottomright.gif) transparent bottom right no-repeat;
  height: 485px;
  margin: 0 0 0 485px;
  padding: 0 7px 0 17px;
  font-size: 12px;
  line-height: 14px;
}

#body.home #footer1 {
  margin-left: 485px;
}

/** sub pages **/

#body.subpage .content {
  padding: 35px 25px 35px 30px;
  background: url(../../htdocs/images/bg_subpage.gif) 0px 145px no-repeat;
}

#body.subpage .column_container {
  border-width: 3px 0;
  border-style: solid;
  border-color: #F4F572;
  padding-bottom:15px;
}

#body.subpage .column_side {
  width: 175px;
  float: left;
  padding-top:25px;
}

#body.subpage .column_body {
  margin-left: 187px;
  padding-top:5px;
}

.sidenav ul {
  color: #0B3D91;
  font: bold 11px/20px Verdana, sans-serif;  
  margin: 0;
  padding: 0 0 0 1em;
  list-style: disc;
}

.sidenav a {
  text-decoration: none;
}

/** epres_index **/
#body.epres_index .epres_container {
  background: #EAF1D2 url(../../htdocs/images/bg_epresentation_index.gif) 50% 75% no-repeat;
  border-width: 3px 0;
  border-style: solid;
  border-color: #F4F572;
  margin-bottom: 35px;  
  width: 100%;
  font-size: 12px;
}


#body.epres_index .epres_box {
  width: 206px;
  text-align: center;
  float: left;
  padding: 14px 30px;
}

#body.epres_index a {
  text-decoration: none;
}

#body.epres_index a:link,
#body.epres_index a:visited {
  color: #333;
}


/** epres_artist **/


#body.epres_artist .content {
  border-bottom: 3px solid #F4F572;
  background: url(../../htdocs/images/bg_epresentation_artist.gif) 340px bottom no-repeat;
  margin-bottom: 10px;
}

#body.epres_artist h2 {
  margin-left: 30px;
}

#body.epres_artist .column_container {
  border-top: 3px solid #F4F572;
}
#body.epres_artist .column_container {
  padding: 0 20px 0 30px;
}

#body.epres_artist .column_side {
  width: 260px;
  float: left;
  padding: 0 10px;
}

#body.epres_artist .column_body {
  margin-left: 300px;
}

#body.epres_artist a {
  font-weight: bold;
}
#body.epres_artist strong {
  color: #0B3D91;
}
