/* =============================================================================
   HTML5 element display
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio[controls], canvas, video { display: inline-block; *display: inline; *zoom: 1; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Force vertical scrollbar in non-IE
 * 3. Remove Android and iOS tap highlight color to prevent entire container being highlighted
 *    www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/
 * 4. Prevent iOS text size adjust on device orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html { font-size: 100%; overflow-y: scroll; -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;}

body { margin: 0; font-size: 13px; line-height: 1.231;}

body { font-family: "Trebuchet MS", Helvetica, sans-serif; color: #222; }

/*
 * These selection declarations have to be separate
 * No text-shadow: twitter.com/miketaylr/status/12228805301
 * Also: hot pink!
 */

/*::-moz-selection { background: red; color: #fff; text-shadow: none; }
::selection { background: red; color: #fff; text-shadow: none; }*/


/* =============================================================================
   Links
   ========================================================================== */

/*a { color: #00e; }
a:visited { color: #56a3d4; }
a:focus { outline: thin dotted; }*/

/* Improve readability when focused and hovered in all browsers: people.opera.com/patrickl/experiments/keyboard/test */
/*a:hover, a:active { outline: 0; }*/


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

/* ins { background: #ff9; color: #000; text-decoration: none; } */

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * Improve image quality when scaled in IE7
 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img { border: 0; -ms-interpolation-mode: bicubic; }

/*
 * Correct overflow displayed oddly in IE9
 */

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }

/*
 * Remove inner padding and border in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* Remove default vertical scrollbar in IE6/7/8/9 */
textarea { overflow: auto; vertical-align: top; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }


/* =============================================================================
   Primary styles
   Author: Dimitar Christoff
   ========================================================================== */

/*a, a:visited {
    color: black;
    font-weight: bold;
}
a:hover {
    color: red;
}*/

#pullDown {
    position: fixed;
    margin-top: -420px;
    height: 424px;
    background: #000;
    width: 100%;
    color: #000;
    z-index: 100000;
}

#pullDown .checkbox {
	border: 2px solid #ccc; margin: 5px 5px 2px;
    background-color: white;
    background-repeat: no-repeat;
    background-position: center center;
    float: left; width: 16px; height: 16px;
}
#pullDown .checked {
	background-image: url(http://cdn1.iconfinder.com/data/icons/ledicons/accept.png);
	border: 1px solid #000;
    padding: 1px;
}
#pullDown .checkbox:hover {
    box-shadow: 1px 1px 2px #000;
    -moz-box-shadow: 1px 1px 2px #000;
    -webkit-box-shadow: 1px 1px 2px #000;
    -ms-box-shadow: 1px 1px 2px #000;
    -o-box-shadow: 1px 1px 2px #000;
}

#bottom_contact label {
    float: left;
	padding-top: 6px;
	font-size: 14px;
}
#pullDown textarea {
    resize: none;
}

.floating-tip {
	background-color: black;
	padding: 4px 5px;
	color: #dddddd;
	font-weight: bold;
	font-size: 11px;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.shadowy {
    box-shadow: 1px 1px 2px #000;
    -moz-box-shadow: 1px 1px 2px #000;
    -webkit-box-shadow: 1px 1px 2px #000;
    -ms-box-shadow: 1px 1px 2px #000;
    -o-box-shadow: 1px 1px 2px #000;
}

.inshadow {
    -moz-box-shadow: inset 1px 1px 5px #000;
    -webkit-box-shadow: inset 1px 1px 15px #000;
    -ms-box-shadow: inset 1px 1px 15px #000;
    box-shadow: inset 1px 1px 5px #000;
    -o-box-shadow: 1px 1px 2px #000;
}
.farShadow {
    -moz-box-shadow: 6px 6px 8px rgba(0,0,0,.7);
    -webkit-box-shadow: 6px 6px 8px rgba(0,0,0,.7);
    -ms-box-shadow: 8px 8px 8px rgba(0,0,0,.7);
    box-shadow: 6px 6px 8px rgba(0,0,0,.7);
    -o-box-shadow: 8px 8px 8px rgba(0,0,0,.7);
}
.boxShadow {
    -moz-box-shadow: 0px 0px 15px rgba(0,0,0,.7);
    -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,.7);
    -ms-box-shadow: 0px 0px 15px rgba(0,0,0,.7);
    box-shadow: 0px 0px 15px rgba(0,0,0,.7);
    -o-box-shadow: 0px 0px 15px rgba(0,0,0,.7);
}
.cur {
    _cursor: hand;
    cursor: pointer;
}
.bold {
    font-weight: bold;
}
.left {
    float: left;
}
.right {
    float: right;
}
.tcenter {
    text-align: center;
}
tright {
    text-align: right;
}
.clear {
    clear:both;
}
.hide, .none {
    display: none;
}
.visibilityHidden {
    visibility: hidden;
}
body, html {
    /* background: #fff url(/images/bodybg.png) repeat-x left 90px;
    background: url(http://static.tumblr.com/xcxngn2/Iz0ld1v2h/bg.png); */
    height: 100%;
    background: #fff;
}
div#content {
    min-height: 100%;
	height: auto !important;
	height: 100%;
	background-color:#fff;
}

.middle {
    width: 800px;
    margin: 0px auto auto;
}
header {

}
header > div.middle {
    background: url(/img/common/header-bg.png) no-repeat center 0px;
}
header div.socialIcons {
    margin-right: 88px;
    margin-top: 34px;
}

header .contact {
    margin: 0 auto auto;
    width: 344px;
    color: #555;
}

header .phone {
    background: url(/graphics/call.png) no-repeat 0 6px;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    color: #FFED00;
}

header .shadowed {
	text-shadow: 2px 2px 1px #033152, -2px -2px 1px #033152, 2px 0 1px #033152, 0 2px 1px #033152, -2px 0 1px #033152, 0 -2px 1px #033152, 2px -2px 1px #033152, -2px 2px 1px #033152, 4px 4px 8px #000;
}

header .slogan {
	font-weight: bold;
	font-size: 17px;
	color: #FFED00;
}

header .ldomain {
	font-weight: bold;
	font-size: 20px;
	color: #A4DDF6;
}


.push {
    height: 20px;
}

#leftcolumn { width: 300px;  float: left}
#rightcolumn { width: 400px;  float: right; margin-left:50px; font-size:12px; margin-top:-46px;}
#leftercolumn { width: 200px;  float: left}
#rightercolumn { width: 190px;  float: right; margin-left:5px; font-size:12px;}

