body {
  margin:0;
  font-family:verdana,arial,helvetica,sans-serif;
  font-size:100.1%;
  background: #eee;
}

/************ LAYOUT ************/

#page {margin:10px auto 20px auto;}

#wrapper {
  margin:0;
  width:760px;
  height:143px;
  background:#fff;
  margin:0 auto 0 auto;
  border:1px solid #f30;
  padding: 0em;
}

#inner {
  background:#fff;
  padding: 30px;
}

/** START Drupal Box Silver theme ***/

#header {
  position: relative;
  padding: 0 0 0 0;
  margin: 0;
  height:143px;
  background-color:#f30;
  background-image:url('../images/header_760x143.jpg');
  background-repeat:no-repeat;
  border-bottom:3px solid #d7d7d7;
}

#header h1 {margin-top:30px;}

#logo {
  vertical-align: bottom;
  border: 0;
  padding:0px;
  }

#logo img {
  float: left;
  margin:0 10px 0 2px;
  border: 0;
}

#site-name {padding:26px 0 0 0;}

.banner  {
  width: 600px;
  border-bottom: 0px;
}

#disclaimer {
  margin:20px auto;
  padding:20px;
  width:550px;
  border:1px solid #c0c0c0;
}

/*******LINKS **********/

a,
a:link,
a:visited,
a:active {
font: verdana, arial, helvetica, sans-serif;
text-decoration: none; 
color: #0000FF;
}

a:hover {
font: verdana, arial, helvetica, sans-serif;
color: #FF3300;
text-decoration: underline; 
}

