/* Tag specific rules 
*******************************************************************************/
* {
	/* set even playing field for all browsers */
	margin : 0;
	padding : 0;
}
/* for all browsers that understand min-width */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	/* decimal fontsize fixing font resizing bug in IE5/6 */
	font-size : 100.01%;
	padding : 0;
}
blockquote{margin-left:15px;}
img {border: 0;}
a {color: #001c84; text-decoration: underline;}
a:hover {color: #000;}
a:visited {color: #000;}
a:focus {text-decoration: underline;}
h1 {margin-bottom : 0.6em; font-size: 1.2em; color: #000 ; font-weight: bold;}
h2,h3,h4,h5,h6 {color: #000;}
h2 {font-size: 1.2em; font-weight: bold;margin-top:0.6em}
h3 {font-size: 1em; font-weight: bold;margin:12px 0px 1em 0;}
h4 {font-size: 1em; font-weight: normal;}
p {margin : 1em 0 1em 0;}
ol,ul {margin: 0 0 1em 0em; }
ul li {}
ol li {}
table {
	border-collapse : collapse;
	border : 0;
	margin : 0 0 0 0;
}

input,select,textarea {
	font-size : 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding:2px;
}

/* page wrapper
*******************************************************************************/
#cim_page-wrapper {
	/* set global base font size for entire page */
	font-size: 80.01%;
	position : relative;
	background-image:url(../images/cahHeadBkg.gif);
	background-repeat: repeat-x;
	min-width: 780px;
}
#cim_skip-content 
{
	position:relative;
	text-align: right;
	font-size: 0.75em;
	margin-right: 10px;
	padding-top: 2px;
	z-index: 1000;
}
#cim_skip-content a {
	text-decoration: none;
	color: #000;
}
#cim_skip-content a:hover, #cim_skip-content a:focus {
	text-decoration:underline;
}

/* Header 
*******************************************************************************/
#cim_header {
	position : relative;
	margin-bottom : 1px;
	font-size : 0.85em;
	min-height : 85px;
}
* html #cim_header {height : 85px;}
#cim_header #cim_header-left {
	margin-right : 160px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight : bold;
	padding : 0 0 0 88px;
	/* the width wraps the text; remove the declaration when using a house banner */
	width: 380px;
	height:85px;
	background-image:url(/doh_internet/cah/images/coat_of_arms.gif);
	background-repeat:no-repeat;
	background-position:5px 0px;
}
#cim_header-left img {position : absolute; left : 20px; top : 1px;}
div.state 
{
	float:left;
	display: block;
	width:185px;
	height: 35px;
	position:relative;
	left : 10px; top : 20px;
	Z-INDEX:900;	
}
div.department 
{
	float:left;
	width:200px;
	height:19px;
	position : absolute; left : 94px; top : 59px;
	Z-INDEX:901
}
div.unit 
{
	float:left;
	width:190px;
	height:19px;
	position : absolute; 
	left : 93px; top : 57px;
	Z-INDEX:901;
}
.state a,.department a, .unit a
{
display: block;
height: 100%;
width: 100%;
}
#cim_dept-logo {
	position : absolute;
	right : 10px;
	top : 14px;
}
#cim_house-banner 
{
	/*background-image:url(../images/header/banner.gif);*/
	position: absolute;
	margin-left:370px;
	width:380px;
	height:98px;
	top: 0em;
	z-index:1;
}
#cim_header-left a{
	text-decoration:none;
}

/* tools - search, links etcs
*******************************************************************************/
#cim_tools {
	background-color : #285895;
	font-size : 0.75em; font-weight : bold ;
	color : white;
	height : 2.2em;
	padding : 4px 10px 3px 10px;
	/*clear : both;*/
}
* html #cim_tools {height : 2.3em;} 
*:first-child+html #cim_tools {height : 2.3em;} 

