/******** These are styles specific to the HQ site ********/
/* refer to core redundant.css for retired CSS at:        */
/*     Rel 2.0.7.2.1 - Spring 2013                        */
/**********************************************************/
html {
}
body {
	background: url("../images/main_bg.png") no-repeat center top fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#cl_hq_shell {
	width: 100%; 
	text-align: left;
	position: relative;
	margin: 0 auto;
	padding: 0;
	z-index: 1;
}
/* hq pages are 2 columns, left for navigation, right for content */
#cl_hq_navigation {
	width: 20%;
	float: left;
	margin-left: 8%;
	margin-right: 2%;
	margin-bottom: 1%;
	margin-top: 1%;
	position: fixed;
}
#cl_hq_content {
	width: 60%;
	text-align: left;
	margin: 0 auto; 
	margin-bottom: 1%;
	margin-right: 5%;
	padding: 1%; /*illuceo */
}
.cl_hq_area {
	/* this style controls font size of anything within the content areas 
	and font size on any elements within these areas must be expressed as a percentage of 75%
	eg 133% would then be the same as overall site default of 100% of browser setting */
	width:95%;
	font-size: 75%;
	margin-left:auto;
	margin-right:auto;
	margin-top: 10px;
	border: medium solid #EDE1F5;
	border-radius: 15px;
	moz-border-radius: 15px;
	overflow: auto;
	background-color: #ffffff; /* #F8F5FA; */
	padding-top: 2%;
	padding-right: 1%;
	padding-bottom: 1%;
	padding-left: 1%;	
}
.cl_hq_banner {
	width:96%;
	margin-left:auto;
	margin-right:auto;
	margin-top: 2px;
	border: medium solid #EDE1F5;
	border-radius: 15px;
	moz-border-radius: 15px;
	opacity:1.0;
 	filter:alpha(opacity=100); /* For IE8 and earlier */
}
/****** general formatters ******/
.cl_hq_text {
	padding-left: 1%;
	padding-right: 1%;
}
.cl_hq_left {
	text-align:left;
}
.cl_hq_center {
	text-align:center;
}
.cl_hq_center_margin {
	margin-left:auto;
	margin-right:auto;
}
.cl_hq_right {
	text-align:right;
	margin-right: 2%;
}


/* a 3 column layout for home page */
.cl_hq_3col_left_wrapper,.cl_hq_3col_mid_wrapper,.cl_hq_3col_right_wrapper
{
	width:30%;
	position:relative	
}
.cl_hq_3col_left_wrapper
{
	float:left;
	margin-left:1.5%;
}
.cl_hq_3col_mid_wrapper
{
	float:left;
	margin-left:3.5%;
}
.cl_hq_3col_right_wrapper
{
	float:right;
	margin-right:1.5%;
}
#cl_hq_3col_left {
	text-align: center;
	border: medium solid #584473;
	border-radius: 15px;
	moz-border-radius: 15px;
	min-height: 200px;
	padding-top: 5px;
}
#cl_hq_3col_mid {
	text-align: center;
	border: medium solid #584473;
	border-radius: 15px;
	moz-border-radius: 15px;
	min-height: 200px;
	padding-top: 5px;
}
#cl_hq_3col_right {
	border: medium solid #584473;
	border-radius: 15px;
	moz-border-radius: 15px;
	min-height: 200px;
	text-align: center;
	padding-top: 5px;
}
/* content box for contact page */
.cl_hq_contact_box {
	border: thin solid #EAEAEA;
	border-radius: 15px;
	moz-border-radius: 15px;	
	margin-right: 2%;
}

/* use the following to set a div to be scraped using scraper.php */
#cl_hq_scrape {
	text-align: left;	
}

