.sidemenu {
	width: 200px;
	float: left;
	padding: 0px 20px 20px 0px;
	border-right: 2px dotted #bead92;
}
a.sidemenu-category {
	display: block;
	color: #df4e1c;
	cursor: pointer;
	padding:10px 0px 10px 10px;
	font: 18px/20px Domine-Bold, Trebuchet MS, sans-serif;
    border-bottom: 2px dotted #bead92;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;	
}
a.sidemenu-category.next-category {
	border-top: 1px solid #bead92;
}
a.sidemenu-category:hover {
    color: #346199;
	text-decoration: none;
	background: white;
	border-bottom: 2px dotted #372f20;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a.sidemenu-category.current-category {
    color: white;
	background: url(../images/sidemenu-bg.png) repeat;
}

a.sidemenu-category.current-category:hover {
	background: url(../images/sidemenu-bg.png) repeat;
}

a.sidemenu-subcategory {
	display: block;
	cursor: pointer;		
	margin-left: 10px;
	margin-right: -20px;
	font: 16px/30px Arial, Trebuchet MS, sans-serif;
	padding: 5px 9px;
	color: #333333;
	border-bottom: 1px solid #bead92;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;	
}
a.sidemenu-subcategory:hover {
	text-decoration: none;
	color: ;
}
a.sidemenu-subcategory.current-subcategory {
    color: ;
	padding: 5px 9px;
	margin-left: 10px;
	margin-right: -20px;	
}

a.sidemenu-subcategory.current-subcategory:hover {
    color: ;
	margin-left: 20px;	
	margin-right: -30px;
}

#gmap img {
	background: inherit;
	padding: 0px;
	border: none;
	max-width: inherit;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.divContactSectionLeft {
    border-right: 2px dotted #bead92;
}
.textholder {
    border-bottom: none;
}
.fullwidth .divContactSectionLeft {
    width: 500px;
    float: left;
}
.fullwidth .divContactSectionRight {
    width: 420px;
    float: right;
}
.fullwidth .divContactSectionRight #gmap {
    width: 400px;
    height: 400px;
}
.divContactSectionLeft {
    width: 340px;
    float: left;
    margin-bottom: 10px;
}
.divContactSectionLeft input {
    width: 208px;
}
.divContactSectionLeft select {
    width: 160px;
}
.divContactSectionLeft textarea {
    width: 308px;
    height: 75px;    
    overflow-y: scroll;
}
.divContactSectionRight {
    width: 340px;
    float: right;
    margin-bottom: 10px;
}
.divContactSectionLeft #codetable {float: left; width: 100px; margin-right: 20px;}
.divContactSectionLeft #codetable label {width: 100px;}
.divContactSectionLeft #codetable input {width: 88px;}
.divContactSectionLeft input.submit {width: auto;}

.divContactSectionRight .textholder-image {
    width: 340px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.divContactSectionRight .textholder-image img {
    width: 332px;
}
.divContactSectionRight .videoholder {
    width: 340px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.divContactSectionRight .videoholder iframe {
    width: 332px;
    height: 198px;
    margin: 0;
}
.divContactSectionRight .address_submit {
    float: right;
}
.divContactSectionRight #gmap {
    width: 340px;
    height: 340px;
    margin-top: 20px;
}

.fullwidth .divContactSectionRight .textholder-image {
    width: 420px;
}
.fullwidth .divContactSectionRight .textholder-image img {
    width: 412px;
}
.fullwidth .divContactSectionRight .videoholder {
    width: 420px;
}
.fullwidth .divContactSectionRight .videoholder iframe {
    width: 412px;
    height: 198px;
}
.fullwidth .divContactSectionRight #gmap {
    width: 100%;
    height: 420px;
    margin-top: 0px;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;	    
}

#divGetDirections {
    padding: 10px;
    background: #bead92;
	width: 100%;   
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;	
}

#getdirections {
	
}

#mapframe {
	background: #ffffff;
	border: 1px solid #bead92;
	padding: 3px;	
}

#getdirections input {
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;		
	height: 34px;
	line-height: 34px;
}

#getdirections input[type=submit] {
	padding: 0px;
	width: 35%;
}

#getdirections input[type=text] {
	padding-top: 0px;
	width: 60%;
}

input.address_textbox {
	font-style: italic;
}

input.address_textbox:focus {
	font-style: normal;
}
