@charset "UTF-8";
/* Central CT Health District CSS */

   
/* default styles
   -------------- */
  
body {
	padding: 0;
	margin: 0;
	font: 0.8em/1.2em "Lucida Grande", "Lucida Sans Unicode", Lucida, Verdana, sans-serif;
	background: #fff url(../pix/bkg_drk_stripe.jpg) repeat-y scroll center top;
}

a {
	color: #365FB7; 
	background: inherit;
}

a:hover {
	background: inherit;
	text-decoration: none;
}


h1 {
	font: bold 1.8em "Lucida Grande", "Lucida Sans Unicode", Lucida, Verdana, sans-serif;
	margin: 5px 0 0;
	color: #000;
	background: inherit;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0px;
}

h1 a:hover, h2 a:hover {
	color: #C3593C;
	background: #FFF;
}

h2 { 
	margin: 0 0 5px 0; 
	padding: 0; 
	font: bold 1.5em "Lucida Grande", "Lucida Sans Unicode", Lucida, Verdana, sans-serif;
	color: #000; 
	background: inherit;
}


h3 {
	padding: 0;
	font: bold 1.2em "Lucida Grande", "Lucida Sans Unicode", Lucida, Verdana, sans-serif;
	color: #000;
	background: inherit;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
h4 {
	padding: 0;
	font: bold 1.1em "Lucida Grande", "Lucida Sans Unicode", Lucida, Verdana, sans-serif;
	color: #808080;
	background: inherit;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}
p {
	line-height: 150%;
	margin: 0 0 20px;
}

p.intro {
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
}

.emergencyTitle {
	color: #F00;
	font-weight:bold;
}

.standardTitle {
	font-weight:bold;
}
ul { 
	margin: 0; 
	padding : 0; 
	list-style : none; 
}
.breadcrumbs {
	margin-top: 8px;
}
.imageMain {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.imageSubLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;

}
.imageSubRight {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.photoCaption {
	color: #333;
	font-size: .8em;
}

/* layout
   ------ */

.content { 
	margin: 10px auto;
	width: 930px;
}

/* logo
   ------ */

.logo {
	float: left;
	width: 190px;
}

.logo img {
	border: none;
}

.flashcontent {
	text-align: center;
}

.flashcontent1 {
	text-align: center;
}

/* My Comment */

.header_right {
	float: right;
	width: 720px;
	height: 72px;
}

.top_info {
	padding: 0 5px 15px 0;
	text-align: right;
	margin-bottom: 5px;
	border-bottom: 1px dashed #ccc;
}

/* My Comment */
.top_info a {
	color: #365FB7 ;
	text-decoration: none;
}
.top_info a:hover {
	text-decoration: underline;
}

.bar {
	font-size: 1.2em;
	height: 35px;
	padding-bottom: 5px;
	text-align: right;
	padding-top: 5px;
}

.bar li { 
	padding: 0px 8px 8px;
	background: #FFF;
	display: inline;
	}
	
.bar li.active { 
	background: #fff;
    color: #666;
	padding-bottom: 6px;
}

.bar a { 
	color: #000000; 
	background: inherit;
	text-decoration: none;
} 
.active a { 
	color: #666; 
	background: inherit;
	text-decoration: none;
} 
.bar a:hover {
	color: #365FB7;
	text-decoration: underline;
}

.search_field { 
	text-align: right;
	float: right;
	width: 690px;
	height: 38px;
	background: #365FB7 url(../pix/searchbg.gif) no-repeat top right; 
	color: #000;
	clear: both;
	padding: 10px 10px 0 0;
	vertical-align: middle;
}

.search_field img{
	margin-top: 5px;
}
.search_field a {
	color: #fff;
	font-weight: bold;
}

.search {
	font-size: 1.2em;
	font-weight: bold;
	color: #FFF;
	background: inherit;	
}

.formsApps {
	float: left;
	height: 33px;
	padding: 15px 0 0 40px;
	width: 188px;
	background: #5E7FC5 url(../pix/formsbg.gif) no-repeat;
	color: #FFF;
	margin: 0 0 3px 0;
}
.formsApps a {
	color: #fff;
	text-decoration: none;
	background: none;
}
.formsApps a:hover {
	text-decoration: underline;
}
.subheader {
	clear: both;
	background: #f4f4f4;
	color: #808080;
	border-bottom: 1px solid #ccc;
	margin-top: 3px;
	margin-right: 0;
	margin-left: 0;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
}
.subheader {
	color:#666;
}

/* left side
   --------- */

.left {
	float: left;
	width: 640px;
	margin: 0 0 10px 0;
}

.highlight {
	float:left;
	width:310px;
	margin:0;
	padding-left: 0;
	padding-right: 0;
}
.highlight img {
	border: none;
}
.highlight h3 {
	font-size:1em;
	color:#5A2111;
	line-height:1.2;
	margin: 0 0 8px 6px;
	padding:0;
	}
.highlight .img {
	background: #fff url(../pix/highlight_bkg.gif) no-repeat left top;
	width:86px;
	height:86px;
	text-align:center;
	float: left;
	margin-bottom: 25px;
	margin-right: 15px;
	padding-top: 5px;
}
.highlight p {
	line-height:1.4;
	font-size:.9em;
	margin:0 0 0 5px;
	padding:0 6px 0 0;
	}
	
.highlight a {
	color: #365FB7;
} 

.twoColumn {
	float:left;
	width:310px;
	margin:0;
	padding-left: 0;
	padding-right: 0;
}
.twoColumn img {
	border: none;
}

.threeColumn {
	float:left;
	width:200px;
	margin:0;
	padding-left: 0;
	padding-right: 0;
}
.threeColumn img {
	border: none;
}


/* highlight column margins */
.col1 {
	margin-right:15px;
}

.col3 {
	margin-left:15px;
}



.dates {
	clear: both;
	width: 930px;
	
	
}

/* My Comment */
.dates h3 {
	color: #2b4872;
}



.location {
	float:left;
	width:230px;
	margin:0;
	padding-left: 0;
	padding-right: 0;
}
.location img {
	border: none;
}
.location h3 {
	font-size:1em;
	color:#5A2111;
	line-height:1.2;
	margin: 0 0 8px 6px;
	padding:0;
	}
.location .img {
	background: #fff url(../pix/highlight_bkg.gif) no-repeat left top;
	width:86px;
	height:86px;
	text-align:center;
	float: left;
	margin-bottom: 25px;
	margin-right: 15px;
	padding-top: 5px;
}
.location p {
	line-height:1.4;
	font-size:.9em;
	margin:0 0 0 5px;
	padding:0 6px 0 0;
	}
	
.location a {
	color: #365FB7;
} 


.dividerBar {
	border-bottom-width: 1px;
	border-bottom-color: #ccc;
	margin-top: 5px;
	margin-bottom: 10px;
}


/* right side
   ---------- */
		
.right {
	float: right;
	width: 265px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-top: 25px;
	padding-left: 20px;
}

.programRight {
	float: right;
	width: 265px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 20px;
}

.right p {
	line-height: 120%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}


/* center
   --------- */

.center {
	float: left;
	width: 930px;
	margin: 0 0 10px 0;
}

/* blockquote
   ---------- */

blockquote {
	line-height: 1.8em;
	max-width: 214px;
    background: url(../pix/rs-right.jpg) right repeat-y  }
blockquote::before {
    display: block;
    line-height: 0;
    background: url(../pix/rs-topright.jpg) top right no-repeat;
    content: url(../pix/rs-topleft.jpg) }
blockquote::after {
    display: block;
    line-height: 0;
    background: url(../pix/rs-bottomright.jpg) bottom right no-repeat;
    content: url(../pix/rs-bottomleft.jpg) }
blockquote ul {
	list-style-type: disc;
	list-style-image: url(../pix/bullet.gif);
	list-style-position: inside;
	margin-left: 0;
	padding-left: 1.4em;
	margin-bottom: 10px;
}
blockquote a:hover {
	color: #365FB7;
	text-decoration: none;
}
blockquote h4 {
	padding: 0 0 4px;
	color: #808080;
	background: inherit;
	margin-left: 1.2em;
}


/* footer
   ------ */

.footer {
	clear: both;
	text-align: left;
	line-height: 1.2em;
	color: #000;
	background-color: #FFF;
	background-image: url(../pix/footer_PublicHealth_bkg.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 10px;
}
.footer a { 
		color: #365fB7; 
		background: inherit;
	text-decoration: none;
} 
.footer a:hover {
	text-decoration: underline;
}
.footerimage {
	float: left;
	margin: 5px 10px 15px 0;
	padding-top: 5px;
}
.footerNav {
	height: 20px;
	margin-bottom: 20px;
	background: url(../pix/footNav_bkg.jpg) repeat-x;
	padding-top: 15px;
}
.footerNav li {
	background: #FFF;
	display: inline;
	border-left: 1px solid #cacaca;
	padding: 0px 10px 0;
}
	
.footer li.active { 
	color: gray;
}
.footer li.active a { 
	color: gray;
}
.footerAdress {
	margin-top: 15px;
}
.copyright {
	color: #999;
	clear: both;
}
.noEvent {
	color: #666}