/******************** 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;
}
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: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;
    height: 158px;
    width: 630px;
    background-image: url(../images/TPD_Logo.png);
    background-repeat: no-repeat;
	background-color: #102858;
	background-position-x: 50%;
	background-position-y: center;
}
#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
{
    background-image: url(../images/headerSearchBG.png);
    background-color: #102858;
    width: 168px;
    background-repeat: repeat-x;
    background-position: 50% bottom;
    float: left;
    height: 158px;
}
#headerSearch #weather
{
    padding: 9px 9px 0px 9px;
    width: 150px;
    float: left;
    color: #f2f2f2;
    font-size: .9em;
}
#headerSearch #weather #weatherImage
{
    padding-left: 5px;
    width: 60px;
    float: left;
    height: 60px;
}
#headerSearch #weather #weatherCurrentTemp
{
    display: none;
}
table.gsc-completion-container 
{
z-index:10000!important;
}
/*** 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 40px 7px 40px;
    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;
}
#topNav
{
    float: left;
    width: 798px;
    background-image: url(/images/topNavBG.png);
    background-repeat: repeat-x;
    background-color: #1d3d6a;
}

#rightColumn
{
    /*float: right;*/
    float:initial;
    /*width: 770px;*/
    width:100%;
    /*margin-top: 9px;*/
    padding: 10px 13px 0px 10px;
    overflow: hidden;
}
* html #rightColumn
{
    display: inline;
    padding-right: 0px;
}

#contentBox
{
    padding-left: 0px;
}
#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 0px;
}
#contentBox ul li, #contentBox ol li
{
    margin: 0 0 0px 10px;
}
#footer
{
    float: left;
    width: 770px;
    margin: 15px 0px 15px 0px;
}
#footer p
{
    text-align: center;
    font-size: .9em;
}
#footer p a, #footer p a:visited
{
    padding: 0px 6px;
}
.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;
}
/* ------------------Forms Styling--------------------- */
#contentBox fieldset
{
    width: 730px;
    margin: 0px 0px 10px 0px;
    padding: 15px;
    border: 1px solid #B3B3B3;
}
#contentBox fieldset p textarea
{
    width: 740px;
}
#contentBox fieldset p.submitButtons input
{
    text-align: center;
    display: inline;
    float: none;
    padding: 3px;
    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;
}

#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 */