/***** Styles on availability page *****/
.cl_hq_results {
	width:95%;
	margin-left:auto;
	margin-right:auto;
	margin-top: 10px;
	border: medium solid #EDE1F5;
	border-radius: 15px;
	moz-border-radius: 15px;
	overflow: scroller;
	padding: 1%;
	/*min-height: 400px;
	max-height: 450px;*/
}
.cl_hq_row_head {
	width:95%;
	margin-left:auto;
	margin-right:auto;
	padding: 1%;
	background-color: #FFFFFF;
}.cl_hq_row_odd {
	width:95%;
	margin-left:auto;
	margin-right:auto;
	padding: 1%;
	background-color: #F8F5FA;
}
.cl_hq_row_even {
	width:95%;
	margin-left:auto;
	margin-right:auto;
	padding: 1%;
	background-color: #DAEEF3;
}
.cl_hq_col_1 {
	width: 20%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.cl_hq_col_2 {
	width: 30%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.cl_hq_col_3 {
	width: 30%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.cl_hq_col_4 {
	width: 10%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.cl_hq_col_5 {
	width: 10%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/***** Styles for mailchip form *****/

#mc_embed_signup {
    background: none repeat scroll 0 0 #FFFFFF;
    clear: left;
	box-shadow:2px 2px 8px #000000;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	opacity:0.8;
 	filter:alpha(opacity=80); /* For IE8 and earlier */
	border:3px solid #3e4547;
	margin-top: 5px;
	text-align: left;
	font-size:75%;
}
#mc_embed_signup form {
    display: block;
    padding: 10px 0 10px 3%;
    position: relative;
    text-align: left;
}
#mc_embed_signup h2 {
    font-size: 1.4em;
    font-weight: bold;
    margin: 15px 0;
    padding: 0;
}
#mc_embed_signup input {
    border: 1px solid #999999;
}
#mc_embed_signup input[type="checkbox"] {
}
#mc_embed_signup input[type="radio"] {
}
#mc_embed_signup input:focus {
    border-color: #333333;
}
#mc_embed_signup .button {
    background-color: #AAAAAA;
    border: 0 none;
    border-radius: 4px 4px 4px 4px;
    clear: both;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    margin: 0 5px 10px 0;
    padding: 0 22px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    width: auto;
}
#mc_embed_signup .button:hover {
    background-color: #777777;
}
#mc_embed_signup .small-meta {
    font-size: 11px;
}
#mc_embed_signup .nowrap {
    white-space: nowrap;
}
#mc_embed_signup .mc-field-group {
    clear: left;
    min-height: 30px;
    padding-bottom: 1%;
    position: relative;
    width: 96%;
}
#mc_embed_signup .size1of2 {
    clear: none;
    display: inline-block;
    float: left;
    margin-right: 4%;
    width: 46%;
}
* html #mc_embed_signup .size1of2 {
    margin-right: 2%;
}
#mc_embed_signup .mc-field-group label {
    display: block;
    margin-bottom: 3px;
}
#mc_embed_signup .mc-field-group input {
    display: block;
    padding: 2px 0;
    text-indent: 2%;
    width: 100%;
}
#mc_embed_signup .mc-field-group select {
    display: inline-block;
    margin-bottom: 2px;
    padding: 5px 0;
    width: 99%;
}
#mc_embed_signup .datefield, #mc_embed_signup .phonefield-us {
    padding: 5px 0;
}
#mc_embed_signup .datefield input, #mc_embed_signup .phonefield-us input {
    display: inline;
    letter-spacing: 1px;
    margin: 0 2px;
    padding: 5px 0 2px;
    text-align: center;
    width: 60px;
}
#mc_embed_signup .phonefield-us .phonearea input, #mc_embed_signup .phonefield-us .phonedetail1 input {
    width: 40px;
}
#mc_embed_signup .datefield .monthfield input, #mc_embed_signup .datefield .dayfield input {
    width: 30px;
}
#mc_embed_signup .datefield label, #mc_embed_signup .phonefield-us label {
    display: none;
}
#mc_embed_signup .indicates-required {
    font-size: 75%;
    margin-right: 4%;
    text-align: right;
}
#mc_embed_signup .asterisk {
    color: #CC6600;
    font-size: 100%;
}
#mc_embed_signup .mc-field-group .asterisk {
    position: absolute;
    right: 10px;
    top: 25px;
}
#mc_embed_signup .clear {
    clear: both;
}
#mc_embed_signup .mc-field-group.input-group ul {
    list-style: none outside none;
    margin: 0;
    padding: 5px 0;
}
#mc_embed_signup .mc-field-group.input-group ul li {
    display: block;
    margin: 0;
    padding: 3px 0;
}
#mc_embed_signup .mc-field-group.input-group label {
    display: inline;
}
#mc_embed_signup .mc-field-group.input-group input {
    border: medium none;
    display: inline;
    width: auto;
}
#mc_embed_signup div#mce-responses {
    clear: both;
    float: left;
    margin: 0 5%;
    overflow: hidden;
    padding: 0 0.5em;
    top: -1.4em;
    width: 90%;
}
#mc_embed_signup div.response {
    float: left;
    font-weight: bold;
    margin: 1em 0;
    padding: 1em 0.5em 0.5em 0;
    top: -1.5em;
    width: 80%;
    z-index: 1;
}
#mc_embed_signup #mce-error-response {
    display: none;
}
#mc_embed_signup #mce-success-response {
    color: #529214;
    display: none;
}
#mc_embed_signup label.error {
    display: block;
    float: none;
    margin-left: 1.05em;
    padding: 0.5em 0;
    text-align: left;
    width: auto;
}
#mc-embedded-subscribe {
    clear: both;
    display: block;
    margin: 1em 0 1em 5%;
    width: auto;
}
#mc_embed_signup #num-subscribers {
    font-size: 1.1em;
}
#mc_embed_signup #num-subscribers span {
    border: 1px solid #CCCCCC;
    font-weight: bold;
    margin-right: 0.5em;
    padding: 0.5em;
}