#cim_tools a {color : white; text-decoration : none;}
#cim_tools a:hover, #cim_tools a:focus {text-decoration : underline;}
#cim_tools input {
	border : 1px solid #d7e2fc;
	vertical-align : middle;
	padding : 1px 0 2px 0;
}
#cim_tools input.go, #cim_tools input.SrchBtn{
	border : none !important;
	width : 22px;
	height : 20px;
	padding : 0;
	
}
#cim_tools div.links {float : left; line-height : 1.8em;}
#cim_tools div.search {float : right; line-height : 1.8em;}

/* top navigation
*******************************************************************************/
#cim_top-nav {
	/*clear: both;*/
	border: none;
	font-size : 0.85em;
	position : relative;
	height : 45px;
	z-index : 110;
	background-image:url(../images/cahNavButton.gif);
	background-repeat: repeat-x;
	min-width: 780px;
	top:-1px;
	padding:0 !important;
	margin-top:0px !important;
}
#cim_top-nav ul {
	padding : 0; 
	margin : 0; 
	list-style-type: none;
}
#cim_top-nav ul li {
	list-style-type: none;
	float : left;
	position : relative;
	padding : 0;
	margin : 0;
}
#cim_top-nav ul ul {
	display : none;
	position : absolute;
	top : 40px;
	left : -1px;
	border-top:none;
	border-bottom: 1px solid #FF6600;
	border-left:1px solid #FF6600;
	border-right:1px solid #FF6600 !important;
	margin-top: 0px;
}
#cim_top-nav ul li li {
	font-size : 1em;
	display : block;
	float : none;
	border-right: 1px solid white;	
	border-left: 1px solid white;
	}
#cim_top-nav li a {
	display : block;
	margin : 0;
	padding : 6px 0px 6px 0px;
	text-decoration : none;
	color: #001c84;
}
#cim_top-nav li a.highlight{
	color: #FFF;
	background-image:url(../images/cahNavButtonHL.gif);
	background-repeat: repeat-x;
	height:28px;
}

#cim_top-nav li a:hover, #cim_top-nav li a:focus {
	background-color : #FFF !important;
	color : #001C84;
	/*font-weight : bold;*/
	/*height: 28px;*/
	background-image: none;
}
#cim_top-nav li li a {
	display : block;
	background-color : #fff;
	padding : 6px 4px 6px 6px;
	text-align: left;
	color : #001C84;
	margin: 0px;
	border-bottom: solid 1px #fff;
	/*border-right:1px solid #003B51 !important;*/
}
#cim_top-nav li li a:hover, #cim_top-nav li li a:focus {
	background-color : #DFE6EF !important;
	color : #001C84;
	font-weight : normal;
}
/* top-nav variable width classes
over-rides set fixed width for drop-downs */
#cim_top-nav li li {
	width: 212px ;
	height:auto;
	line-height:normal;
	/*border-right:1px solid #003B51 !important;*/
}
#cim_top-nav li li a {
	width : 202px ;
	height:auto;
}
#cim_top-nav ul li.menu-item1 {width: 60px; height: 40px;
	background-image:url(../images/cahNavButton.gif);
	background-repeat: repeat-x;
	text-align: center;
 line-height: 2em;	
	border-right: 1px solid #285895;
	border-left: 1px solid #285895;
}
#cim_top-nav li.menu-item3{width: 117px; height: 40px;
	background-image:url(../images/cahNavButton.gif);
	background-repeat: repeat-x;
	text-align: center;
	border-right: 1px solid #285895;
	border-left: 1px solid #285895;
}
#cim_top-nav li.menu-item4{width: 123px; height: 40px;
	background-image:url(../images/cahNavButton.gif);
	background-repeat: repeat-x;
	text-align: center;
	border-right: 1px solid #285895;
	border-left: 1px solid #285895;
}
#cim_top-nav li.menu-item2
{width: 104px; height: 40px;
	background-image:url(../images/cahNavButton.gif);
	background-repeat: repeat-x;
	text-align: center;
	border-right: 1px solid #285895;
	border-left: 1px solid #285895;
}
#cim_top-nav li.menu-item5
{	width: 135px; height: 40px;
	background-image:url(../images/cahNavButton.gif);
	background-repeat: repeat-x;
	text-align: center;
	border-right: 1px solid #285895;
	border-left: 1px solid #285895;
}
#cim_top-nav li.menu-item6
{	width: 124px; height: 40px;
	background-image:url(../images/cahNavButton.gif);
	background-repeat: repeat-x;
	text-align: center;
	border-right: 1px solid #285895;
	border-left: 1px solid #285895;
}
#cim_top-nav ul li.menu-item7 
{	width: 103px;height: 40px;
	background-image:url(../images/cahNavButton.gif);
	background-repeat: repeat-x;
	text-align: center;
	border-right: 2px solid #285895 !important;
	border-left: 1px solid #285895;
	/*border-right : 2px solid #B0C8A2 !important;*/
}
#cim_menu{width:785px;}
/* content wrapper
*******************************************************************************/
#cim_content-wrapper {
	/* creates fake left column background image */
	/* background: transparent url(../images/bg_left_col.gif) 0 0 repeat-y; */
	 clear : both;
}