footer div.backToTop {
    position: absolute;
    text-align: right;
	margin:-10px -20px;
}

footer div.seals {
    margin-top: 26px;
}
#talk2us {
    z-index: 100000;
    position: absolute;
    position: fixed;
    top: 2px;
    margin-left: -90px;
}

header div.c4u-logo {
    margin-top:  0px;
    height: 100px;
}

header div.logo {
    margin-top:  26px;
    height: 74px;
	width: 200px;
	overflow: visible;
}

footer div.logo {
    margin-top: -5px;
    font-size: 18px;
    font-weight: bold;
	margin-left:25px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0 0 0 0.5);
}

footer div.bottomLinks {
    width: 440px;
    padding-top: 12px;
	font-size:12px;
}
.footerlinkz {
font-size:10px;
color:#FFF;
margin-left:10px;
}
.footerlinkzz {
font-size:10px;
color:#FFF;
margin-left:10px;
font-size:12px;
margin-top:5px;
margin-left:200px;
}
footer div.bottomLinks a {
    font-size: 12px;
}

    nav li {
        float: left;
        width: 155px;
		    -webkit-border-radius: 4px 4px 4px 4px;
    }

    nav li:last-child {
        width: 155px;
		-webkit-border-radius: 4px 4px 4px 4px;
    }

    nav .menuItem {
        padding: 2px 4px 12px 4px;
        line-height: 1;
		background-color:#FFF;
		color:#c5c5c5;
		-webkit-border-radius: 4px 4px 4px 4px;
    }

    nav li.current .menuItem {
        padding-bottom: 2px;
		background-color:#FFF;
		-webkit-border-radius: 4px 4px 4px 4px;

    }

    nav li:hover .menuItem {
        background-image: -moz-linear-gradient(top, #fff,#fff,#9ddcf3);
        background-image: -o-linear-gradient(top, #fff,#fff,#9ddcf3);
        background-image: -ms-linear-gradient(top, #fff,#fff,#9ddcf3);
        background-image: -webkit-linear-gradient(top, #fff,#fff,#9ddcf3);
        padding-bottom: 6px;
        border-bottom: 4px solid #33b7e8;
		-webkit-border-radius: 4px 4px 4px 4px;
    }

    nav li.current:hover .menuItem {
        padding-bottom: 2px;
        border-bottom: 10px solid #000;
		-webkit-border-radius: 4px 4px 4px 4px;
    }

    nav li a {
        color: #1b6f8e !important;
        font-weight: normal;
        display: inline;
        text-decoration: none;
        font-family: "Trebuchet MS", Helvetica, sans-serif;
        position: relative;
    }
    nav span.primary {
        font-size: 22px;
        letter-spacing: -1px;
        display: inline-block;
    }
    nav span.secondary {
        color: #000;
        display: inline-block;
        font-size: 12px;
        height: 12px;
        letter-spacing: 0px;
        text-decoration: none;
    }

    .ie7 nav span {
        cursor: hand;
    }
    
    .searchBox {
        position: absolute;
        top: 0;
        left: 0;
        margin: 2px;
        width: 791px;
        border-left: none;
        border-right: none;
        border-top: none;
        border-bottom: 1px solid #a9e0f4;
        background: rgba(1, 1, 1, 0);
        font-size: large;
    }

    div.foldOut {
        position: absolute;
        width: 795px;
        height: auto;
        padding: 28px 0 0 0;
        background: #fff;
        border: 1px solid #a9e0f4;
        border-top: 0;
        margin: 0;
        display: none;
        z-index: 20000001;
    }

    div.foldOut ul.left {
		display: block;
        float: left;
        width:265px;
    }
    div.foldOut li.itm {
        float: left;
        width: 258px;
        margin-left: 0px;
        font-size: 14px;
        color: #777;
        height: 50px;
        padding-left: 2px;
        border-left: 4px solid #fff;
        padding-top: 2px;
        padding-bottom: 2px;
        border-bottom: 1px solid #ddd;
        border-right: 1px solid #ddd;
        cursor: pointer;
        _cursor: hand;
        font-weight: bold;
    }
    div.foldOut li.itm:last-child {
        /*border-right: 0;*/
    }
    div.foldOut li.itm:hover {
        background-image: -moz-linear-gradient(top, #fff,#fff,#cef);
        background-image: -o-linear-gradient(top, #fff,#fff,#cef);
        background-image: -ms-linear-gradient(top, #fff,#fff,#cef);
        background-image: -webkit-linear-gradient(top, #fff,#fff,#cef);
        border-left: 4px solid red;
    }

    div.foldOut li.itm:hover a {
        color: #000;
    }

    div.foldOut a {
        /*font-size: 12px;*/
        color: #777;
        text-decoration: none;
    }
    div.foldOut a:hover {
        color: #000;
    }


section.rotator h2 {
    line-height: 22px;
    padding: 0;
    margin: 0;
    display: block;
}

section.rotator {
	position: relative;
    width: 800px !important;
    height: 280px !important;
    overflow: hidden;
}

section.rotator div.pane {
    position: absolute;
    width: 800px;
    height: 280px;
    background-repeat: no-repeat;
    background-position: left top;
}
div.info {
    background: #52aaca;
    color: #FFF;
    padding: 5px;
    width: 790px;
	margin:185px 0px 0px 0px;
	border:1px 1px 0px 1px dashed #FFF;
	-moz-border-radius: 10px 20px 30px 0;
	border-radius: 10px 10px 0px 0;
}
div.info:hover {
    background: #2a84a6;
    -moz-box-shadow: 2px 2px 4px rgba(0,0,0, 0.2);
    -webkit-box-shadow: 2px 2px 4px rgba(0,0,0, 0.2);
    -o-box-shadow: 2px 2px 4px rgba(0,0,0, 0.2);
    -ms-box-shadow: 2px 2px 4px rgba(0,0,0, 0.2);
}
div.info a {
    color: #fff;
}
img.contentControl {
    position: absolute;
    margin-top: 220px;
    z-index: 10000;
    cursor: pointer;
    _cursor: hand;
}
#moveLeft {
    margin-left: 0;
}

#moveRight {
    margin-left: 762px;
}


input::-webkit-input-placeholder {
    /*-webkit-appearance: textfield;*/
    color: #999;
}

:-moz-placeholder {
    color: #999;
}


.transition {
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.divider {
    background: url(/images/divider-bg.png) no-repeat center top margin-top:40px;
}
section.homeSections {
    margin-bottom: 20px;
}
h1 {
	font-size: 22px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
section.divider h2, section.divider h1 {
    display: inline-block;
    border-bottom: 2px solid #1da8dc;
}

div.third {
    width: 250px;
    margin-right: 18px;
}
div.third.last {
    margin: 0;
}
div.homeSection {
	margin-left: 20px;
    margin-top: 30px;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: left top;
    width: 202px;
    height: 135px;
    border: 1px solid #C5C5C5;
    padding-bottom: 8px;
}

div.homeSection:hover {
    background-color: #f00;
}

#areaLookup {
    margin: 10px;
    padding: 5px;
    border: 1px solid #000;
    font-size: 16px;
    border-left: 4px solid #000;
}
#areaLookup:focus, #areaLookup:hover {
    border-left: 4px solid red;
    background-image: -moz-linear-gradient(top, #92cce2,#92cce2,#e8ecec);
    background-image: -o-linear-gradient(top, #92cce2,#92cce2,#74bad4);
    background-image: -ms-linear-gradient(top, #92cce2,#92cce2,#74bad4);
    background-image: -webkit-linear-gradient(top, #92cce2,#92cce2,#74bad4);
    -moz-box-shadow: 2px 2px 4px rgba(0,0,0, 0.9);
    -webkit-box-shadow: 2px 2px 4px rgba(0,0,0, 0.9);
    -o-box-shadow: 2px 2px 4px rgba(0,0,0, 0.9);
    -ms-box-shadow: 2px 2px 4px rgba(0,0,0, 0.9);
}

blockquote	{color:#666666; font-style: italic;}

blockquote, pre {
	background: url(/img/icons/quote.png) 3px 3px no-repeat;
	padding-left: 70px;
	margin-right: 75px;
	margin-bottom: 30px;
}
#scr {
	height: 105px;;
}

section.tags h2, section.tags h3, section.tags h4, section.tags h5, section.tags h6  {
    display: inline;
}
section.tags a {
    color: #444;
    text-decoration: none;
}
section.tags a:hover {
    color: #000;
}

/* modal */

.modal {
    z-index: 1000000;
}

.overlay {
    background-repeat: repeat;
    background-scroll: scroll;
    background-position: 0 0;
    background-color: rgb(241,210,194);
    background-image: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%, rgba(241,210,194,1) 100%);
    background-image: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,0.56)), color-stop(100%,rgba(241,210,194,1)));
    background-image: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(241,210,194,1) 100%);
    background-image: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(241,210,194,1) 100%);
    background-image: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(241,210,194,1) 100%);
    background-image: radial-gradient(center, ellipse cover, rgba(255,255,255,0.56) 0%,rgba(241,210,194,1) 100%);
}

.modal-box {
    min-width: 250px;
    width: 70%;
    max-width: 750px;
    border: 1px solid;
    border-color: #afafaf #a0a0a0 #909090;
    border-radius: 6px 6px 6px 6px;
    margin-top: 30px;
    opacity: 0;
    left: 100%;
    visibility: hidden;
    text-align: left;
    border-collapse:separate;
}

.autoWidth {
    width: auto;
    max-width: none;
    display: inline-block;
}

.modal-box-initial {
    margin-top: 30px !important
}

.modal-visible {
    opacity: 1 !important;
    margin-top: 0 !important;
}

span.modal-close {
    position: absolute;
    z-index: 1000001;
    right: 6px;
    top: 6px;
    background: url(../img/icons/gtk-close.png) no-repeat right center;
    height: 20px;
    padding-right: 30px;
    padding-top: 4px;
    color: #333;
    font-size: 13px;
    cursor: pointer;
}
.simple-modal .modal-box {
    overflow: auto;
}


.modal-content {
    background:  #bcedff;
}
    .modal-header, .modal-footer {
        background-color: #fff;
        padding: 10px;
        text-shadow: 0 1px 0 #fff;
    }

        .modal-header {
            border-radius: 6px 6px 0 0;
            height: 23px;
            color: #333;
            font-weight: bold;
            font-size: 18px;
            text-shadow: 1px 1px 1px rgba(255,255,255,.8);
            border-bottom: 1px solid #fff;
            background: #fff
        }

        .modal-header:hover {
            background-color: #f5f5f5;
        }

        .modal-footer {
            border-radius: 0 0 6px 6px;
            background-color: #f5f5f5;
            min-height: 2px;
            border-top: 1px solid #fff;
        }

    .modal-body {
        background: #fff;
        padding: 6px;
        border-bottom: 1px solid #F5F5F5;
        border-top: 1px solid #F5F5F5;
    }


    .simple-modal .modal-box {
        overflow: auto;
    }

    .simple-modal .modal-content {
        max-height: none !important;
    }

    .simple-modal .modal-body {
        overflow: hidden;
    }

.modal p {
    margin:  0;
    margin-bottom: 12px;
}


.boxShadow {
    -moz-box-shadow: 0px 0px 3px rgba(0,0,0,.3);
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,.3);
    -ms-box-shadow: 0px 0px 3px rgba(0,0,0,.3);
    box-shadow: 0px 0px 3px rgba(0,0,0,.3);
    -o-box-shadow: 0px 0px 3px rgba(0,0,0,.3);
}

.modal-footer button, button.black {
    background-color: #444;
    border: 1px solid transparent;
    padding: 4px 4px 4px 4px;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    color: #ccc;
    -ms-border-radius: 3px 3px 3px 3px;
    -o-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    text-shadow: 1px 1px 1px rgba(0,0,0,.8);
    _cursor: hand;
    cursor: pointer;
}

.modal-footer button:hover, button.black:hover {
    background: #000;
    color: #fff;
    -moz-box-shadow: inset 0px 0px 5px rgba(255,255,255,.5);
    -webkit-box-shadow: inset 0px 0px 10px rgba(0,0,0,.5);
    -ms-box-shadow: inset 0px 0px 10px #555;
    -o-box-shadow: inset 0px 0px 10px rgba(0,0,0,.5);
    box-shadow: inset 0px 0px 2px rgba(255,255,255,.7);
}

/* end modal */

#top_contact label, .mlabel {
    color: #444;
    display: block;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 10px;
}
input.plain, textarea.plain {
    margin: 5px;
    padding: 5px;
    border: 1px solid #000;
    font-size: 16px;
    width: 310px;
}
input.plain:focus, input.plain:hover, textarea.plain:hover {
    -moz-box-shadow: 2px 2px 4px rgba(0,0,0, 0.9);
    -webkit-box-shadow: 2px 2px 4px rgba(0,0,0, 0.9);
    -o-box-shadow: 2px 2px 4px rgba(0,0,0, 0.9);
    -ms-box-shadow: 2px 2px 4px rgba(0,0,0, 0.9);
}

input.plainSmall {
    width: 190px;
}
input.validation-failed {
    border-color: red !important;
}

/*autocompleter*/

#ajaxSearchWrap {
    margin-top: 10px;
}
div.autocompleteWrapper {
    border: 1px solid #000;
    border-top: 0;
    width: 323px;
    position: absolute;
    z-index: 10000;
    background: #ccc;
    margin-top: -5px;
    margin-left: 5px;
    overflow: hidden;
    overflow-y: auto;
}
div.autocompleteOption {
    padding: 4px;
    background: white;
    margin-bottom: 1px;
    clear: both;
    cursor: pointer;
    _cursor: hand;
}
div.autocompleteOption a {
    text-decoration: none;
}

