/*---------------------------------------------------- 

NOTES:
  page width is set to 1024px 

----------------------------------------------------*/

@import url("/omhweb/common/header.css");
@import url("/omhweb/common/navbar.css");
@import url("/omhweb/common/bottom.css");
@import url("/omhweb/common/index.css");   
@import url("/omhweb/common/content.css"); 
@import url("/omhweb/bootstrap/source/css/nys-global-nav-fonts.css");
@import url("/omhweb/bootstrap/source/css/nys-global-nav.css");   
@import url("/omhweb/bootstrap/source/css/nys-brand/health-and-human-services.css"); 


body{
  margin:0px;   
	padding:0px;	
    background:#ebece6;
} 

p{font-family:Arial, Helvetica, sans-serif!important;}
img {border:0px; padding:0px; margin:0px;}

#main_wrapper{
  width:993px;  									/* main page width */
  background:#ffffff;							/* main layer background color */	  
  margin-left:auto;								/* centering the main layer */
  margin-right:auto; 							/* centering the main layer */
}

@media print {									/* Styles for printer only */
 #main_wrapper {
  width: 98%; 									/* main page width for printer only */
 }
}

.second_rs{
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
border-top-right-radius: 5px;
border-top-left-radius: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
	width: 18%;
	float: left;
	list-style: none;
	text-align: center;        
	margin-right: 30px;   
	line-height: 30px;
	background-color: #b1c1d5 ;
   border: 1px outset #003366 ;
	
}

.second_rs a, .first_rs a{
	text-decoration: none;
}

.first_rs{
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
border-top-right-radius: 5px;
border-top-left-radius: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;

		width: 25%;
	float: left;
	list-style: none;
	text-align: center;    
		background-color: #7e98ba ;
   border: 1px outset #003366 ;   
	margin-right: 50px;   
	line-height: 30px;
}

.stack{
	padding-bottom:60px;
}

/* PDF document links */
a[href$='.pdf'] {
background: transparent url(/omhweb/images/pdf.gif) center right no-repeat;
padding-right: 24px;
line-height: 120%;
}

/* Excel Documents links */
a[href$='.xls'], a[href$='.xlsx'], a[href$='.csv'], a[href$='.xlw'], a[href$='.xlt'] {
background:transparent url(/omhweb/images/xls.gif) center right no-repeat;
padding-right: 24px;
line-height: 120%;
}

/* Word Document Links */
a[href$='.doc'], a[href$='.docx'], a[href$='.rtf'], a[href$='.wps'], a[href$='.txt'] {
background:transparent url(/omhweb/images/word.gif) center right no-repeat;
padding-right: 24px;
line-height: 120%;
}



/* PowerPoint Document Links */
a[href$='.ppt'], a[href$='.pptx'] {
background:transparent url(/omhweb/images/powerpoint.gif) center right no-repeat;
padding-right: 24px;
line-height: 16px;
}

/*facility directions */
 #map {
        height: 400px;  /* The height is 400 pixels */
        width: 420px;  /* The width is the width of the web page */
       }
