/* CISSS Main Stylesheet */

/* Page Layout Styles ||||| */
body {
	margin:0;
	padding:0;
	font-size: 75%;
	text-align: center;
	font-family: arial,verdana,sans-serif;
	color: #666;
}

div.centredContent {
	margin: 0 auto;
	width: 720px;
	text-align: left;
}

div#content {padding-top:2em;}

div#firstColumn,div#secondColumn,div#thirdColumn {float:left;}

div#firstColumn {
	width: 20.9%;
	margin-right: 3%;
}

div#secondColumn {
	width: 75%;
	margin-bottom: 2em;
}
* html div#secondColumn {padding-left:0.1em;}

div#secondColumn.form {width: 51.2%;}

div#thirdColumn {width: 24.9%;}

div.pinkBlock {
	background-color: #f8ecfc;
	padding: 0.75em 1em 0.25em 1em;
	margin-bottom: 1em;
}

div.form div.pinkBlock p {padding-top: 0.5em;}

p.topPadding {padding-top: 0.75em;}

div.column1,
div.column2 {
	width: 16.5em;
	float: left;
}

div.column2 {width: 12em;}

img.childcare {float: right;}
/* Headers ||||| */
h1,h2 {
	font-size:190%;
	padding-bottom:0.5em;
	color: #0c53bc;
}

h2 {font-size: 150%;margin:0;}

div.pink h1,div.pink h2 {color: #ba5fd7;}

fieldset#localFilter h2,
div.form div.pinkBlock h2 {
	font-size: 140%;
	letter-spacing: -1px;
}

fieldset#localFilter h2 {margin-bottom: 0;}

div.green h1 {color: #5cc159;}

div.pinkBlock h2.floated {
	float: left;
	font-size: 130%;
}

/* Horizontal Bar |||||||||| */
 hr {
 	border: 0;
   	color: #f8ecfc;
	background-color: #f8ecfc;
	height: 0.8em;
}

/* Images ||||||||| */
div#thirdColumn img.map {
	margin-top: 5.75em;
	margin-left: 1em;
}

div#thirdColumn.moreTopPadding img.map {
	margin-top: 14em;
}

/* Links ||||| */
a {
	color: #0c53bc;
	text-decoration:none;
}

a:active, a:hover {
	color: #7900A2;
	text-decoration: underline;
}

div.link {margin-top: 1.25em;}

/* Tabbed Section |||||||| */
ul#tabbedLinks {border-bottom: 1px solid #b3b3b3;}

ul#tabbedLinks li {
	padding-right: 0.25em;
}

ul#tabbedLinks li a{
	display: block;
	padding: 0.25em 0.75em;
	border-left: 1px solid #b3b3b3;
	background: transparent url(../images/tab.gif) no-repeat right top;
	position: relative;
	bottom: -1px;
	color: #666;
}

ul#tabbedLinks li a:hover {
	background-image: url(../images/tab_sel.gif);
	text-decoration: none;
}

ul#tabbedLinks li.current a {
	background-image: url(../images/tab_sel.gif);
	color: #0c53bc;
	
	padding-bottom: 4px;
}

/* Blocked Links |||||| */
ul#blockLinks {margin-bottom: 1em;}

ul#blockLinks li {padding-right: 0.75em;}

ul#blockLinks li a {
	display: block;
	background: #ba5fd7 url(../images/white_arrow.gif) no-repeat 0.5em;
	padding: 0.25em 1em 0.25em 1.25em;
	color: #fff;
}

ul#blockLinks li.current a,
ul#blockLinks li a:active,
ul#blockLinks li a:hover {
	background-color: #7900a2;
}

/* Rounded Links ||||||||| */
div.roundedLinks a {
	width: 168px;
	float: left;
	display: block;
	background: #ba5fd7 url(../images/roundedlink_top.gif) no-repeat top;
	text-align: center;
	color: #fff;
	margin-right: 10px;
	margin-top: 15px;
	font-weight: bold;
}

div.roundedLinks a span {
	background: transparent url(../images/roundedlink_bottom.gif) no-repeat bottom;
	padding: 12px 8px;
	display: block;
}

