@charset "utf-8";
/* GENERIC
   ----------------------------------------------------*/
body {
	margin:0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color: #333333;
	text-decoration:none; 
	}
.clear { clear:both }

.wrap { width:950px; margin:auto;}
img { border:0px;}
a { outline:none; margin:0px;padding:0px;text-decoration:none;}
p {	margin-top:0px; margin-bottom:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color: #333333;
	text-decoration:none; }
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
.field{	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color: #333333;
	text-decoration:none; }
.fieldsearch{	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color: #333333;
	text-decoration:none; border:1px #d6d6d6 solid; display:inline;}	

/* TOP SECTION
   ----------------------------------------------------*/


/* TOP MENU SECTION
   ----------------------------------------------------*/
#cssdropdown, #cssdropdown ul {
padding: 0;
margin: 0;
list-style: none;
color: #000;
}
#cssdropdown li {
float: left;
position: relative;
}
.mainitems{
  display:table;         /* ignored by IE */
  text-align: center; 
  list-style-type:none;
  white-space:nowrap;    /* keep text on one line */
  border:0px solid #06a; /* add a border to show size of menu */
  }
.mainitems a{
	display:block;         /* for all browsers except IE */
	padding-left:20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	color:#FFFFFF;
	border:0px solid #fff; /* add a 1px white border around items */
	text-decoration:none;
	background-image: url(/images/menu1.jpg);
}
.mainitems a:hover {
  color:#663700;
  background-image: url(/images/menu2.jpg);
  background-repeat: repeat-x;
}
.subuls{
display: none;
width: 10em;
position: absolute;
top: 2.1em;
left: 10;
background-color: #f7f7f7;
border: 0px solid black;
text-align: left;

}
.subuls li{
width: 100%;
}
.subuls li a{
text-decoration: none;
background-color: #FFFFFF;
background-image: url(/images/down1.jpg);

}
.subuls li a:hover { background-color: #FFFFFF; }
#cssdropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
top: auto;
left: auto;
}
#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
display: block;
}
#restofcontent { /*wrap rest of content of the page inside this div*/
clear: left;
}

/* HEADER SECTION
   ----------------------------------------------------*/
.homeheader { width:950px; height:139px;}
.homeheader_logo { width:950px; height:114px; background:url(/images/index_01.jpg) no-repeat;}
.homeheader_menu { width:843px; height:25px; background:url(/images/menu_bg.jpg) no-repeat; padding:0px 53px 0px 54px;
font-family: Arial, Helvetica, sans-serif; font-size: 11px;font-weight: bold; text-align: center; }

/* CONTENT CONTAINER SECTION
   ----------------------------------------------------*/
.maincontainer { width:843px; padding:10px 53px 0px 54px;}
.maincontainer_left { width:305px; padding:0px 0px 0px 0px; float:left;}
.maincontainer_righr { width:500px; padding:0px 0px 0px 38px; float:right;}
.maincontainer_righr li {font-size:12px;font-weight: normal;color: #333333; background: url(images/libgA.jpg) no-repeat left top; padding-left:10px; margin-left:20px;list-style: none;}
.maincontainer_righr a { font-weight: bold; font-size:12px; color: #333333;text-decoration: underline; }

/* CONTENT CONTAINER INNER PAGE SECTION
   ----------------------------------------------------*/

/* FOOTERU SECTION
   ----------------------------------------------------*/
.footer { width:843px; height:30px; padding:30px 53px 0px 54px; background:url(/images/footer_bg.jpg) no-repeat;}

/* P CLASS SECTION
   ----------------------------------------------------*/	
p.bold16 {font-weight: bold; font-size:16px; color: #b7a591;}
p.bold12 {font-weight: bold; font-size:12px; color: #b7a591;}
.meetimg{float:left}
.scasestudies_box li {font-size:12px;font-weight: normal;color: #333333; background: url(images/libgA.jpg) no-repeat left top; padding-left:10px; margin-left:20px;list-style: none;}