@charset "UTF-8";

/* ---------------------page elements----------------------- */
body {
	
	background-color: #fff;
	margin: 0;
	padding: 15px 0; 
	color: #555555;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

h1, h2, h3, h4, h5 {
	
	color: #555555;
}

#wrap {
	
	margin:0 auto;
	width: 100%;
	min-width: 500px;
	max-width: 1050px;
}
	
#main {
	
	margin: 0 0 0 160px;
	width: auto;
	padding: 10px 30px;	
}	

#contact {
	
	margin: 50px 0 0 60px;
}

#footer {
	
	clear:both;
	color: #888888;
	font-size: 10px;
	margin: 0;
	padding-top: 30px;
}

#left {
	
	width: 125px;
	float: left;
	text-align: right;	
	padding-top: 30px;
}


/* ---------------------title----------------------- */

.title a {
	
	float: right;
	font-size: 24px;
	text-decoration: none;
	list-style-type: none;
	color: #bbbbbb;
	font-weight: bold;
}

.title a:hover {
	
	color:black;	
}


/* ----------------navigation----------------------*/

.nav ul {
	
	list-style-type:none;
	margin:0;
	padding:100px 0 0 0;
	text-align: right;
	width: 125px;
}

.nav a {
	
	color: #999999;
	text-decoration: none;
}

.nav a:hover {
	
	color:black;
	text-decoration: underline;	
}

.nav li a.current {
    
    color: #222222;
    text-decoration: underline;
} 
    
.nav ul li {
	
	padding: 10px 0 0 0 ;
	font-size: 17px;
}


/* ----------------misc classes----------------------*/

.pagecenter {
	
	width: 600px;
	margin: 0 0 0 100px;
}


.columns {
	
	width: 300px;
	float: left;
	padding: 0 40px 0 0px;
}

.italic {

	font-style: italic;
}

/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;

}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/


.bx-wrapper .bx-viewport {
	margin-right: 0;
	margin-left: -40px;
		margin-top: -15px;
	padding: 0px 45px 40px 0; /* changed right padding to 45px so the images don't get cut off on the right side when shrinking the page */
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;

	width: 100%;
}


/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.
/* DIRECTION CONTROLS (NEXT / PREV) */

.outside {
color: #333333;
}


.bx-prev {
color: #333333;
text-decoration: none;
font-size: 16px;
}


.bx-next {
color: #333333;
text-decoration: none;
font-size: 16px;

}


/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	padding-top: 3px;
}

.bx-wrapper .bx-caption span {
font-size: 16px;

}



/* -------------------------CONTACT FORM-----------------------------*/

#form1 {
color: #333333;
width: 500px;
padding: 15px 0px;
}

.entryform {
  	width: 100%;
  	padding: 8px 8px;
  	margin: 3px 0px;
  	box-sizing: border-box;
  	border: 1px solid #c1234b;
  	border-radius: 4px;
  	background-color: #f9f8fb;
	color: #000000;
  	font-size: 15px;
  	resize: none;
}

.entryform2 {
	width: 100%;
  	padding: 8px 8px;
	margin: 3px 0px;
  	box-sizing: border-box;
  	border: 1px solid #1e6dba;
  	border-radius: 4px;
  	background-color: #f9f8fb;
	color: #000000;
  	font-size: 15px;
  	resize: none;
}


.entryform3 {
	width: 100%;
	height: 200px;
  	padding: 8px 8px;
	margin: 3px 0px;
  	box-sizing: border-box;
  	border: 1px solid #fa9b7b;
  	border-radius: 4px;
  	background-color: #f9f8fb;
	color: #000000;
  	font-size: 15px;
  	resize: none;
}

.entrytext1 {
	color: #c1234b;
}

.entrytext1 {
	color: #1e6dba;
}

.entrytext1 {
	color: #f9f8fb;
}


.yourwebsite { display:none;}