/************************************************************************************
MEDIA RESPONSIVE 768
*************************************************************************************/

@media screen and (min-width: 701px) and (max-width: 800px) {

	@viewport { width: device-width; zoom: 1.0; }	
	@-ms-viewport { width: 768px; }
	@-o-viewport { width: 768px; }

	body {
		width: 100%;
		align: left;
	}
	ul.topnav li:nth-child(1), ul.topnav li:nth-child(8) {
		display: none;
	}
	ul.topnav ul {
		z-index: 10;
	}
	ul.topnav ul li:first-child, #nav ul li:last-child {
		display: block;
	}
	ul.topnav {
		margin-left: 0;
		padding-left: 0;
	}
	#logo, #logo-statistics, #logo-dangerous, #logo-blog, #logo-legislating, #logo-victim, #logo-safe {
		background: none;
		width: 760px;
	}
	#graybackground, #header, #navigation, #content {
		width: 760px;
	}	
	#graybackground .graybackground3 {
		float: right;
		padding-right: 10px;
	}
	#nav {
		width: 740px;
	}
	.container img {
		position: absolute;
		top: 0;
		left: -10px;
	}
	.div01 {
	left: -6px;
	width: 118px;
	}
	.logoimg { 
		float: left; 
		padding-left: 30px; 
		padding-top: 25px; 
		width: 268px; 
	}
	.logodesc {
		padding-left: 45px;
	}
	.graybackground1 {
		width: auto;
	}
	.graybackground2 {
		display: none;
	}
	.graybackground3 {
		float: left;
		width: auto;
		margin-left: 5px;
	}
	.search-box {
		background: #d3d3d3;
	}
	#contentwrapper {
		padding-bottom: 0;
	}	
	#content #leftcol {
		clear: left;
		width: 92%;
		padding: 0;
		margin: 0 0 0 30px;
	}
	#content #breadcrumb {
		position: relative;
		top: 0; left: -30px;
		width: 90%;
	}
	.photoboxFeature {
		width: 95%;
	}

	/*--- sidebar ---*/
	
	#sidebar {
		float: left;
		width: 95%;
		margin: 15px 0 0 30px;
	}	
	#sidebar h4 {
		font-size: 1.2em;
		width: auto;
		background: url(img-website/gray-ruler.gif) repeat-x;
		margin: 10px 0 0 0;
		padding: 40px 75px 20px 0;
	}	
	#subscribe-sidebar, #socialmedia, .sidebar-large-graphic, .bar-red, .more, #adirectory {
		display: none;
	}	
	#sidebar .red {
		font: bold 14px/18px Arial;
		color:#e15440;
		text-decoration: none;
	}
	#sidebar ul.red li:first-child {
		background: url(img-website/bullet-red.gif) no-repeat 0 3px; 
		padding-left: 24px; 
		padding-bottom: 10px;
	}
	#sidebar ul.red li {
		background: url(img-website/bullet-red.gif) no-repeat 0 3px; 
		padding-left: 24px; 
		padding-bottom: 10px;
	}
#footerwrapper {
		width: 93%;
		padding: 0;
		height: auto;
		background: none;
		border-top: #cccccc 2px solid;
		margin: -20px 20px;
	}
	#footer {
		width: 100%;
		align: left;
		padding-top: 5px;
		padding-bottom: 0;
	}	

#footer .footermenu ul li a { 
		padding: 3px;
		float: left;
		width: 100%;
		padding: 15px 0 15px 0;
		border-bottom: 1px solid #cccccc;
		border-right: none;
	} 
	.copyrightmenu ul {
		float: left;
		padding-left: 0;
		padding-top: 0;
	}
	.copyrightmenu ul li:last-child {
		display: none;
	}
	#footer p.socialrow, #footer p.subscribe, #footer p.modified {
		float: left;
	}
	#footer .right {
		clear: both;
		float: left;
		margin-top: 15px;
		padding-bottom: 30px;
	}
}

/************************************************************************************
MEDIA RESPONSIVE 667
*************************************************************************************/

@media screen and (max-width: 700px) {

	@viewport { width: device-width; zoom: 1.0; }	
	@-ms-viewport { width: 667px; }
	@-o-viewport { width: 667px; }

	body {
		width: 100%;
		box-shadow: none;
	}
	body div object, #leftcol .header img, #advertisementwrapper {
		display:none;
	}	
	p, hr, h1, h2, h2.bar, h3, h4, p.modified {
		width: 95%;
		clear: left;
		}

