
.sidemenu {
	width: 200px;
	float: left;
	padding: 12px 20px 20px 0px;
	border-right: 1px solid #cccccc;
}
a.sidemenu-category {
	display: block;
	color: #444444;
	cursor: pointer;
	padding: 6px 0px 6px 10px;
	font: 16px/30px Raleway-SemiBold, Trebuchet MS, sans-serif;
    border-bottom: 1px solid #cccccc;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;	
}
a.sidemenu-category.next-category {
	border-top: 1px solid #cccccc;
}
a.sidemenu-category:hover {
    color: #3d91e1;
	text-decoration: none;
	background: white;
	border-bottom: 1px solid #444444;
}
a.sidemenu-category.current-category {
    color: white;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
    font-weight: bold;
	background: #0055a6;
	margin-right: -30px;
	padding-left: 10px;
	border-bottom: 1px solid #d91f29;
}

a.sidemenu-category.current-category:hover {
	background: #0055a6;
	margin-left: 10px;
	margin-right: -40px;
	border-bottom: 1px solid #444444;
}

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: #444444;
	border-bottom: 1px solid #cccccc;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;	
}
a.sidemenu-subcategory:hover {
	text-decoration: none;
	color: #d91f29;
}
a.sidemenu-subcategory.current-subcategory {
    color: #d91f29;
	padding: 5px 9px;
	margin-left: 10px;
	margin-right: -20px;	
}

a.sidemenu-subcategory.current-subcategory:hover {
    color: #d91f29;
	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: 1px solid #cccccc;
}
.textholder {
    border-bottom: none;
}
.fullwidth .divContactSectionLeft {
    width: 500px;
    float: left;
}
.fullwidth .divContactSectionRight {
    width: 460px;
    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: 380px;
    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;
}