/*
  Modified from 960 Grid System ~ Text CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/* Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0em;
  word-spacing: 0em;
  line-height: 1.2;
}

hr {
  border: 0 #E6E6E6 solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}

/*  Text styles */
p {line-height:18px;}
a {color:#237ACF;text-decoration:none;pointer-events: painted;}

a:hover {color: #007DF8;cursor: pointer;}
a:active {color: #007DF8;}
/*
a:visited {color: #3679A6;}
*/
ul {list-style:disc outside none;}
ul li {padding:3px 0;}

blockquote {color: #808080;padding: 0 50px;text-align:justify;background: url("../images/testimonial-quotes.png") 10px 0 no-repeat, url("../images/testimonial-quotes2.png") 99% bottom no-repeat;font-style: italic;}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1,h2,h3,h4,h5,h6 {
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0em;
  word-spacing: 0em;
  line-height: 1.2;
  margin-bottom:10px;
}

h1 {
  font-size: 34px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  margin-left: 30px;
}

p,
dl,
hr,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 20px;
}

/* Tables */
table {
  border-color: #b3b3b3;
  border-width: 1px;
  border-style: solid;
  border-right-style: none;
    
}

th {
  background-color: #EEE;
  border-bottom-color: #CCC;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-color: #CCC;
  border-right-width: 1px;
  border-right-style: solid;
  padding: 2px 10px;
}

td {
  border-bottom-color: #CCC;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-right-color: #CCC;
  border-right-width: 1px;
  border-right-style: solid;
  padding: 2px 10px;
}

caption { 
  font-style: italic;
  text-align: left;
  padding: 10px 0;
}

/* Other */
del {color: #999;}
ins {font-style: italic;text-decoration:none;}
dt {
  font-weight: bold;
}

dd {
  font-style: italic;
  padding-left: 10px;
  margin: 0 0 10px 0;
}