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

body{
	background-image: url(../images/Paper8.jpg);
	margin: 0px;
	background-repeat: repeat;
}#wrapper{
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
}#header{
	background-color: #FFFFFF;
	float: left;
	height: 160px;
	width: 1100px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}/*==================================================
 * Effect 1
 * ===============================================*/
a:link {
	font-weight: bold;
	color: #FE7073;
	text-decoration: none;
}a:hover {
	color: #A0AD01;
	text-decoration: none;
}
.effect1{
	-webkit-box-shadow: 0 -10px 6px -6px #555;
	   -moz-box-shadow: 0 -10px 6px -6px #555;
	        box-shadow: 0 -10px 6px -6px #555;
}.effect2{
	-webkit-box-shadow: 0 6px 3px -3px #999;
	   -moz-box-shadow: 0 6px 3px -3px #999;
	        box-shadow: 0 6px 3px -3px #999;
}.effect3{
	-webkit-box-shadow: 0 6px 6px -3px #222;
	   -moz-box-shadow: 0 6px 6px -3px #222;
	        box-shadow: 0 6px 6px -3px #222;
}.effect4{
	-webkit-box-shadow: 0 -8px 6px -6px #222;
	   -moz-box-shadow: 0 -8px 6px -6px #222;
	        box-shadow: 0 -8px 6px -6px #222;
}.effect5{
	-webkit-box-shadow: 4px 6px 6px -3px #222;
	   -moz-box-shadow: 4px 6px 6px -3px #222;
	        box-shadow: 4px 6px 6px -3px #222;
}
#topnavbar{
	float: left;
	height: 48px;
	width: 1000px;
	text-align: right;
	padding-top: 25px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
}#purple-button{
	font-family: 'Questrial', sans-serif;
	border-radius: 37px;
	-moz-border-radius: 37px;
	-webkit-border-radius: 37px;
	color: #FFFFFF;
	margin-left: 10px;
	background-color: #ab47ce;
	display: inline-block;
	float: right;
	text-decoration: none;
	font-size: 14px;
}#purple-button a{
	border-radius: 37px;
	-moz-border-radius: 37px;
	-webkit-border-radius: 37px;
	color: #FFFFFF;
	background-color: #ab47ce;
	display: inline-block;
	float: left;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	text-decoration: none;
}#purple-button a:hover{
	text-decoration: none;
	background-color: #CB89E0;
}#navholder{
	height: 146px;
	float: left;
	width: 1000px;
	margin-right: 48px;
	margin-left: auto;
}
 #navbar{
	display: block;
	padding: 5px;
	margin-right: auto;
	margin-left: auto;
	width: 368px;
	float: left;
	height: 25px;
	text-align: left;
	color: #000000;
	background-color: #FAF9EB;
	border: 1px solid #CCCCCC;
	margin-top: 20px;
}#navbar a{
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	padding: 6px;
	margin-right: 5px;
	margin-left: 5px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	display: inline-block;
	font-weight: bold;
	border: 1px solid #FAF9EB;
}#navbar a:hover{
	display: inline-block;
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #CCCCCC;
}
#logo{
	height: 146px;
	width: 239px;
	float: left;
	margin-top: -40px;
}#home-banner{
	float: left;
	height: 516px;
	width: 1100px;
	background-image: url(../images/homepage-banner.jpg);
	background-repeat: no-repeat;
}#home-banner #container{
	color: #333333;
	height: 200px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/white-transp-bg.png);
	background-repeat: repeat;
	font-family: 'Questrial', sans-serif;
	font-size: 15px;
	line-height: 24px;
	margin-top: 175px;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 50px;
}#outline-button{
	font-family: 'Questrial', sans-serif;
	border-radius: 37px;
	-moz-border-radius: 37px;
	-webkit-border-radius: 37px;
	color: #FFFFFF;
	margin-left: auto;
	display: inline-block;
	text-decoration: none;
	font-size: 14px;
	margin-right: auto;
	font-variant: normal;
	border: 1px solid #333333;
}#outline-button a{
	border-radius: 37px;
	-moz-border-radius: 37px;
	-webkit-border-radius: 37px;
	color: #000000;
	display: inline-block;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 20px;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
	border: .5px solid #000000;
	font-weight: bold;
}#outline-button a:hover{
	text-decoration: none;
	background-color: #000000;
	color: #FFFFFF;
}#red-button{
	font-family: 'Questrial', sans-serif;
	border-radius: 37px;
	-moz-border-radius: 37px;
	-webkit-border-radius: 37px;
	color: #FFFFFF;
	margin-left: auto;
	background-color: #e4080d;
	display: inline-block;
	text-decoration: none;
	font-size: 14px;
	margin-right: auto;
	font-variant: normal;
}#red-button a{
	border-radius: 37px;
	-moz-border-radius: 37px;
	-webkit-border-radius: 37px;
	color: #FFFFFF;
	background-color: #d60722;
	display: inline-block;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 20px;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
	font-variant: normal;
}#red-button a:hover{
	text-decoration: none;
	background-color: #F93E55;
}#green-button{
	font-family: 'Questrial', sans-serif;
	border-radius: 37px;
	-moz-border-radius: 37px;
	-webkit-border-radius: 37px;
	color: #FFFFFF;
	margin-left: auto;
	background-color: #d60722;
	display: inline-block;
	text-decoration: none;
	font-size: 14px;
	margin-right: auto;
	font-variant: normal;
}#green-button a{
	border-radius: 37px;
	-moz-border-radius: 37px;
	-webkit-border-radius: 37px;
	color: #FFFFFF;
	background-color: #676e01;
	display: inline-block;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 20px;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
	font-variant: normal;
}#green-button a:hover{
	text-decoration: none;
	background-color: #B0BE01;
}#orange-button{
	font-family: 'Questrial', sans-serif;
	border-radius: 37px;
	-moz-border-radius: 37px;
	-webkit-border-radius: 37px;
	color: #FFFFFF;
	margin-left: auto;
	background-color: #f3541c;
	display: inline-block;
	text-decoration: none;
	font-size: 14px;
	margin-right: auto;
	font-variant: normal;
}#orange-button a{
	border-radius: 37px;
	-moz-border-radius: 37px;
	-webkit-border-radius: 37px;
	color: #FFFFFF;
	background-color: #f3541c;
	display: inline-block;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 20px;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
	font-variant: normal;
}#orange-button a:hover{
	text-decoration: none;
	background-color: #FB7839;
}#wood-bg{
	background-image: url(../images/wood-bg.jpg);
	float: left;
	width: 1000px;
	padding-top: 30px;
	padding-right: 50px;
	padding-bottom: 30px;
	padding-left: 50px;
	margin-top: 8px;
	margin-bottom: 8px;
}#wood-bg p{
	font-family: 'Questrial', sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
}#wood-bg h1{
	font-family: 'Questrial', sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