/*home page only */
#border{
	border-top: 1px solid #285895;
	border-right: 1px #285895 solid;
	border-bottom: 1px #285895 solid;
}


/*home page only End */
/* left column (secondary navigation)
*******************************************************************************/
#cim_left-col {
	font-size : 0.85em;
	width : 170px;
	margin-left : 0px;
	position : relative;
	z-index : 49;
	top:5px;
	/*border-right : 1px solid green;*/
}
* html #cim_left-col {height: 1%;}
/* first level items */
#leftnavwrapper {border-right : 1px solid #285895;
	border-top: 1px solid #285895;
	/*border-bottom: 1px solid #77AD1C;*/
	width : 170px;
	margin-left : 0px;
	position : relative;
	}
* html #leftnavwrapper {height: 1%;}	
#cim_left-col ul {
	list-style-type : none;
	padding : 0;
	margin : 0;
	zoom: 1;
	/*border-right : 1px solid green;*/
}
#cim_left-col ul ul{
	list-style-type : none;
	padding : 0;
	margin : 0;
	/*border-right : none;*/
}
#cim_left-col li {
	list-style-type : none;
	margin : 0;
	background : url(../images/cahLeftMenu.gif) repeat-x;
	border-bottom : 1px solid #285895;
}

#cim_left-col li li{
	list-style-type : none;
	margin : 0;
	background : none;
	border: none;
}
#cim_left-col li li a{color:#001c84}
#cim_left-col a 
{
	color:#001c84;
	display : block;
	padding: 4px 16px 4px 6px;
	width : 146px;
	\width : 170px;
	w\idth : 146px;
	text-decoration : none;
	border: solid 1px white;
}
#cim_left-col a:hover, #cim_left-col a:focus {
	color : white;
	background : #285895;
	border: solid 1px white !important;
}
#cim_left-col a.arrow {
	background: url(../images/arrow_bl.gif) 160px 50% no-repeat;
}
#cim_left-col a.arrow:hover, #cim_left-col a.arrow:focus {
	background: #285895 url(../images/arrow_w.gif) 160px 50% no-repeat;
	border: solid 1px white !important;
}
/* first level EXPANDED items */
#cim_left-col li.highlight {background-color : white;}
#cim_left-col li.highlight a {
	background : transparent;
	font-weight : bold;
}
#cim_left-col li.highlight li a.highlight {
	background : #D9F3FC !important;
	color: #001c84;
	font-weight : bold;
	
}
#cim_left-col li.highlight a:hover, #cim_left-col li.highlight a:focus {
	background : #D9F3FC;
	color : #002C95;
	/*text-decoration : underline;*/
}
#cim_left-col li a.highlight {
	background: #285895 !important;
	color: white;}
#cim_left-col li.highlight a.arrow {
	background: #285895 url(../images/arrow_w_d.gif) 157px 50% no-repeat;
	border-bottom : 1px solid #285895;
	/*border-top: solid 1px white;*/
	color: white;	
	
}
#cim_left-col li.highlight a.arrow:hover, #cim_left-col li.highlight a.arrow:focus {
	background: #285895 url(../images/arrow_w_d.gif) 157px 50% no-repeat;
	color: white;
}

