body, html, div, span, object, h1, h2, h3, h4, p, blockquote, a, abbr, em, img, small, strong, sub, sup, b, u, i, ol, ul,
tr, th, td, table, canvas {
	margin: 0;
	padding: 0;
	font: inherit;
	border: 0;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

ol, ul {

}

.ulstyle {
	padding: .4em .4em .4em .8em;
	background: #ddd;
	line-height: 2em;
	font-weight: bold;
}

h2 {
	font-color:#231f20;
	
	font-weight: 600;
	font-size:40px;
	text-align: center;
	letter-spacing: -1px;
}

.h2index {
	
	font-color:#231f20;
	font-weight: 600;
	font-size:25px;


}

h3 {
	font-weight: bold;
	letter-spacing: -1px;
	
}

h4 {
	letter-spacing: -1px;
}

#header {
	position:relative;
	margin: 0px;
	padding: 0px;
	width:100%;
	height:400px;
	/*background-color:#231f20;*/
	background-color:#fff;
}

.header_wrapper{
		height:400px;
		width:600px;
		background-image: url(../mainlogo.jpg);
		background-size: 600px 400px;
		background-repeat: no-repeat;
		margin: 0 auto;
		position:relative;
}

#menu {

	height:40px;
	border-style: solid;
    border-bottom: thick dotted #ff0000;
	border-top: thick dotted #ff0000;
	border-width:2px;
	border-left:0px;
	border-right:0px;
}

.menu_wrapper {
	position:relative;
	margin: 0 auto;
	width:600px;
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
	
}

.menu_wrapper nav a {
		font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
		text-decoration: none;
		font-size: 1.2em;
		color:#c36e2b;
		padding: 10px 17px 10px 17px;
}

.menu_wrapper nav a:hover {
		color:#000;
}

.body_content_wrapper {
	margin: 0 auto;
	position:relative;
	width: 60%;
	margin-top:30px;
}

.body_content_wrapper span{
	letter-spacing: 0.09em;
	line-height:15.em;
	color:#717479;
}

.body_content_wrapper img{ 
    display: block;
    margin-left: auto;
    margin-right: auto;
	
-webkit-box-shadow: 0px 0px 8px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 0px 8px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 0px 8px 0px rgba(50, 50, 50, 0.75);
}

#footer {
	top:40px;
	border-width:1px;
	border-top:dotted #ff0000;
	width:50%;
	position:relative;
	margin: 0 auto;
	padding: 2em 0 6em 0; margin-left:auto; 
	color:#c36e2b;	
	clear:both;
}

.leftfooter {
	float:left;
}

.rightfooter {
	float:right;
	padding-left:10px;
}

.rightfooter img{ 

  padding: 0px 0px  0px 20px;

}

/* SERVICES COLUMNS */

.body_content_wrapper_services {
	margin: 0 auto;
	position:relative;
	width: 50%;
	margin-top:30px;
	clear:both;
}

.services_left{
	float:left;
}

.services_right {
	float:right;

}

/* CONTACT FORM */

form {
	margin: 0 auto;
	width:83%;
}

label {
	display:block;
	margin-top:20px;
	letter-spacing:2px;
}

input, textarea {
	width:50%;
	height:27px;
	background:#efefef;
	border:1px solid #dedede;
	padding:10px;
	margin-top:3px;
	font-size:0.9em;
	color:#3a3a3a;
}

input:focus, textarea:focus {
    border:1px solid #97d6eb;
}

#submit {
    width:127px;
    height:38px;
	color:#fff;
	margin-top:20px;
    border:none;
	background-color:#c36e2b;
    cursor:pointer;
}

	#submit:hover {
	    opacity:.9;
	}
	
		.homepic {
			width: 90%;
		}