div.autocompleteOptionSelected, div.autocompleteOption:hover {
    background: #CFDAE7;
    border-color: #000;
}

/*end autocompleter*/
/* from bootstrap */
.alert-message {
  position: relative;
  padding: 7px 15px;
  margin-bottom: 4px;
  color: #FFF;
  background-color: #52aaca;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#5ebde0), to(#52aaca));
  background-image: -moz-linear-gradient(top, #5ebde0, #52aaca);
  background-image: -ms-linear-gradient(top, #5ebde0, #52aaca);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5ebde0), color-stop(100%, #52aaca));
  background-image: -webkit-linear-gradient(top, #5ebde0, #52aaca);
  background-image: -o-linear-gradient(top, #5ebde0, #52aaca);
  background-image: linear-gradient(top, #5ebde0, #52aaca);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5ebde0', endColorstr='#52aaca', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #52aaca #52aaca #e4c652;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.alert-message .close {
  margin-top: 1px;
  *margin-top: 0;
}
.alert-message a {
  font-weight: bold;
  color: #404040;
}
.alert-message.danger p a,
.alert-message.error p a,
.alert-message.success p a,
.alert-message.info p a {
  color: #ffffff;
}
.alert-message h5 {
  line-height: 18px;
}
.alert-message p {
  margin-bottom: 0;
}

.alert-message .btn {
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}


/*compatibility*/
#ajaxSearchWrap h2, #ajaxSearchWrap h1, #breadcrumb h2 {
    display: inline;
}

/***********************************/

#breadcrumb {
  list-style: none;
  display: flex;
  flex-direction: row;
  font-size: 14px;
  margin: -3px -12px 3px -28px;
}
#breadcrumb li {
  float: left;
  cursor: pointer;
}
#breadcrumb li a {
  color: #FFF;
  display: block;
  background: #56B0D1;
  text-decoration: none;
  position: relative;
  height: 32px;
  line-height: 32px;
  padding: 0 10px 0 5px;
  text-align: left;
  margin-right: 23px;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
#breadcrumb li:nth-child(even) a {
  background-color: #36C1D7;
}
#breadcrumb li:nth-child(even) a:before {
  border-color: #36C1D7;
  border-left-color: transparent;
}
#breadcrumb li:nth-child(even) a:after {
  border-left-color: #36C1D7;
}
#breadcrumb li:first-child a {
  padding-left: 15px;
  -moz-border-top-left-radius: 4px;
  -moz-border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