div.roundedLinks a:hover {
	background-image: url(../images/roundedlink_top_hov.gif);
	background-color: #7900a2;
	color: #fff;
}

div.roundedLinks a:hover span {background-image: url(../images/roundedlink_bottom_hov.gif);}

div.roundedLinks a.lastnode {margin-right:0;}

div.greenLayout div.roundedLinks a {background: #5cc159 url(../images/roundedlink_top_g.gif) no-repeat top;}

div.greenLayout div.roundedLinks a:hover {background: #007500 url(../images/roundedlink_top_g_hov.gif) no-repeat top;}

div.greenLayout div.roundedLinks a span {background: transparent url(../images/roundedlink_bottom_g.gif) no-repeat bottom;}

div.greenLayout div.roundedLinks a:hover span {background: transparent url(../images/roundedlink_bottom_g_hov.gif) no-repeat bottom;}

/* Print Link |||||| */
div.printLink {
	float: right;
	background: transparent url(../images/print_icon.gif) no-repeat left;
	padding-left: 1.75em;
	padding-top: 0.25em;

}

div.printLink span {
	color: #0c53bc;
	cursor: pointer;
	background: transparent url(../images/blue_arrow.gif) no-repeat right;
	padding-right: 1em;
}

/* Back link */
p.backLink {margin-top: 0.75em;}
p.backLink a {
	background: transparent url(../images/blue_arrow_left.gif) no-repeat left;
	padding-left: 0.75em;
}
/* Housekeeping ||||| */
div#housekeeping {
	background-color: #0c53bd;
	padding: 0.5em 0 0.3em 0;
}

div#housekeeping .rightAligned {text-align: right;}

div#housekeeping .rightAligned ul {
	float: right;
}

div#housekeeping a {color: #fff;}

div#housekeeping a:active,
div#housekeeping a:hover {color: #8baee4;}

div#housekeeping ul li {
	background: transparent url(../images/housenav_sept.gif) no-repeat right;
	padding: 0 0.5em;
}

div#housekeeping ul li a {
	display:block;
	background-color: #0c53bd;
}

div#housekeeping span {
	color: #7bb8ef;
	padding: 0 0.5em;
	float: right;
}

span.textResize {
	position:relative;
	top: -3px;
}

.small {font-size:65%;}
.normal {font-size: 75%;}
.large {font-size: 82%;}
.largest {font-size:92%;}

a.small {font-size:85%;}
a.normal {font-size: 100%;}
a.large {font-size: 120%;}
a.largest {font-size:130%;}

a.small,
a.normal,
a.large,
a.largest {padding-left:0.1em;}

div#housekeeping a.small:hover,
div#housekeeping a.normal:hover,
div#housekeeping a.large:hover,
div#housekeeping a.largest:hover {
	text-decoration: underline;
	border-top: 1px solid #fff;
	color: #fff;
}

/* Header |||||| */
div#header {
	background-color: #8bc3fc;
}

div#header img.logo {
	float:left;
	margin-top: 1.5em;
}

div#header img.bannerImage {
	display: block;
	float: right;
}

/* Sub Navigation ||||| */

/* Level 01 */
div#firstColumn ul li.current,
div#firstColumn ul li {padding-bottom: 0.1em;}

div#firstColumn ul li span {
	background: transparent url(../images/pnav_bottom.gif) no-repeat left bottom;
	display: block;
	padding: 0.4em 0.4em 0.4em 0.9em;
}

div#firstColumn ul li a {
	background: #99ccff url(../images/pnav_top.gif) no-repeat left top;
	display:block;
	color: #0c53bc;
	font-weight: bold;
	width: 100%;
}

div#firstColumn ul li.current a,
div#firstColumn ul li a:active,
div#firstColumn ul li a:hover {
	background: #0c53bc url(../images/pnav_top_sel.gif) no-repeat left top;
	color: #fff;
	text-decoration: none;
}

div#firstColumn ul li.current a span,
div#firstColumn ul li a:active span,
div#firstColumn ul li a:hover span {
	background: transparent url(../images/pnav_bottom_sel.gif) no-repeat left bottom;
}

