/******************** start reset ********************/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, textarea, p, blockquote, th, td {
	padding: 0;
	margin: 0;
	}
fieldset, img {
	border: 0;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
ol, ul {
	list-style: none;
	}
address, caption, cite, code, dfn, em, strong, th, var {
	font-weight: normal;
	font-style: normal;
	}
caption, th {
	text-align: left;
	}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
	}
q:before, q:after {
	content: '';
	}
abbr, acronym {
	border: 0;
	}
/********** end reset **********/
/********** start base **********/

h1, h2, h3, h4, h5, h6, b, strong, caption, th, thead, dt, legend
{
    font-weight: bold;
}
cite, dfn, em, i
{
    font-style: italic;
}
code, kbd, samp, pre, tt, var
{
    font-family: mono-space, monospace;
}
pre
{
    white-space: pre;
}
sup, sub
{
    line-height: 0;
}
blockquote
{
    padding: 1.5em;
}
hr
{
    border: none;
    background: #ddd;
    width: 100%;
}
ul
{
    list-style: disc outside;
}
ol
{
    list-style: decimal outside;
}

/********** end base **********/

body
{
    background-color: #f3f3e9;
    background-image: url(/images/COTPageBG.jpg);
    background-repeat: repeat-x;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 86%;
    color: #333;
}
a, a:visited
{
    color: #1D3D6A;
}
a:hover, a:active
{
    text-decoration: underline;
}
.centered
{
    text-align: center;
}
.smallFont
{
    font-size: .7em;
}
ol.links
{
    list-style-type: none;
}
.childPageList ul
{
    list-style-type: none;
}
.childPageList li
{
    padding: 2px 0 2px 12px !important;
    background: transparent url(/images/arrowBullet.png) no-repeat;
    background-position: 0 5px;
    font-weight: normal;
    text-decoration: none;
    display: block;
    line-height: normal !important;
}
table
{
    border-collapse: collapse;
    border: solid 1px #B3B3B3;
    font: inherit;
}
td
{
    margin: 0px !important;
    padding: 6px;
    border: solid 1px #B3B3B3;
}
td.noWrap
{
    white-space: nowrap;
}
td p
{
    margin: 0 0 12px 0 !important;
    line-height: 1.3em;
}
.table_borderless table
{
border: 0px !important;
}
.table_borderless td
{
border: 0px !important;
}
#pageWrap
{
    width: 820px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
}
#globalNav
{
    font-size: .85em;
    font-weight: normal;
    color: #F2F2F2;
    padding: 7px 0px 7px 10px;
}
#globalNav a, #globalNav a:visited
{
    color: #F2F2F2;
    padding: 0px 8px;
}
#page
{
    float: left;
    width: 800px;
    border: 1px solid #b3b3b3;
    background-color: white;
    padding: 9px;
}
#header
{
    float: left;
    width: 798px;
    border-top: 1px solid #b3b3b3;
    border-right: 1px solid #b3b3b3;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #b3b3b3;
}
#headerBanner
{
    float: left;
    width: 630px;
    height: 128px;
    background-image: url(/images/headerBG.jpg);
    background-repeat: no-repeat;
}
#headerBanner a.homelink
{
    float: left;
    display: block;
    height: 100px;
    width: 260px;
    margin-left: 30px;
    margin-top: 14px;
    text-decoration: none;
    border: transparent !important;
    outline: none;
}
* html #headerBanner a.homelink
{
    margin-top: 7px;
    margin-left: 15px;
}
#headerBanner a.homelink:hover, #bodyHeader a.homelink:active, #bodyHeader a.homelink:visited
{
    text-decoration: none;
    border: transparent !important;
    outline: none;
}
#headerSearch
{
    float: left;
    width: 168px;
    height: 128px;
    background-image: url(/images/headerSearchBG.png);
    background-repeat: repeat-x;
    background-color: #1d3d6a;
    background-position: bottom;
}
#headerSearch #ozoneText
{
    position:relative;
    width: 144px;
    height:60px;
    color: #F2F2F2;
    padding: 2px 0 0 2px;
    font-size: .9em;
    font-weight:bold;
}
#headerSearch #ozoneText p
{
margin-bottom:4px;
}
#headerSearch #ozoneText a, #headerSearch #ozoneText a:visited
{
    color: #fff200;
    text-decoration:none;
}
#headerSearch #ozoneText a:hover
{
    text-decoration:underline;
}
#headerSearch #ozoneText #ozoneImage
{
    position:absolute;
    width: 154px;
    height: 94px;
    left:-164px;
    top:-3px;
}
#headerSearch #weather
{
    float: left;
    width: 150px;
    color: #F2F2F2;
    padding: 9px 9px 0px 9px;
    font-size: .9em;
}
#headerSearch #weather #weatherCurrentTemp
{
    display: none;
}
#headerSearch #weather #weatherImage
{
    float: left;
    width: 60px;
    height: 60px;
    padding-left: 5px;
}
#headerSearch #search
{
    padding-left: 17px;
}
#headerSearch #search #searchBox #searchLabel
{
    color: #F2F2F2;
    font-size: .9em;
    font-weight: bold;
    padding-left: 2px;
}
#headerSearch #search #searchBox #searchInput
{
    width: 132px;
    height: 22px;
    margin-top: 5px;
    background-image: url(/images/searchInputBG.png);
    background-repeat: no-repeat;
    padding-left: 4px;
}
#headerSearch #search #searchBox #searchInput .searchBox
{
    width: 104px;
    font-size: 12px;
    background-color: transparent;
    border: none;
}
#headerSearch #search #searchBox #searchInput .searchBox:focus
{
    outline:none;
}
#headerSearch #search #searchBox #searchInput img
{
    margin-top: 2px;
}

