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

@font-face {
	font-family: 'Conv_BRITANIC';
	src: url('fonts/BRITANIC.eot?#iefix') format('embedded-opentype'),
 		 url('fonts/BRITANIC.woff') format('woff'),
		 url('fonts/BRITANIC.ttf') format('truetype'),
		 url('fonts/BRITANIC.svg') format('svg');
}

html{
	background: url('../images/background.gif');
	background-attachment:fixed;
}

body{
	padding: 50px 0 50px 0;
	font-family: arial, Helvetica, sans-serif;
	color: #444;
	font-size: 12px;
}

h2{
	font-size: 36px;	
}

h3{
	font-size: 19px;
	color: #333;
}

p{
	padding: 10px 0; 	
}

.red_text{
	color: #388c37 !important;	
}

.tan_text{
	color: #f0e9d6 !important;	
}

.dark_tan_text{
	color: #bca977 !important;	
}

.britanic{
	font-family: 'Conv_BRITANIC', georgia, serif;	
}

.clear{
	clear: both;	
}

.noDisplay{
	display: none !important;
	height: 1px;
	width: 1px;
}

#wrapper{
	behavior: url('ie-css3.htc');
	border:3px solid hsla(27, 7%, 31%, 1);
	-webkit-box-shadow:0 0 1em hsla(0, 0%, 0%, 1.0);
	-moz-box-shadow:0 0 1em hsla(0, 0%, 0%, 1.0);
	box-shadow:0 0 1em hsla(0, 0%, 0%, 1.0);
	width: 865px;
	margin: 0 auto;

}

#top_shadow{
	background: url('../images/top_background') top left no-repeat;
	height: 12px;
}

#top{
	border-bottom: 2px solid #d7d1c5;
}

#content{
	background: url('../images/content_background.png') #d7d1c5 top left repeat-x;
	padding: 15px 15px 0 15px; 
}

#content_top{
	height: 340px;
}

#content_top #left{
	width: 436px;
	text-align: center;
	float: left;
	overflow: hidden;
}


#content_top #right{
	width: 399px;
	margin-left: 433px;
	text-align: justify;
	overflow: hidden;
}

#content ol li{
	list-style: decimal;
	margin: 0 20px 15px 20px;
}

#content ul li{
	float: left;
	width: 49%;
	margin: 0 0 0 1%;
}

#content ul li img{
	float: left;
	margin-right: 20px;
}

#content button{
	padding: 0px none;
	background: url('../images/button.png');
    background-size: cover;
	width: 215px;
	height: 65px;
	font-size: 17px;
	color: white;
}

#content .cpn_form{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 98px;
}

#content .cpn{
	width: 162px;
	padding: 1px !important;
}

#content .cpn_form input{
	padding: 2px 4px;	
}

#content .cpn_form p{
	font-size: 11px;
	padding: 5px 0px 5px 60px;
	text-align: left;
	font-style: italic;
}


.cycle-slideshow{
    height: 489px;
    width: 100%;
    display: block;
}

.cycle-caption{
    height: 20px;
    width: 100%;
}

#contact_wrapper{
	height: 464px;
	margin: 40px 15px 0 15px;;
	background: url('../images/contact_background.png') #a4977c bottom left repeat-x;
	padding: 15px;
	behavior: url('ie-css3.htc');
	border: 1px solid #888;
	border-bottom: 0px none;
	-webkit-box-shadow:0 0 .5em hsla(0, 0%, 0%, 1.0);
	-moz-box-shadow:0 0 .5em hsla(0, 0%, 0%, 1.0);
	box-shadow:0 0 .5em hsla(0, 0%, 0%, 1.0);
}

#contact_wrapper #contact_left{
	width: 450px;	
	float: left;
}


#contact_wrapper #contact_left form{
	margin: 10px 0 0 10px;
}

#contact_wrapper #contact_left label{
	float: left;
	margin-top: -15px;
	position: absolute;
	font-size: 11px;
}

#contact_wrapper #contact_left td{
	height: 50px;
	width: 220px;
}

#contact_wrapper #contact_left input, #contact_wrapper #contact_left select{
	width: 180px;
}

#contact_wrapper #contact_left textarea{
	width: 400px;
	height: 100px;
	margin: 0 0 15px 0;
}


#contact_wrapper #contact_right{
	width: 284px;
	float: left;
	border-left: 1px solid #CCC;
	height: 350px;
	padding: 15px 15px 0 20px;
	color: #f0eade;
	font-size: 13px;
}

#contact_wrapper .send{
    
}

#footer{
	width: 886px;
	text-align: center;
	margin: 0 auto;
	padding-top: 10px;
	font-size: 11px;
}