/*Borders removed from Nav Bar*/
.menu, .menu a, .menu li ul {
border: none;
}

.custom #footer_1 {text-align:left;}
	.custom #footer_1 ul.sidebar_list li.widget {width:23%; margin-right:2%; float:left;}

/*Styling for Contact Form*/
.custom #wpcf label {
	clear: both;
	display: block;
	float: left;
	width: 150px;
}
.custom #wpcf input {
	float: left;
	width: 200px;
	padding: 1px;
	margin: 2px 5px 2px 0;
}
.custom #wpcf textarea {
	width: 600px;
	height: 100px;
	padding: 1px;
	margin: 0 5px 10px 0;
}
.custom #wpcf #contactsubmit {
	margin-left: 0px;
        width: 100px;
}

.custom .menu .tab { margin-left: 0.5em; 
                     margin-right: 0.5em;
} 
