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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #303030;
}
.wrap_page {
	overflow: hidden;
}

.top {
	background-image: url(../images/top-bg.gif);
	background-repeat: repeat;
	background-position: left top;
	overflow: hidden;
}
.topContent {
	width: 96%;
	padding-bottom: 10px;
	overflow: hidden;
	text-align: center;
}
.logoCont {
	width: 100%;
	padding-top: 10px;
	overflow: hidden;
}
.logoCont a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.logoCont img {
	height: auto;
	width: 50%;

}
.logoCont .top-links {
	display: none;
}

.top-right {
	width: 100%;
	padding-top: 10px;
	overflow: hidden;
}
.top-links {
	height: 40px;
}
.phone-num {
	overflow: hidden;
}
.phone-text {
	color: #f36322;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	background-image: url(../images/ph-icon.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 30px auto;
	padding-left: 35px;
	display: inline-block;
}
.phone-text a {
	color: #f36322;
	text-decoration: none;
}

.right-text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #F35F21;
	padding-top: 10px;
	display: none;
}
#desktop-nav{
	display: none;
	visibility: hidden;
	}
.navigation {
	font-size: 14px;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background-color: #474747;
	overflow: hidden;
	text-shadow:#333 1px 1px 0px;
}

.mob-nav-btn {
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
	background-color: #444;
	cursor: pointer;
	text-align: left;
	width: 300px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.mob-nav-btn a {
	color: #FFF;
	text-decoration: none;
	background-image: url(../../mcp-hd/images/mob-menu-bg.png);
	display: block;
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
}
#mob-nav {

	
	}
#mob-nav ul {
	margin: 0px;
	padding: 0px;
	width: 300px;
	position: absolute;
	background-image: url(../images/drop-menu-bg.png);
	background-repeat: repeat;
	z-index: 10;
	text-align: left;
	display: none;
}

#mob-nav ul li {
	list-style-type: none;
	display: block;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #303030;
	float: none;
}
#mob-nav ul li a {
	display: block;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;


	-webkit-transition: color .30s ease-in;
    -moz-transition: color .30s ease-in;
    -ms-transition: color .30s ease-in;
    -o-transition: colorl .30s ease-in;
    transition: color .30s ease-in;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #757575;
	background-image: none;
	font-size: 14px;
	border-right-style: none;
}
#mob-nav ul li a:hover {
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#mob-nav ul li ul {
	transition: visibility 0.65s ease-in;
	text-align: left;
	font-size: 14px;
	font-weight: normal;
	background-image: url(../images/drop-menu-bg.png);
	background-repeat: repeat;
	position: static;
}
#mob-nav ul li:hover > ul,
#mob-nav ul li ul:hover {

}
#mob-nav ul li ul li {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	background-image: none;
	float: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#mob-nav ul li ul li a {
	color: #FFF;
	display:block;
	padding-right: 10px;
	padding-left: 10px;
	text-decoration: none;
	-webkit-transition: all .30s ease-in;
    -moz-transition: all .30s ease-in;
    -ms-transition: all .30s ease-in;
    -o-transition: all .30s ease-in;
    transition: all .30s ease-in;
	padding-top: 7px;
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #757575;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	height: auto;
}
#mob-nav ul li ul li a:hover {
	color: #f35f21;
}
.link a {
	color: #FFF;
	display: inline-block;
	text-decoration: none;
	-webkit-transition: all .30s ease-in;
    -moz-transition: all .30s ease-in;
    -ms-transition: all .30s ease-in;
    -o-transition: all .30s ease-in;
    transition: all .30s ease-in;
}
.link a:hover {
	color: #f35f21;
	text-decoration: none;
	text-shadow:none;
}
.linkSel a {
	color: #f35f21;
	display: inline-block;
	text-decoration: none;
	text-shadow:none;
	-webkit-transition: all .30s ease-in;
	-moz-transition: all .30s ease-in;
	-ms-transition: all .30s ease-in;
	-o-transition: all .30s ease-in;
	transition: all .30s ease-in;
}
.linkSel a:hover {
	text-decoration: none;
	color: #FFF;
}
#nav-li-last {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
}
.page {
	height: auto;
}
.header {
	background-image: url(../images/slider-shad.png);
	background-repeat: no-repeat;
	background-position: center 375px;
	padding-bottom: 21px;
	overflow: hidden;
	width: 100%;
	
}
.header img {
	height: auto;
	width: 100%;
}