table.gsc-completion-container 
{
z-index:10000!important;
}
#topNav
{
    float: left;
    width: 800px;
    background-image: url(/images/topNavBG.png);
    background-repeat: repeat-x;
    background-color: #1d3d6a;
}
#emergencyBanner
{
    float: left;
    width: 730px;
    background-image: url(/images/emergencyBannerBG.gif);
    background-repeat: no-repeat;
    background-position: 10px 0px;
    border-top: solid 2px white;
    border-bottom: solid 2px white;
    background-color: red;
    padding: 10px 10px 10px 60px;
    font-size: 1.2em;
    font-weight: bold;
    color: white;
}
#leftColumn
{
    float: left;
    width: 231px;
    border: 1px solid #C9B871;
    margin-top: 9px;
    background-color: #e1d09f;
    background-image: url(/images/leftColumnBG.png);
    background-repeat: repeat-y;
    background-position: top center;
    padding: 9px;
}
* html #leftColumn
{
    display: inline;
}
#leftColumn .leftColumnBox
{
    font-size: 1em;
    background-color: #FFFFE3;
    border-top: 1px solid #dcd1b0;
    border-right: 1px solid #aa9f7e;
    border-bottom: 1px solid #aa9f7e;
    border-left: 1px solid #dcd1b0;
    padding: 9px;
    margin-bottom: 13px;
}
#leftColumn .trafficBox
{
background: #FFFFE3 url(/images/traffic.png) 145px 8px no-repeat;
}
#leftColumn h1
{
    font-size: 1.05em;
    margin-bottom: 5px;
}
#leftColumn h1 a
{
    text-decoration: none;
}
#leftColumn h1 a:hover
{
    text-decoration: underline;
}
#quickLinks select
{
    margin-top: 4px;
    border: 1px solid #978d71 !important;
    width: 200px;
}
#quickLinks select option
{
    padding: 1px 6px;
}
ul.socialIcons
{
list-style:none;
display:block;
height:46px;
width:208px;
}
ul.socialIcons li
{
display:block;
float:left;
width:52px;
font-size:10px;
text-align:center;
}
ul.socialIcons li a
{
display:block;
padding-top:32px;
text-decoration:none;
}
ul.socialIcons li a:hover
{
text-decoration:underline;
}
ul.socialIcons li.facebook a
{
background: transparent url(/images/socialicons.png) no-repeat 9px 0;
}
ul.socialIcons li.twitter a
{
background: transparent url(/images/socialicons.png) no-repeat -46px 0;
}
ul.socialIcons li.flickr a
{
background: transparent url(/images/socialicons.png) no-repeat -102px 0;
}
ul.socialIcons li.youtube a
{
background: transparent url(/images/socialicons.png) no-repeat -156px 0;
}

