body, html {
	padding: 0 !important;
	margin: 0 !important;
	color: #19191a;
	font-family: "proxima-nova", sans-serif !important;
	font-size: 16px;
}

h1 {
	color: #6ecace;
	font-size: 1.4em;
	line-height: 1.3em;
}

h2, h3 {
	color: #000;
	font-size: 1.6	em;
	line-height: 1.3em;
	margin: 0 0 0.3em 0;
}

#header-area h2 {
	font-weight: normal;
	color: #6ecace;
}

h3 {
	font-weight: normal;
	margin: 1.5em 0 0.8em 0;
}

h4 {
	color: #6ecace;
	font-size: 1em;	
	font-weight: bold;
}

h5 {
	color: #6ecace;
	font-size: 1em;	
	font-weight: normal;
}

#logo {
 	margin-top: 50px;
 	margin-bottom: 20px; 	
 	width: 400px;
 }

#container {
	/* FOR FULL WIDTH SITE */
	width:	100% !important;
	max-width: 100% !important;
}

#header-wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
	background-color: #d2f6f6;
	background: #FFF;
}
header {
	background: none;
	/* background-position: 15px 10px; */
	border: none;
	padding: 0 10px;
	margin:0;
	/* FOR FULL WIDTH SITE */
	width: 960px;
	margin: 0px auto;
}

/* phone number */
#header-area {
	float: right;
	text-align: right;
	margin-top: 50px;
	width: 400px;
}

#header-area a {
	text-decoration: none;
}

#header-area p.phone {
	margin-bottom: 8px;
}


nav {
	padding: 0;
	padding-top: 20px;
	text-align: right; /* CHANGE TO LEFT OR RIGHT FOR MENU ALIGNMENT ! */
}

.sf-menu {
	line-height: 0;	
	padding-top: 140px;
	/* CENTERED FOR FULL WIDTH SITE */
	margin: 0px auto;
	display: inline-block; /* TO ALLOW FOR MENU ALIGNMENT ! */
	font-size: 18px;
}


/* BORDER TICKS
.sf-menu li {
	 border-right: 2px solid #fff; 
}

.sf-menu li:last-child {
	border-right: 0;
}
	*/


nav ul li a {
	color: #000;
	font-size: 1.2em;
	font-weight: normal;
	text-shadow: none !important;
	text-transform: lowercase;
}
nav ul li a:hover, nav ul li a.nav-selected, nav ul li a.nav-path-selected, nav ul li:hover, nav ul li a.nav-selected:hover, nav ul li a.nav-path-selected:hover {
	/* customize_nav_link_hover */color:#000;/* customize_nav_link_hover */
}
nav ul li a:hover {
	color: #000;
	opacity: 0.7;
}

nav ul li a.nav-selected:hover {
	cursor: default;
}

nav ul li.nav-last a {
	padding-right: 0 !important;
}

#feature-wrapper {
	width: 100%;
	padding: 0;
	margin:	0;
	background: #CCCCCC;
}
#feature {
	width: 960px;
	margin: 0px auto !important;
	padding: 20px 0;
}

#wrapper {
	width: 100% !important;
	padding: 50px 0 20px !important;
	background-color: #FFF !important;
}

#wrapper .row {
	/* CENTERED FOR FULL WIDTH SITE */
	padding: 20px 0;
	width: 960px;
	margin: 0px auto !important;

}

#wrapper a {
	color: #808080;
	text-decoration: none;
}

#wrapper a:hover, footer a:hover {
	color: #808080;
	text-decoration: underline;
}

span.large, span.large a {
	color: #6ecace !important;
}

#container label {
	font-weight: normal;
	padding-bottom: 8px;
}

#container input[type="text"], #container input[type="password"], #container input[type="email"], #container input[type="tel"], #container textarea, #container select {
	width: 320px;
}

#footer-wrapper {
	width: 100%;
	margin: 0;
	padding: 0;
}

footer {
	background-color: #FFCB06;
	margin: 0px auto;
	padding: 0;
	color: #fff;
	text-shadow: none;	
	border: none;
	font-size: 0.9em;
}
footer a {
	color: #fff;
	text-decoration: none;
}
footer a:hover {
	color: #fff;
	text-decoration: underline;
}

footer .row:first-child {
	/*display: none !important; */
}


footer .row {
	/* FOR FULL WIDTH SITE */
	width: 960px !important;
	margin: 20px auto !important;
}

footer table.footer {
	margin-bottom: 15px;
}

footer table.footer tr td {
	padding-right: 30px;
}

footer #credits {
	margin-top: 20px;
}

p  {
	margin: 0 0 0.5em;
}

/* CONTACT FORM normal (table) layout */
td.question {
	width: 120px;
	padding-top: 10px;
}

#msg {
	font-weight: bold;
	padding-bottom: 20px;
}

/* IE CRAP */
#container {
	width: 100% !important;
	max-width: 100% !important;	
}

/* gallery options fix !! */
#displayOptions {
	float: none !important;
}

#galleryOptions td.right, #galleryOptions td.right {
	float:none !important;
}

#fsID {
	float: right;
}

/* CONTACT FORM */
.miniSurveyView #msg {
	background: none !important;
	color: #444 !important;
	padding: 15px !important;
	border: 1px solid #999;
	margin: 8px 0px 28px 0px !important;
	border-radius: 5px !important;
}

div.success, div.errors {
	padding: 20px 0;
}

/* STICKY FOOTER http://mystrd.at/modern-clean-css-sticky-footer/ */

html {
    position: relative;
    min-height: 100%;
}
body {
    margin-bottom: 150px !important; /***** bottom = footer height + footer padding */
}
footer {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 190px;
    width: 100%;
    overflow: hidden;
}

#ccm-highlighter {margin-top:-49px;} 
.ccm-menu {margin-top:-49px !important;}