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

html {
	overflow-y: scroll;
}
body {
	margin: 0;
	padding: 0;
	background-color:#FEC422;
	font-family:"Trebuchet MS", sans-serif;
	color:#404142;
}
.container {
	width:100%;
	background-color:#E7E8E9;
}
.cover {
	background-image:url(../images/cover.jpg);
	background-repeat:repeat-x;
	background-position:center top;
	background-color:#414042;
}
.covertwo {
	background-color:#414042;
}
.header {
	width:1200px;
	height:550px;
	margin: 0 auto;
}
.headertwo {
	width:1200px;
	height:110px;
	margin: 0 auto;
}
.taxiline {
	height:15px;
	background-image:url(../images/line.gif);
}
.left {
	width:450px;
	height:90px;
	float:left;
	padding:0;
	margin: 10px 0 0 0;
}
.right {
	width:750px;
	height:90px;
	float:left;
	padding:0;
	margin: 10px 0 0 0;
}
.right ul {
	list-style:none;
	width:750px;
	height:100px;
	line-height:80px;
	margin:0;
	padding:0;
}
.right li {
	display:inline-block;
	width:auto;
	margin:0 0 0 20px;
	text-align:center;
	font-size:14pt;
	font-weight:bolder;
	float:right;
}
.right li a {
	text-decoration:none;
	color:#FFFFFF;
	padding-top:5px;
}
.right li a:hover {
	border-top:thick #fec424 solid;
	color:#EBEBEB;
}
.active {
	border-top:thick #fff solid;
}
.table {display:table; height:400px; overflow:hidden; margin:auto;}
.services {
	width:1200px;
	height:330px;
	margin: 0 auto;
}
.servicebox {
	width:255px;
	height:255px;
	float:left;
	margin: 25px 0 25px 17px;
	padding:10px;
	background-color:#FFFFFF;
	border:1px #B0B0B0 solid;
	text-align:center;
}
.servicebox p {
	margin:10px 0 0 0;
	padding:0;
}
.servicebox h2 {
	padding:0;
	margin:0;
}
.servicebox img {
	display:block;
	margin:0 auto 10px;
}
.links {
	width:1200px;
	height:30px;
	margin: 0 auto;
	border-top:solid 1px #B0B0B0;
	border-bottom:solid 1px #B0B0B0;
	text-align:center;
	line-height:30px;
	font-weight:bold;
	color:#FEC422;
	background-color:#404142;
}
.links ul {list-style:none;}
.links li {
	display:inline-block;
	width:275px;
	height:73px;
	line-height:36px;
	text-align:center;
}
.links li a {
	text-decoration:none;
	font-size:16pt;
	font-weight:bold;
	color:#414042;
}
.links li a:hover {
	text-decoration:underline;
	color:#000;
}
.about {
	height:360px;
	width:1200px;
	margin: 0 auto;
}
.about p {font-size:16pt;}
.about h2,h1 {
	margin: 10px 0 5px 0;
}
.review {
	width:375px;
	height:auto;
	margin:0 0 5px 15px;
	padding:15px;
	float:right;
	background-color:#FFFFFF;
	border:1px #B0B0B0 solid;
}
.review p {
	font-size:10pt;
}
.review span {
	float:right;
	font-weight:bold;
	font-size:9pt;
	padding-top:5px;
}
.half {width:600px; float:left;}
.logo {
	display:block;
	width:75px;
	height:75px;
	background-image:url(../images/st.png);
	background-size:contain;
	margin-top:-35px;
	margin-bottom:10px;
	padding:0;
	background-repeat:no-repeat;
}
.social a {
	display:block;
	width:35px;
	height:35px;
	margin:55px 4px 0 4px;
	border-radius:35px;
	background-position:center;
	background-repeat:no-repeat;
	background-size:43px 43px;
	background-color:#FFF;
	float:right;
	border:solid #FFFFFF 2px;
}
.social a:hover {
	border:solid #FEC422 2px;
}
.info {
	width:1200px;
	height:225px;
	margin:0 auto;
	background-color:#414042;
}
.footer {
	width:1200px;
	height:45px;
	margin:0 auto;
	padding:10px 0 10px 0;
	background-color:#FEC422;
	color:#000;
}
.info h1,h2,p {
	margin:0;
	padding:0;
}
.info h1 {
	color:#FEC422;
}
.info h2 {
	color:#FFFFFF;
	font-weight:normal;
}
.info p {color:#FFFFFF;}
.footer p {
	font-weight:bold;
	font-size:8pt;
}
.footer a {
	text-decoration:none;
	color:#000000;
	margin:0 10px 0 0;
}
.footer a:hover {
	text-decoration:underline;
}
.book {
	width:1200px;
	height:450px;
	float:left;
	text-align:center;
}
.book h1 {
	color:#FEC422;
	font-size:40pt;
}
.book h2 {
	color:#FFF;
	font-weight:normal;
	font-size:20pt;
}
.centertext {
	text-align: center;
}
.content {
	width:1200px;
	height:auto;
	margin:auto;
	padding:20px 0 55px 0;
}







@media (max-width:1280px) {
.header {
	width:1000px;
}
.headertwo {
	width:1000px;
}
.left {
	width:400px;
}
.right {
	width:600px;
}
.right ul {
	width:600px;
}
.book {
	width:1000px;
	height:450px;
	float:left;
	text-align:center;
}
.services {
	width:1000px;
	height:307px;
}
.servicebox {
	width:192px;
	height:235px;
	float:left;
	margin: 25px 18px 25px 18px;
}
.servicebox h2 {
	font-size:14pt;
	padding:0;
	margin:0;
}
.servicebox img {
	width:80px;
	height:80px;
}
.links {
	width:1000px;
	height:50px;
	line-height:25px;
}
.half {width:500px; float:left;}
.about {
	height:360px;
	width:1000px;
}
.review {
	width:375px;
}
.info {
	width:1000px;
}
.footer {
	width:1000px;
	height:45px;
	margin:0 auto;
	padding:10px 0 10px 0;
	background-color:#FEC422;
	color:#000;
}
.content {
	width:1000px;
}
}






@media (max-width:375px) {
.header {
	width:360px;
	height:350px;
}
.headertwo {
	width:360px;
}
.left {
	width:145px;
	display:none;
}
.right {
	width:215px;
	display:none;
}
.right ul {
	width:215px;
}
.book {
	width:360px;
	height:350px;
	float:left;
	text-align:center;
}
.book h1 {
	color:#FEC422;
	font-size:30pt;
}
.book h2 {
	color:#FFF;
	font-weight:normal;
	font-size:15pt;
}
.table {display:table; height:250px; overflow:hidden; margin:auto;}
.services {
	width:360px;
	height:883px;
}
.servicebox {
	width:305px;
	height:180px;
	float:left;
	margin: 15px 18px 0 18px;
}
.servicebox h2 {
	font-size:14pt;
	padding:0;
	margin:0;
}
.servicebox img {
	width:60px;
	height:60px;
}
.links {
	width:350px;
	height:90px;
	line-height:20px;
	text-align:center;
}
.half {width:360px; float:left;}
.about {
	height:260px;
	width:360px;
	text-align:center;
}
.about h1 {font-size:14pt;}
.about h2 {font-size:12pt;}
.about p {font-size:12pt;}
.review {
	width:375px;
	display:none;
}
.info {
	width:360px;
	height:250px;
	text-align:center;
	padding-top:15px;
}
.logo {
	display:none;
}
.social {
	width:188px;
	margin:15px auto;
}
.social a {
	margin:0 4px 0 4px;
}
.footer {
	width:360px;
	height:50px;
	text-align:center;
}
.content {
	width:360px;
}
}