/* GLOBAL ELEMENT STYLES*/

@font-face {
	font-family: 'HelveticaNeueLTStdThinRegular';
	src: url('../css/helveticaneueltstd-th-webfont.eot');
	src: local('☺'), url('../css/helveticaneueltstd-th-webfont.woff') format('woff'), url('../css/helveticaneueltstd-th-webfont.ttf') format('truetype'), url('../css/helveticaneueltstd-th-webfont.svg#webfont4oVoCvCb') format('svg');
	font-weight: normal;
	font-style: normal;
}

html {
  min-height: 100%;
  height: auto;
}

body {
  margin: 0 0 25px 0;
  padding: 0;
  background: #fff;
  font-family:Helvetica,sans-serif;
  font-weight:100;
  color: #4d4d4d;
  font-size: 13px;
  line-height:16px;
  /* letter-spacing:1px; */
  text-align: left;
}
.wf-active body {
  font-size: 14px;
}
.switch {
  color: #482d2b;
}
.sitebuilder {
  color: #2e334e;
}


/*---------- PARAGRAPH & TABLE ELEMENTS ----------*/
p {
  color: #4d4d4d;
}
td {	
  font-size:14px;
}
b, strong {
  font-weight: 600;
}

/*---------- HEADING TAGS ----------*/
h1,h2,h3 {
  font-family:'HelveticaNeueLTStdThinRegular',Helvetica,sans-serif;
  font-weight: normal;
  letter-spacing:normal;
  margin:0px;
}
h1 {
  font-size: 36px;
  line-height: 40px;
  color: #000;
}
h2 {
  font-size: 28px;
  line-height: 32px;
  color: #000;
}
h3 {
  font-size: 20px;
  line-height: 24px;
  color: #000;
}


/*---------- LIST ELEMENTS ----------*/
ul {
  list-style-type: disc;
}
ol {
  list-style-type: decimal;
}
li {}


/*---------- LINKS ----------*/
a:link, a:visited {
  color: #FB6400;
  text-decoration: none;
}
a:hover, a:active {
  color: #F1BA3A;
  text-decoration: underline;
}


/*---------- IMAGES ----------*/
img { 
  border: none;
}

/*---------- OTHER ELEMENTS ----------*/
blockquote {
  margin: 10px;	
  font-style: italic;
}
code {}
acronym {
  cursor: help;
}

pre {}


/*---------- FORM ELEMENTS ----------*/

fieldset {
  padding: 20px;
  border: #b3b3b3 solid 1px;
}
legend {
  padding: 0 20px;
}
label {
  display:none;
}
input {
  width: auto;
}
textarea {
  width: auto;
  height: 150px;
}
select {
  width: auto;
}