body, html {
	padding: 0 !important;
	margin: 0 !important;
	color: #808080;
	font-family: "myriad-pro", sans-serif !important;
	font-weight: 300;
	font-size: 15px;
	background-color: #fff;
}

h1 {
	font-size: 1.5em;
	line-height: 1.3em;
	color: #808080;
}

h1 a {
	text-decoration: none !important;
}

h2, h3 {
	font-size: 1.1em;
	line-height: 1.3em;
}

h3 {
	font-weight: 500;
}

h4 {
	font-size: 1em;	
	font-weight: bold;
}

h5 {
	font-size: 1em;	
	font-weight: normal;
}

#logo {
 	margin-top: 80px;
 	width: 250px;
 	margin-bottom: 30px;
 }
 
 
#container a {
	color: #808080 !important;
}

#container strong {
	font-weight: 500;
}

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

#header-wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}
header {
	/* background-position: 15px 10px; */
	border: none;
	padding: 0;
	margin:0;
	/* FOR FULL WIDTH SITE */
	width: 250px;
	text-align: right;
}


nav {
	padding: 0;
	text-align: center; /* CHANGE TO LEFT OR RIGHT FOR MENU ALIGNMENT ! */
	float: left;
	width: 550px;
	margin-bottom: 30px;
}

#sub-menu {
	float: left;
	width: 180px;
	padding-left: 30px;
}

.sf-menu {
	line-height: 1.0em;

	/* CENTERED FOR FULL WIDTH SITE */
	margin: 0px auto;
	display: inline-block; /* TO ALLOW FOR MENU ALIGNMENT ! */

	border-right: 1px solid #ccc;
	padding-right: 30px;

	width: 250px;
	float: left;
	text-transform: lowercase;
}


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

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


nav ul li {
	float: none;
	text-align: right;
}

nav ul li a {
	font-size: 1.4em;
	font-weight: 300;
	text-shadow: none !important;
	text-transform: lowercase;
	padding: 0.65em 0 !important;
}

nav ul li a.nav-first {
	padding-top: 0.3em !important;	
}
nav ul li a.nav-last {
	padding-bottom: 3em !important;	
}


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 {
	font-weight: 600;
}
nav ul li a:hover {
	font-weight: 400;
}

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



#sub-menu .ccm-page-list {
	text-align: left;
}

#sub-menu .ccm-page-list h3 a {
	font-weight: 300;	
}


#sub-menu .ccm-page-list-description {
	display: none;
}

#sub-menu h3.pagelist-path-selected a {
	font-weight: 600;
}

#sub-menu h3 {
	margin-bottom: 15px !important;
}

#wrapper {
	width: 960px !important;
	padding: 0 20px 0 20px !important;
	display: none; /* FADE IN! */
}

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

}

#wrapper a {
	text-decoration: underline;
}

table.images-and-text tr td:first-child {
	padding-right:  20px;
}


#footer-wrapper {
	margin-top: 100px;
	width: 100%;
	/*margin-left: 550px; */
	padding: 0;
}

footer {
	margin: 0px auto;
	padding: 20px 10px;
	text-shadow: none;	
	border: none;
}
footer a, footer a:hover {
}

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


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

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;
}

.deluxe_image_gallery_image {
	padding-bottom: 10px !important;
}

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


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

html {
    position: relative;
    min-height: 100%;
}
body {
    margin-bottom: 205px !important; /***** bottom = footer height + footer padding 
}
#footer-wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 185px;
}

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

*/