﻿/*-- 2014 © Interior Systems Inc. --*/
/*-- Framework CSS Document --*/

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

* {
    margin: 0;
}

img {
    border: 0 none;
    vertical-align: middle;
}

body {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 1.000em;
}

h1 {
    font-size: 1.375em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.25em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

p {
    font-size: 1.000em;
    padding: 0.62em 0;
}

.Header,
.Footer,
.MainNav {
    display: block;
}

.Invalid {
    color: #ff0000;
}

.handle {
	cursor: move;
}

.Bold {
	font-weight: 600;
}

/*-- End ----------------*/
/*-- Content Framework --*/

.Image {
    background: url(../Images/TestImg.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
}

.Header {
    width: 1024px;
    overflow: hidden;
    padding: 10px 0;
    margin: 0 auto;
}

    .Header img {
        float: left;
        width: 150px;
        height: 92px;
		border: 0 none;
    }
	
.MainContent {
    position: relative;
    width: 1024px;
    margin: 0 auto;
    padding-bottom: 100px;
}

.MainSection {
    width: 43%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    clear: both;
}

    .MainSection p {
        padding: 0 .625em 0.62em .625em;
    }

.TestimonialBlock {
    position: absolute;
    top: -126px;
    right: 0;
    width: 560px;
    margin: 0;
    padding: 0 0 20px 0;
    z-index: 0;
}

.TestimonialContent {
    padding: 0 20px;
}

    .TestimonialContent p {
        font-size: 1.625em;
    }

    .TestimonialContent span {
        float: left;
        clear: both;
        display: block;
        font-size: 1.250em;
    }

.sliderauto {
    width: 560px;
    height: 447px;
}

.Copyright {
    clear: both;
    margin: 0;
    padding: 20px 0;
    border-top: 1px solid #554D51;
}

    .Copyright p {
        text-align: center;
        color: #fff !important;
        font-size: .875em;
        font-weight: normal;
        font-family: Garamond, sans-serif;
    }

    .Copyright span {
        color: #fd0302;
        font-family: 'Staccato222 BT';
        font-size: 1.125em;
    }

    .Copyright a:link {
        color: #fff;
    }

    .Copyright a:hover {
        text-decoration: underline;
        color: #f5f5f5;
    }

.Footer > .Social {
    float: right;
    overflow: hidden;
    margin: 20px 0;
    padding: 0;
}

   .Footer > .Social ul {
        width: 450px;
        margin: 0 auto;
        padding: 0;
    }

        .Footer > .Social li {
            float: left;
            clear: none;
            display: block;
            margin-right: 30px;
            padding: 0;
        }

            .Footer > .Social li a {
                display: block;
                text-align: right;
                vertical-align: bottom;
            }

    .Social .Facebook {
        background: url(../images/icons/facebook.png) no-repeat left bottom;
        width: 95px;
        height: 25px;
    }

    .Social .Google {
        background: url(../images/icons/google.png) no-repeat;
        width: 80px;
        height: 25px;
    }

    .Social .Twitter {
        background: url(../images/icons/twitter.png) no-repeat;
        width: 83px;
        height: 25px;
    }
	
	.Social .IAGC {
		background: url(../images/icons/iagc.png) no-repeat;
		width: 91px;
		height: 25px;
	}

/*-- End --------------*/
/*-- Main Navigation --*/

.MainNavWrapper {
    width: 100%;
}

.MainNav ul, .MainNav li, .MainNav span, .MainNav a {
    margin: 0;
    padding: 0;
    position: relative;
}

.MainNav {
    position: relative;
    width: 1024px;
    height: 52px;
    margin: 0 auto;
    top: 0;
    z-index: 100;
}

    .MainNav ul {
        width: 1024px;
        margin: 0;
        padding: 0;
        list-style: none;
        text-transform: none;
        font-weight: 500;
    }

    .MainNav > ul {
        padding-left: 0;
    }

    .MainNav li {
        float: left;
        margin: 0;
        padding: 0;
    }

        .MainNav li a {
            float: left;
            font-size: 1em;
            text-decoration: none;
            height: 32px;
            margin: 0 4px 0 0;
            padding: 13px 12px 2px 12px;
        }

            .MainNav li a:hover {
                -webkit-transition: all .3s ease-in-out;
                -moz-transition: all .3s ease-in-out;
                -ms-transition: all .3s ease-in-out;
                -o-transition: all .3s ease-in-out;
                transition: all .3s ease-in-out;
            }

    /*-- Main Navigation Sub Menu --*/

    .MainNav .HasSub:hover ul {
        display: block;
    }

.HasSub li.AdminTxt:hover {
    background: none;
}

.HasSub li.AdminTxt span {
    float: left;
    width: 475px;
    display: block;
    clear: both;
    color: #444;
    text-align: left;
    margin-bottom: 5px;
    padding: 5px 0 5px 5px;
    font-size: 1.250em;
    background: #E7DFC1;
}

.MainNav .HasSub ul {
    position: absolute;
    display: none;
    top: 50px;
    left: 0;
    z-index: 1000;
    text-align: center;
    padding: 5px;
    width: 170px; /*-- Change width if text is longer then 21 characters */
}

    .MainNav .HasSub ul li {
        border: none;
        display: table;
        float: left;
        clear: both;
        background: none;
    }

        .MainNav .HasSub ul li a {
            width: 145px; /*-- Change width if text is longer then 21 characters */
            border-top: 0 none;
            display: table-cell;
            text-align: left;
            vertical-align: middle;
            font-size: .850em;
            text-transform: none;
            white-space: nowrap;
        }

.MainNav .HasSub > ul > li > a:hover {
    background: url(../Images/ListImg.png) no-repeat left center;
}

.MainNav .HasSub a:hover {
    display: block;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.MainNav:after, .MainNav ul:after {
    content: '';
    display: block;
    clear: both;
}

/*-- End -----*/
/*-- Footer --*/

.FooterWrapper {
    width: 100%;
}

.Footer {
    width: 1024px;
    margin: 0 auto;
    overflow: hidden;
}

    .Footer ul {
        float: left;
        width: 200px;
        margin: 0;
        padding: 20px 0;
    }

    .Footer li {
        float: left;
        clear: both;
        margin: 0;
        padding: 0;
        list-style: none;
        font-size: .875em;
    }

        .Footer li a {
            padding-right: 10px;
            margin: 0;
        }

            .Footer li a:hover {
            }

    .Footer p {
        padding: 5px 10px;
        color: #2980B9;
    }

/*-- End --------------------------------*/
/*-- Miscellaneous Float/Clear Classes --*/

.FltRt {
    float: right;
    margin-left: 0.444em;
}

.FltLft {
    float: left;
    margin-right: 0.444em;
}

.Clear {
    clear: both;
}

    .Clear:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

/*-- End --------------*/
/*-- Responsive Image --*/

.ImgResponsive {
    display: block;
    max-width: 100%;
    height: auto;
}

/*-- Input/Button --*/

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled],
    html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    /* IE8-9 */
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple],
select[size] {
    height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
}

/*-- End ---------*/
/*-- Sticky Footer 

html,
body {
    height: 100%;
}

#MainContainer {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

#Footer {
    height: 60px;
    background-color: #f5f5f5;
}

--*/
/*-- Sticky Footer 

html,
body {
    height: 100%;
}

.SecondaryWrapper {
    min-height: 100%;
    margin-bottom: -95px;
}

.SecondaryContentWrapper:after {
    content: "";
    display: block;
}

.FooterWrapper {
    height: 95px;
    background-color: #f5f5f5;
}

--*/

/*-- End --------------*/
/*-- A, A link Style --*/

a {
    color: #fff;
    text-decoration: none;
}

    a:link {
        color: #6C97F7;
        text-decoration: none;
    }

    a:hover, a:active, a:focus {
        text-decoration: underline;
		color: #6265cf;
        outline: 0;
    }
	
	a:visited {
		color: inherit;
	}

/*-- End ---------*/
/*-- Body Style --*/

body {
    color: #555;
    background: #3E373F;
}

/*-- End ----------------------*/
/*-- Heading Colors --*/

h1 {
    color: #fff;
    font-weight: normal;
}

.H1BG {
    background: #666666;
    padding: 0 10px;
	border-bottom: 4px solid #dedede;
}

.H1BG2 {
    background: #666666;
    padding: 0 10px;
}

.H1BG3 {
	background: #666666;
    padding: 0 10px;
}

h2 {
    color: #555;
}

h3 {
    color: #777;
}

p {
    color: #555;
}

/*-- End ----------------------*/
/*-- Main Content Area Style --*/

.HeaderWrapper {
    background: #CFCFCF url(../images/HeaderOverlay.png);
    border-bottom: 4px solid #6C97F7;
}

.ImgBg {
    width: 41%;
    overflow: hidden;
    background: #f2f2f2;
    padding: 10px;
}

.MainNavWrapper {
    background: #3E373F;
}

.MainContentWrapper {
    background: #f2f2f2;
}

.SecondaryContentWrapper {
    background: #f2f2f2;
    overflow: hidden;
}

.MainContent {
    background: #f2f2f2;
}

.MainSection {
    background: #f2f2f2;
}

.TestimonialBlock {
    background: #F2F2F2;
    color: #333;
}

.TestimonialContent p {
    color: #333;
}

.FooterWrapper {
    background: #3e373f;
    border-top: 3px solid #6C97F7;
}

/*-- End --------------------*/
/*-- Main Navigation Style --*/

.MainNav ul {
    background: #3e373f;
}

.MainNav li a {
    color: #fff;
    border-bottom: 3px solid #3E373F;
}

    .MainNav li a:hover {
        border-bottom: 3px solid #8F91DD;
    }

.MainNav .HasSub ul {
    -webkit-box-shadow: 0px 0px 4px 0px #000;
    box-shadow: 0px 0px 4px 0px #000;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border: 1px solid #383838;
}

    .MainNav .HasSub ul li a {
        color: #454545;
        background: #fff;
    }

        .MainNav .HasSub ul li a:focus {
            -webkit-box-shadow: inset 0 0 1px 0 #000;
            box-shadow: inset 0 0 4px 0 #000;
        }

    .MainNav .HasSub ul li:nth-child(1n+2) {
        border-top: 1px solid #000;
    }

    .MainNav .HasSub ul li:nth-last-child(1) {
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
    }

.MainNav .HasSub li a:hover:last-child {
    background: #454545;
    color: #fff;
}

/*-- End ----------------------*/
/*-- Manage Navigation Style --*/

.ManageNav,
.EmployeeNav {
    background: #f2f2f2;
    border: 1px solid #fff;
}
    .ManageNav li a,
	.EmployeeNav li a {
        color: #222;
    }

        .ManageNav li a:hover:last-child,
		.EmployeeNav li a:hover:last-child {
            background: #8F91DD;
			color: #fff;
        }

    /*-- Manage Navigation Sub Menu --*/

    .ManageNav .HasSub ul {
        border: 1px solid #fff;
        background: #fff;
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .3);
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, .3);
    }

        .ManageNav .HasSub ul li a {
            color: #000;
        }

    .ManageNav .HasSub li a:hover {
        background: #8F91DD;
        color: #fff;
    }

