/* left menus */	
#left ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 15em; /* Width of Menu Items */
	border-bottom: .08em solid #ffffff;
}

#left ul li {
	position: relative;
}
	
#left li ul {
	position: absolute;
	left: 14.92em; /* Set 1px less than menu width */
	top: 0;
	display: none;
}

/* Styles for Menu Items */
#left ul li a {
	display: block;
	text-decoration: none;
	color: #5A5A58;
	background: #F1EFE2; /* IE6 Bug */
	padding: .42em 0 .42em 1em;
	border: 0.08em solid #ffffff;
	border-bottom: 0;
	font-weight:bold;
}

/* Fix IE. Hide from IE Mac \*/
* html #left ul li { float: left; height: 1%; }
* html #left ul li a { height: 1%; }
/* End */

#left ul li a:hover { color: #5A5A58; background: #BFD2E0;	font-weight:bold; } /* Hover Styles */
		
#left li ul li a { padding:.42em; height:1% !important;} /* Sub Menu Styles */
		
#left li:hover ul, #left li.over ul { display: block;} /* The magic */


/* top navigation */
#top_nav ul {
	margin:0;
	padding: 0;
	list-style: none;
	border:none;
	float:right;
    width:45.19em;
	height:1.75em;
	font-size:1em;
}

#top_nav ul li {	  
   float:left;
   height:1.75em;
   position: relative;
}
	
#top_nav li ul {
	position: absolute;
	left: 0; /* Set 1px less than menu width */
	top: 0;
    font-size:1em;	
	display: none;
	width:18.33em; /* <<<<<<<<<<<<!!!!!!!! submenu width  !!!!!!!!!!!>>>>>>>>>>>>> */	
}

/* Styles for Menu Items */
#top_nav ul li a {
	display: inline;
	text-decoration: none;
	color: #000000;
	background:none;
	padding: .42em 0 .42em .67em;
	border:none;
	border-bottom: 0;
	font-weight:bold;
	margin:0 .83em 0 0;
}

/* Fix IE. Hide from IE Mac \*/
* html #top_nav ul li { float: left; height: 1%; }
* html #top_nav ul li a { height: 1%; }
* html #top_nav ul li ul {margin-top:-.3em;}
/* End */

#top_nav ul li a:hover { color:#000000; background: none;	font-weight:bold; } /* Hover Styles */
		
#top_nav li ul li a { padding:.42em; } /* Sub Menu Styles */
		
#top_nav li:hover ul, #top_nav  li.over ul { display: block; } /* The magic */

#top_nav li li {
	position:relative;
	clear:both;
	width:8.33em;
	text-align:left;
}

#top_nav li li a {
	display: block;
	text-decoration: none;
	color: #000000;
	background:#DADADA;
	padding: .42em 0 .42em 1em;
	border:1px solid #ffffff;
	border-bottom: 0;
	font-weight:bold;
	margin:0 .42em;	
}
	
#top_nav li li a:hover { color: #000000; background: #BFD2E0;	font-weight:bold; } /* Hover Styles */

#top_nav li li.invisible, #top_nav li li a.invisible:hover,  #top_nav li li a.invisible {
	background:none;
	border:none;
}
.rightdiv{
	padding:8px;
	}
#rightside{
	width:200px;
	float:right;
	display:inline;
	}
/***begin phone tracking code***/
#phone-tracking-container{
	float: right;
	height: 41px;
	width: 250px;
	display: inline;
	padding-right: 10px;
	padding-top: 10px;
	text-decoration: none;
	padding-bottom: 5px;
}
.24hrsales {
	font-family: "Trebuchet MS";
	font-size: 24px;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
}
.twentyfourphone{
	font-family: "Trebuchet MS";
	font-size: 18px;
	text-decoration: none;
	text-align: right;
	display: block;
	font-weight: bold;
	margin-top: -1px;
	margin-bottom: -1px;
	line-height: 18px;
}

.local-phone{
	font-family: "Trebuchet MS";
	font-size: 16px;
	text-decoration: none;
	text-align: right;
	display: block;
	margin-top: -1px;
	margin-bottom: -1px;
	line-height: 16px;
}
.toll-free{
	font-family: "Trebuchet MS";
	font-size: 16px;
	text-decoration: none;
	text-align: right;
	display: block;
	margin-top: -1px;
	margin-bottom: -1px;
	line-height: 16px;
}
/***end of phone tracking code***/

/**code for forms**/

label{
	float: left;
	width: 140px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	padding-right: 8px;
}

/**input, textarea{
width: 180px;
margin-bottom: 5px;
}

textarea{
width: 250px;
height: 150px;
}

.boxes{
width: 1em;
}**/

#submitbutton{
	margin-top: 5px;
	width: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	border: 1px solid #CCCCCC;
	background-color: #206BA4;
}
/**.biopic {
	float: right;
	height: 224px;
	width: 180px;
}**/

.container-lists{
	width:100%;
	display:block;
	float: left;
	margin-bottom: 5px;
}

.container-lits-left{
	width:74%;
	display:inline;
	float:left;
}

.container-lits-right{
	width:24%;
	float:right;
}