#white-button{
	font-family: 'Questrial', sans-serif;
	border-radius: 37px;
	-moz-border-radius: 37px;
	-webkit-border-radius: 37px;
	color: #000000;
	background-color: #FFFFFF;
	display: inline-block;
	text-decoration: none;
	font-size: 13px;
	margin-right: 10px;
	font-variant: normal;
}#white-button a{
	border-radius: 37px;
	-moz-border-radius: 37px;
	-webkit-border-radius: 37px;
	color: #000000;
	background-color: #FFFFFF;
	display: inline-block;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
	text-transform: uppercase;
	font-weight: bold;
}#white-button a:hover{
	text-decoration: none;
	background-color: #c0cf51;
}.photo{
	margin-right: 10px;
}#whitebox{
	background-color: #FFFFFF;
	float: left;
	height: auto;
	width: 300px;
	margin-top: 10px;
	margin-right: 10px;
	padding: 30px;
	margin-bottom: 20px;
}#whiteboxlast{
	background-color: #FFFFFF;
	float: left;
	height: auto;
	width: 300px;
	margin-top: 10px;
	padding: 30px;
	margin-bottom: 20px;
}#whitebox h1{
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: 900;
	text-transform: uppercase;
	text-align: center;
}
#whitebox p{
	font-family: 'Questrial', sans-serif;
	font-size: 13.5px;
	line-height: 18px;
	color: #000000;
	}#whiteboxlast h1{
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: 900;
	text-transform: uppercase;
	text-align: center;
}
#whiteboxlast p{
	font-family: 'Questrial', sans-serif;
	font-size: 13.5px;
	line-height: 18px;
	color: #000000;
}#footer{
	background-color: #000000;
	float: left;
	width: 1100px;
	height: 260px;
	margin-bottom: 25px;
}#whitebox-wide{
	background-color: #FFFFFF;
	float: left;
	height: auto;
	width: 1040px;
	margin-top: 10px;
	margin-right: 10px;
	padding: 30px;
	margin-bottom: 10px;
}#whitebox-wide h1{
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: 900;
	text-transform: uppercase;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
#whitebox-wide p{
	font-family: 'Questrial', sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
}
#footer .col-sm{
	float: left;
	width: 200px;
	margin-left: 30px;
	margin-top: 25px;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #FFFFFF;
}#footer .col-tiny{
	float: left;
	width: 125px;
	margin-left: 15px;
	margin-top: 25px;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 10px;
}
#footer p a{
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: normal;
}#footer p a:hover{
	color: #666666;
}#footer .col-wide{
	float: left;
	width: 450px;
	margin-left: 10px;
	margin-top: 25px;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #FFFFFF;
}#footer #grey{
	font-family: 'Questrial', sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #999999;
	float: left;
	width: 1000px;
	margin-left: 30px;
}#footer #grey a{
	color: #999999;
	text-decoration: none;
}#footer #grey a:hover{
	color: #FFFFFF;
	text-decoration: none;
}.pull-right{
	float: right;
}#inside-banner{
	float: left;
	height: 336px;
	width: 1100px;
}#wood-bg{
	background-image: url(../images/wood-bg.jpg);
	float: left;
	width: 1000px;
	padding-top: 30px;
	padding-right: 50px;
	padding-bottom: 30px;
	padding-left: 50px;
	margin-top: 8px;
	margin-bottom: 8px;
}#wood-bg p{
	font-family: 'Questrial', sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
}#wood-bg h1{
	font-family: 'Questrial', sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