/*--- enlarging all small fonts ---*/

	p.modified, p.modified a:link, p.modified a:hover, p.modified a:visited {
		color: #646464;
		font-size: 14px;
	}
	p.modified {
		padding-top: 25px;
	}
	#leftcol p.small, #leftcol a.bodylinksmallbold:link, #leftcol a.bodylinksmallbold:hover, #leftcol a.bodylinksmallbold:visited, a.hoverlinkteal:link, a.hoverlinkteal a:visited, a.hoverlinkteal a:hover {
		font-size: 14px;
	}
	#leftcol .top-nav a:link, #leftcol .top-nav a:visited, #leftcol .top-nav a:hover  {
		font-size: 14px;
		margin-right: 5px;
	}
/*--- end ---*/

	#leftcol h1 {
		width: 95%;
		padding-right: 0;
	}
	#headerwrapper {
		width: 100%;
		height: 175px;
		background: url(img-website/background-masthead-mobile.png) repeat-x;
		border: none;
	}
	#graybackground, #navigation, #header {
		width: 100%;
	}
	.graybackground1, .graybackground3 {
		width: auto;
	}
	.graybackground3 {
		padding-right: 8px;
	}
	.search-box {
		width: 120px;
	}
	.container img {
		float: right;
		position: absolute;
		top: 10px;
		left: -14px;
	}
	.div01 {
		display: none;
		}
	div.container:hover div.div01 {
		display:none;
	}
	.logoimg { 
		z-index: -1;
	}
	.logoimg img { 
		position: absolute;
		left: 5px; top: 37px;
		padding-left: 10px;
		z-index: 2;
		width: 245px;
		height: 70px
	}
	#logo, #logo-statistics, #logo-dangerous, #logo-blog, #logo-legislating, #logo-victim, #logo-safe {
		background: none;
		width: 100%;
	}
	body#home .logodesc {
		width: 90%;
		margin: 53px 25px 0 25px;
		padding: 15px 0 30px 0;
		font-style: italic;
		background: url(img-website/gray-ruler.gif) repeat-x bottom left;
	}	
	body#blog .logodesc, body#statistics .logodesc, body#dangerous .logodesc, body#legislating .logodesc, body#victim .logodesc, body#safe .logodesc, body#about .logodesc, body#blank .logodesc {
		display: none;
	}
	ul, ul.list {
		width: 95%;
	}
	.graybackground2, #leftcol .morenews {
		display: none;
	}
	
	/*--- XAAMP special requirement ---*/
		body#home a#nav-home {
		width: 101% !important;
	}

