/* Minification failed. Returning unminified contents.
(149,30): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
 */
body
{
    background-image: url('../images/back_main.gif');
    font-family: verdana,arial,sans-serif;
    font-size: 100%;
}

hr
{
   
    color: #000000;
    background-color: #000000;
    height: 1px;
    border: 0;
}

img
{
    border: 0;
}

#content
{
    width: 100%;
    min-width: 320px;
    max-width: 980px;
    margin: 0 auto;
}

#header
{
    width: 100%;
}

#logo img
{
	float:left;
	
}

#contact-us
{
	float:right;
	margin-top:2%;
	margin-right:5px;
}

#contact-us a
{
	font-size:70%;
	text-decoration:none;
	color:#FFF;
}

#contact-us a:hover
{
	text-decoration:underline;
}

#contact-us a:visited
{
	color:#FFF;
}

.white
{
    color: #FFF;
}

.orange
{
    color: #CB6701;
}

.gray
{
    color: #262626;
}

#companies
{
    width: 100%;
    background-color: black;
    height: 45px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -mos-border-radius-topright: 15px;
    font-size: 70%;
    text-align: center;
}

#companies p
{
    display: inline-block;
    width: 98%;
    font-color: #FFF;
    margin: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2%;
}

#nav-left
{
	width:71%;
	float:left;
	position:relative;
}

#nav-left-top
{
	height:31px;
	background-image: url('../images/subback2.png');
	background-repeat:repeat-x;
}

#nav-left-bottom, #nav-right-bottom
{
	height:15px;
	background-color:black;
	vertical-align:top;
	
}


#nav-left a:link, #nav-left a:hover, #nav-left a:active, #nav-left a:visited
{
	font-size:10px;
	color:#ffffff;
	margin-left:5px;
	margin-bottom:5px;
	font-weight:bold;
	text-decoration:non;
}

#nav-right
{
    height: 46px;
    width: 29%;
    float: left;
    position: relative;
}

#nav-right-top
{
    height: 31px;
    background-image: url('../images/purple.jpg');
    background-repeat: repeat:x;
}

#nav-links
{
    position: absolute;
    bottom: 0;
    left: 0;
}

#nav-links img
{
    float: left;
}

#main-content
{
    width: 100%;
    background-color: #FFF;
    min-height: 110px;
    text-align: center;
    margin: 0;
}

#main-content-body
{
    width: 98%;
    display: inline-block;
    text-align: left;
	font-family:verdana,geneva,sans-serif;
}

#main-content-body-text
{
	padding-top:10px;
	padding-bottom:10px;
	width: 100%;
}

#main-content-body-text input
{
	margin-top:10px;
}

#main-content-body h1
{
	font-weight:normal;
	font-size:1.6em;
	font-family:verdana,geneva,sans-serif;
	margin-bottom:1px;
	margin-top:20px;
}

#main-content-body h2
{
    font-family: verdana,geneva,sans-serif;
    font-weight: bold;
    font-size: 0.9em;
    margin-top: 20px;
    margin-bottom: 18px;
}


#main-content-body p
{
    font-family: verdana,geneva,sans-serif;
    font-size: 0.7em;
}

#main-content-body li
{
   font-family: verdana,geneva,sans-serif;
    font-size: 0.7em;
}

#main-content-body td span.phone
{
    font-family:verdana,geneva,sans-serif;
	font-size: 0.7em;
}

#policy-data
{
	width:70%;
	float:right;
}

#main-content-nav
{
	width:25%;
	float:left;
	font-size:0.7em;
	background-color:#E0E0E0;
	padding: 10px 0px 15px 15px;
	
}

#table-data
{
   margin-bottom:1px;
   background-color: white;
}

#div-data
{
    background-color: #f0f0e0;
    height: 25px;
    width:99%;
}

#table-registration
{
	width:600px;
}

#table-registration table td
{
    font-size:0.7em;
	text-align:left
}

#table-registration table td span
{
    font-size:0.7em;
}

#table-registration label
{
    font-size:0.7em;
}

.field-validation-error
{
     font-size:9px;
     color: #F00;
}
.input-validation-error
{
    border:1px solid red;
}

.validation-summary-errors {
    color: #F00;
    font-weight: bold;
    font-size: 0.7em;
}

.validation-summary-valid {
    display: none;
}

#total-data
{
  
    background-color: #f0f0e0;
    font-weight: bold;
    vertical-align: bottom;
    margin-bottom: 20px;
    height: 25px;
}

#table-width
{
    width: 75%;
    
}

