@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
@font-face {
    font-family: 'baskerville_old_faceregular';
    src: url('../fonts/baskvill-webfont.eot');
    src: url('../fonts/baskvill-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/baskvill-webfont.woff') format('woff'),
         url('../fonts/baskvill-webfont.ttf') format('truetype'),
         url('../fonts/baskvill-webfont.svg#baskerville_old_faceregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: Calibri;
    src: url('../fonts/calibri-webfont.eot');
    src: url('../fonts/calibri-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/calibri-webfont.woff') format('woff'),
         url('../fonts/calibri-webfont.ttf') format('truetype'),
         url('../fonts/calibri-webfont.svg#calibri') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	margin:0;
	padding:0;
	height:100%;
	background-image:url(../images/back.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position: center top;
	font-family: Calibri;
}
h1 {
    font-family: 'baskerville_old_faceregular';
	font-size: 30px;
	color: #352629;
	font-weight: normal;
	font-style: normal;
}
h2 {
    font-family: 'baskerville_old_faceregular';
	font-size: 24px;
	color: #352629;
	font-weight: normal;
	font-style: normal;
}
h3 {
    font-family: 'baskerville_old_faceregular';
	font-size: 18px;
	color: #352629;
	font-weight: normal;
	font-style: normal;
}
p {
	padding-top: 5px;
	padding-bottom: 5px;
}
a {
	color: #FAEEC7;
	background: none;
	text-decoration: none;
	outline: none;
}
a:hover {
	color: #236878;
	background: none;
	text-decoration: none;
}
.left{
    float: left !important;
}

.right{
    float: right !important;
}

.wide{
    float: left;
    width: 100%;
}
.relative{
    position: relative;
}

.bold{
    font-weight: bold;
}
.italic{
	font-style:italic;
}
img {
	margin: 0;
	padding: 0;
	border: 0;
}
.indent{
	margin-left:25px;
}
.half{
	width:50%;
}
.clear {
	clear: both;
	width: 100%;
	height: 0;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}
.gray {
	color: #858585;
}
.blue {
	color:	#236878;
}



/* SITE */
#sitewrapper {
	min-height:100%;
	min-width:980px;
	position:relative;
}
#header {
	height:180px;
	background:#eff3d7;
}
.logo{
	padding-top:10px;
	margin-left:355px;
	
}
.wrap{
	width:980px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
.mainbox{
	margin-top:10px;
	float:left;
	background:#eff3d7;
	padding:25px;
	width:930px;
	/*text-align:justify;*/
}
.mainbox img{
	padding-top:10px;
	padding-bottom:10px;
}
#content {
	padding-bottom:25px;   /* Height of the footer element */
}

/* nav */
.navdiv{
	background-image:url(../images/div.jpg);
	width:1px;
	height:40px;
	/*float:left;*/
	display:inline-block;
}
.navHeight{
	line-height:42px;
}
.nav{
	color:#3a2304;
	padding-top:10px;
	margin-top:10px;
	margin-bottom:10px;
	
	/*background-color:#ccc;
	width: 980px;*/
	height:55px;
    font-family: 'baskerville_old_faceregular';
	font-size:19px;	
    font-style: normal;
	color: #3a2304;
	
  width: 100%;
  float:left;
  text-align:center;
}
.nav ul {
	text-align:center;

	list-style-type: none;
}
.nav ul li {
	text-align:center;
	display:inline-block;
	vertical-align:top;
	/*background-color:#bbb;*/
	height:44px;
	padding-left:8px;
	padding-right:8px;
}
.nav li a {
	text-align:center;	
	text-decoration: none;
	color: #3a2304;
}
.nav li a:hover {
	text-decoration: none;
	color: #7e2464;
}
.nav li a.active {
	text-decoration: none;
	color: #7e2464;
}
/* EOF nav */

/* footer */
#footer {
	width:100%;
	height:20px;
	text-align:center;
	font-size:10px;
	color: #fff;
	position:absolute;
	bottom:0;
	left:0;
}
	.infooter{
		padding-top:5px;
	}
		.infooter a {
			color: #fff;
			background: none;
			text-decoration: none;
		}
		.infooter a:hover {
			color: #e6ebc5;
			background: none;
			text-decoration: none;
		}
/* EOF footer */

/* Slider */
.slider_holder, #main_slider{
	float: left;
	width: 980px;
}
	.slide{
		float: left;
		position: relative;
		width: 980px;
	}                
/* EOF Slider */
					



				/* Contact form */
				.cform{
					margin-top:30px;
					float: left;
					width: 445px;
				}
				.cform.right{
					margin-left:19px;
				}

                label{
                    float: left;
                    width: 100%;
                    margin: 5px 0 2px 0;
                }                
                input[type='text']{
                    float: left;
                    width: 97%;
                    padding: 0 0 0 3%;
                    margin: 0 0 5px 0;
                    height: 30px;
                    font-size: 13px;
					font-family: Georgia;
                }                
                textarea{
                    float: left;
                    width: 97%;
                    max-width: 97%;
                    padding: 3% 0 0 3%;
                    margin: 0 0 5px 0;
                    height: 146px;
                    font-size: 13px;
					font-family: Georgia;
                }
				#lblError{
					font-family: 'Conv_OratorStd';
					float:left;
					text-align:right;
                    width: 340px;
					color: #c90000;
				}                
                .submit_btn{
					font-family: 'Conv_OratorStd';
                    background: #7e2464;
                    color: #fff;
                    text-transform: uppercase;
                    padding: 7px 15px;
                    float: right;
                    border: none;
                    outline: none;
                    cursor: pointer;
                }            
                .submit_btn:hover{
					background:rgba(0,0,0,0.8);
                }
                    /* EOF Contact form */
					
					
					
                .gall_holder{
                    float: left;
                    width: 100%;
					background:#eff3d7;
					padding-top:5px;
					padding-bottom:5px;
					border-top-style:solid;
                }
                
                .gall_image{
					position:relative;
                    float: left;
                    width: 225px;
					height:150px;
                    margin: 9px;
					color:#000;
					border-style:solid;
					border-width:1px;
					border-color:#999;
                }
				.imgnum{
					font-family: Calibri;
					position:absolute;
					background-color:#eff3d7;
					color:#3a2304;
					width:20px;
					height:20px;
					right:0;
					bottom:0;
					text-align:center;
				}
				