@charset "utf-8";
*,h1,h2,h3,h4,h5,h6,p {
	margin: 0;
	padding: 0;
}

/*	HTML FONTS
=======================*/
body {font-family: Arial, Helvetica, sans-serif;}
h1,h2,h3,h4,h5,h6 {font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;}
#cima-header {font-size: 10px;}
#cima-footer {font-size: 9px;}
/*	HTML COLORS
=======================*/
body {background:#96D4DA url(../images/site/body-bg.jpg) repeat-x center top;color:#333;}
#cima-header a {color: #009889;}
#cima-header .emergency {color: #C00;}
#cima-header .central {color:#006A60;}
#cima-header .email-color {color:#333;}
#cima-content a:link, #cima-content a:visited {color: #009889;}
#cima-content a:hover, #cima-content a:active {color: #333;}

#cima-left-menu a:hover, #cima-left-menu a:active { color: #FA0; text-decoration: none; !important}

#cima-footer a:link, #cima-footer a:visited {color: #333;}
#cima-footer a:hover, #cima-footer a:active {color: #000;}

/*	HTML STYLES
=======================*/
a {text-decoration: none;}
a:hover {text-decoration: underline;}
img { border: none;}

/*	SITEWIDE CLASSES
=======================*/
.screen-reader {
	display: block;
	height: 1px;
	left: -20000px;
	overflow: auto;
	position: absolute;
	top: auto;
	width: 1px;
}
.clear {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
}
.site-center {
	margin: 0 auto;
	width: 946px;
}
.site-center-narrow {
	margin: 0 auto;
	width: 920px;
}
.site-center-wide, .site-center-header {
	margin: 0 auto;
	width: 956px;
}
/*	SITE HEADER
=======================*/
#cima-header {
	background: url(../images/master/header-bg.png) no-repeat center bottom;
	height: 85px;
	margin: 10px auto 0 auto;
	position: relative;
}
	#cima-header .logo-set img { padding: 20px 0 0 25px;}
#cima-header-quick {
    font-size: 12px;
	height: 20px;
	position: absolute;
	right: 15px;
	top: 50px;
}
	#cima-header-quick ul, #cima-header-quick ul li {display: block;}
	#cima-header-quick ul li {
		float: left;
		line-height: 20px;
		width: 150px;
	}
	#cima-header-quick ul li img {margin-right: 5px;}
	#cima-header-quick .home {width: 70px;}
	#cima-header-quick .emergency {width: 240px;}
	#cima-header-quick .central {width: 210px;}
	#cima-header-quick .email {width: 180px;}
	#cima-header-quick a {text-decoration: none;}

/*#cima-header {
	background: url(../images/master/header-bg.png) no-repeat center bottom;
	height: 85px;
	margin: 10px auto 0 auto;
	position: relative;
}
	#cima-header .logo-set img { padding: 20px 0 0 25px;}
#cima-header-quick {
	height: 20px;
	position: absolute;
	right: 100px;
	top: 50px;
}
	#cima-header-quick ul, #cima-header-quick ul li {display: block;}
	#cima-header-quick ul li {
		float: left;
		line-height: 20px;
		width: 150px;
	}
	#cima-header-quick ul li img {margin-right: 5px;}
	#cima-header-quick .home {width: 70px;}
	#cima-header-quick .emergency {width: 170px;}
	#cima-header-quick .central {width: 160px;}
	#cima-header-quick .email {width: 150px;}*/

/*	HERO STYLE
-----------------------*/
#cima-hero {position: relative;}
#cima-hero .hero-top-curve, #cima-hero .hero-bottom-curve {
	height: 20px;
	left: 0px;
	position: absolute;
	width: 956px;
}
#cima-hero {
	background: url(../images/home/hero-center.png) repeat-y center center;
	width: 956px;
}

#cima-hero-flash {margin-left: 20px;}

#cima-hero .hero-top-curve { background: url(../images/home/hero-top.png) no-repeat center bottom; top:-20px;}
#cima-hero .hero-bottom-curve { background: url(../images/home/hero-bottom.png) no-repeat center top; bottom: -20px;}

/*	SITE FOOTER
=======================*/
#cima-footer {
	background: url(../images/site/footer-bg.png) no-repeat center top;
	height: 142px;
	line-height: 5;
	word-spacing: 1em;
}
	#cima-footer a {text-transform: uppercase;word-spacing: normal;}
	#cima-footer a:link, #cima-footer a:visited {text-decoration: none;}
	#cima-footer a:hover, #cima-footer a:active {text-decoration: underline;}



