﻿@font-face {
	font-family: 'Futura';
	src: url('fonts/FuturaLightBT.eot');
	src: local('FuturaLightBT'), url('fonts/FuturaLightBT.woff') format('woff'), url('fonts/FuturaLightBT.ttf') format('truetype');
}

* 
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	background:#fff;
	font:13px sans-serif, Arial; 
	color:#000;
	margin:0;
	padding:0;
}

#container   
{
    width: 100%;
    max-width: 680px;
}

a, a:visited { 
	text-decoration:underline;	
    color: #EC7923;
}

a:hover {
	text-decoration:underline;
}

.text
{
    padding: 3px;
    width: 225px;
}

::-webkit-input-placeholder {
   font-style: italic;
   font-family: serif;
}

:-moz-placeholder { /* Firefox 18- */
   font-style: italic;
   font-family: serif;
}

::-moz-placeholder {  /* Firefox 19+ */
   font-style: italic;
   font-family: serif; 
}

:-ms-input-placeholder {  
   font-style: italic;
   font-family: serif; 
}


div.required
{
    color: #F00;
}

    div.required ul
    {
        padding: 0;
        margin: 0 0 10px -40px;
        text-align: center;
    }

span.required
{
    line-height: 12px;
    font-size: 14pt;
    vertical-align: bottom;
    color: #EC7923;
}
    span.required::after
    {
        content: " required";
        color: #666;
        font-size: 11px;
        font-style: italic;
        font-weight: normal;
    }
ul
{
    list-style: none;
    padding: 0;
}
#bodyContent .form-fields { margin: 50px 0 0 0; }
    #bodyContent .form-fields .header
    {
        text-align: center;
    }
        #bodyContent .form-fields .header h2
        {
            color: #EC7923;
            font-family: 'Futura', sans-serif;
            font-size: 28px;
            font-weight: bold;
            text-transform: uppercase;
            margin: 0;
        }
        #bodyContent .form-fields .header p
        {
            max-width: 440px;
            margin: 15px auto 20px auto;
            color: #666;
        }

    #bodyContent .form-fields .form-box
    {
        background-color: #EEE;
        padding: 35px;
    }
        #bodyContent .form-fields .form-box label
        {
            font-weight: bold;
            font-size: 18px;
            color: #666;
            display: inline-block;
            margin-bottom: 2px;
        }
        #bodyContent .form-fields .form-box .inner-box .col, #bodyContent .form-fields .form-box .inner-box .three
        {
            float: left;
        }
        #bodyContent .form-fields .form-box .inner-box .col-left
        {
            width: 250px;
            margin: 0 100px 40px 0;
        }
        #bodyContent .form-fields .form-box .inner-box .col-right
        {

        }
        #bodyContent .form-fields .form-box .inner-box .three-left .rdo
        {
            float: left;
            margin-right: 20px;
        }
            #bodyContent .form-fields .form-box .inner-box .three-left .rdo span
            {
                color: #666;
            }
        #bodyContent .form-fields .form-box .inner-box .three-left label
        {
            margin-bottom: 7px !important;
        }
        #bodyContent .form-fields .form-box .inner-box .three-mid
        {
            width: 200px;
            margin-left: 10px;
            margin-right: 20px;
        }
            #bodyContent .form-fields .form-box .inner-box .slash
            {
                float: left;
                color: #EC7923;
                font-size: 14pt;
                line-height: 26px;
                vertical-align: bottom;
                margin-right: 5px;
            }
        #bodyContent .form-fields .form-box .inner-box .three-right
        {
            width: 200px;
        }
/* Drop Down Lists */
#bodyContent .form-fields .form-box .field .ddl 
{
        position: relative;
        display: inline-block;
        zoom: 1;
        width: 75px;
        float: left;
        margin-right: 12px;
}

#bodyContent .form-fields .form-box .field .ddl span 
{
        background: #fff url("../images/dropdownArrow.gif") right 8px center no-repeat;
        padding: 1px 0 1px 5px;
        margin-top: 0;
        display: block;
        text-align: left;
        line-height: 22px;
        overflow: hidden;
        height: 24px;
        border: none;
        color: #999;
        font-style: italic;
        font-size: 12px;
        font-family: serif;
        font-weight: normal;
        vertical-align: middle;
        border: 1px solid #666;
}

