@charset "utf-8";
/* CSS Document */

body, p, li, ul, div {
    margin: 0;
    padding: 0;
}
body {
    background-color: #ece7e1;
    
    font-family: Arial,Helvetica,sans-serif;
}

img {
    border:  none;
}
.imgLeft{
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	border:solid 1px #000;
}
.imgRight{
	float:right;
	margin-left:20px;
	margin-bottom:20px;
	border:solid 1px #000;
}
ul{
	padding-left:60px;
}
h1 {
    color: #000;
    font-size: 26px;
    font-weight: 500;
    margin: 0 0 20px;
    padding: 0;
}
h2 {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 5px;
    padding: 0;
}
h3 {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 5px;
    padding: 0;
}
a:active {
    color: #430b1b;
    text-decoration: none;
}
a:link {
    color: #430b1b;
    text-decoration: none;
}
a:visited {
    color: #430b1b;
    text-decoration: none;
}
a:hover {
    color: #430b1b;
    text-decoration: underline;
}
#header{
	background-color:#430b1b;
	height:116px;
	border-bottom:1px solid #FFF;
	box-shadow: 0px 5px 20px 0px #888;
	width:100%;
	
	}

hr{
	color:#6a6258;
	padding:0px;
	margin:0px;
}
#logo{
	position:absolute;
	left:5px;
	top:-90px;
	z-index:5;
}
#textHeader{
	
	position: absolute;
	left:650px;
	top:-65px;
	z-index:5;
}
#container{
	width:960px;
	min-height:400px;
	background-color:#f6f4f1;
	margin:0 auto;
	box-shadow: 0px 5px 20px 0px #888;
	
}
#header2{
	width:960px;
	height:286px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
	position:relative;

}
#upperNav{
	width:960px;
	}
#nav{
	width:960px;
	height:41px;
	border-top:1px solid #FFF;
}
#content{
	padding:20px;
}
#contentText{
	color:#000;
	font-size:15px;
	line-height:20px;
	text-align:justify;
	padding-left:20px;
	padding-top:20px;
	
}
#callUs{
	float:right;
	width:239px;
	border:1px solid #FFF;
	margin-left:50px;
	margin-bottom:20px;
}
#callUs1{
	border-bottom:1px solid #FFF;
	background-color:#867c6f;
	color:#FFF;
	text-align:center;
	font-size:30px;
	line-height:40px;
	padding:5px;
	
}
#callUs2{
	border-top:1px solid #FFF;
	padding:10px;
	background-color:#430b1b;
	color:#FFF;
	text-align:center;
	font-size:16px;
	line-height:24px;
	font-weight:bold;
	
}
#footer{
	background-color:#dfd8cd;
	
	color:#000;
	padding-left:50px;
	
	padding-top:20px;
	padding-bottom:20px;
	border-top:1px solid #FFF;
}
#footer2 {
    background-color: #000;
   height:50px;
   border-top:1px solid #FFF;
    width: 960px;
}
#footer2Text {
    color:#939393;
    font-size: 14px;
    line-height: 24px;
    padding: 5px;
	padding-top:10px;
    text-align: center;
}
#footer2Text a {
    margin-right: 30px;
}
#footer2Text a:active {
    color: #867C6F;
    text-decoration: none;
}
#footer2Text a:link {
    color: #867C6F;
    text-decoration: none;
}
#footer2Text a:visited {
    color: #867C6F;
    text-decoration: none;
}
#footer2Text a:hover {
    color: #FFF;
    text-decoration: underline;
}
#bottomWrap {
    color: #000000;
    margin: 0 auto;
    width: 960px;
	margin-bottom:10px;
}
#copyright {
    float: left;
    font-size: 10px;
    margin-left: 50px;
    margin-top: 10px;
}
#designed {
    float: right;
    font-size: 10px;
    margin-right: 50px;
    margin-top: 10px;
}
#designed a {
    color: #000000;
}
.header-content {
	width:960px;
	margin:0 auto 0 auto;
}