.bodyContent {
	overflow: hidden;
	padding-bottom: 15px;
	width: 96%;
}
h1 {
	padding-bottom:5px;
	margin-bottom: 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #fcab1b;
	text-decoration: none;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-image: url(../images/small-wel-line.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	line-height: normal;
	font-style: italic;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #fcab1b;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	display: block;
	line-height: normal;
	font-style: italic;
	background-image: url(../images/small-wel-line.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
h1 a {
	color: #fcab1b;
	text-decoration: none;
	}
h1 a:hover {
	color: #FC861B;
	text-decoration: none;
	}
h2 a {
	color: #fcab1b;
	text-decoration: none;
	}
h2 a:hover {
	color: #FC861B;
	text-decoration: none;
	}
h3 {
	color: #FFF;
	font-weight: normal;
	margin: 0px;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: normal;
}

.left-col {
	float: left;
	width: 50%;
}
.right-col {
	float: right;
	width: 40%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.right-col h2 {
	padding-top: 5px;
}
.text-block {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
	font-weight: normal;
	color: #FFF;
	overflow: hidden;
}

.text-block p {
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.text-block ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.text-block ul li {
	display: block;
	background-image: url(../images/bullet-text.png);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-left: 18px;
	list-style-type: none;
	line-height: 24px;
}
.text-block a {
	color: #FCAB1B;
	text-decoration: none;
	font-weight: normal;
}
.text-block a:hover {
	color: #F36322;
	text-decoration: underline;
}
.text-block img {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	border: 5px solid #CCC;
}
.news-date {
	font-size: 14px;
	font-weight: bolder;
	line-height: normal;
	color: #F60;
	padding-bottom: 5px;
}
.news-text {
	font-size: 15px;
	line-height: 18px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666;
	margin-bottom: 10px;
	padding-bottom: 5px;
	color: #FFF;
}
.news-text img {
	width: 96%;
	border: 5px solid #FFF;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin-bottom: 5px;
}

.more-link {
	overflow: hidden;
	padding-bottom: 5px;
	padding-top: 10px;
}
.more-link a {
	color: #FFF;
	display: block;
	float: right;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
	background-color: #000;
	text-decoration: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all .30s ease-in;
    -moz-transition: all .30s ease-in;
    -ms-transition: all .30s ease-in;
    -o-transition: all .30s ease-in;
    transition: all .30s ease-in;
	text-shadow:#032145 1px 0px 0px;
	background-image: url(../images/more-btn-bg.gif);
	background-repeat: repeat-x;
}
.more-link a:hover {
	color: #FFF;
	background-color: #666;
	background-image: none;
}

.image-block {
	overflow: hidden;
}
.image-block img {
	height: auto;
	width: 100%;
}

#blog-post {
	padding-bottom: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #06F;
	margin-bottom: 4px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 0;
}
.alignright {
	float: right;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 15px;
}

.wp-caption.alignleft {
	float: left;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0;
}
.post-nav {
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #FFF;
}
.post-date {
	float: left;
	width: 200px;
}
.post-auth {
	float: left;
	width: 150px;
}
.post-comments {
	float: left;
	width: 150px;
}
.previous-post {
	float: left;
	margin-right: 10px;
}
.nextpost {
	float: left;
}

.contact-left {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-bottom: 10px;
}

.contact-right {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.txt-field {
	height: 25px;
	width: 98%;
	border: 1px solid #CCC;
	/*background-color: #FFF1EA;*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset #CCC 0px 1px 4px;
	-moz-box-shadow: inset #CCC 0px 1px 4px;
	border-box-shadow: inset #CCC 0px 1px 4px;
}

.txt-area {
	height: 100px;
	width: 98%;
	max-height:150px;
	max-width:550px;
	border: 1px solid #CCC;
	-webkit-border-radius: 8px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: inset #CCC 0px 1px 4px;
	-moz-box-shadow: inset #CCC 0px 1px 4px;
	border-box-shadow: inset #CCC 0px 1px 4px;
	border-radius: 5px;
	overflow: auto;
}
.btn-submit {
	padding-right: 15px;
	padding-left: 15px;
	border: 1px solid #B13C0A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #F36021;
	cursor: pointer;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	letter-spacing: 1px;
	padding-top: 3px;
	padding-bottom: 3px;

	-webkit-transition: background-color .30s ease-in;
   -moz-transition: background-color .30s ease-in;
   -ms-transition: background-color .30s ease-in;
   -o-transition: background-color .30s ease-in;
   transition: background-color .30s ease-in;
}
.btn-submit:hover {
	color: #333;
	background-color: #EFBC4A;
	background-image: none;
	border-top-color: #C58F12;
	border-right-color: #C58F12;
	border-bottom-color: #C58F12;
	border-left-color: #C58F12;
}
.req-star {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
#gallery ul {
	margin: 0px;
	padding: 0px;
}
#gallery {
	width: 100%;
	overflow: hidden;
}

#gallery ul li {
	display: block;
	float: left;
	list-style-type: none;
	margin-right: 10px;
	margin-bottom: 10px;
	background-image: none;
	padding: 0px;
}
#gallery img {
	border: 4px solid #EEE;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow:#999 0px 0px 8px;
	-moz-box-shadow: #999 0px 0px 8px;
	border-box-shadow: #999 0px 0px 8px;
	margin: 3px;
	padding: 0px;
	height: 112px;
	width: 150px;
}

.footer {
	padding-bottom: 15px;
	overflow: hidden;
	background-color: #db8d02;
}
.footerCont {
	width: 96%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #FFF;
	padding-top: 10px;
	text-align: center;
	font-size: 14px;
	overflow: hidden;
}
.footer-left {
	float: left;
	width: 650px;
}
.footerCont ul {
	overflow: hidden;
	display: block;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	line-height: 22px;
}
.footerCont ul li {
	list-style-type: none;
	display: inline-block;
	font-size: 14px;
	color: #262627;
	padding-right: 5px;
	padding-left: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
.footerCont ul li a {
	color: #FFF;
	text-decoration: none;
	-webkit-transition: all .30s ease-in;
    -moz-transition: all .30s ease-in;
    -ms-transition: all .30s ease-in;
    -o-transition: all .30s ease-in;
    transition: all .30s ease-in;
}
.footerCont ul li a:hover {
	color: #000;
	text-decoration: underline;
}

.footer-right {

}
.social-btns {

}
.social-btns img {
	display: inline-block;
	margin-left: 10px;
}

.footer-right a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.copyright {
	font-weight: normal;
	color: #006;
	text-decoration: none;
	display: block;
	font-size: 14px;
	padding-top: 10px;
}
