
body {
  height: 100%;
  margin: 0;
  padding: 0;
  background: url(../../images/insureyourpub/light_body.gif) repeat-y top center;
  font: 0.7em verdana, arial, sans-serif;
  line-height: 170%;  
  color: #555;
}

.content {
    width: 776px;
    margin: 0 auto;
    }

.header {
    height: 3em;
	background: #48525B url(../../images/insureyourpub/header.gif) repeat-x bottom left;
	
}

.insure4lessthan {
    height: 20px;
    margin: 0 auto;
    text-align:right;
}

.header ul {
    margin: 15px 1px 0px 0px;
    padding: 0;
    float: right;
}

.header ul li {
    display: inline;
    list-style: none;
}

.header ul li a {
    padding:8px;
    color: #cccccc;
    
}
.header ul li a:hover {
  color: #3B5D77;
}

.headerImg {
  margin: 0 auto;
  height: 143px;
  background: url(../../images/insureyourpub/header_image.jpg) no-repeat top left;
  border-bottom: 1px solid #48525B;
}

.page {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 6em;
  text-align: left;
   background:#FFFFFF;
}

.columns {
  margin: 0 auto;
 
}


.width25 {
  width: 24%;
}

.width50 {
  width: 48%;
}

.width75 {
  width: 75%;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}

h1 {
  padding-bottom: 0.2em;    
  font: 400 1.6em arial, sans-serif;
  color: #536C71;
  border-bottom: 12px solid #ddd;
  background:#FFFFFF;
}

h2 {
  font-size: 1.2em;
  color: #586B7A;
}

h3 {
  text-transform: uppercase;
  font-size: 0.9em;
  color: #5D6F73;
}

a {
  text-decoration: none;
  color: #3B5D77;
}

a:hover {
  color: #668FA3;
}

a img {
  border: 0;
}

.faqitem li {
   cursor:help;
}

.ticklist {
    margin-left:20px;
   
 } 
.ticklistitem {
  list-style: square url(../../images//insureyourpub/listtick.jpg);
  font-weight:bold;
}