/*	SITE CONTENT
=======================*/
/*	CONTENT STYLE
-----------------------*/
#cima-content {
	background: url(../images/master/content-shadow.png) repeat-y center top;
}
#cima-content-bg {background: url(../images/home/hero-center.png) repeat-y center center;}
#cima-content .l-col, #cima-content .r-col {float: left;}
#cima-content .l-col {
	margin: 10px 0px 0 20px;
	width: 288px;
}
#cima-content .r-col {
	margin: 54px 0 70px 0;
	width: 616px;
}

#cima-right-content { margin: 10px 0 20px 0;}

/* CONTENT BOX STYLE
-----------------------*/
#cima-right-content .content-container {
	background: url(../images/contentbox/content-bg.png) repeat-y left center;
	margin: 0;
	min-height: 300px;
	position: relative;
}
#cima-right-content .content-container, #cima-right-content .content-container h2, #cima-right-content .content-footer {width: 616px;}
#cima-right-content .content-container h2, #cima-right-content .content-footer {
	left: 0;
	position: absolute;
}
#cima-right-content .content-container h2 {
	background: url(../images/contentbox/content-header.png) no-repeat left top;
	color: #666;
	font-size: 14px;
	font-weight: normal;
	height: 44px;
	line-height: 55px;
	text-indent: 20px;
	text-transform: uppercase;
	top: -44px;
}

#cima-right-content .content-footer {
	background: url(../images/contentbox/content-footer.png) no-repeat left top;
	height: 49px;
	bottom: -49px;
}
#cima-right-content .content-box {margin: 0 7px 0 10px;}

/*	CONTENT BREADCRUMB
-----------------------*/
#content-breadcrumb, .content-breadcrumb {
	background: #FFEFAE;
	display: block;
	font-size: 11px;
	height: 24px;
	line-height: 24px;
	padding-left: 20px;
	margin-left: 0;
}
#content-breadcrumb li, .content-breadcrumb span {
	display: inline;
	padding-right: 10px;
}
#content-breadcrumb a:link, #content-breadcrumb a:visited, .content-breadcrumb a:link, .content-breadcrumb a:visited {
	color: #333;
	text-decoration: none;
}
#content-breadcrumb a:hover, #content-breadcrumb a:active, .content-breadcrumb a:hover, .content-breadcrumb a:active {
	color: #333;
	text-decoration: underline;
}

/*	CONTENT MENU STYLE
-----------------------*/
#cima-left-menu {
	margin: 10px 0 20px 0px;
}
	#cima-left-menu h2.menu-title {
		background: url(../images/sidemenu/menu-header.png);
		color: #005B5A;
		color: #666;
		font-size: 14px;
		font-weight: normal;
		height: 46px;
		line-height: 55px;
		text-indent: 20px;
		text-transform: uppercase;
		position: relative;
	}
	#cima-left-menu h2 .iconHome {
		position: absolute; 
		top: 1px; 
		right: 35px;
		font-size: 12px;
		text-transform: none;	 	 
	}

	#cima-left-menu h2 .iconHome img {
		position: absolute;
		top: 17px; 
		right: 35px;	
	}

	#cima-left-menu h2 .iconHome a {
		color: #0d8380;
		background: url(../images/site/icon-home.png) no-repeat 5px -1px;
		padding-left: 30px;
	}

	#cima-left-menu h2 .iconHome a:active,
	#cima-left-menu h2 .iconHome a:hover {
		color: #FFF;
		background: url(../images/site/icon-home-white.png) no-repeat 5px -1px;
	}	
	#cima-left-menu .menu-content {
		background: url(../images/sidemenu/menu-bg.png) repeat-y center center;
		margin: 0 auto;
		width: 288px;
	}
	#cima-left-menu ul {
		margin: 0 auto;
		width: 265px;
	}
	#cima-left-menu ul li {
		list-style-type: none;
	}
	#cima-left-menu ul, #cima-left-menu ul li, #cima-left-menu ul li a {
		display: block;
		font-size: 14px;
		line-height: 2em;
		margin: 0 auto;
		padding: 0;
	}
	#cima-left-menu ul li a { border-bottom: 1px solid #CCC;text-indent: 10px;}
	#cima-left-menu .menu-footer {
		background: url(../images/sidemenu/menu-footer.png) no-repeat center top;
		height: 55px;
		width: 288px;
	}

