/*

Theme Name: CMMTheme

*/
* { 
	margin:0; 
	padding:0;
}
p, h1, h2, h3, h4, h5, h6{margin:0 0 17px;}
html, body, div, span, applet, embed, object, iframe, frameset,
p, q, blockquote, sub, sup, a, abbr, acronym, font, img, small, center,
h1, h2, h3, h4, h5, h6, b, strong, big, u, ins,
i, cite, em, var, dfn, address, s, strike, del,
dl, dt, dd, ol, ul, li, pre, code, kbd, samp, tt,
fieldset, legend, form, label, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header,
hgroup, menu, nav, section, summary, time, mark, audio,video{
	border:0;
	background:none;
}
body {
	color:#002157;
	min-width:980px;
	font:12px/17px Arial, Helvetica, sans-serif;
	background:#a5bee0 url(images/bg-page.jpg) no-repeat 50% 0;
}
a {
	text-decoration:none;
	color:#0d004c;
}
a:hover {text-decoration:underline;}
input, textarea, select {
	font:100% arial,sans-serif;
	vertical-align:middle;
	overflow: auto;
}
label{vertical-align:middle;}
button, input{
	width: auto;
	overflow: visible;
}
h1, h2, h3, h4, h5, h6, b, strong, th{font-weight:bold;}
h1{font-size:200%;}
h2{font-size:150%;}
h3{font-size:120%;}
h4{font-size:110%;}
h5{font-size:100%;}
h6{font-size:90%;}
i, cite, em, var, dfn, address{font-style:italic;}
u, ins {text-decoration: underline;}
s, strike, del {text-decoration: line-through;}
blockquote, blockquote:before, blockquote:after, q, q:before, q:after {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';}
table, caption, tbody, tfoot, thead, tr, th, td{
	border-collapse: collapse;
	border-spacing: 0;
}
th, td{
	border:1px solid #ccc;
	padding:3px 7px;
	text-align:left;
	vertical-align:top;
}
th{
	border-color:#999;
	text-align:center;
	vertical-align:middle;
}
ul{padding:0 0 14px 43px;}
ol{padding:0 0 14px 24px;}
ul li, ol li{list-style-position:outside;}
ul li{list-style-type:disc;}
header, footer, article, section, hgroup, nav, figure { display: block; }
nav ul{padding:0;}
nav li{list-style:none;}
#access{
	position:absolute;
	left:-9999px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}
.navigation{
	width:100%;
	overflow:hidden;
}
.navigation .nav-previous{
	float:left;
	width:40%;
}
.navigation .nav-next{
	float:right;
	width:40%;
	text-align:right;
}
@font-face {
    font-family: 'MyriadPro-Semibold';
    src: url('fonts/myriadpro-semibold-webfont.eot');
    src: url('fonts/myriadpro-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/myriadpro-semibold-webfont.woff') format('woff'),
         url('fonts/myriadpro-semibold-webfont.ttf') format('truetype'),
         url('fonts/myriadpro-semibold-webfont.svg#MyriadProSemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
	font-family: 'MyriadPro-Regular';
	src: url('fonts/MyriadPro-Regular.eot');
	src: local('☺'), url('fonts/MyriadPro-Regular.woff') format('woff'),
	url('fonts/MyriadPro-Regular.ttf') format('truetype'),
	url('fonts/MyriadPro-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'MyriadPro-Bold';
    src: url('fonts/myriadpro-bold-webfont.eot');
    src: url('fonts/myriadpro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/myriadpro-bold-webfont.woff') format('woff'),
         url('fonts/myriadpro-bold-webfont.ttf') format('truetype'),
         url('fonts/myriadpro-bold-webfont.svg#MyriadProBold') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* =Comments
-------------------------------------------------------------- */
#comments {clear: both;}
#comments .navigation {padding: 0 0 18px;}
h3#comments-title,
h3#reply-title {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0;
}
h3#comments-title {padding: 24px 0;}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom:none;
	margin-bottom:0;
}
#comments .comment-body ul,
#comments .comment-body ol {margin-bottom: 18px;}
.commentlist ol {list-style: decimal;}
.comment-meta {
	font-size: 12px;
	margin: 0 0 7px;
}
.comment-awaiting-moderation{display:block;}
.comment-author{margin:0 0 5px;}
.comment-author .avatar{
	position:absolute;
	left:0;
	top:0;
}
.comment-author .fn{
	font-weight:bold;
	color:#000;
	font-size:13px;
}
.comment-meta a {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {color: #FF4B33;}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
	color:#f00;
}
.reply a,
a.comment-edit-link {color: #888;}
.reply a:hover,
a.comment-edit-link:hover {
	color: #FF4B33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {display: none;}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e7e7e7;
}
.commentlist li.comment+li.pingback {margin-top: -6px;}
#comments .pingback p {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display:block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}
/* Comments form */
input[type=submit] {color: #333;}
#respond {
	overflow: hidden;
	position: relative;
}
#respond p {margin: 0;}
#respond .comment-notes {margin-bottom: 1em;}
.form-allowed-tags {line-height: 1em;}
.children #respond {margin: 0 48px 0 0;}
h3#reply-title {margin: 18px 0;}
#comments-list #respond {margin: 0 0 18px;}
#comments-list ul #respond {margin: 0;}
#cancel-comment-reply-link {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
#respond .required {
	color:#FF4B33;
	font-weight:bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin:0 0 9px;
	width:98%;
}
#respond textarea {width:98%;}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {font-size: 11px;}
#respond .form-submit input {
	width: auto;
	font-size: 14px;
}

/* Images
-------------------------------------------------------------- */

#content .attachment img {max-width: 900px;}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin:0 auto;
}
img.alignleft, 
img.alignright, 
img.aligncenter {margin-bottom: 12px;}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
#content .wp-caption img {margin: 5px 5px 0;}
#content .wp-caption p.wp-caption-text {
	margin: 5px;
	color: #888;
	font-size: 12px;
}
#content .wp-smiley {margin:0;}