/*--- navigation starts ---*/

	ul.topnav {
	  list-style-type: none;
	  clear: both;
	  margin: 0;
	  padding: 0;
	  height: 50px;
	  width: 98%;
	  position: absolute;
	  top: 115px;
	  left: 0;
	  overflow: hidden;
	  box-shadow: 0 0 3px 2px #e4e4e4;
	}
	ul.topnav li:not(:first-child) {
	  display: none;
	 }
	ul.topnav li:first-child a {
	  text-transform:  uppercase;
	  padding-top: 17px;
	  padding-left: 25px;
	}	  	
	ul.topnav li.icon {
	  float: right;
	  display: inline-block;
	  padding: 0;
	  margin: -4px 15px 0 10px;
	  background: none;
	  }
	ul.topnav li.icon a {
		text-decoration: none;
	  }
	ul#myTopnav.topnavresponsive li.icon {   /*--- icon in open box ---*/
		position: absolute;
		right: 13px;
		top: -5px;
		margin: 0;
		background: none;
	  }
	ul#myTopnav.topnavresponsive li.icon a, ul#myTopnav.topnavresponsive li.icon a:hover {
		background: transparent;
		border: none;
	  }	  
		
	/*--- overall UL, the box ---*/
	  
	/* Display the dropdown */

	ul#myTopnav.topnavresponsive {
		position: absolute;
		display: block; 
		background: #ffffff;
		border: 2px solid #ff7b17;
		width: 93%;
		margin-left: 7px;
		margin-top: 85px;
		z-index: 15;
		box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.15);
	  }
	 ul#myTopnav.topnavresponsive li {
		float: none;
		list-style-type: none;
		display: inline;
		background: #ffffff;
		}
	ul#myTopnav.topnavresponsive li a {
		display: block;
		text-align: left;
		font: bold 16px Arial;
		color: #ff7b17;
		padding: 10px 0 10px 15px;
		margin-left: -20px;
		text-decoration: none;
		border-bottom: 1px solid #ffe5d1;
	  }
	ul#myTopnav.topnavresponsive li a:hover {
		background: #ffe5d1;
	  }

	/*--- dropdown using "responsive" ---*/
	
	ul#myTopnav.topnavresponsive ul {
		list-style: none;
		display: none;
		border: 0;
		background: #ffe5d1;
	}
	ul#myTopnav.topnavresponsive ul li a {
		display: block;
		background: #ffffff;
		font: bold 16px Arial;
		color: #ff7b17;
		padding: 10px 0 10px 15px;
		margin-left: 15px;
		text-decoration: none;
		border-bottom: 1px solid #ffe5d1;
	}
	ul#myTopnav.topnavresponsive ul li a:hover {
		display: block;
		font: bold 16px Arial;
		background: #ffe5d1;;
	}
	
	/*--- had to switch to relative ---*/
	
	ul#myTopnav.topnavresponsive li:hover ul { 
		display: block;
		position: relative;
		left: 0;
		top: 0;
		padding: 0;
	}
	
	/*--- hide ---*/
	
	ul#myTopnav.topnavresponsive li:hover ul ul { 
		display: none;
	}
	#leftcol #subnav {
		margin-bottom: 30px;
		}
	#content {
		width: 95%;
		margin-bottom: 0;
		padding-bottom: 0;
		padding: 0 10px 0 20px;
	}
	#content #breadcrumb {
		width: 90%;
		position: relative;
		top: -10px; left: -60px;
	}
	#content #leftcol {
		clear: left;
		width: 97%;
		padding: 0;
		margin: 0;
	}
	#leftcol h1 {
		padding-top: 0;
		margin-top: 0;
		width: 98%;
	}
	#leftcol h2, #leftcol h2.bar {
		width: auto;
		padding-right: 15px;
	}
	#leftcol p.star {
		text-indent: 22px;
		background: url(img-website/icon-star.png) no-repeat 7px 8px;
		margin: 14px 0 10px 0;
		background-color: #f0f0f0;
		padding: 8px 8px 8px 10px;
		border-radius: 10px;
		width: 94%;
	}
	#leftcol .quotebox-about p {
	line-height: 18px;
	width: auto;
	padding-right: 30px;
	}
	#leftcol ol li {
		width: 100%;
	}	
	#leftcol .colLeft, #leftcol .colRight, #leftcol .colLeft-color {
		width: 95%;
		clear: left;
		float: left;
		border: none;
		}
	#leftcol .colLeft-color {
		margin-bottom: 10px;
		}
	#leftcol .colRight {
		padding-left: 0;
		padding-top: 15px;
		}
	#leftcol .colLeft ul.multiCol li {
		width: 95%;
		padding-right: 0;
		margin-right: 0;
	}
	#leftcol .colRight ul.multiCol li {
		width: 95%;
		padding-right: 0;
		margin-right: 0;
	}
	#leftcol #grayquote p {
		width: 100%;
		padding-right: 0;
	}
	#leftcol #greenquote p {
		width: 100%;
		padding-right: 0;
	}
	#leftcol .join-extended {
		width: 70%;
	}	
	#leftcol p.box {
		width: 97%;
	}
	#leftcol blockquote p {
		width: 90%;
	}
	#leftcol blockquote {
		margin-left: 20px;
	}
	#leftcol table#chart {
		width: 100%;
	}
	#chart td, #chart td a:link, #chart td a:visited, #chart td a:hover, #leftcol #chart-gray th, #chart-gray td, #chart-gray td a:link, #chart-gray td a:visited, #chart-gray td a:hover {
		font-size: 14px;
	}
	#leftcol #chart-gray th, #leftcol #chart-gray td {
		width: auto;
	}	
	#leftcol #chart-gray th:nth-child(1), #leftcol #chart-gray td:nth-child(1) {
		display: none;
	}
	.last-reviewed {
		margin-top: 3px;
	}	
	#leftcol #button .extended {
		width: 180px;
		position: relative;
	top: -25px;
	left: 210px;
	}
	#leftcol #recentposts {
		width: 95%;
	}
	#leftcol .photoboxRight, #leftcol .photoboxLeft {
		float: left;
		width: 90%;
	}
	.photoboxLeft p.photobox,.photoboxLeft ul, h3.home-custom  {
		width: 50%;
		position: relative;
		left: 160px;
		top: -114px;
		font: 14px/17px Arial;
		}
	.photoboxRight p.photobox,.photoboxRight ul  {
		width: 70%;
		position: relative;
		left: 160px;
		top: -114px;
		font: 14px/17px Arial;
	}
	#photobox ul li, #photobox-right-home ul li {
		width: auto;
	}	

	#leftcol #photobox h3.home-custom {
		width: 65%;
	}
	#photobox h3.home-custom a:link {
		font: bold 16px/22px Arial;
		}
	#leftcol .photobox-home-description {
		width: 95%;
		padding-bottom: 10px;
	}
	.photoboxFeature {
		width: 90%;
	}
	.photoboxFeature p.photobox {
		font: 16px/22px Arial;
		padding-top: 15px;
		width: 70%;
		}
	.photoboxFeature p:last-child {
		font-size: 14px;
		}
	#leftcol a.bodylinksmall:link, #leftcol a.bodylinksmall:hover, #leftcol a.bodylinksmall:visited, #photobox .watch a:link, #photobox .watch a:hover, #photobox .watch a:visited, #photobox .read a:link, #photobox .read a:hover, #photobox .read a:visited {
		font-size: 14px;
	}	
	#leftcol .photo {
		width: 290px;
	}
	#leftcol .photo td {
		width: 290px;
		text-align: left;
	}	
	/*--- search results ---*/
	#leftcol .gs-result img.gs-image, #leftcol .gs-result img.gs-promotion-image {
		max-width: 60px;
		height: auto;
	}
	#leftcol img {
		max-width: 640px;
		height: auto;
	}
	/*--- blog ---*/

	#content #leftcol #blog blockquote {
		margin-left: 20px;
		padding-left: 0;
		width: 80%;
	}
	#leftcol #blog {
		margin-bottom: -10px;
		padding-bottom: 0;
		padding-right: 10px;
	}
		
	#leftcol h1.blogtitle {
		padding-right: 20px;
	}
	#leftcol h1.blog, #leftcol h4.blogdate {
		width: auto;
		}
	#leftcol #blog .blog-post-donate p {
		width: 80%;
		margin: 0 auto;
		}
	#blog #blog-comments {
		width: 95%;
		margin-bottom: 25px;
	}
	#blog #blog-comments p {
		width: 95%;
	}
	#blog #blog-ads {
		display: none;
	}
	#blog #blognavbox {
		display: none;
	}	
	#leftcol .state-map {
		height: 19px;
	}
	#leftcol #button-state-map {
		margin-top: 5px;
	}
	h4.blogdate {
		padding-top: 10px;
	}	
	
	#leftcol #footnote, #leftcol footnote ol li, #leftcol #footnote a:link, #leftcol #footnote a:hover, #leftcol #footnote a:visited  {
		font-size: 14px;
		line-height: 1.3em;
	}

	/*--- sidebar ---*/
	
	#sidebar {
		float: left;
		width: 95%;
		margin: 0;
		padding-top: 0;
	}	
	#sidebar h4 {
		font-size: 1.2em;
		width: auto;
		background: url(img-website/gray-ruler.gif) repeat-x;
		margin: 10px 0 0 0;
		padding: 40px 15px 20px 0;
	}	
	#subscribe-sidebar, #socialmedia, .sidebar-large-graphic, .bar-red, .more, #adirectory {
		display: none;
	}	
	#sidebar .red {
		font: bold 14px/18px Arial;
		color:#e15440;
		text-decoration: none;
	}
	#sidebar ul.red li:first-child {
		background: url(img-website/bullet-red.gif) no-repeat 0 3px; 
		padding-left: 24px; 
		padding-bottom: 10px;
	}
	#sidebar ul.red li {
		background: url(img-website/bullet-red.gif) no-repeat 0 3px; 
		padding-left: 24px; 
		padding-bottom: 10px;
	}
	#sidebar ul li {
		padding: 2px 0 8px 0;
		background: none;
	}

	/*--- expanding lists, airing out ---*/	
	
	#leftcol ul.list li, #leftcol #recentposts li {
		padding: 2px 15px 10px 30px;
	}
	#leftcol ul.multiCol li {
		padding: 2px 15px 10px 30px;
	}
	#leftcol ul.read li {
		padding: 3px 0;
	}
	#leftcol #orange a:link, #leftcol #orange a:hover, #leftcol #orange a:visited {
		font-size: 14px;
		line-height: 30px;
	}
	#leftcol #footnote {
	width: 95%;
	}
	#footerwrapper {
		width: 90%;
		padding-top: 20px;
		height: auto;
		background: none;
		border-top: #cccccc 2px solid;
		margin: 10px 20px;
	}
	#footerwrapper #footer {
		width: 95%;
		padding-top: 0;
		padding-left: 0;
	}
	#footer .footermenu { 
		width: 100%;
		margin-top: -20px;
		margin-left: -5px;
	}
	#footer .footermenu ul { 
		width: 100%;
		margin-bottom: 0;
	} 	
	#footer .footermenu ul li a { 
		padding: 3px;
		float: left;
		width: 100%;
		padding: 15px 0 15px 0;
		border-bottom: 1px solid #cccccc;
		border-right: none;
	} 
	#footer p.copyright a:link, #footer p.copyright a:visited, #footer p.copyright a:hover, #footer .copyrightmenu li a:link, #footer .copyrightmenu li a:hover, #footer .copyrightmenu li a:visited {
		font-size: 14px;
	}	
	#footer .copyrightmenu ul { 
		width: 100%;
		background: #eaeaea;
		padding: 20px 0;
		margin-bottom: 10px;
	}
	#footer .copyrightmenu ul li a { 
		border-right: none; 
		padding: 0 12px 0 0;
		margin: 0;
	}
	#leftcol .photoboxFeature p.photobox {
		width: auto;
		margin-left: 0;
		font-size: 16px;
		line-height: 20px;
	}
	#footer .copyrightmenu li:nth-child(5), #footer .copyrightmenu li:nth-child(6), #footer .copyrightmenu li:nth-child(7) { 
		display: none;
	}
	#footer .left {
		width: 95%;
	}	
	#footer p.copyright {
		padding: 0 0 20px 0;
		clear: left;
		margin-top: 0;
		line-height: 1.9em;
		font-size: 14px;
	}
	#footer p.copyright:last-child { 
		font-style: italic;
		line-height: 1.4em;
	}	
	#footer p.socialrow, #footer #subscribe-footer, #footer p.modified {
		float: left;
	}
	#footer #subscribe-footer {
		width: 92%;
		padding: 10px;
		margin-top: 10px;
	}
	#subscribe-footer a:link, #subscribe-footer a:visited, #subscribe-footer a:hover {
		font-size: 14px;
		font-weight: bold;
	}	
	#footer .right {
		margin: 0;
		clear: both;
		float: left;
		width: 100%;
	}	
}