/* Homepage Panels ||||||||||||*/
div.homepanel {
	font-weight: bold;
	float:left;
	width: 263px;
	margin-bottom: 19px;
}

div#mainPanel h1,
div.homepanel h2,
div.homepanel h2 a {color: #fff;}

div.homepanel.purple h2 a:hover {color: #ead8ee;}

div.homepanel.green h2 a:hover {color: #cef0ca;}

div.homepanel h2 {padding: 9px 0 9px 22px;}

div.homepanel p {padding: 9px 12px 9px 24px;}

div.homepanel img {display: block;}

div#mainPanel h1 {
	background: #99ccff url(../images/blue_lcorner.gif) no-repeat left top;
	padding: 0.5em 1em 0 1em;
	margin-bottom: 0;
}

div#mainPanel {clear: both;}

div#mainPanel p {
	background: #99ccff  url(../images/blue_rcorner.gif) no-repeat right bottom;
	padding: 0 2em 1em 2em;
	font-weight: bold;
	color: #0c53bc;
	clear: left;
}

div.homepanel.purple {
	background: #ead8ee  url(../images/purple_corner.gif) no-repeat right bottom;
	margin-right: 13px;
	color: #7900a2;
}

div.homepanel.purple h2 {background-color: #ba5fd7;}

div.homepanel.green {
	background: #cef0ca url(../images/green_corner.gif) no-repeat right bottom;
	color: #007500;
}

div.homepanel.green h2 {background-color: #5cc159;}

/* Search Result Items |||||| */
div.listItem {
	background-color: #efeff1;
	margin-top: 1em;
	padding-bottom: 0.5em;
	padding: 0.5em;
}

div.listItem.alternate {background-color: #fff;}

div.listItem a.listHeading {
	font-weight: bold;
	font-size: 120%;
	
}
div.listItem p {padding-top: 0.5em;}

div.listItem a.moreLink {
	float: right;
	margin-top: -1em;
	background: transparent url(../images/blue_arrow.gif) no-repeat right;
	padding-right: 1em;
}

div.pager {
	text-align: right;
	padding-top: 1em;
	
}

div.pager a.current {
	background-color: #0c53bc;
	padding: 0 0.25em;
	color: #fff;
}

/* Provider Details ||||||| */
dl {
	padding:0;
	margin:0;
	margin: 1em;
	color: #000;
}

dl dt {
	padding: 0;
	margin: 0;
	float:left;
	font-weight: bold;
	width: 19em;
}

dl dd {
	padding: 0;
	margin: 0;
	margin-left: 20em;
}

dl dt,
dl dd {padding-bottom: 0.5em;}

/* Contact Details ||||||| */
div.otherDetails,
div.address {
	width:50%;
	float: left;
}

/* Sitemap Styles ||||||| */

div#sitemapColumn1,
div#sitemapColumn2 {
	float: left;
}

div#sitemapColumn1 {width: 45%;}

div#sitemapColumn2 {width: 55%;}

div#sitemapColumn1 h2,
div#sitemapColumn2 h2 {
	font-size: 130%;
	margin-bottom: 1em;
}

div#sitemapColumn1 ul,
div#sitemapColumn2 ul {}

div#sitemapColumn1 ul li,
div#sitemapColumn2 ul li {padding-bottom: 0.25em;}

div#sitemapColumn1 ul li ul li,
div#sitemapColumn2 ul li ul li {
	padding-bottom: 0;
	padding-left: 0.55em;
	background: transparent url(../images/blue_dash.gif) no-repeat left;
}

div#sitemapColumn2 strong {
	color: #000;
	padding-bottom: 0.2em;
	display: block;
}

div#sitemapColumn2 ul {margin-bottom: 0.75em;}
/* Footer ||||||| */
div#footer {
	clear: both;
	border-top: 1em solid #0c53bc;
	padding-top: 2em;
	position: relative;
}

div#footer img {
	float:left;
	margin-right: 2.5em;
}

div#footer p {color: #666;}

