@charset "utf-8";
/* CSS Document */

/*------------------- SLIDER STYLING------------------------*/

#slider {
	display: inline-block;
}

.slidebox, .jflow-content-slider {
	width: 438px;
	height: 267px;
}

#myController {
	background: rgb(45,104,170);
	width: 70px;
	height: 267px;
	display: inline-block;
	margin-right: 5px;
	
	-webkit-border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
}

#myController li.jFlowPrev, #myController li.jFlowNext {
	width: 0;
}

#myController li {
	list-style-type: none;
	width: 70px;
	height: 15px;
	margin: 6px 0;
}

#myController li.jFlowControl {
	background: url(/img/icon1.png) no-repeat center;
}

#myController li.jFlowControl:hover {
	background: url(/img/icon2.png) center no-repeat;
}

#myController li.jFlowSelected {
	background: url(/img/icon3.png) center no-repeat;
}

#myController ul {
	margin: 0;
	list-style-position: inside;
	padding-top: 160px;
}

.jFlowControl {
	cursor: pointer;
	font-size: 30px;
}

div.jFlowSlideContainer {
	text-align: center;
}

#slides h2 {
	font-size: 20px;
	color: #fff;
	margin-top: 210px;
}

#slide1 {
	background: url(/img/slide1.jpg) no-repeat;
}

#slide2 {
	background: url(/img/slide2.jpg) no-repeat;
}

#slide3 {
	background: url(/img/slide3.jpg) no-repeat;
}


/*------------------- HOME STYLING------------------------*/

#slider_wrap {
	position: relative;
}

#slider_wrap > section {
	width: 750px;
	padding: 12px 0 10px 14px;
	
	background: #00a3e4; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #00a3e4 0%, #154296 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#00a3e4), color-stop(100%,#154296)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  #00a3e4 0%,#154296 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  #00a3e4 0%,#154296 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  #00a3e4 0%,#154296 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  #00a3e4 0%,#154296 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a3e4', endColorstr='#154296',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#slider_wrap img {
	position: absolute;
	top: -30px;
	right: 0;
}

#welcome {
	width: 380px;
	margin-top: 30px;
}

#services {
	margin-top: 40px;
}

#about {
	width: 380px;
	margin-left: 40px;
}

#mission {
	margin-top: 12px;
	color: rgb(110,110,110);
	font-size: 30px;
	padding: 30px 10px 30px 30px;
	background: #fff url(/img/quotes.png) no-repeat center;
}

#mission p {
	margin-bottom: 0;
	line-height: 110%
}

#difference {
	color: rgb(29,86,156);
	font-size: 34px;
	font-weight: bold;
	margin-left: 46px;
}

#living {
	margin-left: 185px;
}

#testimonials {
	text-align: center;
	margin-top: 25px;
}

#testimonials p {
	font-style: italic;
	margin-top: 20px;
}

#testimonials h1 {
	display: block;
	border-bottom: 1px dashed rgb(64,64,64);
	margin-top: 0;
}

#testimonials div {
	width: 260px;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	margin: 10px 10px 0 0;
}

#testimonials span {
	color: rgb(29,86,156);
}

#center_testimonial {
	border-width: 0 1px;
	border-style: dashed;
	border-color: rgb(148,148,148);
	padding: 0 16px;
}
