@charset "UTF-8";
.textBox {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	border: 1px solid #000000;
	background-color: #a3b6d2;
}


.disclaimer {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	border: 1px solid #000000;
	background-color: #a3b6d2;
}


.homeBold {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #054983;
	text-decoration: none;
}

.dataBox {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 15px;
	border: 2px solid #005CAB;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #bcbdc0;
	text-decoration: none;
	line-height: 1px;
}
.copyrightLeading {
	padding-top: 15px;
}
.box1 {
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
}


.box2 {
	padding-top: 10px;
	padding-left: 25px;
	padding-right: 15px;
	border-left: dotted #005cab 2px;
}

.text1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #000000;
	text-decoration: none;
	margin-bottom: 5px;
	padding-top: 6px;
}



h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #818285;
	text-decoration: none;
}
.head1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #005cab;
	text-decoration: none;
}

.head3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #005cab;
	text-decoration: none;
}



.mainLink a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #005CAB;
	font-weight:bold;
	text-decoration: none;
}

.mainLink a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #005CAB;
	font-weight:bold;
	text-decoration: none;
}

.mainLink a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #005CAB;
	font-weight:bold;
	text-decoration: underline;
}

.mainLInk a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #005CAB;
	font-weight:bold;
	text-decoration: underline;
}


.copyright a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #bcbdc0;
	text-decoration: underline;
}

.copyright a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #bcbdc0;
	text-decoration: underline;
}

.copyright a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #bcbdc0;
	text-decoration: underline;
}

.copyright a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #bcbdc0;
	text-decoration: underline;
}




.standard a:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #054983;
	text-decoration: none;
}

.standard a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #054983;
	text-decoration: none;
}

.standard a:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #054983;
	text-decoration: underline;
}

.standard a:active {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #054983;
	text-decoration: underline;
}




.topStroke {
	border-top: solid #000000 1px;
}


.formList {
	list-style-type: none;
	line-height: 16px;
}




/*     GLOBAL NAV BAR     -     START
-----------------------------------
-----------------------------------
-----------------------------------*/


    .cssnav {
	position:relative;
	z-index:1000;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	outline-color: #FFFFFF;
	border-color: #FFFFFF;
	background-color: #d9d9d9;
    }
    .cssnav ul {
	padding:0;
	margin:0;
	list-style-type:none;
    }
    .cssnav ul ul {
	width:149px;
	text-align:left;
}
/*	Main list 
    -----------------------------------*/
    .cssnav li {
	float:left;
	width:100px;
	position:relative;
    }
/*	First Level
    -----------------------------------*/
    /* Links */
    .cssnav a, .cssnav a:visited {
	display:block;
	text-decoration:none;
	color:#fefefe;
	background:#979797;
	line-height:25px;
	border-left: 1px solid #d9d9d9;
    }
    /* Links on hover */
    .cssnav a:hover, .cssnav ul ul a:hover{
	color:#FFF;
	background:#80b0da;
    }
	
	
    .cssnav :hover > a, .cssnav ul ul :hover > a {
	color:#005CAB;
	background:#D9D9D9;
    }
/*	Second Level
    -----------------------------------*/
    /* Links */
    .cssnav ul ul a, .cssnav ul ul a:visited {
	background:#818285;
	line-height:1em;
	padding:5px 10px;
	width:128px;
	border-left: solid #000000 1px;
	border-right: solid #000000 1px;
	border-bottom: solid #000000 1px;
    }
    /* Links on hover */
    .cssnav ul ul a:hover {
	background:#d9d9d9;
	color: #005CAB;
    }
    /* Visibility */
    .cssnav ul li:hover ul, .cssnav ul a:hover ul{
        visibility:visible; 
    }
/*	Third Level
    -----------------------------------*/
    /* Links */
    .cssnav ul ul ul a, .cssnav ul ul ul a:visited {
	background:#818285;
	width: 127px;
    }

    /* Links on hover */
    .cssnav ul ul ul a:hover {
	background:#d9d9d9;
	
    }
    /* Positioning */
    .cssnav ul ul ul{
	left:149px;
	top:-1px;
    }
    .cssnav ul ul ul.left {
        left:-150px;
    }
    /* Visibility */
    .cssnav ul :hover ul ul{
        visibility:hidden;   
    }
    .cssnav ul :hover ul :hover ul{
        visibility:visible;
    }
/*	All Sub Levels 
    -----------------------------------*/
    /* Default visibility */
    .cssnav ul ul {
	visibility:hidden;
	position:absolute;
	top:26px;
	left:0;
    }
/*	IE Table 
    -----------------------------------*/
    .cssnav table {
        position:absolute;
        top:0;
        left:0;
        border-collapse:collapse;
    }


/*     GLOBAL NAV BAR     -     END
-----------------------------------
-----------------------------------
-----------------------------------*/


















.navBarPosition {
	padding-top: 28px;
	padding-left: 3px;
}
.head1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #005CAB;
	text-decoration: none;
	border-bottom: solid #005CAB 1px;
	margin-bottom: 7px;
}
.head2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #054983;
	text-decoration: none;
}
.serviceList {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	line-height: 18px;
	font-weight: bold;
	padding-top: 5px;
}
.mapTable {
	border: 1px solid #000000;
	background-color: #a1b5d1;
	margin-bottom: 8px;
}
