body, html {
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
	padding: 0px;
}

#wrapper {
	margin: 0 auto;
	min-height: 100%;
	background: #e5dec6 url('../images/layout/wrapper-bg.jpg') repeat-x top;
	padding: 30px 10px;
}

.container {
	margin: 0 auto;
	background: #fff;
}

hr {
	width:100%
}

/*************************
LAYOUT
*************************/

#top-header {
	height: 15px;
	width: 100%;
	margin: 0 auto;
	background: #000000;
}

#header {
	height: 118px;
	margin: 0 auto;
	background: #fff7f5;
	padding: 40px;
}

#navigation {
	margin: 0 auto;
	height: 42px;
	padding: 0;
	background: #ede9f1;
	width: 100%;
	border-bottom: 14px solid #7b5d6b;
	border-top: 1px solid #000;
}

.banner-img {
  position: relative;
  top: -18px;
  left: -27px;
}

.body-content {
    display: flex;
	flex-wrap: wrap;
	
}

#content {
	display: flex;
	 flex-direction: column;
	 padding-bottom: 40px;

}

#sidebar {
	background: #ede9f1;
	display: flex;
	 flex-direction: column;
	 flex-grow:1;
	 padding-left: 20px;
	 margin: 0;

}
.sidebar-content {
	flex-grow:1
}

.sidebar-content .custom{
	border-bottom: 1px solid #7b5d6b
}

#footer {
	height: 100px;
	text-align: center;
	padding-top: 20px;
}

.contentpaneopen {
	width: 100%;
	padding: 0px;
}



/*************************
TEXT STYLES 
*************************/
body {
color:#515151;
font-family:"Helvetica Neue",Arial,Helvetica,sans-serif;
font-size:13px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height: 18px;
}

.copyright-text {
	color:#000000;
	font-size:.9em;
}


/*************************
LINK STYLES
*************************/
a:link {
	color: #7b5d6b;
	text-decoration: none;
}
a:active {
	color: #7b5d6b;
	text-decoration: none;
}

a:visited {
	color: #7b5d6b;
	text-decoration: none;
}

a:hover {
	color: #ccc;
	text-decoration: none;
}

a.footer-link {
	color: #58585a;
	text-decoration: none;
}
a.footer-link:active {
	color: #58585a;
	text-decoration: none;
}

a.footer-link:visited  {
	color: #58585a;
	text-decoration: none;
}

a.footer-link:hover {
	color: #000000;
	text-decoration: none;
}


/*************************
HORIZONTAL NAVIGATION MENU 
*************************/
.menu ul{
	padding: 0;
	margin: 0;
}

.menu li{
	display: inline;
	margin: 0;
	float:left;
}

.menu li a {
  list-style-type: none;
  margin: 0;
  padding: 11px 25px;
  margin: 0px 2px 0 0;
  color: #58585a;
  text-decoration: none;
  text-align: center;
  display: inline-block;
}

.menu li a:hover, .menu li.active a {
	background-color: #7b5d6b!important;
	color: white;
}

ul.menu li#current a {	/** background of the tab of the page the visitor is currently on **/
	background-color: #7b5d6b!important;	
	color: white;
}

ul.menu li#current a:hover {	/** haver background of the tab of the page the visitor is currently on **/
	background-color: #7b5d6b!important;
	color: #ccc;
}

/*************************
CONTACT FORM
*************************/
.ce-contact_email {
padding: 0px 0px 0px 50px;
}

.inputbox {
padding: 5px;
font-size: 13px;
color: #666666;
font-family:"Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
border: 1px solid #555555;
width: 375px;
margin-bottom: 5px;
}

.cf-label {
font-weight: bold;
margin-top: 10px;
}

.requiredField {
color: #000000;
}

.text_area {
color: #000000;
}

#requiredsign {
font-size: 10px;
}

#ce-submit-button { 
  background-color: #ff9900;
  color:#ffffff; 
  font: bold 120% 'trebuchet ms',helvetica,sans-serif; 
  margin-top: 10px;
  margin-left: 285px;  /** value of 'inputbox' width & 'inputbox' left/right padding **/
  width: 100px;
  border:1px solid #000000; 
  float: left;
  height: 30px;
	} 
	
.required {
	border-color: #000000 !important
}

.invalid, input.invalid {
	border-color: #FF0000 !important
}

label.requiredField {
	font-weight: bold
}
	
div.ce-cf-container{
	margin:0 0 9px 0;
}

.ce-sidebar {
	vertical-align:top
}

.disabled_field {
	background-color:#f5f5f5
}

.ce-radiobox-container,.ce-checkbox-container { /** display:inline-block **/
	overflow: hidden;
	width: 100%;
}

#component-contact-enhanced td {
	vertical-align:top
	}
	
.fancybox-title {
	display: none;
}

.row-fluid [class*="span"] {
	padding: 15px;

}

@media(min-width:1200px){
}
	 
@media(min-width:768px) and (max-width:979px){
	
	#gruemenu.grue_91 > ul > li:hover > a, {
		padding: 11px 16px!important;
	}

}
	
@media(max-width:767px){

}

@media(max-width:480px){
	#header {
		height: 45px;
	}
}
	
	