#breadcrumb li:first-child a:before {
  border: none;
}
#breadcrumb li:last-child {
	flex-grow: 1;
}
#breadcrumb li:last-child a {
  padding-right: 15px;
  -moz-border-top-right-radius: 4px;
  -moz-border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
#breadcrumb li:last-child a:after {
  border: none;
}
#breadcrumb li a:before, #breadcrumb li a:after {
  content: '';
  position: absolute;
  top: 0;
  border: 0 solid #56B0D1;
  border-width: 16px 10px;
  width: 0;
  height: 0;
}
#breadcrumb li a:before {
  left: -20px;
  border-left-color: transparent;
}
#breadcrumb li a:after {
  left: 100%;
  border-color: transparent;
  border-left-color: #56B0D1;
}
#breadcrumb li a:hover {
  background-color: #2A84A6;
}
#breadcrumb li a:hover:before {
  border-color: #2A84A6;
  border-left-color: transparent;
}
#breadcrumb li a:hover:after {
  border-left-color: #2A84A6;
}
#breadcrumb li a:active {
  background-color: #87CEEB;
}
#breadcrumb li a:active:before {
  border-color: #87CEEB;
  border-left-color: transparent;
}
#breadcrumb li a:active:after {
  border-left-color: #87CEEB;
}

/***********************************/

@keyframes pulse {
  60% {
    padding-left: 0;
	padding-right: 6px;
  }
  70% {
    padding-left: 6px;
	padding-right: 0;
  }
  75% {
    padding-left: 3px;
	padding-right: 3px;
  }
  85% {
    padding-left: 6px;
	padding-right: 0;
  }
  95% {
    padding-left: 0;
	padding-right: 6px;
  }
}

.bc-next {
	display: inline-block;
	position: relative;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 900;
}

.bc-next i {
	padding-left: 0;
	padding-right: 6px;
	animation: pulse 4s 8;
}

.bc-next-span {
	display: inline;
	padding: 2px 4px;
	height: 18px;
	margin-right: 8px;
	color: #2A84A6;
	background-color: white;
	text-shadow: none;
	border-radius: 4px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.bc-book {
	color: white;
	background-color: #E24128;
}

.townList h5 {
    display: inline;
}

.storyImage {
    padding:4px;
    border:1px solid #000;
    background-color:#fff;
    margin-right: 10px;
    margin-bottom: 1px;
    float: left;
}
.livechat {
    position:fixed;
    bottom:0px;
    margin-right:5px;
	width:100%;
	background-color:#ffffff;
	border-top:1px dashed #6de0f2;
}
.livechatbutton {
 margin: 0 auto;
   padding: 0;
   width: 800px;
   height: 50px;
}
.push_left {
float:left;
margin-left:150px;
}
article p {
    width: 700px;
}

/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
#glupost {
background-color:#CCC;
}
ul.b
{
list-style-image: url(/img/home/checklist.png);
}
ul.c
{
list-style-image: url(/img/home/questionmark.png);
}