/* SECOND level items */
#cim_left-col li li.highlight a {font-weight : bold !important;}

#cim_left-col li li a {
	background-color : transparent;
	/*background-image : none !important;*/
	/*border : 0;*/
	font-weight : normal !important;
	padding : 4px 12px 4px 17px;
	width : 139px;
	\width : 170px;
	w\idth : 139px;
}
/* add on  */
#cim_left-col li.highlight li a.arrow, #cim_left-col li.highlight li.highlight li a.arrow{
	background : url(../images/arrow_bl.gif) 160px 50% no-repeat;
	border: none;
	color : #001c84;
}
#cim_left-col li.highlight li a.arrow:hover, #cim_left-col li.highlight li.highlight li a.arrow:hover{
	background : #D9F3FC url(../images/arrow_bl.gif) 160px 50% no-repeat;
	color : #002C95;
	border: none !important;
}

#cim_left-col li li a:hover, #cim_left-col li li a:focus 
{	/*background-image : none;*/
	background : #D9F3FC;
	color : #002C95;
}

/* THIRD level items */
#cim_left-col li li.highlight li a {font-weight : normal !important;}
#cim_left-col li li li a {
	padding : 4px 12px 4px 33px;
	width : 123px;
	\width : 170px;
	w\idth : 123px;
}
#cim_left-col li.highlight li.highlight a.arrow, #cim_left-col li.highlight li.highlight li.highlight a.arrow{
	background : url(../images/arrow_bl_d.gif) 157px 50% no-repeat;
	font-weight: normal !important;
	}
#cim_left-col li.highlight li.highlight a.arrow:hover{
	background : #D9F3FC url(../images/arrow_bl_d.gif) 157px 50% no-repeat;
	font-weight: normal !important;
	}
	
/* orange highlighting - due to the cascade, several rules need overriding */
#cim_left-col a.highlight {
	/*font-weight : bold !important;*/
	background:#D9F3FC !important;
	/*border-right : 1px solid green;*/
}



/* main body content
*******************************************************************************/
#cim_main-content {
	padding : 0px 10px 0em 10px;
	position : relative;
	margin-top: 6px;
	z-index : 5;
	/*background-color : green;*/
	font-size:0.85em;
}
* html #cim_main-content {height: 1%;}
td.main-content-middle 
{	/*padding:0 10px 0 10px;*/
	width: 100%;
	
}
#maintbl{position:relative;}
#cim_main-content h1{margin-bottom:12px;font-size:1.4em;}

.no-right-col {
	padding-right: 14px !important;
}
.no-right-col-search {
	padding-right: 14px !important;
	padding-left: 14px !important;
}

/* right column (used for related links, shortcuts, peripheral info, etc)
*******************************************************************************/
#cim_right-col {
	position : relative;
	/*font-size : 102%;*/
	font-size:0.85em;
	width : 170px;
	right : 0;
	top : 5px;
	padding-bottom:23px;
}
* html #cim_right-col {height: 1%;}
#Panel1
{
	position:relative;
}
* html #Panel1 {height: 1%;}	
#cim_right-col table{
	border: 1px solid #285895;
	border-right : none;
	background : url('../images/cahGradBkg.gif') repeat-x;
	width: 170px;	
	position : relative;
}
.tdAlignRight{ text-align:right; width:185px; vertical-align:middle;}

