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

  Licensed under GPL and MIT.
*/

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

html{
	font-size: 100%;
	} 

body {
	font-size: 15px;
	line-height:1.250em;
	font-family:'optima', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	}

#wrap {
	line-height:1.450em;
	}

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

.green {
	color:#298e8a;
	}

strong {
	font-family:'optima-bold', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif !important;
	}

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

h1 {
  font-size: 34px;
  line-height:38px;
  font-family:'avenir', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
  letter-spacing:1px;
  text-transform:uppercase;
}

.dcwss-content h1 {
	font-size:15px;
	}

h2 {
  font-size: 26px;
  line-height:30px;
  font-size: 22px;
  line-height:25px;
  font-family:'avenir', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
  letter-spacing:1px;
  text-transform:uppercase;
}

h2.optima {
	font-family:'optima', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	text-transform:none;
	font-weight:normal;
	letter-spacing:0 !important;
	font-size:24px;
	}

h2.subheading {
	font-family:'optima', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	text-transform:none;
	font-weight:bold;
	letter-spacing:0 !important;
	font-size:20px;
	margin-top:-5px !important;
  margin-bottom: 0px;
	}

.teal {
  color:#318e8b;
	}

.grey-panel h1, .grey-panel h2 {
	color:#308E8A !important;
	}

.grey-panel h1 {
  font-size: 28px;
  line-height: 32px;
}

h3 {
  font-size: 22px;
  line-height:25px;
  font-family:'avenir', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
  letter-spacing:1px;
  text-transform:uppercase;
}

h4 {
  font-size: 20px;
  line-height:23px;
  font-family:'avenir', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
  letter-spacing:1px;
  text-transform:uppercase;
}

.home-news a h4, .home-news a:hover h4 {
	color:#ffffff;
  color: #318e8b;
  font-size: 20px;
  line-height:20px;
  font-family:'avenir', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
  letter-spacing:1px;
  text-transform:uppercase;
  text-align:left;
}

h5 {
  font-size: 17px;
  line-height:19px;
  font-family:'avenir', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
  letter-spacing:1px;
  text-transform:uppercase;
}

h5.optima {
	font-family:'optima', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	text-transform:none;
	font-weight:normal;
	letter-spacing:0 !important;
	font-size:17px;
	line-height:19px;
	}

h6 {
  font-size: 15px;
  line-height:17px;
  font-family:'avenir', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
  letter-spacing:1px;
  text-transform:uppercase;
}

h1.optima, h2.optima, h3.optima, h4.optima, h5.optima, h6.optima {
	font-family:'optima', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif !important;
	}

/* `Links
----------------------------------------------------------------------------------------------------*/

a, a:visited {
	color: #87b674;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: none;
	}

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

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 20px;
}