#instructions
{
    font-size: 0.7em;
    font-weight: bold;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 3px;
    display: inline-block;
}

.breadcrumb
{
    font: 100 10px verdana;
	color: #4c4c4c;
	text-decoration: none;
	text-transform:lowercase;
	margin: 3px;
	padding: 0;
   
}

.breadcrumb a:link, .breadcrumb a:active, .breadcrumb a:visited 
{
	font: 100 10px verdana;
	color: #4c4c4c;
	text-decoration:none;
	text-transform:lowercase;
	margin: 0;
	padding: 0;
}

.breadcrumb a:hover 
{
	text-decoration: underline
}

.white-strip
{
    height: 1px;
    background-color: white;
    width: 100%;
}

#table-data table
{
    width:99%;
    border-collapse: separate;
    border-spacing: 1px;
    border-color:#FFF;
}

#policy-data table
{	
	width:99%;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:25px;
	border-collapse: collapse;
    border-spacing: 1px;
    border-color:#FFF;
	background-color:#E4E4C8; 
}

#history
{
    width:70%;
	float:right;
}

#history table
{	
	width:99%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:25px;
	background-color:#E4E4C8; 
		border-collapse: collapse;
    border-spacing: 1px;
    border-color:#FFF;
}

#history table th
{
    text-align: left;
	vertical-align:bottom;
	font-size:0.7em;
	font-weight:bold;	
	padding-bottom:5px;
	padding-left :5px;
	border: 1px #fff solid;
}

#history table td
{
    text-align: left;
	color:#262626;
	font-size:0.7em;
	padding-top:1px;
	padding-bottom:8px;
	padding-left :5px;
	border: 1px #fff solid;
}

#table-data table th
{
    text-align: center;
    vertical-align: bottom;
    font-size: 0.7em;
    font-weight: bold;
    background-color: #f0f0e0;
}

#policy-data table th
{
	text-align:center;
	vertical-align:bottom;
	font-size:0.7em;
	font-weight:bold;	
	padding-bottom:8px;
	border: 1px #fff solid;
}

.dark-tan-background
{
    background-color: #E4E4C8;
}

.dark-font
{
    font-family: verdana, arial, sans-serif;
    color:#262626;
    font-size:11px;
}

#table-data table td
{
    color: #262626;
    font-size: 0.7em;
    padding: 3px 8px 5px 8px;
    border: 1px #fff solid;
}

#policy-data table td
{
	align:left;
	color:#262626;
	font-size:0.7em;
	padding-top:3px;
	padding-bottom:3px;
	border: 1px #fff solid;
}

#footer 
{
	margin-left:10px;
	margin-right:10px;
	padding-bottom:10px;
}


#copyright
{
    width: 100%;
    text-align: center;
    font-size: 0.7em;
    margin-top: 15px;
    margin-bottom: 5px;
}

#legal
{
    margin-bottom: 20px;
    position: relative;
	
}

#legal-left
{
    width: 50%;
    float: left;
    text-align: left;
    color: #666666;
    font-size: 0.7em;
}

#legal-right
{
    position: absolute;
    right: 0;
    width: 50%;
    float: right;
    text-align: right;
    color: #666666;
    font-size: 0.7em;
}

.clear
{
    clear: both;
}

.wide-column
{
    width: 15%;
}

.medium-column
{
    width: 12%;
}

.narrow-column
{
    width: 10%;
}

.centered-column
{
    text-align: center;
}



a:link
{
    color: #003c9c;
    text-decoration: underline
}

a:active
{
    color: #003c9c;
}

a:visited
{
    color: #003c9c;
}
a:hover
{
    color: #003c9c;
}

@media screen and (max-width: 640px)
{
    body
    {
        font-size: 90%;
    }

    #nav-left
    {
        width: 55%;
    }

    #nav-right
    {
        width: 45%;
    }

    .tablet-hide
    {
        display: none;
    }
}

@media screen and (max-width: 480px)
{
    body
    {
        font-size: 80%;
    }

    #nav-left
    {
        width: 45%;
    }

    #nav-right
    {
        width: 55%;
    }

    .tablet-hide
    {
        display: none;
    }

    .mobile-hide
    {
        display: none;
    }
}

@media screen and (max-width: 320px)
{
    body
    {
        font-size: 80%;
    }

    #nav-left
    {
        width: 45%;
    }

    #nav-right
    {
        width: 55%;
    }

    .tablet-hide
    {
        display: none;
    }

    .mobile-hide
    {
        display: none;
    }
    
}
