/* @import url(http://fonts.googleapis.com/css?family=Open+Sans); */

body { 
  color: #666;
}

#healthsitesnet{
	position: relative;
    text-align: center;
    font-size: 11px;
    margin-top: 10px;
    margin-bottom: 0px;
    width: 100%;
    max-width: 100%;
	height:30px;
	max-height:30px;
	overflow:hidden;
}

/* STRUCTURE */

#pagewrap {
	padding: 5px;
	width: 960px;
	margin: 20px auto;
}
header {
	height: 170px;
	padding: 0 15px;
	overflow:hidden;
}
#content_resp {
	width: 135px;
	float: left;
	overflow:hidden;
}

#middle_resp {
	width: 66%; /* Account for margins + border values */
	float: left;
	margin: 0px 5px 5px 5px;
}

.middle_resp_home {
	width: 525px !important;
}

#sidebar_resp {
	width: 145px;
	padding: 5px;
	float: right;
}

.sidebar_resp_home {
	float: left !important;
	width: 280px !important; 
	margin-left: -10px !important; 
}


footer {
	clear: both;
	padding: 0 15px;
}

 /* Mobile Ad Boxes */ 
#mobiletopad{
	display:none;
}

#tablettopad{
	display:none;
}

 /* Header */ 
#headerDHC .search {
    background: #fff url("../images/bg-search.gif") repeat-y scroll 0 0;
    float: right;
    height: 46px;
    margin: -55px 0 0;
    padding: 0;
    width: 300px;
}

 /* Slide Show */ 
.pageUnit {
    margin-top: -5px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 10px;
    padding: 0px;
    position: relative;
    width: 490px;
	max-width: 490px;
	overflow:hidden;
}

.slideshowcontainer {
    border-bottom: medium none;
    float: left;
    font-size: 12px;
    overflow: hidden;
    position: relative;
    width: 387px;
	margin-left:-30px;
}

.imgrighttext {
    width: 150px;
}

#pageFooter .noMarginFooter{
  margin: 0 0px 0px;
  padding: 0;
  font: 12px Arial,Helvetica,sans-serif;
  color: #5e6e65;
}

/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
/* for 980px or less */
@media screen and (max-width: 980px) {
	
	#header_rt{
		display:none;
	}
	
	#pagewrap {
		width: 94%;
	}
	#content_resp {
		width: 15%;
		padding: 1%;
	}
	#middle_resp {
		width: 70%;
		padding: 1%;
		margin: 0px 0px 5px 5px;
		float: left;
	}
	
	#sidebar_resp {
		clear: both;
		padding: 1%;
		width: auto;
		float: none;
	}

	header, footer {
		padding: 1%;
		width:700px !important;
	}
	
	#pageFooter .footer .notes {
		margin-top: 35px;
		margin-left: -50px;
	}
}

/* for 800px or less */
@media screen and (max-width: 800px) {
	#tablettopad{
		display:block;
	}
}

/* for 600px or less */
@media screen and (max-width: 600px) {
	
	header {
		height: 130px;
		width:600px;
	}
	
	table{
		width:300px !important;
		float: left;
	}
	
	table td{
		font-size:16px;
	}

	.topNav {
		height:30px;
	}
	
	#content_resp {
		width: 150px;
		float: left;
	}
	
	#middle_resp{
		width: 50%;
		float: right;
		margin-left: 0px;
	}
	
	#sidebar_resp {
		width: auto;
		float: left;
	}
	
	footer {
		width:300px !important;
	}
	
	#pageFooter .footer .notes {
		margin-top: 35px;
		margin-left: -50px;
	}
	
	#pageFooter .socialNetworking {
		margin-top: 0px;
		margin-left: -50px;
		width:300px !important;
	}

}

/* for 480px or less */
@media screen and (max-width: 480px) {
	
	.featbox1{
		display:none;
	}
	
	.featbox2{
		display:none;
	}
	
	#healthsitesnet{
	display:none;
	}

	header {
		height: 130px;
		width:310px;
	}
	
	#headerDHC {
		width: 310px;
		max-width: 310px;
		overflow:hidden;
	}
	
	#headerDHC .logo {
		width: 310px;
		max-width: 310px;
		overflow:hidden;
	}
	
	.topNav {
		width:310px;
	}
	
	#mobiletopad{
		display:block;
		margin-left:20px;
		margin-top:-190px;
	}
	
	#subscribebar{
		margin-top:10px !important;
	}
	
	#viewarttbl{
		margin-top:150px;
	}
	
	table{
		width:300px !important;
		max-width:300px !important;
		overflow:hidden;
	}
	
	table td{
		max-width:300px !important;
		font-size:16px;
	}
	
	p{
		width:300px !important;
		color:black;
		font-size:16px;
		line-height:150%;
	}
	
	.body_text {
		width:300px !important;
		max-width:300px !important;
		color:black;
		font-size:16px;
	}
	
	.slideshowcontainer {
		margin-top:100px;
		width: 350px;
		margin-left:-30px;
	}
	
	ul.slideshowcaption li {
		width: 300px;
		height: 80px;
	}
	ul.slideshowthumb {
		width: 310px;
	}
	
	ul.slideshowthumb img{
		max-width: 61px;
	}
	
	ul.slideshowthumb li{
		margin-left:1px;
	}

	h1 {
		font-size: 2em;
	}
	
	#content_resp {
		display:none;
		width: 150px;
		float: left;
	}
	
	#middle_resp{
		width:300px !important;
		float: none;
		margin-left: 0px;
		margin-top:200px;
	}
	
	#sidebar_resp {
		display: none;
	}
	
	footer {
		width:300px !important;
	}
	
	#pageFooter .socialNetworking {
		margin-top: 0px;
		margin-left: -50px;
		width:300px !important;
	}
	
	#pageFooter .socialNetworking .comCols{
		float:none;
		margin-bottom:15px;
		text-align: left;
		margin-left: 150px !important;
	}
	
	#pagewrap {
		margin-left: 0px;
	}

}


#content_resp {
	/* background: #f8f8f8; */
}
#sidebar_resp {
	/* background: #f0efef; */
}
header, #content_resp, #middle_resp, #sidebar_resp {
	margin-bottom: 5px;
}

#pagewrap, header, #content_resp, #middle_resp, #sidebar_resp, footer {
	/* border: solid 1px #ccc; */
}