#cim_right-col th, #Feedback th, .test2 th{
	background :white url('../images/cahTHBkg.gif') repeat-x;
	/*idth: 170px;*/
	text-align: left;
	border-bottom: 1px solid #285895;
	color: #001c84;
	padding: 5px;
}
#cim_right-col td, .test td {
	padding-left: 5px;
	padding-top: 2px;
	padding-right:2px;
}	
#cim_right-col select{
	border : 1px solid #d7e2fc;
	margin:0px 0 4px 0;
	width : 136px;
}
#cim_right-col input.go {
	border : none;
	width : 22px;
	height : 20px;
	/*margin-top:3px;*/
	padding:0;
	position: relative;top:1px;padding: 0px;
}
* html #cim_right-col input.go{top:2px;}
#cim_right-col p, .test2 p{
	margin:0px;
	padding-bottom:9px;	
	line-height: 1.2em;
	font-size : 0.97em;
}
.CmsPhHomeHead{font-size: 85%; font-weight:bold;}
.test2 table#tbl_phone_numbers p{font-size : 70%;}
.test2 th{font-size : 70%;padding-left:0px;}
.test2 menu,  .test2 p{font-size:70%;}
.test2 table {border-bottom:solid 1px #285895;}
.test2 a {font-size:70%;}

#cim_right-col a.small{
	font-size : 0.90em;
	/*padding-bottom: 10px;*/
}
.header
{
	background: white url('../images/cahTHBkg.gif') repeat-x;
	padding:2px 0 2px 4px;
	margin:0 2px 0 2px;
	border:solid 1px #285895;
	color: #001c84;
}
.line_break{
	background : url('../../images/shared/dottedline.gif') repeat-x;
	padding:5px 0 0 0;
	height: auto;
}
p.bold, .test2 p.bold{
	padding-top:5px;
	font-weight : bold;
	padding-bottom:0px !important;
	}

/* bread crumbs
*******************************************************************************/
#cim_bread-crumbs {
	margin : 0; 
	padding: 0px 0 3px 8px; 
	font-size : 0.75em;
	/*border-bottom : 1px solid #d7e2fc;*/
	position : relative;
	color : #000;
	width: auto;
	/*background-color:Aqua;*/
}

#cim_bread-crumbs a {text-decoration : underline;color : #000;}
#cim_bread-crumbs a:hover, #cim_bread-crumbs a:focus {text-decoration : underline;}
#cim_bread-crumbs img{position:relative; top:2px;}

/* footer
*******************************************************************************/
#footer_menu {
	clear: both;
	margin-top: 0px;
	padding: 3px 5px 5px 7px;
	/*background-color : #FFDAB7;*/
	background-color : #FFF9CA;
	color: #666;
}
#footer_menu a{
	text-decoration: none;
	color: #666;
	font-size: 0.8em;
}
#footer_menu a:hover{
	text-decoration: underline;
}
#cim_footer {
	/*background-color : #D2CCB8;
	position: relative;*/
	padding: 7px 7px 7px 7px;
	background-color: #FF8610;
	text-align: right;
}
#cim_footer .footer_content {
    	text-align: right;
        /*padding: 7px 10px 7px 10px;*/
    	z-index: 50
}
#cim_footer  { 
	font-size: 0.8em; 
	color: #333;
}
#cim_footer a{text-decoration : none;
	color:#333;
	}
#cim_footer a:hover, #cim_footer a:focus {text-decoration : underline;}

