/*CSS for HHP Speech and Hearing Program*/
body {
	font-family:Arial, Helvetica, sans-serif;
	background-image:url("http://www.uncg.edu/hhp/images/pagebck.jpg");
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}

#uncgBody {
	width:950px;
	margin:0px auto;
	margin-top:20px;
	border:none;
	margin-bottom:10px;
}
p, div, li, span, h1, h2, h3, h4, h5, table tr td{
	font-family: Arial, Helvetica, sans-serif;	
}

.menu{
	font-size:14px;
}

.list{
	line-height: 200%;
}

dt{font-weight:bold}

.listStyle{
	padding:0;
	margin-left:0;
    margin-top:4px;
	margin-bottom:10px;
	font-size:14px;
	list-style-image:url(http://www.uncg.edu/hhp/images/bullet_orange_list.gif)
}

.listStyle li{
	margin-left:16px;

}

.indent_text{
	margin-left:15px;  
	margin-top:0;
	margin-bottom:10px;
}

.staff_indent_text{
/*	margin-left:110px;
	margin-top:0;*/
	margin:10px 0 40px 0;
	clear:both;
}
	
.staff_name {
	color:#003399;
	font-weight: bold; 
	font-size:16px
}


h1{
	border:none;
	font-size:1.8em;
	font-weight:bold;
	color:#003366;
	margin-left:0;
}

h2{
	border:none;
	font-size:1.5em;
	color:#003366;
	margin-left:0;
}

h3{
 	border:none;
	font-size:1.2em;
	font-weight:bold;
	color:#003366;
	margin:10px 0;

}

h4{
	margin:3px 0;
	font-size:1em;
}

h5{
	margin:3px 0;
	font-size:.9em;
}

.mainTab{
 	font-variant: small-caps;
	font-size:1.1em;
	font-weight:bold;
}

.two_column_container{
	 /*width: 97%;  /* this will create a container 80% of the browser width */
	/*background: #FFFFFF;*/
	/* margin: 0 auto 4px auto; /* the auto margins (in conjunction with a width) center the page */
	padding:2px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-bottom:20px;
}

.left_column {
	float: left; 
	width: 120px; /* since this element is floated, a width must be given */
	padding: 0; /* top and bottom padding create visual space within this div  */
}

.right_column {
    margin-left: 140px;  
}

a{
	text-decoration:none;
}

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

.portraitStyle{
	 margin-right:10px;
	 margin-bottom:10px;
	 border:1px solid #CCC;
	 float:left;
	 height:119px;
	 width:109px;
}

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

.photo_container_style span{
	font-weight:bold;
}

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

.TabbedPanelsTab{
   /* background-image: url("http://www.uncg.edu/hhp/shp/images/tabbck1.gif");*/

}

.TabbedPanelsTabSelected{
    border-top:2px solid #FFCC00;
	/*border-top:2px solid #729bd1;*/
}