/*-- End -----------*/
/*-- Footer Style --*/

.Footer {
    background: #3e373f;
}

    .Footer li a {
        color: #fff;
    }

        .Footer li a:hover {
            color: #777;
            text-decoration: underline;
        }

/*-- End ---------*/
/*-- Form Style --*/

.FormControl {
    display: block;
    width: 300px;
    height: 20px;
	margin: 5px 0;
    padding: 6px 12px;
    line-height: 1.428571429;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #f2f2f2 !important;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 3px 0 rgba(0, 0, 0, .3);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .FormControl:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    }

    .FormControl:-moz-placeholder {
        color: #999;
    }

    .FormControl::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .FormControl:-ms-input-placeholder {
        color: #999;
    }

    .FormControl::-webkit-input-placeholder {
        color: #999;
    }

    .FormControl[disabled],
    .FormControl[readonly],
    fieldset[disabled] .FormControl {
        cursor: not-allowed;
        background-color: #eee;
        opacity: 1;
    }

textarea.FormControl {
    height: auto;
}

input[type="date"] {
    line-height: 34px;
}

/*-- End -----------*/
/*-- Box/Text Shadow --*/

.BxShad {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}

.TxtShad {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

/*-- End ---------------*/
/*-- Image Box Shadow --*/

.ImgShadow {
    width: 400px;
    height: 309px;
    position: relative;
}

    .ImgShadow:before {
        content: "";
        z-index: -1;
        position: absolute;
        width: 50%;
        top: 160px;
        bottom: 15px;
        left: 40px;
        -webkit-transform: rotate(-3deg) skew(160deg);
        transform: rotate(-3deg) skew(160deg);
        box-shadow: 0px 15px 10px #777777;
    }

    .ImgShadow:after {
        content: "";
        z-index: -1;
        position: absolute;
        width: 50%;
        top: 160px;
        right: 10px;
        bottom: 15px;
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
        box-shadow: 0px 15px 10px #777777;
    }

/*-- End ------------------*/
/*-- Button Styles/Sizes --*/
/*-- Primary Button --*/

a.PrimaryBtn {
    padding: 8px 18px;
    margin: 10px 8px;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background: #8F91DD;
    color: #fff;
    display: block;
}

    a.PrimaryBtn:hover {
        background: #6265cf;
        color: #fff;
    }

    a.PrimaryBtn:focus {
        border-color: #444;
        outline: 0;
        -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,.075), 0 0 5px rgba(0, 0, 0, .5);
        box-shadow: inset 0 0 1px rgba(0,0,0,.075), 0 0 5px rgba(0, 0, 0, .5);
    }

/*-- Manage Button --*/

.ManageBtn {
    padding: 10px 22px;
	background: #6C97F7;
	color: #fff;
    margin: 10px 2px 10px 0;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
}

    .ManageBtn:hover {
		background: #6265cf;
    }

    .ManageBtn:focus {
        border-color: #444;
        outline: 0;
        -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 0, 0, .5);
        box-shadow: inset 0 0 1px rgba(0,0,0,.075), 0 0 8px rgba(0, 0, 0, .5);
    }

/*-- Table Button --*/

.TableBtn {
    padding: 3px 9px;
    cursor: pointer;
    border: none;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
}

    .TableBtn:hover {
    }

/*-- Login Button --*/

.LoginBtn {
    background: #6C97F7;
	width: 52.6%;
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 5px 15px;
    margin: 20px 10px 5px 100px;
    font-size: 1.375em;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

    .LoginBtn:hover {
        background: #6265cf;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }

/*-- End -----------------*/
/*-- Table Style --*/

.TableFormatting {
    background: #ececec;
    border: 1px solid #3E373F;
}

    .TableFormatting th, .TableFormatting td {
        border-bottom: 1px solid #333;
    }

    .TableFormatting th {
        border-bottom: 1px solid #3E373F;
        background: #3E373F;
		font-weight: 100;
		color: #fff;
    }

    .TableFormatting tr:nth-child(odd) {
        background-color: #fff;
    }

    .TableFormatting td.AddEditModes {
        border-top: 1px solid #3E373F;
        background: #fff;
    }