/************************************************************************************
MEDIA RESPONSIVE 480
*************************************************************************************/

@media screen and (max-width: 520px) {

	@viewport { width: device-width; zoom: 1.0; }	
	@-ms-viewport { width: 480px; }
	@-o-viewport { width: 480px; }
	

	body {
		width: 100%;
		box-shadow: none;
	}
	p {
		width: 98%;
	}	
	#subnav {
		display: none;
	}
	

/*--- navigation starts ---*/

	  ul.topnav {
	  width: 100%;
	}

/*--- open box ---*/
	  
	ul#myTopnav.topnavresponsive {
	  margin-left: 5px;
	  width: 94%;
	  }
	.logodesc {
		width: 91%;
		margin: 53px 25px 0 25px;
		padding: 15px 0 30px 0;
	}		
	body #leftcol ul li.highlight {
		background: #f0f0f0 url("img-website/highlight-bullet.png") no-repeat scroll 2px 6px;
		padding: 8px 8px 8px 30px;
		margin-bottom: 10px;
	}
	#leftcol .contact-email-2 {
		position: relative;
		top: 0; 
		left: -15px;
		margin-bottom: 15px;
	}
	#leftcol .contact-email-1 {
		display: none;
	}
	#leftcol #chart th:nth-child(6), #leftcol #chart th:nth-child(7), #leftcol #chart td:nth-child(6), #leftcol #chart td:nth-child(7), #leftcol .photo th:nth-child(4), #leftcol .photo-home th:nth-child(4), #leftcol .photo td:nth-child(4), #leftcol .photo-home td:nth-child(4) {
		display: none;
	}
	#leftcol .photo-home img {
		width: 102px;
		height: 91px;
	}
	.photoboxRight p.photobox, .photoboxRight ul {
		width: 55%;
		}
	.photoboxLeft p.photobox, .photoboxLeft ul, h3.home-custom {
		width: 55%;
	}
	#leftcol #photobox h3.home-custom {
		width: 55%;
	}
	#leftcol img {
		max-width: 455px;
		height: auto;
	}
	#leftcol #blog .blog-border {
		border: 0; 
		margin-bottom: 6px;
	}

	/*--- additional blog ---*/	

	#leftcol #button-state-map {
		margin-top: -5px;
		}
	#leftcol #blog .linknotice, #leftcol #blog .share-button {
		display: none;
	}
	#leftcol #blog .fb-like {
		float: right;
		margin: -8px -35px 10px 0;
	}
	#leftcol #blog {
		margin-bottom: -30px;
		padding-bottom: 0;
		padding-right: 10px;
	}
	#leftcol h1.blogtitle {
		padding: 25px 20px 15px 0;
	}
	#content #leftcol #blog blockquote {
		margin-left: 20px;
		padding-left: 0;
		width: 85%;
	}
	#leftcol table#fatal-chart {
		margin-left: -12px;
	}
	#leftcol table.statchart th, #leftcol table.statchart td {
		clear: both;
		float: left;
		font-size: 14px;
		width: 90%;
	}	
	#leftcol table.statchart td {
		border-bottom: #dfd8bd solid 1px;
		padding-bottom: 6px;
		margin-bottom: 6px;
	}	
	#leftcol #footnote, #leftcol footnote ol li, #leftcol #footnote a:link, #leftcol #footnote a:hover, #leftcol #footnote a:visited  {
		font-size: 14px;
		line-height: 1.3em;
	}
	#leftcol .join-extended {
		width: auto;
		margin-right: 10px;
	}

	#leftcol .formbox {
		font-size: 14px;
		color: #393939;
	}

	.superscript, .tm {
		position: relative; top: 0;
	}

}