ol {
    padding: 0;
}

ol ol {
    margin: 0 0 0 2em; /* Add some left margin for inner lists */
}

.rectangle-list, .rounded-list {
	list-style: none;
	counter-reset: li;
	margin-bottom: 4em;
	font-size: 13px;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
}

.rectangle-list a{
    position: relative;
    display: block;
    padding: .4em .4em .4em .8em;
    margin: .5em 0 .5em 2em;
    background: #ddd;
    color: #444;
    text-decoration: none;
    transition: all .3s ease-out;
	border-radius: 0 5px 5px 0;
}

.rectangle-list a:hover{
    background: #eee;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

.rectangle-list a:before{
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -2.5em;
    top: 50%;
    margin-top: -1em;
    background: #87ceeb;
    height: 2em;
    width: 2em;
    line-height: 2em;
    text-align: center;
    font-weight: bold;
	border-radius: 5px 0 0 5px;
}

.rectangle-list a:after{
    position: absolute;
    content: '';
    border: .5em solid transparent;
    left: -1em;
    top: 50%;
    margin-top: -.5em;
    transition: all .3s ease-out;
}

.rectangle-list a:hover:after{
    left: -.5em;
	border-left-color: #87ceeb;
}

.rounded-list a{
    position: relative;
    display: block;
    padding: .4em .4em .4em 2em;
    margin: .5em 0.5em;
    background: #ddd;
    color: #444;
    text-decoration: none;
    border-radius: 0 5px 5px 0;
    transition: all .3s ease-out;
}

.rounded-list a:hover{
    background: #eee;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

.rounded-list a:hover:before{
	transform: rotate(360deg);
}

.rounded-list a:before{
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -1.3em;
    top: 50%;
    margin-top: -1.3em;
    background: #87ceeb;
    height: 2em;
    width: 2em;
    line-height: 2em;
    border: .3em solid #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 2em;
    transition: all .3s ease-out;
}

.drop-shadow {
	position:relative;
	background:#fff;
	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.curled {
	border:1px solid #efefef;
	-moz-border-radius: 0 0 50% 50% / 0 0 15px 15px;
	border-radius: 0 0 50% 50% / 0 0 15px 15px;
}

.padded {
	padding: 0 1em 0.0em 1.5em;
}

nav li {
	margin-right: 6px;
}

nav li:last-of-type {
	margin-right: 0;
}

/** fonts used for the icons **/
@font-face{
	font-family: 'typicons';
	src: url('fonts/typicons.eot');
	src: url('fonts/typicons.eot?#iefix') format('embedded-opentype'),
		 url('fonts/typicons.woff') format('woff'),
		 url('fonts/typicons.ttf') format('truetype'),
		 url('fonts/typicons.svg#typicons') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'League Gothic';
    src: url('fonts/leaguegothic-regular-webfont.eot');
    src: url('fonts/leaguegothic-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/leaguegothic-regular-webfont.woff') format('woff'),
         url('fonts/leaguegothic-regular-webfont.ttf') format('truetype'),
         url('fonts/leaguegothic-regular-webfont.svg#league_gothicregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/** The wrapper that will contain our two forms **/
#contact_wrapper{
	position: relative;
	right: 0px;
	margin: 32px auto;
	padding: 0;
	width: 500px;
	font-family: "Trebuchet MS","Myriad Pro",Arial,sans-serif;
}

.contact_wrapper {
	/*min-height: 824px;*/
}

.book_wrapper {
	/*min-height: 1048px;*/
}

/**** Styling the form elements **/

/**** general text styling ****/
#contact_wrapper a{
	color: rgb(95, 155, 198);
	text-decoration: underline;
}

#contact_wrapper .form_title{
	font-size: 48px;
	color: rgb(6, 106, 117);
	padding: 2px 0 10px 0;
	font-family: 'League Gothic','Arial Narrow',Arial,sans-serif;
	font-weight: bold;
	text-align: center;
	padding-bottom: 0px;
}
/** For the moment only webkit supports the background-clip:text; */
#contact_wrapper .form_title{
    background: -webkit-repeating-linear-gradient(-45deg,
	rgb(18, 83, 93) ,
	rgb(18, 83, 93) 20px,
	rgb(64, 111, 118) 20px,
	rgb(64, 111, 118) 40px,
	rgb(18, 83, 93) 40px);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
}
#contact_wrapper .form_title:after{
	content: ' ';
	display: block;
	width: 100%;
	height: 2px;
	margin-top: 10px;
	background: -moz-linear-gradient(left, rgba(147,184,189,0) 0%, rgba(147,184,189,0.8) 20%, rgba(147,184,189,1) 53%, rgba(147,184,189,0.8) 79%, rgba(147,184,189,0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(147,184,189,0)), color-stop(20%,rgba(147,184,189,0.8)), color-stop(53%,rgba(147,184,189,1)), color-stop(79%,rgba(147,184,189,0.8)), color-stop(100%,rgba(147,184,189,0)));
	background: -webkit-linear-gradient(left, rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%);
	background: -o-linear-gradient(left, rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%);
	background: -ms-linear-gradient(left, rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%);
	background: linear-gradient(left, rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%);
}

#contact_wrapper p {
	margin-bottom:8px;
	width: 440px;
}
#contact_wrapper p:first-child{
	margin: 0px;
}
#contact_wrapper label{
	color: rgb(64, 92, 96);
	position: relative;
}

/**** advanced input styling ****/
/* placeholder */
::-webkit-input-placeholder  {
	color: rgb(190, 188, 188);
	font-style: italic;
}
#contact_wrapper input:-moz-placeholder,
#contact_wrapper select:-moz-placeholder,
#contact_wrapper textarea:-moz-placeholder{
	color: rgb(190, 188, 188);
	font-style: italic;
}
#contact_wrapper input:invalid, #contact_wrapper select:invalid, #contact_wrapper textarea:invalid {
	background-color: white;
}
#contact_wrapper input, #contact_wrapper select, #contact_wrapper textarea {
  outline: none;
  font-size: 16px;
}

