/* ==|== color library =====================================================
    blue    -   164e90 / rgb(22,78,144)
    red     -   bf0000 / rgba(191,0,0)

    
 * ==|== normalize ==========================================================
 */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }
/*
a { color: #00e; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
*/
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

caption, th { text-align: left; }


/* ==|== primary styles =====================================================
   Author: jl 
   ========================================================================== */

/* ==|== common styles ======================================================= */

select, input, textarea {  color: #444; }

h1, h2, h3, h4, h5, h6 { font-weight: bold; font-family: 'Open Sans', sans-serif; margin-top:0; }

.base h1 { color:#164e90; }
.base h2 { color:#164e90; }
.base h3 {  text-transform: uppercase; }
.base h4 {  }

p { font-family:"times new roman", serif; font-size:14px; color:#333; line-height:1.2; }

a:hover, a:active { outline: none; }
a, a:active, a:visited { color: #164e90; text-decoration:none; }
a:hover, a:focus { color: #036; }
a:link { -webkit-tap-highlight-color: #FF5E99; }

blockquote {  }

.base ul, .base ol { padding:0 0 0 20px; font-family:"times new roman", serif; font-size:14px; color:#333; }
.base ul {  }
.base ol {  }
.base ul li, .base ol li { margin:0 0 3px; }
.base ul li { list-style: disc; margin:0 0 3px; }
.base ol li {list-style:decimal;}
.base li ol {  }
.base li ul {  }

a.readmore-black { position:relative; color:#404040; font-weight:600; }
a.readmore-black:after { content: ""; display: block; position: absolute; top: 6px; right: -10px; width:0; height:0; border-left: 4px solid #404040; border-top: 4px solid transparent; border-bottom: 4px solid transparent; }
a.readmore-blue { position:relative; padding:0 10px 0 0; }
a.readmore-blue:after { content: ""; display: block; position: absolute; bottom: 4px; right: 0; width:0; height:0; border-left: 4px solid #164e90; border-top: 4px solid transparent; border-bottom: 4px solid transparent; }
a.readmore-red { position:relative; padding:0 10px 0 0; }
a.readmore-red:after { content: ""; display: block; position: absolute; top: 7px; right: 0; width:0; height:0; border-left: 5px solid #bf0000; border-top: 5px solid transparent; border-bottom: 5px solid transparent; }
a.file { background:url(/files/site/images/icon-document.png) no-repeat center left; padding:0 0 0 20px; }

/* ==|== layout ======================================================= */

#global-header { background:url(/files/site/images/header_bg.png) repeat-x; }
#header-cont { background:url(/files/site/images/header_bg_textured.jpg) no-repeat; width:940px; margin:0 auto; }

#header-meta { padding:5px 0 4px 0;  font-family:"times new roman", serif; font-size:14px; color:#666; position:relative; }
.tax-counter { float:left; width:400px; }
.tax-counter p { margin:0 15px 0 0; float:left; }
.tax-counter img { display:block; }
#tax-number { font-weight:bold; }

.header-meta-nav { float:right; margin:0; }
.header-meta-nav li { display:inline; font-style:italic; border-right:1px solid #666; padding:0 5px; }
.header-meta-nav li.last { border:none; }
.header-meta-nav li a { color:#666; text-decoration:none; }
.header-meta-nav li img { padding:0 5px 0 0; }
.header-meta-nav li ul { display:none; }
.header-meta-nav li li { display:block; border:none; padding:0; list-style-type:none; font-size:12px; font-style:italic; margin:0 0 5px; }

.header-meta-nav li:hover ul { display:block; }
.header-meta-nav li:hover ul:hover { display:block; }
.header-meta-nav li ul { position:absolute; }
.header-meta-nav li li { display:block; border:none; padding:0; line-height:1.5; }
.header-meta-nav li li:hover { font-weight:bold; }
#generalinfo, .header-meta-nav .last ul { position:absolute; top:19px; left:830px; background:#fff; margin:0; padding:10px 20px; z-index:50; width:95px; }
#generalinfo li a, .header-meta-nav .last ul li a { color:#666666; }

#header-focus { position:relative; height:115px; }

#logo-home-return { position:absolute; width:450px; height:112px; text-indent:-999em; }

#quick { position:absolute; top:50px; left:560px; color:#95b3d7; }
#quick fieldset { position:relative; }
#quick legend, #quick input { position:absolute; font-family: 'Open Sans', sans-serif; }
.ie8 #quick legend { width:85px; }
#quick legend { top:6px; left:0; font-weight:bold; font-weight:700; width:81px; }
#quick input::-webkit-input-placeholder { color: #95b3d7; font-size:12px; }
#quick input:-moz-placeholder { color: #95b3d7; }
.ie7 #quick-email, 
.ie7 #quick-zip, 
.ie8 #quick-email, 
.ie8 #quick-zip { top:5px; padding:0 5px 5px; }
#quick-email, #quick-zip { top:6px; padding:0 5px 10px }
#quick-email { left:90px; width:140px; }
#quick-zip { left:250px; width:40px; }
#quick-submit { top:0; left:320px; background:none; border:none; color:#ffffff; font-weight:bold; padding:5px; text-transform:uppercase; }
#quick input.text { background:none; border:none; border-bottom:3px solid #95b3d7; outline:none; color:#95b3d7; }

#header-nav ul { padding:4px 0 10px 140px; }
.ie7 #header-nav li,
.ie8 #header-nav li { font-size:14px; margin:0 14px 0 0; }
#header-nav li { display:inline; font-size:15px; margin:0 28px 0 0; font-family: 'Open Sans', sans-serif; font-weight:600; }
#header-nav li.last { margin:0; }
#header-nav li a { color:#fff; text-decoration:none; }

#main { width:940px; margin:0 auto; min-height: 500px; }

#site-connect { border-bottom:1px dashed #e6e6e6; position:relative; height:32px; margin:0 auto 25px; width:940px; }
.ie7 .quick-search { top:7px; }
.quick-search { border-bottom:3px solid #e6e6e6; width:223px; padding:0 10px 2px; position:absolute; top:9px; }
.quick-search input.text {  border:0; width:210px; outline:none; font-family:'Open Sans', sans-serif; }
.quick-search input.submit { position:absolute; top:0px; left:225px; }
.quick-search input::-webkit-input-placeholder { color: #4d4d4d; }
.quick-search input:-moz-placeholder { color: #4d4d4d; }
/* #site-social-buttons { position:absolute; width:250px; left:800px; } */
#site-social-buttons { float:right; margin:4px 0 0 0; }
.twitter-follow-button { width:20px; }
.facebook-follow-button { width:20px; }
.youtube-follow-button { width:20px;}

#cse-search-form { width:223px !important; position:absolute; border-bottom:3px solid #e6e6e6; top:9px; }
#cse-search-form .gsc-input input { border:none; outline:none; }
#cse-search-form .gsc-search-button input { background:url(/files/site/images/btn-search_submit.png) no-repeat; border:none; text-indent:-999em; width:14px; height:14px; position:absolute; left:200px; top:0px; }
#cse-search-form .gsc-clear-button { display:none; }

#global-footer-bg { padding:0 0 15px; }
#global-footer-bg { background:#e6e6e6; }
#global-footer { background:url(/files/site/images/bg-footer_top.png) no-repeat; padding:69px 0 0 0; color:#404040; width:940px; margin:0 auto; font-family: 'Open Sans', sans-serif; }
#footer-directions { float:left; width:400px; margin:0 40px 0 0; position:relative; }
#footer-map-image { position:absolute;top:-5px; left:-5px; }
#footer-contact-info { margin:0 0 0 95px; }
.vcard { font-weight:400; }
.vcard .org { font-size:16px; font-weight:600; margin:0 0 3px; }
.vcard .adr { color:#737373; font-size:12px; margin:0 0 3px; }
#footer-directions .readmore-black { text-transform: uppercase; margin:0 0 0 95px; }

#footer-nav { margin:0; padding:0; }
#footer-nav ul { margin:0; padding:0; }
#footer-nav li { display:block; float:left; width:150px; margin:0 25px 0 0; }
#footer-nav li.last_child { margin:0; }
#footer-nav li ul { margin:10px 0 0 0; }
#footer-nav li li { float:none; }
#footer-nav li a { color:#404040; font-weight:bold; font-size:16px; }
#footer-nav li li a { color:#595959; font-weight:normal; font-size:11px; line-height:1.5; }

#global-footer-seal { background:url(/files/site/images/banner-footer-seal.jpg) no-repeat; width:648px; margin:35px auto 0; position:relative; height:90px; font-family: 'Open Sans', sans-serif; font-weight:600; }
#global-footer-seal ul { position:absolute; top:28px; left:150px; }
#global-footer-seal li { display:inline; margin:0 5px; }
#global-footer-seal li a { color:#fff; }
#global-footer-seal p { color:#fff; position:absolute; top:38px; left:120px; font-family: 'Open Sans', sans-serif; font-size: 12px; }


/* ==|== homepage ======================================================= */

/* body#home { background:url(/files/site/images/bg-home.png) repeat-x #e6e6e6; } */
#main-cont-home { width:940px; margin:0 auto; }
#home-mid-bg { padding:20px 0; }
#home-mid-section { width:940px; margin:0 auto; }

#home-feature { float:left; width:380px; margin:0 20px 0 0; height:358px; overflow:hidden; }
#home-feature { position:relative; }
#home-rotate-pager { background:rgba(0,0,0,0.8); height:25px; width:380px; position:absolute; top:210px; z-index:50; }
#home-rotate-pager .pager-button { background:url(/files/site/images/sprite_pager.png); width:18px; height:18px; position:absolute; top:2px; }
#home-rotate-pager a#pager-prev { left:280px;  }
#home-rotate-pager a#pager-next { left:350px; background-position:-50px 0; }
#feature-pager { position:absolute; top:2px; left:298px; }
#feature-pager a { background:url(/files/site/images/sprite_pager.png); display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; width:15px; height:15px; background-position:-18px 0; float:left; }
#feature-pager a.activeSlide { background-position:-32px 0; }

#home .entry-short-index { float:left; width:225px; }

#home-top-section { min-height:366px; max-height:535px; margin:0 0 20px; }
#home-top-section h2 { margin:0 0 3px; }
#home-top-section p { margin:0; }

.home-rotate-caption { background:#f2f2f2; padding:10px 40px 10px 10px; height:103px; width:360px; }

.entry-short { margin:10px 0; }
.entry-short h3 { font-size:12px; margin:0; font-weight:600; }
.entry-short time  { font-family:"times new roman", serif; font-style:italic; font-size:12px; color:#666; }

.mid-box-item { float:left; width:180px; margin:0 10px 0 0; }
.mid-box-item.last { margin:0; }
.mid-box-item h3 { margin:8px 0; font-weight:600; font-size:17px; }
.mid-box-item h3 a { color:#bf0000; }
.mid-box-item p { margin:0; }
.mid-box-item img { border-bottom:3px solid #e6e6e6; }

#home-services-bg { background:#f2f2f2; }
#home-services { margin:0 auto; font-family: 'Open Sans', sans-serif; font-weight:600; width:940px; padding:20px 0; }
#service-buttons { float:left; width:460px; }
.ie8 .service-button,
.ie7 .service-button { font-size:12px; }
.service-button { font-size:13px;
    background:url(/files/site/images/icon-next_grey.png) no-repeat 95% center #fff;
    padding:10px;
    border:1px solid #c1c1c1;
    float:left;
    width:195px;
    margin:0 10px 10px 0;
       -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
            border-radius: 5px; 
}
.service-button a { display:block; width:170px; }
#services-tout-cont { float:right; margin:0 0 0 20px; width:460px;}
.service-tout { float:left; width:220px; margin:0 20px 0 0; position:relative; cursor:pointer; }
.service-tout.last-tout { margin:0; }
.service-tout a { position:absolute; background:url(/files/site/assets/home-tout-overlay.png); height:21px; width:200px; bottom:0px; color:#fff; font-size:17px; padding:20px 10px; font-weight: 700;}

/* ==|== subpages ======================================================= */

.interior #main-cont { float:left; margin:0 25px 0 0; width:615px; }
.interior.full-width #main-cont { margin:0; width:100%; float:none; }
.interior #content { margin:0 0 20px; }

#interior-header h2 { margin:0 0 10px; }
.head-descriptor { margin:0; color:#808080; }
.interior-header-meta { background:#f3f3f3; padding:10px; margin:0 0 5px; }
.interior-header-meta p { margin:0; line-height:1.5; }
/* .content-column { width:438px; } */
.content-section { margin:0 0 5px; padding:0 0 5px; }
.content-section:last-child { border-bottom:none; margin:0; padding:0; }

/* events */
.event-description { float:left; width:400px; }
.event-description p { margin:0; line-height:1.5; }
.view-event { float:left; text-align:center; margin:3px 0 0 0; }


.event-description-printlayout { float:left; width:700px; }
.event-description-printlayout p { margin:0; line-height:1; }
.event-description-printlayout-metabox { width:150px;float:left;padding:5px; }

.event-description-dev { float:left; width:700px; }
.event-description-dev p { margin:0; line-height:1; }
.event-description-dev-metabox { width:135px;float:left;padding:5px; }

.event-description-content-dev { float:left; }
.event-description-content-dev p { margin:0; line-height:1; }
.event-description-content-dev h3 { margin: 0 0 5px 0; }
.event-description-content-dev ul { margin: 5px 0 5px 0; line-height:1; }

.cal-filter-box { float:right; width:130px; background:#f3f3f3; margin: 5px; padding:5px; }
.cal-filter-box p { margin:0; line-height:1; }
.cal-filter-box h4 { margin: 0 0 5px 0; }
.cal-filter-box ul { margin: 5px 0 5px 0; line-height:1; }


#draggable { width: 200px; height: 150px; padding: 0.5em; }


/* legislation */
.leg-search { overflow:hidden; margin:0 0 10px; }
.leg-search label { display:none; }
.leg-search input.text { background:none; border:none; border-bottom:3px solid #95b3d7; outline:none; color:#95b3d7; float:left; margin:0 10px 0 0; width:270px; }
.legislation-table-title { width:515px; }

#interior-header #lims-link { font-weight:bold; margin:0 0 10px; color:#333333; }
#lims-link a { font-weight:normal; }
#legislation .bg-color { background:#f1f1f1; }
a.blue-btn { margin:0 0 10px; }
.ie8 a.blue-btn { color:#fff; display:block; width:116px; font-size:14px; font-family: 'Open Sans', sans-serif; font-weight:600; padding:8px 12px; border:1px solid #103f75;
background: #164e90;
}
.cssgradients a.blue-btn { color:#fff; display:block; width:116px; font-size:14px; font-family: 'Open Sans', sans-serif; font-weight:600; padding:8px 12px; border:1px solid #103f75;
text-shadow: 0 -1px rgba(0,0,0,0.7);
       -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
            border-radius: 5px; 
    background: rgb(30,103,172);
    background: -moz-linear-gradient(top, rgba(30,103,172,1) 0%, rgba(29,93,164,1) 34%, rgba(23,82,148,1) 78%, rgba(23,78,145,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,103,172,1)), color-stop(34%,rgba(29,93,164,1)), color-stop(78%,rgba(23,82,148,1)), color-stop(100%,rgba(23,78,145,1)));
    background: -webkit-linear-gradient(top, rgba(30,103,172,1) 0%,rgba(29,93,164,1) 34%,rgba(23,82,148,1) 78%,rgba(23,78,145,1) 100%);
    background: -o-linear-gradient(top, rgba(30,103,172,1) 0%,rgba(29,93,164,1) 34%,rgba(23,82,148,1) 78%,rgba(23,78,145,1) 100%);
    background: -ms-linear-gradient(top, rgba(30,103,172,1) 0%,rgba(29,93,164,1) 34%,rgba(23,82,148,1) 78%,rgba(23,78,145,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e67ac', endColorstr='#174e91',GradientType=0 );
    background: linear-gradient(top, rgba(30,103,172,1) 0%,rgba(29,93,164,1) 34%,rgba(23,82,148,1) 78%,rgba(23,78,145,1) 100%);
}
.cssgradients .rss-btn { position:relative; }
.cssgradients a.rss-btn:after { content:''; background:url(/files/site/images/btn-blue-rss.jpg); position:absolute; width:13px; height:13px; top:9px; left:115px; }
/* .rgba .switch-rows-table tr:hover { cursor:pointer; background:rgba(22,78,144,.1) !important; } */

#council-table table { font-size:14px; width:100%; }
#council-table th, #council-table td { font-family:"times new roman", serif; padding:5px; }
#council-table tr.grey { background:#e6e6e6; }


.notice-table table {
		border:.5px solid #000;
		border-collapse:collapse;
		font-family:arial,sans-serif;
		font-size:80%
		}
.notice-table 	td,th{
		border:0px solid #000;
		border-collapse:collapse;
		padding:10px;
	}	

.notice-table #fn,#dp,#ar{width:58px;}
.notice-table	#fr,#to{width:138px;}
	
.notice-table thead th{
		text-align:left;
	}
	tbody th{
		text-align:left;
		background:#ebf4fb
	}
.notice-table 	tfoot td{
		text-align:right;
		font-weight:bold;
		background:#369;
	}
	tbody td{
			
	}
	tbody tr.odd td{
		
	}



/*================== for old browsers, uncomment when needed ================== *//*

a.blue-btn { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.blue-btn.blue-btn-share { background:url(/files/site/images/btn-blue-share.png); width:150px; height:35px; }
.blue-btn.blue-btn-follow { background:url(http://dccouncil.us/twitter_1.png); width:20px; height:20px; }

*//*================== for old browsers, uncomment when needed ==================*/
#content .related-docs { margin:0; padding:0 0 0 5px; }
#content .related-docs li { background:url(/files/site/images/icon-document.png) no-repeat center left; padding:0 0 0 20px; margin:0 0 5px; list-style-type:none; font-size:12px; }
/* #content .related-docs a { font-style:italic; } *?

/* councilmembers */
#council #member-thumb { float:left; width:140px; margin:0 20px 0 0;  }
#council #member-thumb img { margin:0 0 5px; }
#council #member-thumb p { margin:0 0 5px; }
#council #member-info { float:left; width:275px; }
#council #member-info h3 { text-transform: none; }
#council #member-info p { margin:0 0 5px; }
.staff-entry { float:left; width:200px; margin:0 0 15px; }
.staff-entry.left { margin:0 20px 0 0; }
.staff-entry.right { }
.staff-entry p { margin:0; line-height:1.3; }

/* offices */
#office-hours { float:left; width:200px; margin:0 10px 0 0; }
#office-info { float:left; width:200px; }
#office-info p, #office-location p { margin:0; }

/* wards */
#wards #map { float:left; width:400px; margin:0 20px 0 0; }
#wards svg { background:#f6f6f6; padding:20px 0 20px 20px; width:380px }
#wards path { cursor:pointer; }
#wardname { width:520px; float:right; }

/* events */
#calendar-filters { margin:0 0 20px; }
#cal-comm-select { width:275px; }
#calendar-filters-dev { margin:0 0 20px; }
#cal-comm-select-dev { width:220px; }
#cal-date-select-dev { width:110px; }
#calendar-filters-dev p { display:inline; font-size:11px; }
#calendar-filters p { display:inline; font-size:12px; }
.site-button-small { color:#fff; display:inline; width:120px; font-size:12px; font-family: 'Open Sans', sans-serif; font-weight:600; padding:0px 12px; border:1px solid #103f75;
text-shadow: 0 -1px rgba(0,0,0,0.7);
       -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
            border-radius: 5px; 
    background: rgb(30,103,172);
    background: -moz-linear-gradient(top, rgba(30,103,172,1) 0%, rgba(29,93,164,1) 34%, rgba(23,82,148,1) 78%, rgba(23,78,145,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,103,172,1)), color-stop(34%,rgba(29,93,164,1)), color-stop(78%,rgba(23,82,148,1)), color-stop(100%,rgba(23,78,145,1)));
    background: -webkit-linear-gradient(top, rgba(30,103,172,1) 0%,rgba(29,93,164,1) 34%,rgba(23,82,148,1) 78%,rgba(23,78,145,1) 100%);
    background: -o-linear-gradient(top, rgba(30,103,172,1) 0%,rgba(29,93,164,1) 34%,rgba(23,82,148,1) 78%,rgba(23,78,145,1) 100%);
    background: -ms-linear-gradient(top, rgba(30,103,172,1) 0%,rgba(29,93,164,1) 34%,rgba(23,82,148,1) 78%,rgba(23,78,145,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e67ac', endColorstr='#174e91',GradientType=0 );
    background: linear-gradient(top, rgba(30,103,172,1) 0%,rgba(29,93,164,1) 34%,rgba(23,82,148,1) 78%,rgba(23,78,145,1) 100%);
}

.site-button-small-dev { color:#fff; display:inline; width:80px; font-size:12px; font-family: 'Open Sans', sans-serif; font-weight:600; padding:0px 12px; border:1px solid #103f75;
text-shadow: 0 -1px rgba(0,0,0,0.7);
       -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
            border-radius: 5px; 
    background: rgb(30,103,172);
    background: -moz-linear-gradient(top, rgba(30,103,172,1) 0%, rgba(29,93,164,1) 34%, rgba(23,82,148,1) 78%, rgba(23,78,145,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,103,172,1)), color-stop(34%,rgba(29,93,164,1)), color-stop(78%,rgba(23,82,148,1)), color-stop(100%,rgba(23,78,145,1)));
    background: -webkit-linear-gradient(top, rgba(30,103,172,1) 0%,rgba(29,93,164,1) 34%,rgba(23,82,148,1) 78%,rgba(23,78,145,1) 100%);
    background: -o-linear-gradient(top, rgba(30,103,172,1) 0%,rgba(29,93,164,1) 34%,rgba(23,82,148,1) 78%,rgba(23,78,145,1) 100%);
    background: -ms-linear-gradient(top, rgba(30,103,172,1) 0%,rgba(29,93,164,1) 34%,rgba(23,82,148,1) 78%,rgba(23,78,145,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e67ac', endColorstr='#174e91',GradientType=0 );
    background: linear-gradient(top, rgba(30,103,172,1) 0%,rgba(29,93,164,1) 34%,rgba(23,82,148,1) 78%,rgba(23,78,145,1) 100%);
}


/* hearings */
.table-descriptor { width:75px; padding:0 0 10px; font-weight:bold; }


/* 06 =SIDEBAR
------------------------- */

#sidebar { float:left; width:300px; }

.content-side { width:141px; }
#pages .content-side { width:136px; }
.subnav .content-side { background:url(/files/site/images/bg-side-subnav.jpg) no-repeat; padding:10px 0; height:751px; }
.share-buttons .content-column, .subnav .content-column { width:438px; }
.subnav .content-column { float:right; }
.share-buttons .content-column { float:left; }
.share-buttons .content-side { float:right; }
.content-side ul { margin:0 0 10px; padding:0; }
.content-side .level_1 a { position:relative; padding:0 10px 0 0; }
.content-side .level_1 a:after { content: ""; display: block; position: absolute; bottom: 3px; right: 0; width:0; height:0; border-left: 4px solid #164e90; border-top: 4px solid transparent; border-bottom: 4px solid transparent; }
.content-side .level_2 a:after { display:none; }
.content-side li.active a { color:#333; }
.content-side li.active li a { color:#164e90; }
.content-side ul li { list-style-type:none; margin:10px 0; }
.content-side ul li li { margin:5px 0; border-bottom:1px solid #eee; padding:0 0 10px; }
.content-side ul li li:last-child { border:none;}
.content-side ul ul { margin:0 0 0 10px; }
.content-side ul ul li { font-style:italic; }

.side-tout { position:relative; }
.tout-overlay a { color:#fff; background:url(/files/site/images/tout-overlay.png); position:absolute; height:12px; width:270px; bottom:0px; padding:25px 15px; }
.ie8 #sidebar .text-tout h3 a { display:block; padding:15px 20px; border:1px solid #e8e8e8; background-color: #f2f2f2;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#f2f2f2');
}
.cssgradients #sidebar .text-tout h3 a { display:block; padding:15px 20px; border:1px solid rgba(0,0,0, .16);
       -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
            border-radius: 5px; 
  background-color: #f2f2f2;
  background-image: -moz-linear-gradient(top, #fff, #f2f2f2);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #fff),color-stop(1, #f2f2f2));
  background-image: -webkit-linear-gradient(#fff, #f2f2f2);
  background-image: linear-gradient(top, #fff, #f2f2f2);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fff', EndColorStr='#f2f2f2');
}
.tout-readmore { position:absolute; top:18px; left:270px; width:15px; height:15px; background:#b3b3b3;
       -moz-border-radius: 10px; 
    -webkit-border-radius: 10px;
            border-radius: 10px; 
}
.tout-readmore:after { content: ""; display: block; position: absolute; top: 3px; right: 5px; width:0; height:0; border-left: 4px solid #fff; border-top: 4px solid transparent; border-bottom: 4px solid transparent; }


/* ==|== calendar ======================================================= */

#home #mini-calendar { float:left; }
.interior #mini-calendar { margin:0 0 20px; overflow: hidden; }
#mini-calendar { width:240px; padding:0 30px 15px 30px; position:relative;
    background: #fdfdfd;
    background: -moz-linear-gradient(top, #fdfdfd 0%, #f4f4f4 6%, #f2f2f2 10%, #f2f2f2 91%, #f4f4f4 95%, #fcfcfc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(6%,#f4f4f4), color-stop(10%,#f2f2f2), color-stop(91%,#f2f2f2), color-stop(95%,#f4f4f4), color-stop(100%,#fcfcfc));
    background: -webkit-linear-gradient(top, #fdfdfd 0%,#f4f4f4 6%,#f2f2f2 10%,#f2f2f2 91%,#f4f4f4 95%,#fcfcfc 100%);
    background: -o-linear-gradient(top, #fdfdfd 0%,#f4f4f4 6%,#f2f2f2 10%,#f2f2f2 91%,#f4f4f4 95%,#fcfcfc 100%);
    background: -ms-linear-gradient(top, #fdfdfd 0%,#f4f4f4 6%,#f2f2f2 10%,#f2f2f2 91%,#f4f4f4 95%,#fcfcfc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#fcfcfc',GradientType=0 );
    background: linear-gradient(top, #fdfdfd 0%,#f4f4f4 6%,#f2f2f2 10%,#f2f2f2 91%,#f4f4f4 95%,#fcfcfc 100%);
}
#mini-calendar h2 { margin:0 10px; }
#mc_calendar table { background:#e6e6e6; text-align:center; font-family:'Open Sans', sans-serif; margin:0 auto 15px; }
#mc_calendar #mc_month_display { border:1px solid #373737;
    background: rgb(99,99,99);
    background: -moz-linear-gradient(top, rgba(99,99,99,1) 0%, rgba(91,91,91,1) 4%, rgba(90,90,90,1) 7%, rgba(84,84,84,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(99,99,99,1)), color-stop(4%,rgba(91,91,91,1)), color-stop(7%,rgba(90,90,90,1)), color-stop(100%,rgba(84,84,84,1)));
    background: -webkit-linear-gradient(top, rgba(99,99,99,1) 0%,rgba(91,91,91,1) 4%,rgba(90,90,90,1) 7%,rgba(84,84,84,1) 100%);
    background: -o-linear-gradient(top, rgba(99,99,99,1) 0%,rgba(91,91,91,1) 4%,rgba(90,90,90,1) 7%,rgba(84,84,84,1) 100%);
    background: -ms-linear-gradient(top, rgba(99,99,99,1) 0%,rgba(91,91,91,1) 4%,rgba(90,90,90,1) 7%,rgba(84,84,84,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#636363', endColorstr='#545454',GradientType=0 );
    background: linear-gradient(top, rgba(99,99,99,1) 0%,rgba(91,91,91,1) 4%,rgba(90,90,90,1) 7%,rgba(84,84,84,1) 100%);
}
#mc_calendar #mc_month_display a { color:#fff; }
#mc_days { background:#fff; }
#mc_calendar th { text-align:center; padding:5px 0; }
#mc_calendar td { border:1px solid #fff; padding:5px 10px; }
#mc_calendar .cal_active { background:#bf0000; color:#fff; font-weight:700;
     -moz-box-shadow: inset 0 0 10px rgba(0,0,0,0.3);
  -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.3);
          box-shadow: inset 0 0 10px rgba(0,0,0,0.3);
    text-shadow: 1px 1px 0px #404040;
         -moz-transition: all 0.1s ease-out;
       -o-transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
          transition: all 0.1s ease-out;    
}
#mc_calendar .cal_active a { color:#fff; }
#mc_calendar .has_events a { font-weight:700; }
.mc_calendar_display {
    text-shadow: 1px 1px 0px #fff;
    /*filter: dropshadow(color=#fff, offx=1, offy=1);*/
}

.cal_event { font-family:'open sans', sans-serif; margin:0 0 5px; font-size:11px; }
.cal_event_date { float:left; border-right:1px solid #d5d5d5; margin:0 7px 0 0; padding:0 5px 0 0; width:30px; text-align:right; font-weight:600; }
.cal_event_info { float:left; width:195px; }
.cal_event_info a { color:#bf0000; }
.cal_event_info h4, .cal_event_info p { margin:0; font-size:11.5px; }

#cal_event_holder { position:relative; }
a#arrow-up, a#arrow-down { width:250px; height:15px; left:0; }
a#arrow-up { position:relative; color:#404040; font-weight:600; position:absolute; top:-12px; }
a#arrow-up:after { content: ""; display: block; position: absolute; top:0; left:125px; width:0; height:0; border-left: 4px solid transparent; border-top: 4px solid transparent; border-bottom: 4px solid #404040; border-right:4px solid transparent }
a#arrow-down { position:relative; color:#404040; font-weight:600; position:absolute; bottom:-19px; }
a#arrow-down:after { content: ""; display: block; position: absolute; top:0; left:125px; width:0; height:0; border-left: 4px solid transparent; border-top: 4px solid #404040; border-bottom: 4px solid transparent; border-right:4px solid transparent }
#cal_event_display { border-top:1px solid #d4d4d4; border-bottom:1px solid #d4d4d4; padding:10px 0 0px; min-height:100px; max-height:200px; overflow:hidden; }
.ajax-spinner.active { background:url(/files/site/assets/ajax-loader.gif); width:16px; height:11px; position:absolute; top:280px; left:150px; }
.ajax-spinner.active-month { background:url(/files/site/assets/ajax-loader.gif); width:16px; height:11px; position:absolute; top:150px; left:150px; }

/* ==|== framework ======================================================= */

#framework #signup input.text { border:1px solid #164e90; margin:5px 0 0 0; padding:5px; }
.rgba #framework #signup input.text { border:1px solid rgba(22,78,144,0.3); margin:5px 0 0 0; padding:5px; }



/* ==|== utility ======================================================= */

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

::-moz-selection{ background: #1fb9e7; color:#fff; text-shadow: none; }
::selection { background:#1fb9e7; color:#fff; text-shadow: none; } 

/* ==|== nav ================================================================ */

ul#topnav {
    padding:0;
    margin: 0 0 0 140px;
    width: 100%;
    list-style: none;
    font-size: 1.1em;
}
ul#topnav li {
    font-family: 'Open Sans', sans-serif;
    font-weight:600;
    float:left;
    margin: -3px 11px 0 0; padding:7px 10px 0;
    position: relative;
}
ul#topnav li:hover { background:#b50000;
     -moz-box-shadow: 0 3px 10px #7e1c1c;
  -webkit-box-shadow: 0 3px 10px #7e1c1c;
          box-shadow: 0 1px 0px 1px #7e1c1c;
     -moz-box-shadow: inset 0 1px 0 0 #d24040;
  -webkit-box-shadow: inset 0 1px 0 0 #d24040;
          box-shadow: inset 0 1px 0 0 #d24040;
  background-color: #c30000;
  background-image: -moz-linear-gradient(top, #c30000, #b10000);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #c30000),color-stop(1, #b10000));
  background-image: -webkit-linear-gradient(#c30000, #b10000);
  background-image: linear-gradient(top, #c30000, #b10000);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#c30000', EndColorStr='#b10000');
}
ul#topnav li a {
    float: left; 
    height: 28px;
}
ul#topnav li:hover a, ul#topnav li a:hover { background-position: left bottom; }
ul#topnav a.home {
    width: 78px; 
}
ul#topnav li .sub {
    position: absolute; 
    top: 35px; left: 0;
    background: #900a0a;
    background: rgba(144,10,10,0.9);
    padding: 20px;
    float: left;
    display: none;
    z-index:100;
    filter: alpha(opacity='100') !important;
}
ul#topnav li .row {clear: both; float: left; width: 100%; margin-bottom: 10px;}
ul#topnav li .sub ul{
    list-style: none;
    margin: 0; padding: 0;
    width: 150px;
    float: left;
}
ul#topnav .sub ul li {
    width: 100%;
    color: #fff;
    font-weight:400;
    font-size:13px;
    padding:0;
}
ul#topnav .sub ul li h2 {
    padding: 0;  margin: 0;
    font-size: 1.3em;
    font-weight: normal;
}
ul#topnav .sub ul li h2 a {
    padding: 5px 0;
    background-image: none;
    color: #e8e000;
}
ul#topnav .sub ul li a {
    float: none; 
    text-indent: 0; /*--Reset text indent--*/
    height: auto;
    /* background: url(navlist_arrow.png) no-repeat 5px 12px; */
    padding: 7px 5px 7px 15px;
    display: block;
    text-decoration: none;
    color: #fff;
    background:none;
}
/* ul#topnav .sub ul li:hover { background:none; } */
/* ul#topnav .sub ul li a:hover { background:#ac4343; } */



/* ==|== media queries ====================================================== */

@media only screen and (min-width: 480px) {


}

@media only screen and (min-width: 768px) {

}


/* ----------- My Form ----------- */
.myFileForm{
margin:0 auto;
width:400px;
padding:14px;
}


/* ----------- stylized ----------- */
#stylized{
border:solid 2px #b7ddf2;
background:#ebf4fb;
}
#stylized h1 {
font-size:14px;
font-weight:bold;
margin-bottom:8px;
}
#stylized p{
font-size:11px;
color:#666666;
margin-bottom:20px;
border-bottom:solid 1px #b7ddf2;
padding-bottom:10px;
}
#stylized label{
display:block;
font-weight:bold;
text-align:right;
width:140px;
float:left;
}
#stylized .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:140px;
}
#stylized input{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:200px;
margin:2px 0 20px 10px;
}

#stylized button{
clear:both;
margin-left:150px;
width:125px;
height:31px;
background:#666666 url(img/button.png) no-repeat;
text-align:center;
line-height:31px;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
}


td.grid {
	height: 200px;
	width: 200px;
}

td.grid2 {
	height: 800px;
	width: 800px;
}




/* ==|== print styles ======================================================= */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 


  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
  header, #mini-calendar, #sidebar, footer, aside { display:none; }
}