#rightColumn
{
    float: right;
    width: 530px;
    margin-top: 9px;
    padding: 0px 9px 0px 9px;
    overflow: hidden;
}
* html #rightColumn
{
    display: inline;
    padding-right: 0px;
}
#rightColumnWide
{
    float: right;
    width: 800px;
    margin-top: 9px;
    padding: 0px 9px 0px 9px;
    overflow: hidden;
}
* html #rightColumnWide
{
    display: inline;
    padding-right: 0px;
}
#COTImageRotator{
   width: 538px; /* important to be same as image width */
   height: 180px; /* important to be same as image height */
   margin-bottom:12px;
   position: relative; /* important */
   overflow: hidden; /* important */
}

#COTImageRotator span {
   position: absolute; /* important */
   left: 0;
   font-size: .8em;
   padding: 6px 13px 8px 13px;
   width: 512px;
   background-color: #1d3d6a;
   filter: alpha(opacity=80); /* here you can set the opacity of box with text */
   -moz-opacity: 0.8; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.8; /* here you can set the opacity of box with text */
   opacity: 0.8; /* here you can set the opacity of box with text */
   color: #fff;
   bottom: 0;
}
#contentBox
{
    padding-left: 8px;
}
#contentBox h1
{
    margin: 0px 0px 16px 0px;
    padding-bottom: 2px;
    font-size: 1.3em;
    display: block;
}
#contentBox h1.underline
{
    border-bottom: 2px solid #B3B3B3;
}
#contentBox h2
{
    font-size: 1.2em;
    margin: 10px 0px 8px 8px;
}
#contentBox h3
{
    font-size: 1.1em;
    margin: 10px 0px 7px 8px;
}
#contentBox h4
{
    font-size: 1em;
    margin: 10px 0px 6px 8px;
}
#contentBox h5
{
    font-size: .95em;
    margin: 10px 0px 5px 8px;
}
#contentBox h6
{
    font-size: .9em;
    margin: 10px 0px 4px 8px;
}
#contentBox p
{
    margin: 0px 0px 12px 8px;
    line-height: 1.3em;
}
#contentBox ul, #contentBox ol
{
    margin: 0 0 10px 15px;
}
#contentBox ul li, #contentBox ol li
{
    margin: 0 0 2px 22px;
}

