/* Google Font Import  ------------------------------------------------------------------------------------ */
@import url(http://fonts.googleapis.com/css?family=Cantarell:b);
/*----------------------------------------------------------------------------------*/

/* CSS Page Import  ------------------------------------------------------------------------------------ */
@import url("reset.css");
@import url("layout.css");
@import url("content.css");
@import url("nav.css");
@import url("carousel.css");
@import url("jquery.ui.tabs.css");
@import url("forms.css");
@import url("superfish.css");
/*----------------------------------------------------------------------------------*/

/*--- You can target the richttext editor with the class ---*/
body.mceContentBody {
  background-color:#fff;
}
/*----------------------------------------------------------*/

/* Generic Element Styles  ------------------------------------------------------------------------------------ */
html {
  font-family:Arial, Helvetica, sans-serif;
  font-size:0.875em;  
}
body {
  background-color:#475a67;
}

a:link,
a:visited {
  color:#ef6e16;
  text-decoration:none;
}
a:hover,
a:active { text-decoration:underline; }
h2 {  
  color:#ef6e16;
  font-family: 'Cantarell', arial, serif;
  margin:0 0 8px 0;
  padding:0 0 8px 0;
  text-transform:uppercase;
}
h3 {  
  font-weight:bold;
  text-transform:uppercase;
}
h4 {
  color:#3a444b;
  font-size:0.875em;
  font-weight:bold;
  line-height:0.875em;
}
hr {
  border:none;
  border-bottom:1px solid #b8c4cc;
  clear:both;
  float:left;
  height:0px;
  line-height:0;
  width:100%
}
p, ul, ol {
  color:#3f3a3a;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:0.82em;
  font-weight:normal;
  line-height:1.5em;
  margin:0 0 14px 0;
}
ul {
  list-style:circles;
  list-style-position:inside;
}
ol {
  list-style:decimal;
  list-style-position:inside;
}

.clear {
  clear:both;
  height:0;
  width:100%
}

.float-right {
  clear:right;
  float:right;
  margin:0  0 4px 8px;
}

.float-left {
  clear:left;
  float:left;
  margin:0 8px 4px 0;
}
/*----------------------------------------------------------------------------------*/




































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
h2 {

}

.float-right {

}

.float-left {

}

h3 {

}

p {

}

ol {

}

ul {

}


