﻿html {height:100%; width: 100%; overflow-y:scroll; overflow: -moz-scrollbars-vertical;}
body {margin:0; padding: 0; width: 100%;}

img{border:none;}
a {padding: 0; margin: 0;}

/* GLOBAL  
----------------------------------------------------------*/
.clear {clear: both;}
.clear10 {clear: both; height: 25px;}
.clear20 {clear: both; height: 25px;}
.clear25 {clear: both; height: 25px;}
.clear50 {clear: both; height: 50px;}
.clearbody {clear: both; height: 85px;}
.clearfix {clear: both; height: 0;}
 
/* ADDRESS FIXED POSITION IN CMS
----------------------------------------------------*/
.addressfixpositionheader {
    z-index: 94;
    }

/* BASE CONTAINER & GRID WIDTH
----------------------------------------------------*/
#basecontainer {
    position: relative; 
    font-size: 14px; 
    font-family: 'Source Sans Pro', Arial, sans-serif;
    box-sizing:border-box;
	background-color:#066;
    -moz-box-sizing:border-box; /* Firefox */ 
    }

.basesectionwidth {
    position: relative; 
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    }

.basegridwidth {
    position: relative;
    margin: 0 auto; 
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    }
    
.contentwidth {
    position: relative;
    margin: 0 auto; 
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    }

/* HEADER 
----------------------------------------------------*/
.header {
    z-index: 200; 
    background-color: #F4F5F5;
    border-bottom: 1px solid #ffffff;
    box-shadow: 5px 5px 20px #000, inset 0 -1px 0 #D71834;
    }
    
.logo {
    z-index: 201;
    }
	
	
	/* HEADER CAR
----------------------------------------------------*/
	#headerx {
    position: relative;
    border-top: 1px solid #ffffff;
    display: block;
    color: #00386C;
    font-size: 11px;
    padding: 10px 0 0 0;
    background-color: #F4F5F5;
    z-index: 8;
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    box-shadow: 5px 5px 20px #000000;
    }
.headercar{
width: 1000px;
padding: 5px 30px;
margin: auto;
height: 55px;
}
.imgX ul{
list-style-type: none;
margin: 0 40px;
}
.imgX ul li{
margin: 0 50px 0 0;
}
.logos .prev, .next{
width: 30px;
height: 30px;
background: url(/images/foot_arrows.png) no-repeat;
border: 0;
}
.logos .next{
background-position: 100% 0;
}
.listsplit{
float: left;
width: 230px;
}

.Headerbox{
text-align: left;
clear: both;
}
 
/* MAIN NAV 
----------------------------------------------------*/  
.mainnav {
    position: absolute;
    z-index: 103;
    }

.mainnav  {
    transition: all .8s ease;
    -moz-transition: all .8s ease;
    -webkit-transition: all .8s ease;
    }   

/* MAIN NAV CSS DROPDOWN MENU
---------------------------------------- */
#menu, #menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
	}

#menu ul {
	display: inline-table;
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
	}

#menu li {
	position: relative;
	display: inline-table; 
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
	}
	
#menu a {
    float: left;
    position: relative;
    padding: 8px 15px 8px 15px;
    color: #00386C;
    text-transform: uppercase;
    font-weight: 400;
    text-decoration: none;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease; 
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
	}
	
#menu li:hover > a {
	background-color: #009966;
	color: #ffffff;
	}
	
*html #menu li a:hover { /* IE6 only */
	color: #999999;
	}
	
#menu ul {
	margin: -5px 0 0 0;
	_margin: 0; /*IE6 only*/
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 35px;
	left: 0;
	z-index: 1;    
	background: #ffffff;
	transition: all .2s ease-in-out;   
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
	}

#menu li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
	}

#menu ul.dropmenu {    
	box-shadow: 2px 2px 4px #333333;
	}
	
#menu ul.dropmenu a {    
	padding: 6px 16px;
	margin: 0;
	width: 200px;
	_height: 10px; /*IE6 only*/
	display: block;
	float: none;
	text-transform: none;
	font-weight: 400;
	font-size: 12px;
	letter-spacing: .05em;
    color: #00386C;
    text-shadow: none;
    text-transform: uppercase;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
	}
	