/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget_search #s { /* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display:none;
}
.widget-area .entry-meta {font-size: 11px;}
#wp_tag_cloud div {line-height: 1.6em;}
#wp-calendar {width:100%;}
#wp-calendar caption {
	font-weight: bold;
	color: #222;
	text-align: left;
	font-size:14px;
	padding-bottom: 4px;
}
#wp-calendar thead {font-size:11px;}
#wp-calendar tbody {color: #aaa;}
#wp-calendar tbody td {
	padding: 3px 0 2px;
	background: #f5f5f5;
	border:1px solid #fff;
	text-align: center;
}
#wp-calendar tbody .pad {background: none;}
#wp-calendar tfoot #next {text-align: right;}
.widget_rss a.rsswidget {color: #000;}
.widget_rss a.rsswidget:hover {color: #FF4B33;}
.widget_rss .widget-title img {
	height: 11px;
	width: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}

/* Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}

/* main styles */
#wrapper{
	width:100%;
	overflow:hidden;
	position:relative;
}
.wrap{
	margin: 0 auto;
	width:845px;
	padding:0 0 25px;
}
#header{
	margin:0 -9999px;
	padding:0 9999px;
	position:relative;
	width:845px;
	height:247px;
	background:url(images/bg-header.png) repeat-x 0 0;
}
.header-area{
	width:100%;
	position:relative;
	height:247px;
	background:url(images/bg-header-holder.png) no-repeat 440px 0;
}
.header-area .logo{
	background:url(images/bg-logo.png) no-repeat;
	height:148px;
	width:298px;
	overflow:hidden;
	position:absolute;
	text-indent:-9999px;
	left:-12px;
	top:27px;
}
.logo a{
	height:100%;
	display:block;
}
.header-area .orange-box{
	top: 38px;
	left:211px;
	position:absolute;
	background-color:#ff6d00;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	width:193px;
	padding: 5px 1px 6px 40px;
	color:#1b1464;
	font-size:15px;
	line-height:19px;
	text-align:center;
	font-family: 'MyriadPro-Bold', Arial, Helvetica, sans-serif;
}
.header-area .sub-slogan{
	position:absolute;
	color:#ff6d00;
	right:12px;
	top:222px;
	z-index:10;
	font:24px/26px 'MyriadPro-Bold', Arial, Helvetica, sans-serif;
}
.home .header-area .sub-slogan,
.home .header-area .stripe{display:none;}
.header-area .stripe{
	position:absolute;
	top:211px;
	right:0;
	width:505px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(images/stripe.png) repeat-x 0 0;
	height:51px;
}
.head-decor{
	background:url(images/header-decor.png) no-repeat;
	height:276px;
	width:469px;
	top:0;
	right:0;
	text-indent:-9999px;
	overflow:hidden;
	position:absolute;
}
.header-area .orange-box strong{
	font-family: 'MyriadPro-Bold';
	color:#fff;
	font-size:25px;
	display:block;
	line-height:28px;
	font-weight:normal;
}
.header-area .orange-box span{
	display:block;
	margin:0 0 1px;
}
.header-area .orange-box .tel{
	font-size:21px;
	line-height:25px;
	margin:0;
}
.header-area .slogan{
	z-index:10;
	position:absolute;
	color:#fff;
	font-size:25px;
	line-height:28px;
	left:13px;
	top: 189px;
	font-weight:normal;
	font-family: 'MyriadPro-Bold', Arial, Helvetica, sans-serif;
}
.promo-box{
	position:absolute;
	background:url(images/bg-promo-box.png) no-repeat;
	height:79px;
	width:283px;
	left: 479px;
	bottom:3px;
	padding:17px 25px 10px;
	text-transform:uppercase;
	color:#fff;
	font-size:21px;
	line-height:23px;
	font-family: 'MyriadPro-Bold', Arial, Helvetica, sans-serif;
}
.home .promo-box{display:block;}
.promo-box span{
	display:block;
}
.promo-box .right{text-align:right;}
.promo-box strong{
	font-weight:normal;
	color:#ff6d00;
	display:block;
	font-size:31px;
	line-height:33px;
	margin:-4px 0;
}
.promo-box strong em{
	color:#fff;
	font-size:25px;
	font-style:normal;
	line-height:33px;
}
.main-area{
	padding: 0 22px 23px;
	background-color:#ececec;
	margin: -11px 0 0;
}
h2{
	margin:0 0 15px;
	font:21px/23px 'MyriadPro-Regular', Arial, Helvetica, sans-serif;
}
#main{
	overflow:hidden;
	padding: 10px 18px 44px 0;
}
/* sideabar */
#sidebar{
	float:left;
	width:176px;
}
#nav{
	padding:0 0 25px;
	overflow:hidden;
}
#nav li{
	border-top:1px solid #1e1359;
	margin:-1px 0 1px;
	list-style:none;
	font-size:15px;
	line-height:18px;
	font-family: 'MyriadPro-Semibold', Arial, Helvetica, sans-serif;
}
#nav a{
	display:block;
	text-transform:uppercase;
	padding: 7px 9px;
}
#nav a:hover,
#nav .current-menu-item a{
	color:#fff;
	text-decoration:none;
	background:#0071bb url(images/bg-nav.gif) no-repeat;
}
.info-block{
	padding: 0 0 0 9px;
	color:#002860;
	font-size:14px;
	line-height:16px;
	text-transform:uppercase;
	font-family: 'MyriadPro-Semibold', Arial, Helvetica, sans-serif;
}
.info-block .txt{	padding-right:32px;	font-family: 'MyriadPro-Semibold';}
.info-block p{margin:0 0 8px;}
.info-block .img{
	margin: 0 0 9px -8px;
	position:relative;
}
.info-block a{
	color:#ff6d00;
	font-size:20px;
	text-decoration:underline;
}
.info-block a:hover{text-decoration:none;}
.info-block .img img{display:block;}
/* content */
#content{
	float:right;
	width:564px;
	padding: 10px 0 0;
}
.page-title,
.entry-title{
	text-transform:uppercase;
	color:#002157;
	margin: 0 0 22px;
	font:19px/23px 'MyriadPro-Regular', Arial, Helvetica, sans-serif;
}
.page-title a,
.page-title span,
.entry-title span{color:#ff6d00;}
.call-box{
	font-size:22px;
	line-height:25px;
	font:21px/25px 'MyriadPro-Bold',Arial, Helvetica, sans-serif;
}
.service-list{
	padding:0;
	width:686px;
	margin:0 -32px 0 -7px;
}
.service-list:after {
	clear: both;
	content:'';
	display: block;
}
.service-list li{
	list-style:none;
	float:left;
	padding:0 32px 28px 0;
}
.service-list .box{
	box-shadow: 0 0 4px #c8c8c8;
	-webkit-box-shadow: 0 0 4px #c8c8c8;
	-moz-box-shadow: 0 0 4px #c8c8c8;
	display:block;
	border:1px solid #aeaeae;
	background:url(images/bg-box.gif) repeat-y 0 0;
	width:190px;
	height:93px;
	padding:4px 7px 0 67px;
	position:relative;
	font-size:13px;
	line-height:17px;
}
.service-list .box:hover{text-decoration:none;}
.service-list .icon{
	position:absolute;
	left:-9px;
	top:14px;
}
.service-list .table-box{
	display: table;
	height:92px;
}
.service-list .table-cell{
	height:92px;
	display:table-cell;
	vertical-align: middle;
}
.service-list .ttl{
	display:block;
	margin: 0 0 1px;
	font-size:21px;
	line-height:26px;
	font-weight:normal;
}
.visual-block{
	width:100%;
}
.visual-block img{
	display:block;
	margin:0 0 18px;
}
.visual-block p{margin:0 0 19px;}
/* footer */
#footer{
	width:100%;
	overflow:hidden;
	position:relative;
	padding: 21px 0 0;
	border-top:1px solid #bfbdcc;
}
.w1{
	position:relative;
	left:50%;
	float:left;
}
.w2{
	float:left;
	position:relative;
	left:-50%;
}
.navbar{
	float:left;
	padding:0;
}
.navbar li{
	float:left;
	text-transform:uppercase;
	list-style:none;
	margin-left:30px;	font-size:13px;
}
.booking-form{
	background-color:#fff;
	position:relative;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding:15px;
}
.booking-form .step-box{
	width:100%;
	padding:0 0 20px;
}
.booking-form .ttl{
	padding:0 0 3px;
	margin:0 0 4px;
	font-size:11px;
	border-bottom:1px dotted #ccc;
}
.booking-form .ttl p{margin:0;}
.booking-form .ttl h3{
	margin:0;
	color:#515151;
	font:20px/23px Arial, Helvetica, sans-serif;
}
.booking-form dl{
	width:100%;
	margin:0 0 8px;
}
.booking-form dl:after {
	clear: both;
	content:'';
	display: block;
}
.booking-form dt{
	float:left;
	width:180px;
	margin-right:15px;
}
.booking-form dd{overflow:hidden;}
.booking-form label{
	font-size:11px;
	font-weight:bold;
}
.booking-form label span{color:#7b0000;}
.booking-form textarea{
	float:left;
	overflow:auto;
	border:1px solid #e6e6e6;
	background-color:#f7f7f7;
	padding:5px;
	width:383px;
	height:74px;
	font:11px/16px Arial, Helvetica, sans-serif;
}
.booking-form input[type="text"]{
	float:left;
	border:1px solid #e6e6e6;
	background-color:#f7f7f7;
	width:208px;
	height:16px;
	padding:1px 5px;
	font:11px/16px Arial, Helvetica, sans-serif;
}
.booking-form .small-txt, .booking-form #date{width:90px !important;}
.booking-form dd .cell1{
	float:left;
	width:191px;
	margin-right:13px;
}
.booking-form dd .cell1 input{
	width:179px;
}
.booking-form dd .cell1 span{
	display:block;
	clear:both;
	font-size:11px;
	padding:2px 0 0;
}
.booking-form select{
	float:left;
	width:220px;
}
.booking-form .link-date,
.booking-form #f_date{
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	background:url(images/link-date.gif) no-repeat;
	height:15px;
	width:16px;
	margin:2px 0 0 3px;
}
.booking-form #f_date{
	padding:0;
	border:0;
	cursor:pointer;
}
.booking-form .btn-holder{
	overflow:hidden;
	padding:0 0 0 195px;
}
.booking-form .btn-book{
	float:left;
	background-color:#333;
	border:1px solid #666;
	width:54px;
	height:21px;
	color:#fff;
	cursor:pointer;
	font-size:11px;
}
.widget-container{
	width:100%;
	margin:0 0 15px;
}
.widget-container a{
	color:#FF6D00;
	text-decoration:underline;
}
.widget-container a:hover{text-decoration:none;}
.widget-container .widget-title{
	font:bold 18px/21px Arial, Helvetica, sans-serif;
	margin:0 0 8px;
}
span.wpcf7-form-control-wrap{
	float:left;
}
form span.wpcf7-not-valid-tip{
	left:0;
	right:0;
	top:0;
	padding:2px 5px;
	bottom:0;
	width:auto;
	font-size:11px;
	line-height:13px;
}
.booking-form .check-holder{
	overflow:hidden;
	padding:7px 0 20px;
	font-size:13px;
}
.booking-form .check-holder span.label{
	float:left;
	padding:0 40px 0 0;
}
.booking-form .check-holder span.wpcf7-list-item-label{
	font-size:11px;
	font-weight:bold;
	float:left;
}
.booking-form .wpcf7-list-item input{
	float:left;
	width:15px;
	height:16px;
	margin:0 5px 0 0;
}