#bodyContent .form-fields .form-box .field .ddl select 
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity = 0);
    height: 28px;
    width: 82px;
}
    #bodyContent .form-fields .checks .head-field
    {
        width: 90%;
        margin: 25px auto 10px auto;
        height: 30px;
        text-align: center;
    }
        #bodyContent .form-fields .checks .head-field h4
        {
            margin: 0;
            padding: 0;
            font-size: 18px;
            color: #666;
        }
            #bodyContent .form-fields .checks .head-field h4+*
            {
                border-top: 1px solid #000;
                padding-top: 12px;
                margin-top: -12px;
            }
            #bodyContent .form-fields .checks .head-field h4 span
            {
                background: #FFF;
                padding: 0 5px;
                text-align: center;
            }

    #bodyContent .form-fields .checks .checklist
    {
        width: 90%;
        margin: 0 auto;
    }
    #bodyContent .form-fields .checks .check
    {
        float: left;
        width: 120px;
        margin-bottom: 10px;
    }
        #bodyContent .form-fields .checks .check:nth-child(1), #bodyContent .form-fields .checks .check:nth-child(5)
        {
            width: 180px;
        }
        #bodyContent .form-fields .checks .check:nth-child(2), #bodyContent .form-fields .checks .check:nth-child(6)
        {
            width: 170px;
        }
        #bodyContent .form-fields .checks .check span
        {
            font-size: 12px;
            color: #666;
        }

    #bodyContent .form-fields .buttons
    {
        margin: 20px auto;
        text-align: center;
    }

    #bodyContent .form-fields .foot
    {
        text-align: center;
        font-style: italic;
        font-size: 10px;
        color: #666;
    }
        #bodyContent .form-fields .foot h3
        {
            font-style: normal;
            margin: 15px 0 0 0;
            padding: 0;
        }


/* Sub pages */
#bodyContent .subContent
{
    color: #666;
    font-size: 12px;
}

    #bodyContent .subContent .first
    {
        width: 52%;
        margin: 0 auto;
        line-height: 18px;
    }
    #bodyContent .subContent .second
    {
        width: 70%;
        margin: 0 auto;
        line-height: 18px;
    }
    #bodyContent .subContent .field
    {
        margin-bottom: 20px;
    }
    #bodyContent .subContent h2
    {
        margin: 0 0 12px 0 !important;
    }
    #bodyContent .subContent .img
    {
        margin-top: 60px;
    }

.inline-error {
	background:#f6f6f6 url('/images/exclamation.png') 3px center no-repeat;
	border:1px solid #ddd;	
	color:#C22;
	font-size:10px;
	line-height:18px;
	margin:4px 8px 0 8px;
	padding:3px 8px 4px 24px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

.inline-error {
	margin-left:8px;
}

div.InlineErrorMessage {
	background:#900;
	color:#fff;
	font-weight:bold;
	position:absolute;
	top:-100px;
	left:-100px;
	width:120px;
}


@media only screen and (min-device-width : 320px) and (max-device-width : 480px), (max-width : 480px)
{
    div.required ul
    {
        margin: 0 0 10px 0;
    }

    .text
    {
        width: 100%;
    }

    #bodyContent
    {
        width: 98%;
        margin: 0 auto;
    }
        #bodyContent .form-fields img
        {
            width: 100%;
        }
        #bodyContent .form-fields .form-box
        {
            padding: 10px;
        }
            #bodyContent .form-fields .form-box .inner-box .col-left, #bodyContent .form-fields .form-box .inner-box .col-right
            {
                width: 100%;
                margin: 0 0 15px 0;
            }

            #bodyContent .form-fields .form-box .inner-box .col, #bodyContent .form-fields .form-box .inner-box .three
            {
                float: none;
                margin: 0 0 15px 0 !important;
            }
            #bodyContent .form-fields .form-box .inner-box .three-left .rdo
            {
                margin: 0 40px 10px 0;
            }
            #bodyContent .form-fields .form-box .inner-box .three-mid, #bodyContent .form-fields .form-box .inner-box .three-right
            {
                width: 100%;
            }
            #bodyContent .form-fields .form-box .field .ddl
            {
                margin-right: 25px;
                width: 100px;
            }
            #bodyContent .form-fields .form-box .inner-box .slash
            {
                margin-right: 25px;
            }
            #bodyContent .form-fields .form-box .field .ddl select
            {
                width: 100px;
                height: 25px;
            }
        #bodyContent .form-fields .checks .head-field
        {
            width: 100%;
            margin: 15px auto 10px auto;
        }
            #bodyContent .form-fields .checks .head-field h4
            {
                font-size: 20px;
            }
                #bodyContent .form-fields .checks .head-field h4+p
                {
                    display: none;
                }
                #bodyContent .form-fields .checks .head-field h4 span
                {
                    padding: 0 15px;
                }
        #bodyContent .form-fields .checks .checklist
        {
            width: 100%;
            margin-top: 20px;
        }
        #bodyContent .form-fields .checks .check
        {
            width: auto !important;
            margin: 10px 0 0 0;
        }
            #bodyContent .form-fields .checks .check:nth-child(1),
            #bodyContent .form-fields .checks .check:nth-child(3),
            #bodyContent .form-fields .checks .check:nth-child(5)
            {
                width: 175px !important;
            }
        #bodyContent .form-fields .foot
        {
            font-size: 12px;
            line-height: 16px;
        }
        #bodyContent .subContent .first, #bodyContent .subContent .second
        {
            width: 100% !important;
        }

        #bodyContent .subContent br
        {
            display: none;
        }
        #bodyContent .subContent img
        {
            width: auto !important;
        }
}