#menu ul.dropmenu a:hover {
	background-color: #006666;
	color: #ffffff;
	-webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
	}


#menu a.selected, #menu a.selected:hover   {
	background-color: #096;
	color: #ffffff;
	}

/* UTILITY NAV
---------------------------------------- */
.utilitynav {
    position: absolute; 
    top: 8px; 
    right: 15px;
    font-size: 11px; 
    text-transform: uppercase;
    }
    
.utilitynav a {
    color: #006666; 
    text-decoration: none;
    padding: 0 10px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    }
    
.utilitynav a:hover {
    color: #00386C;
    }

/* SEARCH 
----------------------------------------------------------*/
.headersearch {position: absolute; right: 128px; top: 3px;}
.jq_watermark {}

#pubsearch input{
	border: solid 1px #f0f0f0;
	background-color: #EFEFEF;
	float: left;
	margin: 3px 0px;
	padding: 2px 3px;
	width: 150px;
	color: #006666;
	font-family: 'Source Sans Pro', Arial, sans-serif;
	font-size: 12px;
	font-weight: 400;
}
#pubsearch input:focus{outline: none; background-color: #fff;}
#pubsearch input{-webkit-background-clip: padding-box;}

.searchresults {width: 100%; padding: 8px 0 0 0;}
.searchresults ul {margin: 5px 0 20px 0; padding:0 0 0 0}
.searchresults ul li  {margin:8px 0 15px 10px; padding:0 45px 0 10px; background-position: 0 6px; list-style-type:none; line-height: 20px; zoom:1;}
.searchgrouplabel {clear: both; color: #B5020B; font-size: 20px; font-weight: 300; text-transform: uppercase;}
.searchpagetitle {clear: both; color: #00386C; font-size: 16px; font-weight: 400; text-transform: uppercase;}
.searchpagedescrip {clear: both; font-size: 14px; line-height: 30px; color: #333333; font-weight: 400;}

.searchpagelink a {
    color: #B5020B;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    }
    
.searchpagelink a:hover {
    color: #006666;
    }



/* SUB BANNER
----------------------------------------------------------*/
.subbanner{
    clear: both;
    left: 0;
    width: 100%;
    margin: 0 auto;
    background-color: #cccccc;
    z-index: 4; 
    }

.subbannerdivider {
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 16px;
    background-image: url("/Themes/Default/Content/Images/bg-banner-red-big-left.png");
    z-index: 5;
    }   
   
/* SUB PARENT TITLE
----------------------------------------*/
.subparenttitle {
    position: fixed;
    width: 100%;
    z-index: 7;
    }

.subparenttitle h1 {
    color: #ffffff;
    text-transform: uppercase;
    }

/* CONTENT GRID - SUBPAGES  
----------------------------------------*/
.subnavontop {
    position: fixed;
    top: -53px;
    z-index: 7;
    background-color: #ffffff;
    }

.contentontop {
    position: relative;
    z-index: 1;
    margin-top: 176px;
    background-color: #ffffff;
    }
    
.contentgrid {
    float: left;
    position: relative;
    padding: 5px 0 0 9px;
    width: 60%;
    min-height: 500px;
    _height: 500px;
    }  
 
.contentgrid .pagetitle h2, .contentgrid .pagetitle h3 {
    font-weight: 500; 
    color: #006666;
    text-transform: uppercase;
    text-align: left; 
    }    

.contentblock {
    clear: both;
    padding: 0 0 0 0;
    width: 100%;
    min-height: 500px;
    _height: 500px;
    }  
    
    
.sidecontentblock {
    clear: both;
    padding: 5px 0 0 0;
    width: 100%;
    min-height: 45px;
    _height: 45px;
    } 



.noheightblock {
    min-height: 0 !important;
    _height: 0 !important;
    }  

.bluedivider {
    display: block;
    width: 100%;
    height: 3px;
    margin: 1px 0;
    background-image: url("/Themes/Default/Content/Images/bg-banner-text-midblue-left.png");
    }
    
.lightbluedivider {
    display: block;
    width: 100%;
    height: 3px;
    margin: 4px 0;
    background-image: url("/Themes/Default/Content/Images/bg-banner-text-lightblue-right.png");
    }

.newsgrid, .contactgrid {
    display: block;
    position: relative;
    float: right;
    width: 34%;
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    margin-right: 20px;
    }
    
.newsgridfixed, .contactgridfixed {
    position: fixed;
    width: 50%;
    max-width: 388px;
    min-width: 338px;
    }
    
.locationgrid {
    clear: both;
    padding: 5px 0 0 9px;
    width: 95%;
    min-height: 385px;
    _height: 385px;
    }


/* SUBNAV 
----------------------------------------*/
.subnavarea {
    display: block;
    width: 100%;
    height: 38px;
    background-color: #F4F5F5;
    border-bottom: 1px solid #99AFC4
    }

.subnav {
    width: 100%;
    }

.subnav a {
    position:relative;
    display: inline-block;
    font-weight: 400; 
    color: #006666; 
    font-size: 14px; 
    text-decoration: none;
    text-transform: uppercase;
    background-color: transparent;
    padding: 9px 5px 10px 5px;
    margin: 0 10px 0 10px;
    }

.subnav a:hover {
    color: #B5020B;
    border-bottom: 2px #006666 solid; 
    }
  
.subnav a.activeSub {
	color: #006666;
	padding: 9px 5px 10px 5px;
	border-bottom: 2px #009966 solid;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	margin: 0 10px 0 10px;
    }
    
.subnav a.activeSub:hover {
	color: #009966;
	border-bottom: 2px #009966 solid;
    }
       
.returnto a {
    position: absolute;
    top: 0;
    right: 25px;
    font-weight: 400;
    color: #336089;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0);
    padding: 9px 5px 10px 5px;
    margin: 0 10px 0 10px;   
    }
    
.returnto a:hover {
	color: #009999;
	padding: 9px 5px 10px 5px;
	border-bottom: 2px #B5020B solid;
    } 


               
/* CONTENT AREA RIGHT 
----------------------------------------*/
.contentarea {
    position: relative;
    padding: 0;
    width: 100%;
    min-width: 950px;
    }
    

/* READMORE LINKS 
----------------------------------------------------*/
.readmore {
    position: relative;
    }

.readmore a, a.readmore {
    font-size: 12px;
    clear: both;
    position: relative;
    color: #00386C;
    line-height: 40px;
    padding: 0;
    margin: 0;
    text-decoration: none !important;
    text-transform: uppercase;
    border-top: 1px solid #00386C;
    }

.readmore a:hover, a.readmore:hover {
    color: #B5020B !important;
    border-top: 1px solid #B5020B;
    }

 
/* FOOTER  F4F5F5
----------------------------------------------------*/
#footer {
    position: relative;
    border-top: 1px solid #ffffff;
    display: block;
    color: #00386C;
    font-size: 11px;
    padding: 10px 0 0 0;
    background-color: #F4F5F5;
    z-index: 8;
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    box-shadow: 5px 5px 20px #000000;
    }
.footcar{
width: 1000px;
padding: 5px 30px;
margin: auto;
height: 55px;
}
.logos ul{
list-style-type: none;
margin: 0 20px;
}
.logos ul li{
margin: 0 25px 0 0;
}
.logos .prev, .next{
width: 30px;
height: 30px;
background: url(/images/foot_arrows.png) no-repeat;
border: 0;
}
.logos .next{
background-position: 100% 0;
}
.listsplit{
float: left;
width: 230px;
}

.footbox{
text-align: left;
clear: both;
}

.footerleft, .footerright  {
    position: relative;
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    }
    
.footerleft {
    float: left;
    }
    
.footerright {
    float: right;
    text-align: right;
    } 
    
a.dficon:before {
    position: absolute;
    top: -2px;
    left: -14px;
    font-family: 'df-icomoon';
    content:;
    color: #00386C;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    }

a.dficon {
	position: relative;
	color: #00386C;
	text-decoration: none;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
    }

a.dficon:hover, a.dficon:hover:before {
    color: #B5020B;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    }
     
