body {
	font-family:Arial, Helvetica, sans-serif;
	background-image:url("https://www.uncg.edu/hhs/images/page-background-8.jpg");
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#CCC;
	padding-top:40px;
	margin:0;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}

 @media only all and (max-width: 1300px) and (max-height: 863px) {
 body {
 background-size: 1754px 1000px;
 -moz-background-size:  1754px 1000px;
 -webkit-background-size:   1754px 1000px;
}

}

 @media only screen and (orientation: portrait) and (device-width: 320px), (device-width: 768px){
 body {
 -webkit-background-size: auto 100%;
}
}
 @media only screen and (orientation: landscape) and (device-width: 320px), (device-width: 768px) {
 body {
 -webkit-background-size: 100% auto;
}
}

 img#expando {
display: none;
position: absolute;
z-index: 1;
-ms-interpolation-mode: bicubic;
 }
 
.wide img#expando,
 .tall img#expando {
 display: block;
 }
  
 .wide img#expando {
 height: auto;
 width: 100%;
 }
 
 .tall img#expando {
 height: 100%;
 width: auto;
 }




#uncgBody {
	width:917px;
	margin:0px auto;
	padding:15px;
	background-position:center 0px;
	background-repeat:repeat-y;
	background-attachment:fixed;
	background-color:#ffffff;
	border:1px inset #AAA;
	-moz-border-radius: 15px;
	border-radius: 15px;
}


h1 {
	border-bottom:1px dashed #CCC;
	margin:0px 0px;
}

h2 {margin-bottom:4px;}

h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #333333;
	font-weight:bold;
	margin:10px 0;
}

.hhpBanner {
	background-color:#729bd1;
	color:white;
	font-weight:bold;
	background-image: url("http://www.uncg.edu/hhs/images/bluebck.jpg");
	background-position: top left;
	background-repeat:no-repeat;
	margin-bottom:0px;
}

a {
	text-decoration:none;
}

a:hover {
	color:red;
	text-decoration:underline;
}

dl dt {
	font-weight:bold;
	color:#333333;
}

.floatR {
	float:right;
}

.twocol {
	float:left;
	width: 49%;
}

.twocol div {
	clear:both;
}

.twocol div img {
	float: left;
	padding: 0 5px 5px 0;
}

.details {
	width: 88%;
	float: right;
	display: block;
	margin: 6px 3px 6px 6px;
	border: 1px solid #333333;
	background-color: #FFFFFF;
}

.details b {
	display: block;
	margin: 13px 0 3px 0;
	font-size: small;
	font-variant: small-caps;
	font-weight: normal;
	color: #000066;
	background-color: #FFCC00;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	padding: 2px;
}

#departmentcontainer {
	width: 480px;
	margin: 0 0 5px 5px;
	float: right;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	background-image: url(http://www.uncg.edu/hhs/images/contact.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#linkscontainer {
	width: 100%;
	margin: 0 0 5px 5px;
	float: right;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	background-image:url(http://www.uncg.edu/hhs/images/links.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

#factext {
	width:100%;
	padding-top: 5px;
	clear: both;
}

.photoStyle {
	border:1px solid #CCCCCC;
	margin:10px;
}

.photo_container_style {
	border:4px solid #CCC;
	padding:4px;
	margin:10px;
}
.photoStyleWithFrame{

border:1px solid #CCC;
	padding:4px;
	margin-right:10px;}

#unitNav .selectedMenuLink {
	text-decoration:underline;
	font-weight:bold;
}

.menuLink {
}

/*To position backbground for video player*/
.videoContainer {
	margin:10px;
	position:relative;
	width:324px;
	height:254px;
	background-image:url(../images/videobck5.jpg);
	background-repeat:no-repeat;
	background-position:center;
}



.listStyle {
	padding:0;
	margin-left:0;
	margin-top:4px;
	margin-bottom:10px;

	list-style-image:url(http://www.uncg.edu/hhs/images/bullet_orange_list.gif)
}

.listStyle li {
	margin-left:16px;
}

.information_block {
	border: 1px solid #DDD;
	border-top: 4px solid #CCC;
}

.events_block strong {
	background-image: url("http://www.uncg.edu/hhs/images/block.gif");
	background-position: center left;
	background-repeat:no-repeat;
	padding-left:16px;
}

.photoframe {
	background-color:white;
	border:1px solid #CCC;
	padding:4px;
	margin-left:20px;
}


/*submenu css*/

#navcontainer {
	margin: 10px 0 0 0px;
	padding: 0;
	height: 20px;
}
#navcontainer ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
#navcontainer ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}
#navcontainer ul li a {
	background: #fff;
	height: 18px;
	border-top: 1px solid #006699;
	border-left: 1px solid #006699;
	border-bottom: 1px solid #006699;
	border-right: none;
	padding: 0 10px;
	margin: 0 0 10px 0;
	color: #666;
	text-decoration: none;
	display: block;
	text-align: center;
	font: normal 10px/18px "Lucida Grande", "Lucida Sans Unicode", verdana, lucida, sans-serif;
}
#navcontainer ul li a:hover {
	color:#999;
	background: #EEE;
}
#navcontainer ul li a#selected {
	color:white;
	background: #006699;
}
#navcontainer ul li a.selectedSubmenuLink {
	color:white;
	background: #006699;
}
#unitNav .mainsubmenu li {
	background-image:none;
	list-style:circle;
	padding-left:0;
	margin-left:10px;
	font-size:12px;
}
#navcontainer a:active {
	background: #c60;
	color: #fff;
}
#navcontainer li#active a {
	background: #c60;
	border: 1px solid #c60;
	color: #fff;
}

/*index page*/
.quotation_block1 {
	font-size:12px;
	color:#666;
	margin:0 10px 10px 10px;
	border:1px solid #CCC;
	width:320px;
}
.quotation_block1 ul li {
	list-style-image:url(http://www.uncg.edu/hhs/images/bullet2.jpg);
	margin-left:-24px;
}
.quotation_block1 a {
	color:#113861;
	text-decoration:underline;
}
.quotation_block1 a:hover {
	color:#AAA;
	text-decoration:underline;
}
.quotation_block1 h3 {
	background-color:#40668B;
	background-image:url("http://www.uncg.edu/hhs/images/bck-bluenav.jpg");
	background-position:center top;
	background-repeat:repeat-x;
	color:white !important;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:normal;
	letter-spacing:0.2em;
	margin:0;
	padding:0 4px 0;
}
.inner {
	padding:6px 6px;
	position:relative;
}

#column1 {
	width:390px;
	float:left;
}
#column2 {
	width:325px;
	float:right;
	padding-top:14px;
}