#breadcrumb ul
{
    margin: 0 0 5px 5px;
    padding: 0 0 3px 0;
}
#breadcrumb li
{
    list-style-type: none;
    display: inline;
    margin-right: 5px;
    font-size: .85em;
    letter-spacing: 0.02em;
}
#footer
{
    float: left;
    width: 800px;
    margin-top: 20px;
}
#footer p
{
    text-align: center;
    font-size: .9em;
}
#footer p a, #footer p a:visited
{
    padding: 0px 6px;
}
#resBusVis
{
    float: left;
    width: 522px;
}
.resBusVisBox
{
    float: left;
    width: 159px;
    padding-right: 15px;
    padding-bottom: 15px;
}
.resBusVisBox h1
{
    font-size: 1.05em !important;
    margin-bottom: 8px !important;
}
.linkList ul
{
    list-style-type: none !important;
    margin: 0 !important;
}
.linkList li
{
    padding-left: 12px;
    background: transparent url(/images/arrowBullet.png) no-repeat;
    background-position: 0 4px;
    margin: 0 0 2px 0 !important;
    font-weight: normal;
}
#newsStories
{
    margin-bottom: 10px;
}
#newsStories .teaserBlock
{
    margin-bottom: 10px;
}
#newsStories h2
{
    margin-bottom: 0px !important;
}
#newsStories p
{
    margin-bottom: 0px !important;
}
#newsStories .newsImage
{
    float: right;
    margin: 0 0 8px 8px;
}
#newsStories .readMoreLink a
{
    padding: 2px 0 2px 12px !important;
    background: transparent url(/images/arrowBullet.png) no-repeat;
    background-position: 0 5px;
    font-weight: normal;
    text-decoration: none !important;
    display: block;
    line-height: normal !important;
}
#newsStories .readMoreLink a:hover
{
    text-decoration: underline !important;
}
#rssIconContainer
{
    position: relative;
    height: 0px;
    width: 0px;
    margin: 0px;
    padding: 0px;
}
#rssIconContainer #rssIcon
{
    position: absolute;
    width: 16px;
    height: 16px;
    top: -38px;
    left: 505px;
}
#eventsCalendar
{
    float: left;
    width: 522px;
    margin-bottom: 25px;
}
#eventsCalendar #calendar
{
    float: left;
    width: 210px;
}
#eventsCalendar #calendar table
{
    border: none;
}
#eventsCalendar #calendar table caption
{
    font-weight: bold;
    padding-bottom: 5px;
    text-align: center;
}
#eventsCalendar #calendar table th
{
    font-weight: normal;
}
#eventsCalendar #calendar table td
{
    border: solid 1px #c0c0c0;
    padding: 5px;
    text-align: center;
}
#eventsCalendar #calendar table td.currentDay
{
    background-color: #e0e0e0;
}
#eventsCalendar #calendar table td.activeDay
{
    background-color: #ffe59f;
}
#eventsCalendar #calendar table td.selectedDay
{
    background-color: #c0cae0;
}
#eventsCalendar #listing
{
    float: left;
    width: 311px;
}
#eventsCalendar #listing table
{
    border: none;
}
#eventsCalendar #listing table td
{
    border: none;
    font-size: .9em;
}
#eventsCalendar #listing ul
{
    margin: 0px;
    list-style-type: none !important;
}
#eventsCalendar #listing ul li
{
    padding-left: 12px;
    background: transparent url(/images/arrowBullet.png) no-repeat;
    background-position: 0 4px;
    margin: 0 0 2px 0 !important;
    font-weight: normal;
}
#eventsCalendar #listing ul li a
{
    text-decoration: none;
}
#eventsCalendar #listing ul li a:hover
{
    text-decoration: underline;
}
#accidentGrid table td, #accidentGrid table th
{
    padding: 4px;
	border:none;
}
/* ------------------Left Column Menu--------------------- */
#mainMenu ul
{
    list-style-type: none;
    margin-bottom: 3px;
}
#mainMenu ul.lv1 li
{
    padding: 1px 0 1px 12px;
    background: transparent url(/images/arrowBullet.png) no-repeat;
    background-position: 0 4px;
    margin-top: 3px;
    font-weight: normal;
}
#mainMenu ul.lv1 li.branch
{
    background: transparent url(/images/arrowBulletSelected.png) no-repeat !important;
    background-position: 1px 4px !important;
}
#mainMenu ul.lv2 li
{
    padding: 2px 0 2px 11px;
    background: none;
    font-weight: normal;
    border-bottom: solid 1px #b3b3b3;
}
#mainMenu ul.lv2 li.branch
{
    font-weight: normal;
    border: none;
}
#mainMenu .selected
{
    font-weight: bold;
}
#mainMenu a, .linkList a
{
    text-decoration: none;
}
#mainMenu a:hover, .linkList a:hover
{
    text-decoration: underline;
}
/*** Begin Drop-Down Navigation ***/
.sf-menu, .sf-menu *
{
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 99;
}
.sf-menu
{
    line-height: 1.0;
}
.sf-menu ul
{
    position: absolute;
    top: -999em;
    width: 225px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li, .sf-menu ul li:first-child
{
    width: 197px;
    padding: 4px 14px;
    background-color: #f2f7fd;
    border-left: 1px solid #b3b3b3;
    border-right: 1px solid #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
    line-height: 1.1em;
}
.sf-menu ul li a, .sf-menu ul li a:visited
{
    color: #1D3D6A;
    font-weight: normal;
    text-decoration: none;
}
.sf-menu li:hover
{
    visibility: inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li
{
    float: left;
    position: relative;
    padding: 6px 12px 7px 12px;
    border-left: 1px dotted #9ca7b7;
    font-size: 13px;
    font-weight: bold;
}
.sf-menu li:first-child
{
    border: none;
}
.sf-menu a
{
    display: block;
    position: relative;
    color: #F2F2F2;
    text-decoration: none;
}
.sf-menu a:visited
{
    color: #F2F2F2;
}
.sf-menu a:hover
{
    text-decoration: underline !important;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul
{
    left: 0;
    top: 26px; /* match top ul list item height */
    z-index: 99;
}

/*** shadows for all but IE6 ***/
.sf-shadow ul
{
    background: url('/images/shadow.png') no-repeat bottom right;
    padding: 0 9px 8px 0;
    -moz-border-radius-bottomleft: 17px;
    -moz-border-radius-topright: 17px;
    -webkit-border-top-right-radius: 17px;
    -webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off
{
    background: transparent;
}

/* ------------------Forms Styling--------------------- */

#contentBox fieldset
{
    width: 450px;
    margin: 0px 0px 10px 0px;
    padding: 15px;
    border: 1px solid #B3B3B3;
}
#contentBox fieldset p textarea
{
    width: 420px;
}
#contentBox fieldset p.submitButtons input
{
    text-align: center;
    display: inline;
    float: none;
    padding: 2px;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 25px;
}
#contentBox fieldset input[type="text"], #contentBox fieldset input[type="select"]
{
    padding: 1px 2px;
}
#contentBox fieldset input[type="radio"]
{
    margin: 4px;
}
#contentBox fieldset p
{
    margin: 8px 0px 0px 0px;
    clear: left;
}
#contentBox fieldset p.city
{
    display: block;
    float: left;
    width: 240px;
    clear: none;
    margin-bottom: 8px;
}
#contentBox fieldset p.city input
{
    width: 230px;
}
#contentBox fieldset p.state
{
    display: block;
    float: left;
    width: 50px;
    clear: none;
    margin-left: 8px;
}
#contentBox fieldset p.zip
{
    display: block;
    float: left;
    width: 125px;
    clear: right;
    margin-left: 8px;
}
#contentBox fieldset p.submitButtons
{
    text-align: right;
}
#contentBox fieldset legend
{
    font-weight: bold;
    font-size: 1.05em;
}
#contentBox fieldset p label
{
    display: block;
    text-align: left;
    padding-right: 5px;
}
#contentBox fieldset p label.checkbox
{
    display: inline !important;
}
#contentBox fieldset span label
{
    display: inline !important;
}
.updnValidatorCallout
{
    background-color: #fcc;
    color: #900;
    padding: 5px;
    margin: -5px 0 0 10px;
    position: relative;
}
.updnValidatorCalloutPointer
{
    position: absolute;
    left: 0;
    top: 7px;
    margin: 0 0 0 -10px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 10px solid #fcc;
    border-left: 0;
}
.updnValidationErrorInput
{
    background-color: #fcc;
}
#formResult
{
    border: 2px solid #DCDCDC;
    padding: 10px;
    font-weight: bold;
    font-size: 1.27em;
}
.ajax__calendar_body td, .ajax__calendar_body th
{
padding:0px!important;
margin:0px!important;
font-size:11px;
}
.ajax__calendar_day
{
width:17px!important;
}






/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
