/* CSS Document */

/*summer symposium page style*/


body { 
	background-image:url("http://www.uncg.edu/soe/newsite/instructional_technology/intech_images/yellowdots.gif");
	background-repeat:repeat;
	background-position:top right;
	}


#uncgBody { 
	width:720px; 
	margin:10px auto;
	border-right: 1px solid rgb(220,220,220);
	border-left: 1px solid rgb(220,220,220);
	border-bottom:2px solid rgb(150,150,150);
	}


#pagContent{
	padding-left:10px;
	padding-right:0px;
	margin-left:0px;
	margin-top:40px;
	font:.8em "Verdana","Arial", "Helvetica", sans-serif; 
	}


#unitNavCrumb {
	font: .7em "Arial", "Helvetica", sans-serif;

	line-height:.7;
	margin:0px;
	background-color: rgb(250,250,255);
	border-bottom: 1px solid rgb(150,150,150);
	}

#unitNav {
	width:700px;
	margin-top:10px;
	padding-left:20px;
	line-height:2;
	padding-bottom:10px;
	border-bottom: 1px solid rgb(150,150,150);
	}	

#unitNav li {
	display:inline; 
	font: 1.2em "Arial", "Helvetica", sans-serif;
	margin-left:15px;
	padding-right:15px;
	padding-left:7px;

	}
	

h1 {
	
	font: normal 1.6em "Book Antiqua", "Times New Roman", serif;
	line-height:1;
	font-variant:small-caps;
	margin-top:-2px;
	padding-top:35px;
	padding-bottom:50px;
	padding-left:10px;
	border-bottom: 2px solid #ccc;
	font-weight:400;
	color:rgb(70,40,120);
	letter-spacing: 4px;
	background-image:url("http://www.uncg.edu/soe/images/banner_new175.jpg");
	background-repeat:no-repeat;
	background-position:top right;
	}
	
	
 #pagContent h2 {
 	letter-spacing: 2px;
	font: 2em "Arial", "Helvetica", sans-serif;
	color:rgb(60,40,120);
	padding-top:15px;
	margin-left:5px;
	margin-right:20px;
	margin-bottom:10px;
	/*border-bottom: 1px solid rgb(180,200,180);*/
	}
	
  h3 {
	font: 1.6em "Arial", "Helvetica", sans-serif;
	color:rgb(60,40,120);
	padding-top:8px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;

	}
	
#pagContent h4 {
	font: 1.2em "Arial", "Helvetica", sans-serif;
	padding-top:0px;
	margin-left:15px;
	margin-right:10px;
	margin-bottom:0px;

	}
	
 #pagContent p {	

	line-height:1.5;
	padding-left:35px;
	padding-right:15px;
	padding-top:3px;
	}
	
 #pagContent a  {
	color:rgb(35,150,190);
	text-decoration:none;
	}
	
 #pagContent a:hover {
	text-decoration:none;
	color:rgb(35,150,190);
	background-color: rgb(250,250,150);
	}
	
#column_right {
	margin-left:0px;
	width:180px;
	float:right;
	font-size: .8em;
	border: 1px solid rgb(200,200,200);
	background-color:rgb(250,240,255);
	}
	
#column_right p {
	font-size: 1.1em;
	line-height:1.5;
	margin:3px;
	margin-top:10px;
	padding-left:15px;
	background-color:rgb(250,255,255);
	}
	
#column_right a {
	padding:0px;
	margin:0px;
	}	
	
	

	
.rgb_one { background:rgb(255,240,10);}
.rgb_two { background:rgb(20,230,255);}
.rgb_three { background:rgb(100,225,100);}
.rgb_four { background:rgb(255,255,180);}
.rgb_five { background:rgb(235,200,220);}
	

	
	
.info_box  {
	 float:left;
	 width:300px;
	 background-color: rgb(250,250,250);	
	 }
	 
.redwarning {
	font: 1.2em "Arial", "Helvetica", sans-serif;
	font-weight:800;
	color:rgb(255,0,0);
	}
	
	
	
#infodivide {
	width:500px;
	height:50px;
	border: 1px solid #ccc;
	}
	
	
/*styling for SOE Faculty Staff Directory*/	
#listed_info {
	font-weight: normal;
	
	}
	
#listed_info table {
	
	margin: auto;

	}
	
#listed_info h3 {
	padding:5px;
	margin-bottom:5px;
	background-color: #9cc;
	}
	
	
#listed_info th {
	font-weight: normal;
	font-style: italic;
	text-align: left;
	border: 1px dotted #699;

	color: #000;
	}
	

	
#listed_info td {
	font:1em normal "Arial", "Helvetica", sans-serif;
	width: 14em;
	border-top: 5px solid #fff;
	border-bottom: 1px dotted #699;

	}
	
/*end Faculty Staff Direcotry*/


	
	 