/* all the input except submit and checkbox */
#contact_wrapper input:not([type="checkbox"]), #contact_wrapper textarea, #contact_wrapper select {
	width: 92%;
	margin-top: 4px;
	padding: 10px 5px 10px 32px;
	border: 1px solid rgb(178, 178, 178);
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	  -moz-box-sizing : content-box;
	       box-sizing : content-box;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	-webkit-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
	   -moz-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
	        box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
}
#contact_wrapper input:not([type="checkbox"]):active,
#contact_wrapper input:not([type="checkbox"]):focus,
#contact_wrapper textarea:active,
#contact_wrapper textarea:focus,
#contact_wrapper select:active,
#contact_wrapper select:focus
{
	border: 1px solid rgba(91, 90, 90, 0.7);
	background: rgba(238, 236, 240, 0.2);
	-webkit-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.9) inset;
	   -moz-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.9) inset;
	        box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.9) inset;
}

/** the magic icon trick ! **/
#contact_wrapper [data-icon]:after {
    content: attr(data-icon);
    font-family: 'typicons';
	font-size: 22px;
    color: rgb(106, 159, 171);
    position: absolute;
    left: 10px;
    top: 28px;
	width: 30px;
}

/*styling both submit buttons */
#contact_wrapper p.button input {
	width: auto;
	cursor: pointer;
	background: rgb(61, 157, 179);
	padding: 0 16px;
	font-family: 'League Gothic','Arial Narrow',Arial,sans-serif;
	color: #fff;
	font-size: 28px;
	border: 1px solid rgb(28, 108, 122);
	margin-top: 0;
	margin-bottom: 10px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	-webkit-box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.07) inset,
	        0px 0px 0px 3px rgb(254, 254, 254),
	        0px 5px 3px 3px rgb(210, 210, 210);
	   -moz-box-shadow:0px 1px 6px 4px rgba(0, 0, 0, 0.07) inset,
	        0px 0px 0px 3px rgb(254, 254, 254),
	        0px 5px 3px 3px rgb(210, 210, 210);
	        box-shadow:0px 1px 6px 4px rgba(0, 0, 0, 0.07) inset,
	        0px 0px 0px 3px rgb(254, 254, 254),
	        0px 5px 3px 3px rgb(210, 210, 210);
}
#contact_wrapper p.button input:disabled,
#contact_wrapper p.button input:disabled:hover,
#contact_wrapper p.button input:disabled:active,
#contact_wrapper p.button input:disabled:focus{
	background: rgb(179, 179, 179);
	border: 1px solid rgb(148, 148, 148);
	top: 0;
	-webkit-box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.07) inset,
	        0px 0px 0px 3px rgb(254, 254, 254),
	        0px 5px 3px 3px rgb(210, 210, 210);
	   -moz-box-shadow:0px 1px 6px 4px rgba(0, 0, 0, 0.07) inset,
	        0px 0px 0px 3px rgb(254, 254, 254),
	        0px 5px 3px 3px rgb(210, 210, 210);
	        box-shadow:0px 1px 6px 4px rgba(0, 0, 0, 0.07) inset,
	        0px 0px 0px 3px rgb(254, 254, 254),
	        0px 5px 3px 3px rgb(210, 210, 210);
}
#contact_wrapper p.button input:hover{
	background: rgb(74, 179, 198);
}
#contact_wrapper p.button input:active,
#contact_wrapper p.button input:focus{
	background: rgb(40, 137, 154);
	position: relative;
	top: 1px;
	border: 1px solid rgb(12, 76, 87);
	-webkit-box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.2) inset;
	   -moz-box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.2) inset;
	        box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.2) inset;
}
p.contact.button{
	text-align: right;
	margin: 5px 0;
}

/*styling the links to change from one form to another */

p.change_link{
	position: absolute;
	color: rgb(127, 124, 124);
	left: 0px;
	height: 20px;
	width: 440px;
	padding: 17px 30px 20px 30px;
	margin-top: 0;
	font-size: 16px;
	text-align: right;
	border-top: 1px solid rgb(219, 229, 232);
	-webkit-border-radius: 0 0  5px 5px;
	   -moz-border-radius: 0 0  5px 5px;
	        border-radius: 0 0  5px 5px;
	background: rgb(225, 234, 235);
	background: -moz-repeating-linear-gradient(-45deg,
	rgb(247, 247, 247) ,
	rgb(247, 247, 247) 15px,
	rgb(225, 234, 235) 15px,
	rgb(225, 234, 235) 30px,
	rgb(247, 247, 247) 30px
	);
	background: -webkit-repeating-linear-gradient(-45deg,
	rgb(247, 247, 247) ,
	rgb(247, 247, 247) 15px,
	rgb(225, 234, 235) 15px,
	rgb(225, 234, 235) 30px,
	rgb(247, 247, 247) 30px
	);
	background: -o-repeating-linear-gradient(-45deg,
	rgb(247, 247, 247) ,
	rgb(247, 247, 247) 15px,
	rgb(225, 234, 235) 15px,
	rgb(225, 234, 235) 30px,
	rgb(247, 247, 247) 30px
	);
	background: repeating-linear-gradient(-45deg,
	rgb(247, 247, 247) ,
	rgb(247, 247, 247) 15px,
	rgb(225, 234, 235) 15px,
	rgb(225, 234, 235) 30px,
	rgb(247, 247, 247) 30px
	);
}
#contact_wrapper p.change_link a {
	display: inline-block;
	font-weight: bold;
	background: rgb(247, 248, 241);
	padding: 2px 6px;
	color: rgb(29, 162, 193);
	margin-left: 10px;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid rgb(203, 213, 214);
}
#contact_wrapper p.change_link a:hover {
	color: rgb(57, 191, 215);
	background: rgb(247, 247, 247);
	border: 1px solid rgb(74, 179, 198);
}
#contact_wrapper p.change_link a:active{
	position: relative;
	top: 1px;
}
/** Styling both forms **/
#contact_form{
	position: relative;
	top: 0px;
	width: 88%;
	padding: 18px 6% 60px 6%;
	margin: 0 0 35px 0;
	background: rgb(247, 247, 247);
	border: 1px solid rgba(147, 184, 189,0.8);
	-webkit-box-shadow: 0pt 2px 5px rgba(105, 108, 109,  0.7),	0px 0px 8px 5px rgba(208, 223, 226, 0.4) inset;
	   -moz-box-shadow: 0pt 2px 5px rgba(105, 108, 109,  0.7),	0px 0px 8px 5px rgba(208, 223, 226, 0.4) inset;
	        box-shadow: 0pt 2px 5px rgba(105, 108, 109,  0.7),	0px 0px 8px 5px rgba(208, 223, 226, 0.4) inset;
	-webkit-box-shadow: 5px;
	-moz-border-radius: 5px;
		 border-radius: 5px;
}
#contact_form{
	z-index: 22;
	opacity: 1;
}
/** yerk some ugly IE fixes 'cause I know someone will ask "why does it look ugly in IE?", no matter how many warnings I will put in the article */

