/*****************************************************************\
| This file includes styles for use in the content editor.
| All names will be available to the client for use on their websites
\*****************************************************************/

h1, h2 {
  font-size:16pt;
  color:#000000;
}
.title, .page-title {
  font-size:16pt;
  color:#000000;
}
h3 {
  font-size:14pt;
  color:#000000;
}
.emphasis {
  font-weight:bold;
}
.subtle-emphasis {
  color:#666666;
  font-style:italic;
}
.intense-emphasis {
  font-weight:bold;
  font-style:italic;
}
.small-text {
  font-size:10pt;
}
.big-text {
  font-size:15px;
  font-weight:bold;
  text-transform:titlecase;
}
body {
  font-family:Verdana, sans-serif;
  font-size:12pt;
}
.body-text {
  font-family:Verdana, sans-serif;
  font-size:12pt;
}
.sub-title {
  font-size:20px;
  text-shadow: 1px 1px #CECECE;
  display:block;
  width:100%;
  border-bottom:2px solid #737477;
  color:#e49349;
  font-weight:bold;
  letter-spacing:0px;
  padding-bottom:2px;
  text-decoration:none;
  padding-top:10px;
}

.sub-title a {
  text-decoration:none;
}

.section-title {
  font-size:15px;
  color:#e49349;
  font-weight:bold;
  letter-spacing:0px;
}

.button{
  background: #e3e3e3;
  border: 1px solid #bbb;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 0 0 1px 1px #f6f6f6;
  -webkit-box-shadow: inset 0 0 1px 1px #f6f6f6;
  box-shadow: inset 0 0 1px 1px #f6f6f6;
  color: #333;
  font-family: "helvetica neue", helvetica, arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  padding: 6px 6px 6px 6px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  width: 150px;
  text-decoration:none;
  color: #333333 !important;  
  margin-left:5px;
}

.button:hover {
  background: #d9d9d9;
  -moz-box-shadow: inset 0 0 1px 1px #eaeaea;
  -webkit-box-shadow: inset 0 0 1px 1px #eaeaea;
  box-shadow: inset 0 0 1px 1px #eaeaea;
  color: #222;
  cursor: pointer;
  color: #E49349 !important;
}
