/***********************************************/
/* inform.css                             */
/* Use with template maintemplate.dwt     */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Navy;
}

a{
	font-size: 12px;
	color: #006699;
	text-decoration: none;
}

a:link{
	font-size: 12px;
	color: #006699;
	text-decoration: none;
}

a:visited{
	font-size: 12px;
	color: #5C7A22;
	text-decoration: none;
}

a:hover{
	font-size: 12px;
	color: #990017;
	text-decoration: underline;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 18px;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 16px;
 color: #334d55;
 margin: 0px;
 }

h4{
 font-family: Arial,sans-serif;
 font-size: 14px;
 font-weight: normal;
 color: #8ED3D9;
 padding: 0px;
 font-weight: bold;
}

h5{
 font-family: Verdana,Arial,sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

ol{

 	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Navy;
	list-style: lower-roman inside;
}

ul{
   list-style-type: disc;
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Navy;
}

ul ul{
 list-style-type: square;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-family: Arial,sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #334d55;
}

.spacer { 
clear: both; 
} 

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

/***********************************************/
/* Masthead                                    */
/***********************************************/

#masthead{
	padding: 10px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	background-color: White;
}

/********** Top NYS Banner Styles ************/

 #banner {
     background-image : url(nysbanner.gif); 
     background-repeat : no-repeat; 
     width : 771px; 
     height : 54px; 
     padding-right: 0px; 
   }

/* The navlist is used for the top main menu.  */

#navcontainer{
	text-align: left;
}

#navcontainer ul
{
padding: 5px 5px 5px 10px;
margin: 0;
list-style-type: none;
background-color: #DDDCE2;
width: 98%;
font: normal 12px arial, helvetica, sans-serif;
text-align: right;
border-top: 1px solid Black;
border-bottom: 1px solid Black;
}

#navcontainer li { display: inline; }

#navcontainer li a
{
text-decoration: none;
background-color: #DDDCE2;
color: Black;
padding: 5px 10px 5px 10px;
border-left: 1px solid #DDDCE2;
border-right: 1px solid #DDDCE2;
}

#navcontainer li a:hover
{
background-color: #8E949C;
color: White;
border-left: 1px solid Black;
border-right: 1px solid Black;
}

/***********************************************/
/* Navigation Bar Left Side                    */
/***********************************************/

#navBar{
	width: 155px;
	margin: 0px;
	padding: 0px;
	background-color: White;
	margin-top: 5px;
	font-size: 12px;
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

#navBar h3 {
	font-size: 12px;
	background-color: #B0E0E6;
}

/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 12px;
}

#sectionLinks h3{
	
	padding: 3px 5px 3px 10px;
	font-size: 12px;
	color: Black;
	background-color: #ECECF0;
	font-weight: normal;
	}

#sectionLinks a {
	color: #005A88;
	display: block;
	padding: 5px 0px 5px 10px;
}

#sectionLinks a:link {
	color: #005A88;
	display: block;
	padding: 5px 0px 5px 10px;
}

#sectionLinks a:hover{
	background-color: #dddddd;
}

#subMenu{
	border-bottom: 1px solid #191970;
	border-top: 1px solid #191970;
	margin: 1px 1px 1px 1px;
	}
	
/***********************************************/
/* Main Content                                */
/***********************************************/

#content{
	margin: 5px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Navy;
	border: 1px solid #F6F6F6;
}

#content h2 { 
color: Black;
background-color: #C8D6E1;
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
padding: 2px 3px 4px 3px;
border: 1px solid #C5C5C5;
	}
	
#content h3 { 
background-color: #E2EBED;
color: #557BAC;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
padding: 4px 0px 4px 3px;
	}

#content h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #3787A0;
	padding: 5px 3px 5px 2px;
}

#content h5 {
	background-color: #E2EBED;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4B0082;
	padding-bottom: 3px;
	padding-top: 3px;
}

.imgleft{
	float: left;
	padding: 2px 3px 3px 3px;
}

.imgright{
	float: right;
	padding: 2px 5px 3px 5px;
}
	
/***********************************************/
/* Components                                  */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0 0 0 10px;
}

/*************** #pageName styles **************/

#pageName{
	margin: 0px;
	padding: 0px 0px 0px 10px;
	background-color: #B0E0E6;
}

/********** #siteInfo styles ************/

#siteInfo{
	clear: both;
	font-size: 12px;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	background-color: White;
	text-align: center;
	border-top-color: #cccccc;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #cccccc;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	}

#siteInfo img{
	padding: 4px 4px 4px 10px;
	vertical-align: middle;
}

/***********************************************/
/* Google Map Styles                           */
/***********************************************/

#google{
	font-size: 12px;
	color: #00008B;
	width: 300px;
	text-align: center;
}

#google h4{
	background-color: Silver;
	color: #00008B;
	font-size: 12px;
	padding-bottom: 2px;
	padding-top: 2px;
	margin: 0px 0px 0px 0px;
} 
/* Tooltip for Google Map */
.tooltip {
        background-color:White;
        font-weight:bold;
        border:1px Black solid;
		  font-size: 10px;
		  width: 150px;
		  padding: 2px 2px 2px 2px;
      }

/***********************************************/
/* Google Side Bar Styles                     */    
/***********************************************/

#google_side{
	font-size: 10px;
	color: #00008B;
	padding-top: 2px;
	padding-bottom: 2px;
}

/***********************************************/
/* Main Menu Styles                           */
/***********************************************/

.bluetabs{
border-bottom: 1px solid gray;
}

.bluetabs ul{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.bluetabs li{
display: inline;
margin: 0;
}

.bluetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(bluetab.gif) top left repeat-x; /*THEME CHANGE HERE*/
}

.bluetabs li a:visited{
color: #2d2b2b;
}

.bluetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.bluetabs li.selected{
}

.bluetabs li.selected a{ /*selected main tab style */
background-image: url(bluetabactive.gif); /*THEME CHANGE HERE*/
border-bottom-color: white;
}

.bluetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
position:absolute;
top: 0;
border: 1px solid #918d8d; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #918d8d; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color: #edf3f3;
}

/***********************************************/
/* Tab Menu Styles                             */
/***********************************************/

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 700px;
height: 700px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}