/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

/* Clearfix */
.clearfix:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.clearfix{display:inline-block}html[xmlns] .clearfix{display:block}* html .clearfix{height:1%}

/* Site specific css */
body {
  background-color: #fff;
  font-family: sans-serif;
  font-size: 14px;
  line-height: 1.8em;
  color: #61666b;
}


header {
  width: 720px;
  margin: 10px auto;
}
img#logo {
  float: left;
}
img#payoff {
  float: left;
  margin: 32px 0 0 20px;
}


#slide {
  height: 300px;
  background-color: #61666b;
}
.cycle-slideshow {
  width: 720px;
  margin: 0 auto;
}
.cycle-slideshow img {
  opacity: 0;
}

#main {
  width: 720px;
  margin: 10px auto;
}
#col1 {
  float: left;
  width: 300px;
  margin: 0 80px 0 0;
  text-align: justify;
  text-justify: auto;
}
#col2 {
  float: left;
  width: 340px;
  margin: 0;
  text-align: justify;
  text-justify: auto;
}


footer {
  width: 720px;
  margin: 0 auto 20px auto;
  padding: 10px 0;
  border-top: 3px solid #61666b;
  border-bottom: 3px solid #61666b;
  text-align: center;
}

strong {
  font-weight: bold;
}

a, a:link, a:visited, a:active {
  color: #fc7f21;
  text-decoration: none;
}
a:hover {
  color: #fc7f21;
  text-decoration: underline;
}

ul {
  list-style: disc;
}
li {
  margin-left: 20px;
}
p {
  margin: 0 0 1em 0;
}