/************************************************************************************
MEDIA RESPONSIVE 450
*************************************************************************************/

@media screen and (max-width: 460px) {

	@viewport { width: device-width; zoom: 1.0; }	
	@-ms-viewport { width: 440px; }
	@-o-viewport { width: 440px; }

	body {
		width: 99%;
		box-shadow: 0 0 4px 2px #d5d5d5;
	}	
	.graybackground1 {
		display: none;
	}
	#leftcol .tanbox {
		width: 90%;
	}
	#leftcol #button-state-map {
		display: none;
	}

	#leftcol img {
		max-width: 415px;
		height: auto;
	}

}

/************************************************************************************
MEDIA RESPONSIVE 360
*************************************************************************************/

@media screen and (max-width: 400px) {

	@viewport { width: device-width; zoom: 1.0; }	
	@-ms-viewport { width: 360px; }
	@-o-viewport { width: 360px; }

	body {
		width: 100%;
		box-shadow: none;
		overflow-x: hidden;
	}	
	.logoimg img { 
		max-width: 225px;
		max-height: 64px;
		margin-left: -5px;
	}		
	.container img {
		float: right;
		position: absolute;
		top: 15px;
		left: 10px;
		width: 115px;
		height: 53px;
	}

	/*--- XAAMP special requirement ---*/
		body#home a#nav-home {
		width: 102% !important;
	}
	
