@CHARSET "UTF-8";

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #231f20;
	margin: 0 auto;
	width:955px;
}

.background {
	background-color:#e1e7ed;
	background-image:url(/images/homepage-images/map.png);
	background-position: center top;
	background-repeat: no-repeat;
  	-webkit-background-size: contain;
  	-moz-background-size: contain;
  	-o-background-size: contain;
  	background-size: 100% auto;
  	
}

a:active, a:focus { outline-style: none; -moz-outline-style:none; }


a {
	color: #008abf;
}

a:hover {
	color: #00b0da;
}

h1 {
	font-size: 16px;
	color: #00649d;
	font-weight: normal;
	margin: 0;
}

h2 {
	color: #00649d;
	font-weight: normal;
	margin: 0;
}

h3 {
	font-size: 21px;
	font-style: italic;	
	font-weight: normal;
	margin: 0;
}

.sectionHdr {
	font: Arial;
	font-weight: normal;
	font-size: 12pt;
	color: #00649d;
}

.subSectionHdr {
	font: Arial;
	font-weight: normal;
	font-size: 10pt;
	color: #00649d;
}

/* Probably shouldn't need this but used a lot in help text */
.contentText {
}

.contentTextBold {
	font-weight: bold;
}
.contentTextItalic {
	font-style:italic;
}
.contentTextSmaller {
	font-size: 9pt;
}
.contentTextSmall {
	font-size: 8pt;
}
.contentHeading {
	font-size:11px;
	color:#666666;
	font-weight:bold; 
	padding: 0px; 
	line-height:12pt;  
	margin-top: 0px;
}

.contentTextBold13 {font-size:13px;color:#333333;font-weight:bold; padding-right: 0px; line-height:11pt; padding-left: 0px; padding-top: 0px; margin-top: 0px; padding-bottom: 0px;}

.contentLinkBold {
	font-weight:bold;
}

.contentLinkSmall {
	font-size:8pt;
}

ul a li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #231f20;
}

.clear {
	clear:both;
}

/* Buttons */  
a.basicButton {
	color: #231f20;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-decoration:none;
	text-align:center;
    padding: 4px 10px 4px 10px;
	border-style: solid;
	border-width: 1px;
    border-radius: 3px;
}