.link-blue {color:#00f}

.link-blue a, .link-blue a:link, .link-blue a:active, .link-blue a:visited {color:#00f}

.link-blue a:hover {
  color:#f30;
  text-decoratoin:underline;
}

.site-name a, .site-name a:link, .site-name a:visited {
  font-family:'Times New Roman',serif;
  font-size: 1.5em;
  font-weight:bold;
  color: #369;
  text-decoration: none;
  letter-spacing:4px;
}

.site-name a:hover {
  color: #fff;
  text-decoration: none;
}

/********* HEADINGS ***************/

h1 {
  font-family: verdana,arial, helvetica,sans-serif; 
  font-size:1.6em;
  font-weight: bold;
  color:#c00;
  text-align: center;
  line-height:150%;
  margin:10px 0 20px 0;
}

h2 {
  font-family: verdana,arial, helvetica,sans-serif; 
  font-size:1.2em;
  font-weight: bold;
  line-height:1.6em;
  text-align: left;
  margin:0 0 28px 15px;
} 

h3  {
  font-family:verdana,arial,helvetica,sans-serif;
  font-size:1.1em;
  font-weight:bold;
  line-height: 1.3em;
}

h4 {
  font-family: verdana,arial,helvetica, sans-serif;
  font-size: 1.0em;
  color: #000; 
  line-height: 1.25em; 
  margin: 0px; 
}
 
form {
  margin: 0;
  padding: 0;
}

.cb-box {
  text-align:justify;
  margin:20px auto 20px auto;
  padding:10px;
  width:400px;
  background:#ffffe0;
  border:2px dashed #c00;
}

/*********** LISTS **************/

ul {
  font-size:1.0em;
  margin:10px 0 10px 10px;
  font-family:verdana, arial, helvetica, sans-serif;
  font-weight:normal;
}

li {margin:0 0 5px 0;}

li.arrow  { 
  list-style:none url("images/arrow.gif");
  margin:7px 0 10px 0px;
  padding:0 0 0 10px;
}

li.redarrow {
  list-style:none url("images/redarrow.gif");
  font-weight:bold;
  margin: 0 0 15px 18px;
  padding: 0 0 0 30px; 
}

/* use this setting to indent the margin of the ticked benefits*/
.checklist {
  color: #111;
  line-height: 2.4em;
  list-style:none url("images/checkmark.gif");
  margin: 0 0 15px 18px;
  padding: 0 0 0 15px;
}
/*
li.checklist {
  list-style:none url("images/ticklist.jpg");
  font-weight:bold;
  margin:7px 0 10px 10px;
  padding: 0 0 0 20px; 
} */

/*
ul.script-list {
  margin-left: -10px !important ;
  margin-left: 20px;
}

.script-list li {
  list-style:elipse;
  margin:3px 0 0 0;
  padding:3px 0 0 -10px !important ;
  padding:5px 0 0 7px;
}

.script-list li li {
  list-style:circle;
  margin:3px 0 0 0;
  padding-left: -10px !important ;
  padding-left: 7px;
}
*/


/*********** GENERAL ***********/

p {
  font-size: 0.9em;
  font-weight:normal;
  line-height:140%;
  color: #111;
  margin:0 0 1em 0;
}

hr {
  height:1px;
  margin:20px 0 20px 0;
}

img {border:0 none;}

.subheading {
  font-size:1.2em;
  font-weight:normal;
  text-align:center;
  line-height:150%;
  margin:20px 0;
}

.front-intro {
  font-size:1.0em;
  font-weight:bold;
  color:#555;
  text-align:justify;
  line-height:140%;
  width:95%;
  margin:0 auto 20px auto;
}

.intro{
  font-family:verdana, arial, helvetica, sans-serif;
  font-size: 1.2em;
  color: #000080;
  text-align: center;
  line-height: 1.3em;
  margin-left:20px;
}

.emails p {
  font-family:courier,Times New Roman,serif;
  font-size:1.1em;
  color:green;
}

.emails {
  width:550px;
  margin:10px 0 10px 20px;
  padding: 15px 0 15px 0;
  border-top:1px dashed #c0c0c0;
  border-bottom:1px dashed #c0c0c0;
}

#testimonial {
  margin:20px auto 20px auto;
  padding:10px;
  width:85%;
  background:#ffffe0;
  border:1px solid #ff3300;
}

.testimonial {
  font-family:courier,'Times New Roman', serif;
  font-size:1.0em;
  color:#333;
}

.guarantee {
  font-family:verdana, arial, helvetica, sans-serif;
  font-size:1.0em;
  color: #111;
  background: #FFF;
  margin:0 auto 30px auto;
  padding: 10px;
  width:425px;
  border: 3px dashed #c00;
}

.order {
  font-size:1.3em;
  color:#00f;
  margin:0 auto;
  text-align:center;
  width:300px;
}



.disclaimer {
  font-size:0.7em;
  color:#c0c0c0;
}

.copyright {
  font-family:verdana, arial, helvetica, sans-serif;
  font-size:small;
  font-weight:bold;
  color:#FFF;
  text-align:left;
  background: #000080;
  padding:3px;
}

ul.legal-links {
  display: inline;
  font-size:0.8em;
  text-align:center;
  margin:0px 0px 20px 0px;
  padding:5px;
  margin:0 auto 0 auto;
  width:90%;
  background:#fff;
  border-top:1px dashed #c0c0c0;
  border-bottom:0px none #c0c0c0;  
}

.footer {
  font-family:verdana,arial,helvetica,sans-serif;
  font-size:0.8em;
  color:#000080;
  text-align:center;
  margin-top:10px;
}

.footer a,
.footer a:link,
.footer a:visited,
.footer a:active {
  font: verdana, arial, helvetica, sans-serif;
  text-decoration: none; 
  color: #000080;
}

.footer a:hover {
  font: verdana, arial, helvetica, sans-serif;
  color: #f30;
  text-decoration: underline; 
}


/************ COLORS *****************/

.highlight {
  font-weight:bold;
  color:#000;
  background:#ff0;
  padding:0 5px 0 5px;
}

.maroon {color:#cc0000;}
.navy {color:#009;}
.red {color:#f00;}
.dark-grey {color:#555}

input.button {
  font-size:0.8em;
  height:25px;
  width:100px;
  background: whitesmoke;
  border-top:1px solid #c0c0c0;
  border-right:3px solid #999;
  border-bottom:3px solid #999;
  border-left:1px solid #c0c0c0;
  cursor:hand;
}

/********** TEXT FORMATTING ***********/


.bold {font-weight:bold;}

.underline {text-decoration:underline;}

.large {font-size:1.2em;}

/*********** POSITION *************/

.center {text-align:center;}

.align-right {text-align:right;}

.float-left {float:left;}
.float-left-image {float:left;margin:20px 20px 0 0;}
.float-right {float:right;}
.float-right-image {float:right;margin:0 20px 0 10px;}

.clear {clear:both}

.no-border {border:0 none;}

.disclaimer p {
  color: #999;
  text-transform:uppercase;
  text-align:justify;
}

.hnav
{
  height:25px;
  background-color:#f30;
  background-image:url('../images/footer.jpg');
  background-repeat:none;
  border-top:1px solid #c0c0c0;
  border-bottom: solid 0px #fff;
}

