/*
File: ~/www/CSS/home.css
Client/Site: Atlantic Insurance
Author: jb <jb@enterity.com>
Last Modified By: jb <jb@enterity.com>

Date-Created:  May 17, 2005
Date-Modified: May 23, 2005 
*/

/* -- Shared styles in /CSS/site_shared.css --- */


#ipage {
  width: 845px;
}

/* -- Content Area ------------------- */

#lcol {
  background-image: url('../_GRAPHICS/subpage/lcol_bg.gif');
  background-repeat: repeat-y;
  width: 134px;
  border-right: 1px solid #747474;
}

#rcol {
  padding-left: 2px;
}

#content {
  padding: 20px;
}

#newspanel {
  width: 401px;
  background-color: #E1DED9;
}

#npbody {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 5px;
}

#respanel {
  margin-left: 2px;
  padding-left: 2px;
  width: 293px;
  border-left: 1px solid #747474;
  background-image: url('../_GRAPHICS/subpage/respanel_bg.gif');
  background-repeat: repeat-y;
}

#rpbody {
  padding-left: 10px;
  padding-right: 15px;
  padding-bottom: 10px;
}

#rpbody a {
  text-decoration: none;
}

/* -- survey styling -- */

#tabs {
overflow:hidden;
height: 42px;
border-top: 1px solid black;
margin:0px;
padding:0px;
background: url(/_GRAPHICS/barns/tabs/list_background.gif) repeat-x top left;
}

#tabs li {
float:left;
margin-right: 3px;
list-style-type:none;
font-weight:bold;
}
#tabs a {
    color: #999;
    display:block;
    padding: 4px 4px 0px 4px;
    text-decoration:none;
}
#tabs a:hover {
    color: #eee;
}
#tabs li.current a:hover {
    color: #000;
}

#tabs li.current a {
    color: #000;
    height: 38px;
    padding: 6px 14px 0px 14px;
    background: url(/_GRAPHICS/barns/tabs/link_background.jpg) no-repeat top left;

}
#tabs li.current {
    background: url(/_GRAPHICS/barns/tabs/list_element_background.jpg) no-repeat top right; 
    width:2em;
}
#tabs>li.current {
    width:auto;
}
div.info-block {
padding: 15px;
border-bottom: 1px dotted #aaa;
border-top: 0px;
}