.lt8 #contact_wrapper input{
	padding: 10px 5px 10px 32px;
    width: 92%;
}
.lt8 #contact_wrapper input[type=checkbox]{
	width: 10px;
	padding: 0;
}
.lt8 #contact_wrapper h1{
	color: #066A75;
}
.lt8 #contact_form{
	display: none;
}
.lt8 p.change_link,
.ie9 p.change_link{
	position: absolute;
	height: 90px;
	background: transparent;
}

input {
	outline: none !important;
}

.captcha_mismatch {
	position: absolute;
	left:0;
	top:64px;
	color: red;
}

/* Footer */
footer {
	position: relative;
    clear: both;
	height: 248px;
	width:800px;
	margin-bottom:104px;
	margin-left:auto;
	margin-right:auto;
	padding: 0;
	border-style: none;
}

.footer-top {
	width: 800px;
	height: 5px;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	background-color: #2A84A6;
}

.footer-section {
	float: left;
	height: 212px;
}

.section-middle {
	margin-left: 2px;
	margin-right: 2px;
}

.section-title {
	padding: 2pt 0 0 0px;
	margin-bottom: 8pt;
	text-align: center;
	font-size: 11pt;
	font-weight: bold;
	color: white;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}

.section-content {
	height: 256px;
	color: #1A6476;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#5ebde0), to(#52aaca));
	background-image: -moz-linear-gradient(top, #5ebde0, #52aaca);
	background-image: -ms-linear-gradient(top, #5ebde0, #52aaca);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5ebde0), color-stop(100%, #52aaca));
	background-image: -webkit-linear-gradient(top, #5ebde0, #52aaca);
	background-image: -o-linear-gradient(top, #5ebde0, #52aaca);
	background-image: linear-gradient(top, #5ebde0, #52aaca);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5ebde0', endColorstr='#52aaca', GradientType=0);
}

.content-left {
	-webkit-border-radius: 0 0 0 8px;
	-moz-border-radius: 0 0 0 8px;
	border-radius: 0 0 0 8px;
	/*-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;*/
	overflow: hidden;
}

.content-right {
	-webkit-border-radius: 0 0 8px 0;
	-moz-border-radius: 0 0 8px 0;
	border-radius: 0 0 8px 0;
	text-align: center;
	font-weight: bold;
}

.footer-link {
	position: absolute;
	top: 260px;
	left: 0;
	right: 0;
	text-align: left;
}

.footer-link>a {
	text-decoration: none;
	color: #1A6476;
	font-size: 12px;
}

.footer-link>a:nth-child(2) {
    float: right;
    margin-right: 48px;
}

.footer-link>a:hover {
	text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.5);
}

.footer-list {
	list-style-type: square;
	list-style-position: outside;
	margin: 0 0 0 2em;
	padding: 0;
	font-size: 8pt;
	color: #1A6476;
}

.footer-list a {
	position: relative;
    display: block;
	text-decoration: none;
	color: #1A6476;
}

.footer-list a:hover {
	color: white;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}

table {
	margin-left: 5px;
	-webkit-box-shadow:inset 1px 1px 8px 0 rgba(0,0,0,0.5);
	box-shadow:inset 1px 1px 8px 0 rgba(0,0,0,0.5);
	border: solid 1px gray;
}

select {
	color: #757575;
}

.banners-left, .banners-right {
	position: fixed;
	top: 100px;
}

.banners-left {
	width: 180px;
	left: 50%;
	margin-left: -410px;
	transform: translate(-100%, 0);
}

.banners-right {
	left: 50%;
	margin-left: 410px;
}

.banner-link {
	display: block;
	margin-bottom: 8pt;
	border: none;
}

.banner-link img {
	box-shadow: 0 0 6px rgba(0, 128, 255, 0.5);
}

table.modal {
	transform: translate(-8px, 0);
}

/* New Navigation Menu */

div.tabs {
	position: relative;
    height: 56px;
    width: 100%;
}

.tabs>div, .tabs>a {
    display: block;
	float: left;
	height: 48px;
}

.tabs>div.search {
	width: 348px;
	color: #2080B0;
}

.lefticon {
	position: absolute;
	left: 24px;
	top:17px;
	font-size: 18px;
	color:#2080B0;
	z-index: 10000;
}

.righticon {
	position: absolute;
	right: 24px;
	top:17px;
	font-size: 18px;
	color:#2080B0;
	z-index: 10000;
}

#service_tab {
	outline: 0;
}

#service_tab>i {
	margin-left: 6px;
	padding-left: 6px;
	font-size: 18px;
	line-height: 24px;
	vertical-align: middle;
	border-left: outset thin white;
}

#service_tab.selected>i {
	border-left: inset thin #2080B0;
}

#filter_box {
	width: 772px;
	height: auto;
    background-color: white;
	border-style: solid;
	border-width: 2px;
	border-color: #2080B0;
	border-top-style: none;
	margin: -6px 0 8px 12px;
	overflow-y: auto;
	overflow-x: hidden;
	display: none;
	z-index: 1000000;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
}

#filter_box>ul {
	margin: 8px;
	padding: 0 0 0 8pt;
	list-style: none;
	color: #5af;
}

#filter_box>ul li:nth-child(2n+1) {
	background-color: white;
}

#filter_box>ul li:nth-child(2n+2) {
	background-color: #def;
}

#filter_box>ul li {
	margin: 0;
	padding: 2pt 4pt;
}

#filter_box>ul li:hover {
	list-style: circle;
}

#filter_box>ul a {
	color: #2080B0;
	font-size: 17px;
	text-decoration: none;
}

.tabs>div.search>i {
	float: left;
	font-size: 24px;
	line-height: 32px;
	margin: 12px 4px 0 12px;
}

.tabs>a.item {
	position: relative;
	width: 154px;
	margin-left: -12px;
	border-top-left-radius: 48px;
	border-top-right-radius: 8px;
	border-color: #2080B0;
	border-style: solid;
	border-width: 2px;
	border-bottom-style: none;
	box-shadow: -8px 0 5px -5px rgba(0,0,0,0.4),4px 0 2px -2px rgba(0,0,0,0.4);
	z-index: 0;
    line-height: 48px;
    color: white;
    font-size: 24px;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}

