 /*
	Design for airsafe.com
	Author: AirSafe.com, LLC
*/

/* Basic */
#mobile_only
 {
    display: none;
 }
#full_only
 {
    display: inline;
 }


body 
{ 
   font-family: georgia,"times new roman",times,serif; 
    background-color: silver;   
    color:#333333; 
  	margin:0;   
    padding:13px 0; 
}  
a:link { color: #0000ff;}
/* a:visited { color: #800080; } */
a:hover { color: green; }
a:active { color: #ff0000; }

/* Main outer box layout in a div to keep it centered */

#outer
{
	/* width: 830px; */
	width: 860px;
	margin: 0 auto; 
	background: #000099; 
	/* text-align: left; */
	/* border: solid 2px #ffffff; */
	/* border: solid 1px #999999; */
}

 /* Header */
 
#header_main
{
	clear: both;
	background-color: #000099;
	position: relative;

}
  #header_logo
{
	width:55%;
}

  #header_logo h1 a:link, h1 a:visited, h1 a:hover, h1 a:active
{
	text-decoration: none;
	color: #ffffff
}
  #header_searchbox
{
	position: absolute; 
	top: 3px; right: 8px;
	width: 40%; 
	padding: 0 10px 1px 0; 
	border: 1px solid white; 
	text-align: right; 
	background: #ffffcc;
} 
  #header_logo h1
{
	font-family: georgia,"times new roman",times,serif; 
	font-size: 1.8em;
	font-style: italic;
	margin: 18px 0 0px 20px;
	font-weight: bold;
}


  #header_logo h2
{
	font-family: georgia,"times new roman",times,serif; 
	font-size: 1.2em;
	margin: 3px 0 35px 20px;
	font-weight: normal;
	color: #ffffff;
}



  #header_searchbox label strong 
  {
  text-decoration: underline; 
  }
  

/* rssfeedback outer box layout in a div to keep it centered */

#rssfeedblock_outer
{

	margin: 0 auto; 
	background-color: #ffffff;
	text-align: left;
	border: solid 0px #999999; 
	font-family: arial;
	font-weight: normal;
}
/* rssfeedback outer box layout in a div to keep it centered */


#sidebar_outer
{
	width: 180px; 
	margin: 0 auto; 
	background-color: #ccffff;
	text-align: left;
	border: solid 0px #999999; 
	font-family: georgia,"times new roman",times,serif; 
	font-weight: normal;
	font-size: .9em;
}


p {
	/* margin-bottom: .5em; */
	/* margin-top: .5em; */
	font-size: 1.1em; 
	line-height: 150%;
	/* font-family: times; */
}
li {
	/* font-weight: normal; */
	/* line-height: auto; */
	margin-top: 0.5em;
	font-size: 1.1em; 
	line-height: 150%;
}



table
{
	border-collapse:collapse;
	width: 100%;
}

td
{
text-align: center;
vertical-align: middle;
padding: 1px;
font-size: 1.1em;
border: 0.5px solid black;
}
#tab3col td
{
border: 1px solid black;
}



/* #tab3col td { width: 33%;} */


caption
{
padding: 0 0 10px 0;
}

#rowcolor
{
background-color: #ffffcc;
}

#bluebox
{
 border: solid blue 2px;
 padding: 5px 10px 5px 10px;
}





.rssfeedblock {
	float:left; 
      border-width: 0; 
	padding: 0.1em;
	margin:1em 0; 
      background-color: #ffffff;

}

.sidebar {
	float:left; 
    border-width: 0; 
	padding: 0.1em;
	margin: 0.2em; 
    background-color: #ccffff;
    font-family: times;
    font-size: medium;
}

	
.resource_list {
	border: solid #330066; 
	border-width: .2px; 
	padding: 1em;
	margin: 1em 0; 
	border-color: #999999; 
	background-color: #ffffcc;
}

.nydc_list {
	border: solid #000000; 
	border-width: .1px; 
	padding: 0.5em;
	margin: 0.5em 0; 
	font: .8em Arial;
	border-color: #999999; 
	background-color: #ffffcc;
}



h1, h2, h3, h4, h5, h6
{
	font-family: verdana,arial,helvetica,sans-serif;
	font-weight: bold;
	font-style: normal;
	margin-bottom: 0.1em;
	margin-top: 0;
	text-align: center;
	color: #000066;
}

h1 {
	font-size: 1.3em;
	margin-top: 0.7em;
}
h2 {
	font-style: italic;
	font-size: 1.2em;
}

h3 {
	font-size: 1.1em;
}


h4, h5, h6 {
	font-style: italic;
	font-size: 1em;
}




div.photo_frame 
{
	float: right;
	margin: 1em;
	display: inline;
}


/* Navigation list, a styled menu */
#menu 
{
	margin: 0; 
	padding: 0; 
	clear: both; 
	border-top: 1px white solid; 
	list-style: none inside; 
}

#menu li 
{
	width:24.5%; 
	float: left; 
	background: #cccccc; 
	border: solid white; 
	border-width: 0 0 0 1px; 
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 1.1em;
	text-align: center; 
}

#menu li:first-child 
{
	border: none; 
	padding-left: 1px; 
}
#menu li a 
{
	display: block; 
	padding: 3px 0; 
	text-decoration: none;
	font-weight: bold;
	color: #0000ff;
} 




/* Content */

#content
{
	background-color: #ffffff;
	margin-top: 1px;
	padding-top: .5em;
	/* border: solid 1px #000000; */
	border: solid .1px #999999; 
	/* font-family: arial; */
	font-weight: normal;
}




.rowA
{	
	font-size: 1em;
}

#content ul
{
	margin-bottom: 1.5em;
	padding-left: 1em;
	font-size: 1em;

}

#content blockquote
{
	border-left: solid 0.8em #cacaca;
	padding: 0.5em 0em 0.5em 1.0em;
	margin-bottom: 1.5em;
	line-height: 1.6em;
}

#content blockquote p
{
	display: inline;
}

#content table
{
	border: none;
	padding: 0.5em;
	margin-bottom: 1.5em;

}

#content table th
{
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
}

#content table td
{
	padding: 0.5em;
}

#content table tr.rowA
{
	background-color: #f5f5f5;
	color: inherit;
}

#content table tr.rowB
{
	background-color: #fdfdfd;
	color: inherit;
}

/* Primary Content */



#primaryContent
{
	float: right;
	width: 69%;
	margin: .7em 5px 1em 5px;
	padding: .3em .5em .5em .5em;
	background-color: #ffffff;
	
}




.blocked_off {
	font-size: 0.9em;
	padding: 1em 0 .5em 0;
	border-top: solid 1px;
	}


/* Secondary Content */

#secondaryContent
{
	float: left;
	clear: left;
	width: 24%;
	margin-left: 3px;
	margin-top: 10px;
	border: none; 
	padding: 0 .2em 0 .2em;
	background-color: #ccffff;

}

#secondaryContent p
{
	margin-bottom: .8em;
	margin-top: .5em;
	font-family: georgia,"times new roman",times,serif; 
	font-weight: normal;
	font-size: 1em;
}

/* Footer */

#footer
{

	border-top: solid 1px #000000;
	text-align: center;
	background: #FFFFcc;
	font-size: 0.8em;

}


.clear
{
	clear: both;
}

#mobileblog
 {
    display:none;
 }
 
 


/* Styling for mobile devices*/
@media screen and (max-device-width: 480px) 
{

* {
	font-family: verdana,arial,helvetica,sans-serif;
	line-height:150%;
}

#content
{
	padding: 1em 1em 1em 2em;
	border: none; 
}
/* a:link { color: #0000ff;} */
/* a:visited { color: #800080; } */
/* a:active { color: #ff0000; } */
/* a:hover {display:none;} */

  #primaryContent 
  {
    float: none;
    width: auto;
  }
 
  
 #secondaryContent
 {
    display: none;
  }
#mobile_only
 {
    display: inline;
 }
#full_only
 {
    display: none;
 }
 




  #menu li 
{
	width: 48%; 
	background: #cccccc; 
	border-width: 0 2px 2px 2px; 
	margin-top: .1em;
	font-size: 1.6em;

}
#menu li a 
{
	padding: 0.2em; 
} 





  #outer {
	width: auto; 
	margin: 0 auto; 
}


 h1, h2, h3, h4, h5, h6 
 {
	margin-bottom: 0.1em;
 }
 
  h1 
 {
	font-size: 2.5em;
	margin-top: 2.5em;
 }

 p {
	font-size: 1.8em;
 }
 
 h2, h3, h4, h5, h6 
 {
	font-size: 1.8em;
  }


li {
	margin-top: 0.5em;
	font-size: 1.8em;
	}


td
{
	padding: 5px;
	font-size: 1.2em;
}

 #header_logo h1
 {	
 	font-family: georgia,"times new roman",times,serif; 
	font-size: 2.7em;
 }
 #header_logo h2
{
	font-family: georgia,"times new roman",times,serif; 
	font-size: 1.8em;
}
#footer
{
font-size: 1.2em;
}

.blocked_off 
{
	font-size: 1.2em;
}

 /* a:link {text-decoration:none;}  */
 /* a:visited {text-decoration:none;} */
 /* a:hover {text-decoration:underline;} */
 /* a:active {text-decoration:underline;} */

} /* End of mobile styling */