/* PROMO STYLE
-----------------------*/
#cima-left-menu .promo-container {
	background: url(../images/promobox/promo-bg.png) repeat-y left center;
	margin: 15px 0;
	position: relative;
	margin-bottom: 25px;
}
	#cima-left-menu .promo-top, #cima-left-menu .promo-bottom {
		height: 18px;
		left: 0;
		position: absolute;
		width: 285px;
	}
	#cima-left-menu .promo-top {
		background:  url(../images/promobox/promo-top.png) no-repeat left bottom;
		top: -18px;
	}
	#cima-left-menu .promo-bottom {
		background: url(../images/promobox/promo-bottom.png) no-repeat left top;
		bottom: -18px;
	}
	#cima-left-menu .promo-box {
			background: #E6E6E6;
			border: none;
			margin: 0 18px 0 15px;
			min-height: 25px;
	}
	

/*	OVERLAY STYLE
-----------------------*/
.overlay {
	/*left: 380.5px; 
	position: fixed;
	top: 96px;*/
	width: 400px;/*
	z-index: 100001;*/
}
    .overlay-header {
	    background: url(../images/overlay/overlay-header.png) no-repeat center top;
	    color: white;
	    font-size: 14px;
	    height: 26px;
	    line-height: 24px;
	    position: relative;
	    text-indent: 10px;
    }
    .overlay-content {
	    background: url(../images/overlay/overlay-bg.png) repeat-y center top;
	    min-height: 100px;
	    position: relative;
    }
        a.overlay-close {
	        background: url(../images/overlay/overlay-close75.png) no-repeat;
	        display: block;
	        height: 33px;
	        position: absolute;
	        right: -10px;
	        text-decoration: none;
	        top: -36px;
	        width: 32px;
        }
        a.overlay-close:link, a.overlay-close:visited {
	        background-position: right top;
        }
        a.overlay-close:hover, a.overlay-close:active {
	        background-position: left top;
        }
        .overlay-content .overlay-portrait {
	        float: right;
	        margin: 10px;
        }
        .overlay-content p.overlay-position, .overlay-content p.overlay-phone,
        .overlay-content p.overlay-link, .overlay-content p.overlay-text {
	        margin: 0 10px;
        }
        .overlay-content p.overlay-position {
	        font-size: 13px;
	        font-weight: bold;
	        padding: 10px 0 0 0;
        }
        .overlay-content p.overlay-phone,.overlay-content p.overlay-text,
        .overlay-content p.overlay-link {
	        font-size: 12px;
	        padding: 5px 0 0 0;
        }
		
		.overlay-content p {
			text-align: left !important;
		}

        .overlay-content ul {
	        border-top: 1px solid gray;
	        clear: both;
	        display: block;
	        margin: 10px 10px 0 10px;
	        padding: 0;
	        text-align: center;
        }
        .overlay-content ul li {
	        display: inline;
	        line-height: 20px;
	        margin: 0;
	        padding: 0 25px 0 0;
        }
    .overlay-footer {
	    background: url(../images/overlay/overlay-footer.png) no-repeat center top;
	    display: block;
	    height: 5px;
    }

/*	CONTENT - RIGHT COL
=======================*/
#cima-right-content p
{
	font-size: 12px;
	line-height: 18px;
	padding: 10px 20px 5px 20px;
	text-align: justify;
}
#cima-right-content .sample8 img {
	border: none;
	padding: 5px 6px 6px;
	background: url(../images/content/round-bg.gif) no-repeat;
}

#innerContent 
{
	margin-bottom: 70px;
}

/* RELATED LINKS
-----------------------*/
#relatedLinks
{
	color: #333;
	font-size: 11px;
	padding-left: 10px;
	text-align: left;
	position: absolute;
	bottom: 0;
}
#relatedLinks ul
{
	margin: 3px 0 0 10px;
	padding: 0px 0px 0px 10px;
	width: 550px;
}
#relatedLinks li
{
	background-repeat: no-repeat;
	border-right: solid 1px black;
	font-size: 11px;
	color: #333;
	float: left;
	height: auto;
	list-style-type: none;
	margin-top: 1px;
	padding-right: 10px;
	text-indent: 10px;
	white-space: nowrap;
	width: auto;
}
#relatedLinks a
{
	color: #06c;
}

#relatedLinks a:hover
{
	text-decoration: underline;
}

#relatedLinks a:active
{
	text-decoration: underline;
}

/*	CONTENT - RIGHT COL
=======================*/

#content-rights 
{
	margin: 10px 20px;
}
/*#content-rights ol {margin: 0;}*/
#content-rights ol li {margin-left: 20px;}
#content-rights ol li ol li {margin-left: 30px;color: #555;}

#accordion-container { margin: 20px;}
#accordion-container  .accordionHeader a:link, #accordion-container  .accordionHeader a:visited,
#accordion-container  .accordionHeader a:hover, #accordion-container  .accordionHeader a:active {color: white;}
