body {
  font-family: Tahoma;
  font-size: .8em;
  color: #264264;
  background-color: #a6d2ff;
  padding-bottom: 60px;
  text-align: center;
}

div.freshbrook_container {
  text-align: left;
}

.mugshot {
  float: left;
  padding-right: 5px;
}

.page_content {
  padding: 0 10px 0 10px;
}

table.meetings {
width: 723px;
}

.box_content_div {
  vertical-align: bottom;
  width: 240px;
  height: 165px;
  background-position: 90% 90%;
  background-repeat: no-repeat;
}

div.background_div {
  margin: 0 auto;
  position: relative;
  width: 785px; 
  background-image: url('../images/top_bg_new.jpg');
  background-color: #fff;
  background-repeat: repeat-x;
  border: thick outset #c0c0c0;
  padding-bottom: 20px; 
  text-align: left;
}

#toptext {
  font-weight: bold;  
  width: 295px;
  margin-top: 10px;
  padding-left: 480px;
  text-align: right;
}

div.profile {
  display: block;
  margin: 10px 1px 0 1px;
  clear: both;
}

span.title {
  font-size: 1.3em;
  font-weight: bold;
  text-align: left;
  color: #3572b5;
  clear: both; 

}

.main_content {
  width: 100%;     
}

.main_content input{
    text-align:left;    
}     

div.edit {
  width: 50%;
  border: 1px #000000 solid;
  padding: 5px;
  background-color: #C0C0C0;
  text-align: left;
}

img { 
  border: 0;
}

h1 {
  background-image: url('../images/h1_bg.jpg');
  background-repeat: repeat-y;
  border: 1px #000 solid;
  font-size: 1.3em;
  font-weight: bold;
  color: #fff;
  padding: 2px 0 3px 0;
  padding-left: 10px;
  /* Besauce IE sucks, we need this extra line */
  * width: 100%;
}

h3 {        
  background-color: #699cd9;
  border: 1px #000 solid;
  font-size: 1.3em;
  font-weight: bold;
  color: #fff;
  *width:100%;
  text-align: center;
  padding: 2px 0 3px 0;
  padding-left: 10px;
}

.box_content_div h4 {
  background-color: ;
  border: 0;
  font-size: 1.3em;
  font-weight: bold;
  color: #fff;
  width:100%;
  text-align: center;
  margin: 0;
  padding: 0; 
}

h2 {
  font-size: 1.3em;
  font-weight: bold;
  text-align: left;
  color: #3572b5;
  clear: both; 
}


/* Styles for the Drop-Down menus*/
#drop_menu {
  position: relative;
  float: right;
	margin: 0;
	padding: 0;
	z-index: 40;
  text-align: left;
}

#drop_menu li {
	margin: 90px 0 0 2px;
	list-style: none;
	float: left;         
}

#links_list li {
	margin: 0 13px 0 0;
	list-style: none;        
}

#drop_menu li a {
	display: block;
  text-align: left;
}

#drop_menu a.sub_link:hover {
	background: #2143c9;
  color: #9df8ff; 
  text-align: left;
}

#drop_menu div
{	
  position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	border: 1px solid #5970B2;
  text-align: left;
}

#drop_menu div a {
	position: relative;
	display: block;
	padding: 5px 10px;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #d0defd;
	color: #4053bc;
	font: 11px arial
}

.sortable-list {
  list-style-type : none;
  margin : 0;
  text-align: left;
}

.sortable-list_0 li {
  text-align: center;
  cursor : move;
  margin: 0;
  padding: 0;
  list-style: none;
  float: left; 
  text-align: left;  
}

.sortable-list li {
  z-index: 1;
  position: relative;
  border-bottom: 1px solid #000;
  display: block;
  padding: 5px 10px;
  width: 100px;
  white-space: nowrap;
  text-align: left;
  text-decoration: none;
  background: #d0defd;
  color: #4053bc;
  font: 11px arial;
  cursor : move;
}

.slideshow-content {   
  height: 188px;              
  }

.slide {
  position: absolute; 
}

.slides_container {
  width:33%;
}

.main_box {                    
  background-image: url('../images/box_bg.gif');   
  background-repeat: no-repeat; 
  width:33%;
  height:180px;
  vertical-align: middle;
  text-align: center;        
  cursor: pointer;
  padding-bottom: -5px;
}

.clear {
  clear: both;
}