@font-face {
	font-family: 'CachetBold';
	src: url('fonts/cachet-bold-webfont.eot');
	src: local('☺'), url('fonts/cachet-bold-webfont.woff') format('woff'), url('fonts/cachet-bold-webfont.ttf') format('truetype'), url('fonts/cachet-bold-webfont.svg#webfontw0Uc6S1P') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'CachetBook';
	src: url('fonts/cachet-book-webfont.eot');
	src: local('☺'), url('fonts/cachet-book-webfont.woff') format('woff'), url('fonts/cachet-book-webfont.ttf') format('truetype'), url('fonts/cachet-book-webfont.svg#webfontl4bSYRWX') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'CachetMedium';
	src: url('fonts/cachet-medium-webfont.eot');
	src: local('☺'), url('fonts/cachet-medium-webfont.woff') format('woff'), url('fonts/cachet-medium-webfont.ttf') format('truetype'), url('fonts/cachet-medium-webfont.svg#webfont2xbsMMiL') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* Blue Colors - Light: #f15922  Medium: #ed1c24  Dark: #0060af  */
/* Red Colors - Light: #f15922 Medium: #ed1c24 Dark: #a92b31 */


.ngg-slideshow img{
	border: 4px solid #aaa;
}

body {
  background: #e0dcd1 url(images/body_bg.jpg) repeat-x top left;
  font-family: CachetBook, Verdana, Geneva, sans-serif;
}

p {font-size:14px;}

h1 {
  color: #0060af;
  font-size: 40px;
  font-weight: bolder;
}

h2 {
  font-size:2em;
  margin-bottom:0.75em;
  border-bottom: 1px dotted #ccc;
  width: 40%;
  color:#ed1c24;
  line-height:120%;
}

h4 {
	font-size:20px;
	/*background: transparent url(images/success.png) no-repeat top left;*/
	padding: 0 0 0 0px;
	margin: 0;
	height: 40px;
	color:#f15922 ;
}

/* Get p right after h4 */
h4 + p {
	padding-bottom: 15px;
}

a, a:link, a:visited {
	color: #a92b31;
	text-decoration: underline;
}

a:hover {
	color: #B70B27;
}

div#wrapper {
  background: #f7f8f8 url(images/round_top.jpg) no-repeat top left;
}

div#header {
  padding-top: 185px;
}

ul#nav {
  list-style-type: none;
  padding: 0x;
  margin: 0 0 0 0;  
  font-size:14px;
  height:58px;
  color:#fff;
  background:url(../images/nav-buttons-red.png) left top repeat-x;
}

ul#nav > li {
  float: left;
  display:inline;
  position: relative;
  padding:0;
  margin:0;
  height:58px;
}

ul#nav > li > a {
  background:url(../images/nav-buttons-red.png) left top repeat-x;
  font-size:14px;
  line-height:14px;
  height:14px;
  display:block;
  float:left;
  padding:27px 20px 17px;
  color: #fff;
  text-decoration:none;
}

ul#nav > li > a:hover {
	background:url(../images/nav-buttons-red.png) left -58px repeat-x;
}

ul#nav li ul {
  display: none;
  position: absolute; 
  top: 1em;
  left: 0;
  z-index: 1000;
}

ul#nav li > ul {
	top: 58px;
	left: auto;
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: #f02718 ;
	border-right:1px solid #fff;
	border-left:1px solid #fff;
  
}

ul#nav li > ul li {
	border-bottom: 1px solid #fff;
	padding: 0;
	margin:0;
	width: 125px;
	
}

ul#nav li:hover ul { 
  display: block; 
}


ul#nav li.active {
  background: #333333;
  color: #FFF;
  border: 1px solid #bbbbbb;
  text-decoration:underline;
}

ul#nav ul li a {
  color: #FFF;
  text-decoration: none;
  display:block;
  padding:5px 10px;
}

ul#nav ul li a:hover {
	background:#eb532f;
}

ul#nav li.active a {
  color: #FFF;
  text-decoration: none;
}

div#middle {
  clear: both;
  height: 48px;
  background: #f15922 ;
  border-top: 1px solid #bbbbbb;
  display:none;
}

div#content a {
  font-weight: bolder;
}

div.forms ul {
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 10px;
}

div.forms ul li {
  background: url(images/bullet_bg.gif) no-repeat left center;
  padding: 10px 0 10px 30px;
}

div#column {
	float: left;
	width: 48%;
	margin-bottom: 40px;
	padding-right:10px;
}

div#column img {
	margin-left: 15px;
}

p img.left { margin-top:0px;}

div#footer {
  background: #eba036 url(../images/footer-bg.png) no-repeat left bottom;
  color:#fff;
  padding:0 0 20px;
}

div#footer a {
  color:#fff;
}

div#footer p {
 padding: 5px 40px 0 40px;
 width:50%;
 font-size:11px;
}

.footer-buttons{
	padding: 20px 40px 0 40px;
	height:40px;
}


.footer-buttons img{
	float:left;
	margin:0 20px 0 0;
}

ul#footer_nav {
  list-style-type: none;
  padding: 0 0 0 20px;
}

ul#footer_nav li {
  display: inline;
  padding: 0 20px 0 0;
}

span.required {
  color: red;
}

span.clear {
	clear:both;
}

form .error {
  font-size: 10px;
}

address {
  font-size: 14px;
}

div#header {
  position: relative;
}

div#header div#countdown_dashboard {
  position: absolute;
  top: 95px;
  right: 100px;
  width: 150px;
}

div#header div#countdown_dashboard strong {
  font-size: 13px;
  color: #d80e34;
}

div#header div#weather {
  position: absolute;
  top: 50px;
  right: 0px;
  width: 150px;
  font-family: CachetBold, Verdana, Geneva, sans-serif;
  display:none;
}

div#header div#weather p {
  margin-bottom: 5px;
  font-size: 10px;
}

/* Countdown Timer */
#countdown_dashboard {
	height: 40px;
	margin-left: 0;
	display: none;
}

.dash {
  background:url("images/dash.png") no-repeat scroll 0 0 transparent;
  color:#333333;
  float:left;
  height:55px;
  margin-left:2px;
  padding-left:19px;
  position:relative;
  width:65px;
}

.weeks_dash {
	background: transparent url('images/dark_weeks_dash.png') 0 0 no-repeat;
}

.days_dash {
	background: transparent url('images/dark_days_dash.png') 0 0 no-repeat;
}

.hours_dash {
	background: transparent url('images/dark_hours_dash.png') 0 0 no-repeat;
}

.minutes_dash {
	background: transparent url('images/dark_minutes_dash.png') 0 0 no-repeat;
}

.seconds_dash {
	background: transparent url('images/dark_seconds_dash.png') 0 0 no-repeat;
}

.dash .digit {
  float:left;
  font:bold 14pt Verdana;
  padding-top: 14px;
  position:relative;
  text-align:center;
  width: 22px;
}

.dash_title {
	display: none;
}

#cesc { height: 400px; width: 400px;}

/** forms **/

div.wpcf7 {
	margin: 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
	border: 2px solid red;
	color:red;
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	background: #fff;
	border: 1px solid #ff0000;
	font-size: 10pt;
	width: 280px;
	padding: 2px;
}

span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 10pt;
	display: block;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}

div.wpcf7 img.ajax-loader {
	border: none;
	vertical-align: middle;
	margin-left: 4px;
}

div.wpcf7 .watermark {
	color: #888;
}
