





@charset "utf-8";
/* CSS Document */


body {
	padding: 0;
	background-color:#0b0803;
	background-image: url(../../assets/images/background/bg.jpg);
	background-repeat: repeat-x;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 25px;
	margin-left: 0;
	}
	
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #a78953;
	line-height: 20px;
	text-align: right;
	}

	
a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #a78953;
	line-height: 20px;
	}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bolder;
	color: #a78953;
	text-align: right;
	}
	
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #a78953;
	}
	
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	color: #a78953;
	}
	
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #a78953;
	}
	


#page-wrap {
	width: 1024px;
	margin: auto;
	}
	
/*header*/

#header {
	width: 1024px;
	height: 129px;
	}
	
#logo {
	width: 400px;
	height: 129px;
	background-image:url(../../assets/images/logos/logo.png);
	float: left;
	background-repeat: no-repeat;
	}
	
#contact-info {
	float: right;
	width: 450px;
	height: 129px;
	margin-right: 50px;
	background-image:url(../../assets/images/menu/contact-icon.png);
	background-repeat: no-repeat;
	background-position: 230px 8px;
	}
	
#page-wrap #header #contact-info h3 {
	text-align: right;
	line-height:2px;
}

#page-wrap #header #contact-info h1 {
	text-align: right;
	line-height: 20px;
}

/*end header*/

/* navigation */

#menu-wrap{
	width: 100%;
	height: 38px;
	background-image:url(../../assets/images/menu/menu-bg.jpg);
	}
	
#page-wrap #menu-wrap ul li {
	display: inline;
	} 
	
#page-wrap #menu-wrap ul li a img{
	margin-top: 0px;
	} 
	
#menu-links{
	padding-left: 80px;
	}

	
/* end navigation */

#main-image {
	width: 1024px;
	height: 370px;
	background-image:url(../../assets/images/photo-gal/MAIN-INDEX-IMAGE.jpg);
	overflow: hidden;
	}
	
/*quick links*/	

	
#quicklinks-area {
	height: 200px;
	background-color: #aa8b55;	
	background-image:url(../../assets/images/background/middle-bg.jpg);
	background-repeat: repeat-x;
	background-position: center;
	}
	
#quicklinks {
	height: 200px;
	width: 800px;
	margin: auto;
	padding-top: 30px;
	padding-left: 40px;
	}

	
/*end quick links*/	

/*content*/
	
#content-area {
	width: 100%;
	height: 490px;
	background-image:url(../../assets/images/background/lower-bg.jpg);
	}
	
#main-text {
	width: 950px;
	margin:auto;
	padding-top: 50px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	color: #a78953;
	}
	
#main-text p{
	text-align: left;
	color: #a78953;
	font-size: 14px;
	}
	
/*end content*/

/*social*/

#social-wrap {
	width: 50%;
	float: right;
	margin-top: -150px;
	margin-bottom: -8px;
	}

#social-icons {
	float: right;
	}

/*end social*/
	
/*footer*/

#footer {
	width: 100%;
	height: 112px;
	margin-top: -40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	}
	
#footer-content{
	with: 80%;
	margin: auto;
	
	}

.footer-box {
	width: 40%;
	float: left;
	text-align: left;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999;
	}
	
.footer-box p{
	text-align: left;
	}
	
.footer-box2 {
	width: 60%;
	float: left;
	text-align: right;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999;
	}

/*end footer*/

#content {
	padding-left: 150px;
	}
	
#map {
	float: right;
	height: 250px;
	width: 600px;
	margin-top: -280px;	
	margin-left: 50px;
	}
	