/*--- navigation starts ---*/

	  ul.topnav {
	  width: 99%;
	}

/*--- open box ---*/
	  
	ul#myTopnav.topnavresponsive {
	  margin-left: 5px;
	  width: 92%;
	  }
	body #leftcol ul li.highlight {
		background: #f0f0f0 url("img-website/highlight-bullet.png") no-repeat scroll 2px 6px;
		padding: 8px 8px 8px 30px;
		margin-bottom: 10px;
	}
	#leftcol .quotebox-about {
		font-size: 16px;
		line-height: 22px;
		width: 165px;
		margin-top: 10px;
	}
	#leftcol blockquote p {
		width: 100%;
	}
	#leftcol .contact-email-2 {
		float: left;
		margin: 0 0 15px 15px;
	}
	#leftcol #button .extended {
		float: left;
		position: relative;
		top: 20px;
		left: 0;
		margin-bottom: 20px;
	}
	#leftcol .photo {
		border: 0;
		margin-bottom: -80px;
		}
	#leftcol .photo th:nth-child(4), #leftcol .photo td:nth-child(4) {
		display: block;
	}
	#leftcol .photo th, #leftcol .photo td {
		float: left;
		margin-right: 30px;
	}
	#leftcol .photo-home th:nth-child(4), #leftcol .photo-home td:nth-child(4), #leftcol .photo-home th:nth-child(5), #leftcol .photo-home td:nth-child(5) {
		display: none;
	}
	#leftcol .photo th, #leftcol .photo td {
		float: left;
		margin-right: 25px;
	}
	#leftcol table.photo {
		width: 99%;
		margin-bottom: 5px;
	}
	#leftcol table.photo td {
	visibility:collapse;
	}
	#leftcol table.photo td {
	margin-bottom: -35px;
	}
	#leftcol .photo-home img {
		width: 102px;
		height: 91px;
	}
	#leftcol #photobox h3.home-custom {
		width: 45%;
	}
	#photobox h3.home-custom a:link {
		font-size: 14px;
		line-height: 18px;
	}
	#leftcol p.photobox {
		width: 45%;
	}
	.photoboxRight p.photobox, .photoboxRight ul {
		width: 45%;
	}
	.photoboxLeft p.photobox, .photoboxLeft ul, h3.home-custom {
		width: 45%;
	}
	#leftcol #photobox h3.home-custom {
		width: 45%;
	}
	#leftcol .photoboxFeature img {
		max-width: 305px;
		height: auto;
	}
	#leftcol img {
		max-width: 335px;
		height: auto;
	}
	#leftcol .last-reviewed {
		float: left; 
		margin: 0 0 15px 0;
		font-size: 14px;
	}
	/*--- additional blog ---*/	

	#leftcol #blog .blog-post-donate p {
		width: 85%;
	}
	#blog #blog-comments {
		width: 90;
		margin-bottom: 25px;
	}
	#blog #blog-comments p {
		width: 90%;
	}
	#leftcol table#fatal-chart {
		margin-left: -10px;
	}
	#leftcol table#fatal-chart img {
		max-width: 320px;
		height: auto;
	}

