@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Oswald);
@import url(http://fonts.googleapis.com/css?family=Cedarville+Cursive);
body {
	background-image: url('../images/background-outside.jpg');
	background-repeat: repeat-x;
	background-color: #FAB72E;
	margin-top: 0px;
	font-family: Arial;
	font-size: 12px;
}
a {
	color: #F8A11E;
}
a:visited {
	color: #F8A11E;
}
iframe {
	margin-top: 30px;
}
.maincontainer {
	background-image: url('../images/background-inside.jpg');
	background-repeat: no-repeat;
	width: 1000px;
	min-height: 850px;
	margin-left: auto;
	margin-right: auto;
}
h1 {
	font-family: 'oswald', sans-serif;
	font-size: 30px;
	color: #F9B72D;
	font-weight: 400;
	margin-top: 10px;
}
h2 {
	font-size: 15px;
	color: white;
}
.container {
	margin-left: auto;
	margin-right: auto;
	width: 870px;
}
.footer {
	text-align: center;
	font-size: 10px;
	margin-top: 10px;
}

.footer a{
	text-decoration: none;
	color: black;
}

.footer img {
	vertical-align: middle;
}
#output {
	padding-bottom: 15px;
}
.header {
	padding-top: 25px;
}
.welcome {
	width: 871px;
	margin-left: auto;
	margin-right: auto;
	background: url("../images/bg-container1.gif") repeat-y scroll 0 0 transparent;
	overflow: hidden;
}
.welcome p {
	color: #fff;
}
.subpage-container {
	background-color: #fff;
	min-height: 550px;
	margin-top: 51px;
	overflow: hidden;
}
.subpage-content {
	padding: 10px 35px 15px 27px;
}
.subpage-side {
	width: 30%;
	float: right;
	padding: 14px 0px 20px 35px;
}
.subpage-side-left {
	width: 30%;
	float: left;
	padding: 10px 20px 20px 0px;
}
.side-images {
	padding: 20px 50px;
}
.intro {
	float: left;
	width: 380px;
	padding: 0px 32px 10px 22px;
	margin: 8px 0px 8px 0px;
}
.feed {
	float: right;
	width: 380px;
	padding: 0px 32px 10px 22px;
	background-image: url('../images/vertical-divider.gif');
	background-repeat: repeat-y;
	margin: 8px 0px 8px 0px;
}
#slider {
	float: left;
	width: 822px; /* Change this to your images width */
	height: 314px; /* Change this to your images height */
	background: url(../images/loading.gif) no-repeat 50% 50%;
}
#slider img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}
#slider a {
	border: 0;
	display: block;
}
#menu {
	float: left;
	width: 871px;
	height: 32px;
	background-image: url('../images/nav-bar.jpg');
	background-repeat: repeat-x;
	margin-top: 15px;
	font-size: 16px;
}
#menu ul {
	color: #FFF;
	list-style-type: none;
	clear: left;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	left: 50%;
	text-align: center;
}
#menu ul li {
	display: block;
	float: left;
	list-style: none;
	margin: 0;
	position: relative;
	right: 50%;
}
#menu ul li a {
	display: block;
	margin: 0 0 0 1px;
	padding: 5px 42px;
	color: #FFF;
	text-decoration: none;
	line-height: 1.3em;
	background: url("../images/separator-01.gif") no-repeat scroll 0 0 transparent;
	background-position: 100% 54%;
}
#menu ul li a:hover {
	color: #F8A11E;
}
#menu ul li a.selected {
	color: #F8A11E;
}
.test-left {
	width: 50%;
	float: left;
	margin-bottom: 20px;
}
.test-right {
	width: 50%;
	float: right;
	margin-bottom: 20px;
}
.quote-name {
	font-weight: bold;
	font-size: 12px;
	padding-top: 10px;
	display: block;
}
.quote-text {
	padding: 0px 50px 10px 138px;
}
.quote-text-nopic {
	padding: 0px 50px 10px 0px;
}
.feature-test {
	background-color: #FBFBFB;
	border-radius: 2px 2px 2px 2px;
	box-shadow: 0 1px 3px #777777;
	padding: 27px 30px 20px 82px;
	margin: 0 15px 50px 0px;
	background-image: url(../images/open-quote.png);
	background-repeat: no-repeat;
	background-position: 30px 18px;
	font-size: 13px;
}
.signature {
	font-family: 'Cedarville Cursive', cursive;
	font-size: 1.8em;
}

.badge {
	padding-top: 10px; 
	text-align: center;
	}
.slider {
    border: 15px solid #fff;
    box-shadow: 1px 1px 5px #ccc;
    box-sizing: border-box;
	margin-bottom: 25px;
}