.tabs>a.item:nth-child(1) {
	margin-left: 156px;
	width: 176px;
	padding-left: 8px;
	background-color: #36C1D7;
	box-shadow: none;
}

.tabs>a.item:nth-child(2) {
	background-color: #36C1D7;
}

.tabs>a.item:nth-child(3) {
	background-color: #E24128;
}

.tabs>a.item:nth-child(4) {
	background-color: #36C1D7;
}

.tabs>a.item.selected {
	color: #2080B0;
	background-color: white;
	z-index: 100;
}

.tabs>div.bottom {
	position: absolute;
	left: 12px;
	top: 48px;
	height: 2px;
	width: 776px;
	background-color: #2080B0;
	z-index: 10;
}

#go_button {
	margin: auto 5em auto 4px;
	padding: 4px 4px;
	background-color: #E24128;
	color: white;
	font-family: sans-serif;
	font-weight: bold;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
	border-style: none;
	border-radius: 50%;
	box-shadow: 1px 1px 2px #2080B0;
}

#go_button:hover {
	background-color: #E22014;
	box-shadow: 1px 1px 2px #104055;
}

#go_button:active {
	box-shadow: inset 1px 1px 2px #104055;
	background-color: #2080B0;
}

a.unavailable {
	color: white !important;
}

a.unavailable:hover {
	color: darkgray !important;
}

div.unavailable {
	color: white;
    background-color: #E24128;
	padding: 4px 16px;
	border-radius: 16px;
    border-width: 3px;
    border-color: white;
    border-style: solid;
	font-weight: bold;
	margin: 0 12px 12px 12px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.5);
}

.branch, .leaves {
	cursor: pointer;
	color: #2A84A6;
	margin-left: 0em;
}

.branch {
	font-size: 1.3em;
}

.branch i {
	padding: 0.1em 0.35em;
	font-size: 1.35em;
}

.branch i:hover {
	color: #1A6486;
	text-shadow: 0 0 1px #1A6486;
}

.branch a {
	font-weight: bold;
	text-decoration: none;
	color: #2A84A6;
}

.branch a:hover, .leaves a:hover {
	text-decoration: underline;
	background-color: #def;
}

.branch + .leaves {
	margin-left: 1em;
}

.leaves {
	padding: 0 0 0 1.5em;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1.1em;
	list-style: none;
	columns: 3;
	-webkit-columns: 3;
	-moz-columns: 3;
}

.leaves a {
	text-decoration: none;
	color: #2A84A6;
}

.tree-wrapper {
	margin-top: 0px;
	max-height: 0;
	overflow-y: scroll;
}

.show-anim {
	max-height: 500px;
	transition: max-height 1s;
}

.hide-anim {
	max-height: 0;
	transition: max-height 1s;
}

@import url(https://fonts.googleapis.com/css?family=Titillium+Web:900);

@keyframes slide-tilt-down {
	from {
		top: 0;
		-moz-transform: rotate(20deg);
		-webkit-transform: rotate(20deg);
		-o-transform: rotate(20deg);
		-ms-transform: rotate(20deg);
		transform: rotate(20deg);
	}
	to {
		top: 50%;
		-moz-transform: rotate(-6deg);
		-webkit-transform: rotate(-6deg);
		-o-transform: rotate(-6deg);
		-ms-transform: rotate(-6deg);
		transform: rotate(-6deg);
	}
}

@keyframes slide-tilt-up {
	from {
		top: 100%;
		-moz-transform: rotate(20deg);
		-webkit-transform: rotate(20deg);
		-o-transform: rotate(20deg);
		-ms-transform: rotate(20deg);
		transform: rotate(20deg);
	}
	to {
		top: 50%;
		-moz-transform: rotate(-6deg);
		-webkit-transform: rotate(-6deg);
		-o-transform: rotate(-6deg);
		-ms-transform: rotate(-6deg);
		transform: rotate(-6deg);
	}
}

.slide-down {
	animation-duration: 2s;
	animation-name: slide-tilt-down;
}

.slide-up {
	animation-duration: 2s;
	animation-name: slide-tilt-up;
}

.rent-banner {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -324px;
	z-index: 10000000;
	color: rgba(255, 64, 64, 0.6);
	font-size: 64px;
	font-family: 'Titillium Web', sans-serif;
	font-weight: 900;
	text-decoration: none;
	padding: 8px 16px;
	border: solid 8px rgba(255, 64, 64, 0.6);
	-moz-transform: rotate(-6deg);
	-webkit-transform: rotate(-6deg);
	-o-transform: rotate(-6deg);
	-ms-transform: rotate(-6deg);
	transform: rotate(-6deg);
	-webkit-transition: color 0.25s, text-shadow 0.25s;
    transition: color 0.25s, text-shadow 0.25s;
}

.rent-banner:hover {
	color: rgba(255, 64, 64, 1);
	text-shadow: 0px 4px 5px rgb(48, 48, 48);
	-webkit-transition: color 0.25s, text-shadow 0.25s;
    transition: color 0.25s, text-shadow 0.25s;
	text-decoration: none;
}

@keyframes show-msg-up {
	from {
		top: -48px;
	}
	to {
		top: 0;
	}
}

.show-up {
	animation-duration: 1s;
	animation-name: show-msg-up;
}

.rent-message {
	display: none;
	position: fixed;
	top: 0;
	left: 18px;
	z-index: 10000000;
	background-color: #c22108;
	font-size: 18px;
	font-family: 'Titillium Web', sans-serif;
	font-weight: bold;
	text-decoration: none;
	padding: 6px 12px 8px 12px;
	border-radius: 0 0 8px 8px;
	color: rgba(255,255,255,0.5);
	text-shadow: 1px 1px 0 #fff, 0 0 0 #000, 1px 1px 0 #300;
	opacity: 0.75;
	transition: opacity 1.5s, text-shadow 0.25s, color 0.25s;
}

.rent-message:hover {
	text-decoration: none;
	text-shadow: 2px 2px 4px black;
	color: white;
	opacity: 1;
	transition: opacity 1.5s, text-shadow 0.25s, color 0.25s;
}

.ac_item {
	text-decoration: none;
	color: black;
}

li.autocompleter-selected a {
	color: white;
}

.demo {
	display: inline;
	padding: 2px 4px;
	margin-left: 4px;
	color: white;
	background-color: darkred;
	text-shadow: none;
	border-radius: 4px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}