/*--- all tabular charts EXCLUDES dog photos ---*/		

	#leftcol table.statchart th, #leftcol table.statchart td {
		clear: both;
		float: left;
		font-size: 14px;
		width: 90%;
	}	
	
	#leftcol table.statchart td {
		border-bottom: #dfd8bd solid 1px;
		padding-bottom: 6px;
		margin-bottom: 6px;
	}	

/*--- state maps, all tan charts ---*/	

	#leftcol #chart {
		margin-left: -3px;
	}
	#leftcol #chart caption, #blog #chart caption {
		text-align: left;
		background: #6c6557;
		color: white;
		font-size: 14px;
		font-weight: bold;
		padding: 10px;
		width: 92%;
	}
	#leftcol #chart td:first-child {
		font-weight: bold;
		
	}
	#leftcol #chart td:last-child {
		background: #ffffff url(img-website/table-background.png) repeat-x bottom;
		border-bottom: #e0dfd3 solid 1px;
	}
	#leftcol #chart th, #leftcol #chart td {
		border-top: none;
	}
	#leftcol #chart td {
		background: none;
	}
	#leftcol #chart td, #leftcol #chart th {
		float: left;
		width: 92%;
	}

/*--- grey chart preemption ---*/	


	#leftcol #chart-gray {
		margin-left: -3px;
	}
	#leftcol #chart-gray td:nth-child(1) {
		display: inline-block;
	}
	#leftcol #chart-gray td {
		float: left;
		width: 92% !important;
	}
	#leftcol #chart-gray th {
		display: none;
	}
		
	#leftcol #chart-gray caption {
		text-align: left;
		background: #6a6a6a;
		color: #ffffff;
		font-size: 14px;
		font-weight: bold;
		padding: 10px;
		width: 92%;
	}
	#leftcol #chart-gray td:last-child {
		border-bottom: #d2d2d2 solid 1px;
	}
	#leftcol #chart-gray th, #leftcol #chart-gray td {
		border-top: none;
	}