/* generic reusable classes
*******************************************************************************/
.clear-hidden {
	font-size : 1px; 
	line-height : 1px;
	/* Added in in desperation...width: 100%;*/
	width: 100%;
	/*clear: both !important;*/
	display: inline-block;
}
* html .clear-hidden  {height: 1%;}
.float-left {float : left;
	position: relative;
}
.float-right {float : right;
	position: relative;
}
div.function-icons {
	float : right;
	cursor : default;
	width:95px;
	text-align: right;
	padding:0;
}
div.function-icons .noscript {
	display:none;
}
div.function-icons .scriptAvailable {
	display:inline;
}
#cim_main-content #nswstyle_datelastupdated{
	font-size : 90%;
	float: left;
	color: #B2B2B2;
	padding-top: 5px;
	padding-bottom: 0px;
}
#middle_content p, .CmsPhNAH p{
	/*font-size: 0.85em;*/
	margin:2px 2px .05em 2px;
}
#middle_content div.line_break, .CmsPhNAH div.line_break{
	/*height:25px;	*/
	margin:20px 2px 15px 2px;
}
.tbl_right_och2 div.line_break
{	/*margin:5px 2px 5px 2px;*/
	background : url('../../images/shared/dottedline.gif') 0 50% repeat-x;
	padding-top: 5px;
	height: 5px;

}
table.tbl_right_och2 td{padding-top: 5px !important; padding-bottom: 5px !important;}
/* add ons from old styles*/
menu {
font-size:1em;
list-style-image:url(/doh_internet/Images/Headings/arrow_grey.gif);
margin:0px;
padding:5px 0px 5px 16px;
}
menu li{padding:2px 0px 2px 0px;}
#Placeholder_Content ol li, .test ol li, .CmsPhNAH ol li{margin-left: 7px;}
#Placeholder_Content ul, #Placeholder_Content ol, .CmsPhNAH ul, .CmsPhNAH ol, .test ul, .test ol{margin-top: 1em;margin-left:17px;}
#Placeholder_Content p, .test p{margin: 0px;}
.test a, .test a:hover, .test a:visited,.CmsPhNAH a, .CmsPhNAH a:hover, .CmsPhNAH a:visited{color:#008AB8;}
.test, .CmsPhNAH{font-size:70%;}
.tblfeedback
{
	width: 100%;
	/*padding:10px;*/
	border: 1px solid #285895;
	font-size:1em;
	text-align:left;
	background : url('../images/cahGradBkg.gif') repeat-x;
}
.tblfeedback td{padding:2px 0 2px 5px;}

.SendButton{
	background:url(/doh_internet/cah/images/cahbtSend.gif) 0px 0px no-repeat;
	width:37px;
	height:20px;
	color: #fff;
	border: 0 none #fff;
	position:relative;
	left:209px;
	margin: 5px 0 5px 0;
	}
.Top_of_page,.Other_page,.On_this_page{
	position:relative; 
	display:block;
	cursor:hand;
	text-decoration:underline;
}
.Top_of_page{
	background:url(/doh_internet/Images/Headings/toTheTop.gif) no-repeat  0 4px;
	padding:0 0 0 12px;
	margin:12px 0 0 0; 
	}
.Other_page{
	background:url(/doh_internet/Images/Headings/otherPage.gif) no-repeat  4px 4px;
	padding:0 0 0 16px;
	margin:6px 0 0 0; 
	font-size:1em;	
}
.On_this_page{
	background:url(/doh_internet/Images/Headings/thisPage.gif) no-repeat  0px 4px;
	padding:0 0 0 12px;
	margin:2px 0 0 0; 
	font-size:1.1em;}
#sitemap{margin:10px 0 10px 40px;}
#sitemap a{font-size:.85em;}
DIR{
	padding:0 0 22px 18px;
	margin:4px 0 0 0; 
	/*font-size:1.1em;*/
	list-style-image:url(/doh_internet/Images/Headings/thisPage.gif);	
}
#searchextras {font-size:.85em;position:relative;top:-5px;float:right; width:auto;}
#searchextras a{color:#000; text-decoration:none; }
#searchextras a:hover{ text-decoration:underline;}	
.Date{
	color:#666666;
	font-size:.9em;
	margin:0 0 3px 0;
	position:relative;
	display:block;
	}
img.SearchPolButton
{
	margin:0 4px 4px 0;
}	
table.doh thead, table.doh th, table.doh td.doh_tbl_head {
	background :white url('../images/cahTHBkg.gif') repeat-x;
	text-align: left;
	border: 1px solid #285895;
	color: #001c84;
	padding: 5px;
	font-weight:bold;
}
table.doh {
	border: 1px solid #285895;
	background : url('../images/cahGradBkg.gif') repeat-x;
}
table.doh td {
	border:1px solid #285895;
	padding:4px;
}
img.imglanguage{padding-top:3px;}
#printFooter{visibility:hidden}
#searchpagehead
{
	 font-size:125%;
	 font-weight:bold;}
#quick
{
	padding-top:1px;
	vertical-align: middle;
}
#qa 
{
	FONT-SIZE:12px; 
	TEXT-TRANSFORM:uppercase;
	COLOR:aqua;
	POSITION:absolute;
	TOP:-10px;
	left: 350px;
	BACKGROUND-COLOR:red}