a.primaryButton {
	border-color: #939598;
	background: #d5dee8;
	background:-webkit-linear-gradient(180deg, #d5dee8, #5691b7);
	background:-o-linear-gradient(180deg, #d5dee8, #5691b7);
	background:-moz-linear-gradient(180deg, #d5dee8, #5691b7);
    background: -ms-linear-gradient(180deg, #d5dee8, #5691b7);
	background:linear-gradient(180deg, #d5dee8, #5691b7);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d5dee8', endColorstr='#5691b7',GradientType=0);      
}

a.primaryButton:hover {
	border-color: #939598;
	border-style: solid;
	border-width: 1px;
	background: #d5dee8;
	background:-webkit-linear-gradient(180deg, #d5dee8, #5691b7);
	background:-o-linear-gradient(180deg, #d5dee8, #5691b7);
	background:-moz-linear-gradient(180deg, #d5dee8, #5691b7);
    background: -ms-linear-gradient(180deg, #d5dee8, #5691b7);
	background:linear-gradient(180deg, #d5dee8, #5691b7);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d5dee8', endColorstr='#5691b7',GradientType=0);      
}

a.primaryButton:active {
	border-color: #939598;
	border-style: solid;
	border-width: 1px;
	text-shadow: 1px 1px #ffffff;
	background: #5691b7;
	background:-webkit-linear-gradient(180deg, #5691b7, #d5dee8);
	background:-o-linear-gradient(180deg, #5691b7, #d5dee8);
	background:-moz-linear-gradient(180deg, #5691b7, #d5dee8);
    background: -ms-linear-gradient(180deg, #5691b7, #d5dee8);
	background:linear-gradient(180deg, #5691b7, #d5dee8);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5691b7', endColorstr='#d5dee8',GradientType=0);      
}

a.cancelButton {
	border-color: #939598;
	background: #f1f2f2;
	background:-webkit-linear-gradient(180deg, #f1f2f2, #d1d3d4);
	background:-o-linear-gradient(180deg, #f1f2f2, #d1d3d4);
	background:-moz-linear-gradient(180deg, #f1f2f2, #d1d3d4);
    background: -ms-linear-gradient(180deg, #f1f2f2, #d1d3d4);
	background:linear-gradient(180deg, #f1f2f2, #d1d3d4);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f2f2', endColorstr='#d1d3d4',GradientType=0);      
}

a.cancelButton:hover {
	border-color: #939598;
	border-style: solid;
	border-width: 1px;
	text-shadow: 1px 1px #ffffff;
	background: #f1f2f2;
	background:-webkit-linear-gradient(180deg, #f1f2f2, #d1d3d4);
	background:-o-linear-gradient(180deg, #f1f2f2, #d1d3d4);
	background:-moz-linear-gradient(180deg, #f1f2f2, #d1d3d4);
    background: -ms-linear-gradient(180deg, #f1f2f2, #d1d3d4);
	background:linear-gradient(180deg, #f1f2f2, #d1d3d4);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f2f2', endColorstr='#d1d3d4',GradientType=0);      
}

a.cancelButton:active {
	border-color: #939598;
	border-style: solid;
	border-width: 1px;
	text-shadow: 1px 1px #ffffff;
	background: #d1d3d4;
	background:-webkit-linear-gradient(180deg, #d1d3d4, #f1f2f2);
	background:-o-linear-gradient(180deg, #d1d3d4, #f1f2f2);
	background:-moz-linear-gradient(180deg, #d1d3d4, #f1f2f2);
    background: -ms-linear-gradient(180deg, #d1d3d4, #f1f2f2);
	background:linear-gradient(180deg, #d1d3d4, #f1f2f2);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d1d3d4', endColorstr='#f1f2f2',GradientType=0);      
}

a.secondaryButton {
	border-color: #939598;
	background:-webkit-linear-gradient(180deg, #ffe24f, #db8017);
	background:-o-linear-gradient(180deg, #ffe24f, #db8017);
	background:-moz-linear-gradient(180deg, #ffe24f, #db8017);
    background: -ms-linear-gradient(180deg, #ffe24f, #db8017);
	background:linear-gradient(180deg, #ffe24f, #db8017);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe24f', endColorstr='#db8017',GradientType=0);      
}

a.importantButton {
	color: #231f20;
    border-radius:6px;    
    display:inline-block;
    font-size:19px;
    font-weight:bold;
    padding:6px 24px;
    text-decoration:none;      
    box-shadow: 2px 2px 2px rgba(0,0,0,0.75);
}


a.orangeButtonOld {
	border-style: solid;
	border-width: 1px;
	border-color: #612322;
    background:-webkit-linear-gradient(top, #ffe24f 5%, #f3903f 33%, #ed683c 66%, #e93e3a 100%);
    background:-o-linear-gradient(top, #ffe24f 5%, #f3903f 33%, #ed683c 66%, #e93e3a 100%);
 	background:-moz-linear-gradient(top, #ffe24f 5%, #f3903f 33%, #ed683c 66%, #e93e3a 100%);
    background:-ms-linear-gradient(top, #ffe24f 5%, #f3903f 33%, #ed683c 66%, #e93e3a 100%);
    background:linear-gradient(to bottom, #ffe24f 5%, #f3903f 33%, #ed683c 66%, #e93e3a 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);      
}

a.orangeButtonOld:hover {
	border-style: solid;
	border-width: 1px;
	border-color: #612322;
    background:-webkit-linear-gradient(top, #ffe24f 5%, #f3903f 33%, #ed683c 66%, #e93e3a 100%);
    background:-o-linear-gradient(top, #ffe24f 5%, #f3903f 33%, #ed683c 66%, #e93e3a 100%);
 	background:-moz-linear-gradient(top, #ffe24f 5%, #f3903f 33%, #ed683c 66%, #e93e3a 100%);
    background:-ms-linear-gradient(top, #ffe24f 5%, #f3903f 33%, #ed683c 66%, #e93e3a 100%);
    background:linear-gradient(to bottom, #ffe24f 5%, #f3903f 33%, #ed683c 66%, #e93e3a 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);      
}

a.orangeButtonOld:active {
       	border-color: #612322;
       	position:absolute;
        top:178px;
    background:-webkit-linear-gradient(bottom, #ffe24f 5%, #f3903f 33%, #ed683c 66%, #e93e3a 100%);
    background:-o-linear-gradient(bottom, #ffe24f 5%, #f3903f 33%, #ed683c 66%, #e93e3a 100%);
 	background:-moz-linear-gradient(bottom, #ffe24f 5%, #f3903f 33%, #ed683c 66%, #e93e3a 100%);
    background:-ms-linear-gradient(bottom, #ffe24f 5%, #f3903f 33%, #ed683c 66%, #e93e3a 100%);
    background:linear-gradient(to top, #ffe24f 5%, #f3903f 33%, #ed683c 66%, #e93e3a 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);      
} 
    
a.orangeButton {
	border-style: solid;
	border-width: 1px;
	border-color: #612322;
	background: #dd731c;
    background:-webkit-linear-gradient(top, #ffe24f 5%, #f3903f 33%, #ed683c 66%, #e93e3a 100%);
    background:-o-linear-gradient(top, #ffe24f 5%, #f3903f 33%, #ed683c 66%, #e93e3a 100%);
 	background:-moz-linear-gradient(top, #ffe24f 5%, #f3903f 33%, #ed683c 66%, #e93e3a 100%);
    background:-ms-linear-gradient(top, #ffe24f 5%, #f3903f 33%, #ed683c 66%, #e93e3a 100%);
    background:linear-gradient(to bottom, #ffe24f 5%, #f3903f 33%, #ed683c 66%, #e93e3a 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);      
}

a.blueButton {
	border-style: solid;
	border-width: 1px;
	border-color: #612322;
	background: #e5f5fb;
    background:-webkit-linear-gradient(top, #7fceef 5%, #b2e1f5 33%, #b2e1f5 66%, #7fceef 100%);
    background:-o-linear-gradient(top, #7fceef 5%, #b2e1f5 33%, #b2e1f5 66%, #7fceef 100%);
 	background:-moz-linear-gradient(top, #7fceef 5%, #b2e1f5 33%, #b2e1f5 66%, #7fceef 100%);
    background:-ms-linear-gradient(top, #7fceef 5%, #b2e1f5 33%, #b2e1f5 66%, #7fceef 100%);
    background:linear-gradient(to bottom,#7fceef 5%, #b2e1f5 33%, #b2e1f5 66%, #7fceef 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7fceef', endColorstr='#009EE0',GradientType=0);      
}



a.orangeButton:hover {
	border-style: solid;
	border-width: 1px;
	border-color: #612322;
	background: #dd731c;
    background:-webkit-linear-gradient(top, #ffe24f 5%, #f3903f 33%, #ed683c 66%, #e93e3a 100%);
    background:-o-linear-gradient(top, #ffe24f 5%, #f3903f 33%, #ed683c 66%, #e93e3a 100%);
 	background:-moz-linear-gradient(top, #ffe24f 5%, #f3903f 33%, #ed683c 66%, #e93e3a 100%);
    background:-ms-linear-gradient(top, #ffe24f 5%, #f3903f 33%, #ed683c 66%, #e93e3a 100%);
    background:linear-gradient(to bottom, #ffe24f 5%, #f3903f 33%, #ed683c 66%, #e93e3a 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);      
}

a.orangeButton:active {
	border-style: solid;
	border-width: 1px;
	border-color: #612322;
	background: #b8471b;
    background:-webkit-linear-gradient(bottom, #ffe24f 5%, #f3903f 33%, #ed683c 66%, #e93e3a 100%);
    background:-o-linear-gradient(bottom, #ffe24f 5%, #f3903f 33%, #ed683c 66%, #e93e3a 100%);
 	background:-moz-linear-gradient(bottom, #ffe24f 5%, #f3903f 33%, #ed683c 66%, #e93e3a 100%);
    background:-ms-linear-gradient(bottom, #ffe24f 5%, #f3903f 33%, #ed683c 66%, #e93e3a 100%);
    background:linear-gradient(to top, #ffe24f 5%, #f3903f 33%, #ed683c 66%, #e93e3a 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);      
}

/* end of existing styles */

/* start of new styles */

.tabNotSelected {
border-top-right-radius: 15px;
border-bottom-right-radius: 15px;
width: 207px;
height:auto;
min-height:32px;
height:auto !important;        
padding-bottom:6px;
background-color: #829ab5;
}

.subNotSelected {
border-top-right-radius: 15px;
border-bottom-right-radius: 15px;
width: 185px;
height:auto !important;        
padding-bottom:4px;
margin-left:20px;
min-height: 22px;
height:auto !important;
padding-top:3px;
background-color: #829ab5;
}




.subNotSelected :hover {

color: #FFFFFF;
}

.tabNotSelected :hover {
 
color: #FFFFFF;

}
a.tabSubTextSelected {
color:#FFFFFF;
}

a div.subNotSelected{
color: #000000;
}
.tabSelected {
border-top-right-radius: 15px;
border-bottom-right-radius: 15px;
width: 207px;
height:auto;
min-height:32px;
height:auto !important;  
padding-bottom:6px;   
background-color: #b8481a;
pointer-events: none;  
cursor: default;
}

.tabSelectedIfSub {
border-top-right-radius: 15px;
border-bottom-right-radius: 15px;
width: 207px;
height:auto;
min-height:32px;
height:auto !important;  
padding-bottom:6px;   
background-color: #b8481a; 
cursor: default;
}

.subSelected{
border-top-right-radius: 15px;
border-bottom-right-radius: 15px;
width: 185px;
height:auto;
min-height:23px;
height:auto !important;  
padding-bottom:6px;   
background-color: #b8481a;
margin-left:20px;
margin-top:3px;
pointer-events: none;  
cursor: default;

}

.tabSubText{
margin-left:10px;
font-size:14px;
padding-top:3px;
text-decoration:none;
font-family: "Arial";
color: #000000;

}

.tabSubTextSelected{
margin-left:10px;
font-size:14px;
padding-top: 3px;
text-decoration:none;
font-family: "Arial";
color: #FFFFFF;

}

.tabText{
margin-left:10px;
font-size:14px;
padding-top: 10px;
text-decoration:none;
font-family: "Arial";
color: #000000;


}
.tabTextSelected{
margin-left:10px;
font-size:14px;
padding-top: 10px;
text-decoration:none;
font-family: "Arial";
color: #FFFFFF;

}

.pageBanner{
width: 994px; 
margin-left:-35px; 
height:36px; 
background: #b8481a;

}

.bannerTriangleRight { 
	width: 0; 
	height: 0; 
	margin-top:0px;
	margin-left:990px;
	border-top: 13px solid black; 
	border-right: 20px solid transparent; 
	z-index:500;
	
}
.bannerTriangleLeft { 
	width: 0; 
	height: 0; 
	margin-left:-35px;
	margin-right:0px;
	border-top: 13px solid black; 
	border-left: 19px solid transparent; 
	z-index:100;
}

.standard-table th {
    background-color: #99dbd9;
    padding: 3px;
}

.standard-table td {
    padding: 3px;
}

.standard-table tr:nth-child(odd) > td {
	background-color: #ccedec;
}


/*Start lightbox */

.cboxClose {
    position: absolute;
    top: -9px;
    right: -9px;
    background: url('/images/controls.png') no-repeat scroll -25px 0px transparent;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
    	z-index:5000;
}

.lightbox {

	padding: 0px 0px 0px 0px;
	background-color:#FFFFFF;
	z-index:2000;
	border-bottom-left-radius: 8px 8px;
	border-bottom-right-radius: 8px 8px;
    border-top-right-radius: 8px 8px;
    border-top-left-radius: 8px 8px;
	
}

.lightboxHeader{
background-color: #e3e6ef;
z-index:3000;
width: 100%;
border-top-right-radius: 0px 0px;
border-top-left-radius: 8px 8px;
height: 35px;

}

.lightboxPadding{
padding: 10px 10px 10px 10px;

}

.paleblue {background-color:#ccedec;}
.lightblue {background-color:#82d1f5;}
.paleorange {background-color:#f19027;}
.lightorange {background-color:#dd731c;}
.palegrey {background-color:#F1F2F2;}
.lightgrey {background-color:#e1e7ed;}
.brown {color: #b8471b;}


	
	
	
/* End Lightbox */


.bannerShadow{
background-image: linear-gradient(to bottom, black, rgba(0,0,0,0));
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(50,50,50,0.8)), to(rgba(80,80,80,0.0)), color-stop(.5,#333333));
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#550000FF, endColorstr=#550000FF);
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#550000FF, endColorstr=#550000FF);
}

.bannerShadow2{

background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(40,40,40,0.0)), to(rgba(40,40,40,0.0)), color-stop(.0,#333333));
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#550000FF, endColorstr=#550000FF);
-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#550000FF, endColorstr=#550000FF);
}


/* Old things we need to decide what to do with */
.newHeaderText{font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;font-size:24px;color:#00649d;font-weight:bold; padding-right: 0px; line-height:36px; padding-left: 0px; padding-top: 0px; margin-top: 0px; padding-bottom: 0px;}
.twentyoneGreyBold {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;font-size:21px;color:#666666; font-weight:bold; white-space:nowrap; padding-right: 0px; padding-left: 0px; line-height:23pt; padding-top: 0px; margin-top: 0px; padding-bottom: 0px;}
.eighteenGrey {font-size:18px;color:#666666; font-weight:normal; white-space:nowrap; padding-right: 0px; padding-left: 0px; line-height:14pt; padding-top: 0px; margin-top: 0px; padding-bottom: 0px;}
.eighteenOrange {font-size:18px;color:#cc6600; font-weight:bold; white-space:nowrap; padding-right: 0px; padding-left: 0px; line-height:14pt; padding-top: 0px; margin-top: 0px; padding-bottom: 0px;}
.secondLevelHeading {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;font-size:11px;color:#666666;font-weight:bold; padding-right: 0px; padding-left: 0px; line-height:12pt; padding-top: 0px; margin-top: 0px; padding-bottom: 0px;}

.tableHeader {font-size:11px;color:#000000; font-weight:bold; padding-right: 0px; padding-left: 0px; line-height:11pt; padding-top: 0px; margin-top: 0px; padding-bottom: 0px;}
.tableHeaderText {font-size:11px;color:#333333;font-weight:normal;padding-right: 0px; line-height:8pt; padding-left: 0px; padding-top: 0px; margin-top: 0px; padding-bottom: 0px;}
.tableTitle {font-size:11px;color:#cc6600; font-weight:bold; padding-right: 0px; padding-left: 0px; line-height: 11pt; padding-top: 0px; margin-top: 0px; padding-bottom: 0px;}
.thirdLevelHeading {font-size:20px;color:#cc6600;font-weight:bold; white-space:nowrap; padding-right: 0px; padding-left: 0px; line-height:20pt; padding-top: 0px; margin-top: 0px; padding-bottom: 0px;}
.error {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;font-size:11px;color:#ff0000;font-weight:bold; padding-right: 0px; line-height:11pt; padding-left: 0px; padding-top: 0px; margin-top: 0px; padding-bottom: 0px;}
.noDisplay {display:none;}
.secondLevelNav {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;font-size:10px;color:#666666;font-weight:normal;text-decoration: none;}
.secondLevelNav:Hover {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;font-size:10px;color:#cc6600;font-weight:normal;text-decoration: none;}
.secondLevelSelected {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;font-size:10px;color:#666666;font-weight:bold;padding-right: 0px; padding-left: 0px; line-height:12pt; padding-top: 0px; margin-top: 0px; padding-bottom: 0px; text-decoration: none;}
.secondLevelSelected:Hover {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;font-size:10px;color:#cc6600;font-weight:bold;padding-right: 0px; padding-left: 0px; line-height:12pt; padding-top: 0px; margin-top: 0px; padding-bottom: 0px; text-decoration: none;}
.secondLevelNavSelected {font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;font-size:10px;color:#339999;font-weight:bold;padding-right: 0px; padding-left: 0px; padding-top: 0px; margin-top: 0px; padding-bottom: 0px; text-decoration: none;}

.rowBackgroundOdd{background-color: #ccedec;}
.rowBackgroundEven{background-color: #ffffff;}

.dottedLine{height:1px; width:1px;}