/*--- directory submisson ---*/	

	#leftcol table.directory-form tr, #leftcol table.directory-form td {
		width: 96% !important;
		float: left;
	}	

/*--- sidebar ---*/

	#sidebar {
		clear: left;
		background: url(img-website/gray-ruler.gif) repeat-x;
		margin: 10px 0 10px 0;
		padding: 0 0 0 0;
	}		
	.sidebar-large-graphic, #adirectory {
		display: block;
	}	
	.sidebar-large-graphic {
		margin-top: 40px;
	}
	.bar-red, .more, .bar-red-teal {
		display: none;
	}	
	#leftcol .top-nav-code {
	float: left;
	margin: 10px 0 -5px 0;
	position: relative;
		top: 0;
		left; 0;
	}	
	#leftcol #cse-search-results  {
		width: 90%;
	}

}

/************************************************************************************
MEDIA RESPONSIVE SMALLEST 320 and BELOW
*************************************************************************************/

@media screen and (min-width: 240px) and (max-width: 359px) {

	@viewport { width: 320px; }
	@-ms-viewport { width: 320px; }
	@-o-viewport { width: 320px; }
	body {
		width: 100%;
		box-shadow: none;
		overflow-x: hidden;
	}	
	.logoimg img { 
		width: 195px;
		height: 56px;
		margin-left: -8px;
	}		
	.container img {
		float: right;
		position: absolute;
		top: 12px;
		left: 10px;
		width: 115px;
		height: 48px;
	}
	.logodesc {
		width: 90%;
		margin: 49px 25px 0 23px;
		padding: 15px 0 30px 0;
	}		

/*--- navigation starts ---*/

	  ul.topnav {
	  position: absolute;
	  top: 108px;
	  left: 0;
	}
	#leftcol .quotebox-about {
		width: 145px;
	}
	#leftcol #button .extended {
		float: left;
		position: relative;
		top: 20px;
		left: 0;
		margin-bottom: 20px;
	}

/*--- home photos ---*/

	#leftcol .photo-home {
		margin-left: -20px;
	}
	#leftcol .photo-home img {
		width: 98px;
		height: 87px;
	}
	#leftcol #photobox h3.home-custom {
		width: 45%;
		margin-left: 0;
	}
	#photobox h3.home-custom a:link {
		font-size: 14px;
		line-height: 16px;
	}
	#leftcol p.photobox {
		width: 45%;
		margin-left: 0;
	}
	#leftcol p.photobox {
		width: 45%;
		margin-left: 0;
	}
	.photoboxRight p.photobox, .photoboxRight ul {
		width: 45%;
		}
	.photoboxLeft p.photobox, .photoboxLeft ul, h3.home-custom {
		width: 45%;
	}
	#leftcol #photobox h3.home-custom {
		width: 45%;
	}
	.photoboxFeature {
		width: 92%;
		margin-left: -10px;
	}
	#leftcol .photoboxFeature p.photobox {
		width: auto;
		margin-left: 0;
		font-size: 14px;
		line-height: 20px;
	}	
	#leftcol .photoboxRight, #leftcol .photoboxLeft {
		margin-left: -10px;
		width: 92%;
	}
	body#home #leftcol .photoboxLeft {
		width: 97%;
	}	
	#leftcol .photoboxFeature img {
		max-width: 280px;
		height: auto;
	}
	#leftcol img {
		max-width: 295px;
		height: auto;
	}
	/*--- additional blog ---*/	

	#leftcol table#fatal-chart {
		display: none;
	}
	#leftcol p.small {
		font-style: italic;
	}
	#leftcol table.statchart th, #leftcol table.statchart td {
		clear: both;
		float: left;
		font-size: 14px;
		width: 90%;
	}	
	#leftcol table.statchart td {
		border-bottom: #dfd8bd solid 1px;
		padding-bottom: 6px;
		margin-bottom: 6px;
	}	
	#footer .copyrightmenu li:nth-child(4) { 
		display: none;
	}

}

