/***********************************************************
* GENERIC STYLES
***********************************************************/
/*html {
scrollbar-arrow-color: #fff;
scrollbar-base-color: #fff;
scrollbar-dark-shadow-color: #ccc;
scrollbar-track-color: #B98B5E;
scrollbar-face-color: #336699;
scrollbar-shadow-color: #ccc;
scrollbar-highlight-color: #fff;
scrollbar-3d-light-color: #fff;
}*/
body {
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 11px;
	background-color: #336699;/*#333366*/
	color: #003366;
	min-width:800px;
}
h1 {display: none;}
h2 {display: none;}
h3 {display: none;}

/***********************************************************
* DIV IDs
***********************************************************/
#talkingprops_all {	
	position: relative;
	width: 100%;
}
#talkingprops_all2 {	
	position: relative;
	clear: both;
	z-index: 0;
}
#talkingprops_number {
	position: relative;
	background: #fff url(../grafix/layout/banner_grad.jpg) right no-repeat;
	width: 100%;
	border-bottom: 1px solid #ccc;
}
#talkingprops_top {
	position: relative;
	background: #fff url(../grafix/layout/banner_grad.jpg) right no-repeat;
	width: 100%; 
	height: 110px;
	color: #fff;
}
#talkingprops_cssmenu {
	position: relative;
	background-color: #e1e1e1;
	margin-bottom: 5px;
	float: left;
	z-index: 100;
	width: 100%;
	text-align: center;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#talkingprops_main {
	position: relative;
	float: left;
	background-color: #fff;
	width: 79%;
}
#talkingprops_menu {	
	position: relative;
	background-color: #fff;
	float: right;
	width: 20%;
}
/***********************************************************
* MENU STYLES
***********************************************************/
.suckertreemenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.suckertreemenu ul li{/*Top level list items*/
	position: relative;
	display: inline;
	float: left;
}
.suckertreemenu ul li a{/*Top level menu link items style*/
	display: block;
	width: 128px; /*Width of top level menu link items*/
	text-decoration: none;
	color: #F37120;
	background-color: #e1e1e1;
	padding: 2px 0px 2px 0px;
	font-weight: bold;
	font-size: 13px;
}
.suckertreemenu ul li ul{/*1st sub level menu*/
	left: 0;
	position: absolute;
	top: 1em; /* no need to change, as true value set by script */
	display: block;
	visibility: hidden;
}
.suckertreemenu ul li ul li{/*Sub level menu list items (undo style from Top level List Items)*/
	display: list-item;
	float: none;
}
.suckertreemenu ul li ul li ul{ /*All subsequent sub menu levels offset after 1st level sub menu */
	left: 159px; /* no need to change, as true value set by script */
	top: 0;
}
.suckertreemenu ul li ul li a {/* Sub level menu links style */
	display: block;
	width: 160px; /*width of sub menu levels*/
	color: #F37120;
	text-decoration: none;
	padding: 1px 5px;
}
.suckertreemenu ul li a:hover {
	background-color: #336699;
	color: #fff;
}
.suckertreemenu .mainfoldericon {
	background-color: #e1e1e1;
}
.suckertreemenu .subfoldericon {/*Background image for subsequent level menu list links*/
	background-color: #e1e1e1;
	/*background: #F3F3F3 url(media/arrow-right.gif) no-repeat center right;*/
}

			* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
				padding-top: 1em;
			}
	
			/* Holly Hack for IE \*/
			* html .suckertreemenu ul li { 
				float: left; 
				height: 1%; 
			}
			* html .suckertreemenu ul li a { 
				height: 1%; 
			}
			/* End */


/***********************************************************
* DIV CLASSES
***********************************************************/
.topnum {
	font-family: Trebuchet MS, Verdana, Arial;
	color: #003366;
	text-align: right;
	font-size: 11px;
	padding: 3px 10px 3px 0px;
}
.talkingprops_tops {
	font-family: Trebuchet MS, Verdana, Arial;
	padding: 15px 10px 5px 10px;
	font-size: 16px;
	color: #003366;
	font-weight: bold;
}
.talkingprops_quotes {
	background-color: #e1e1e1;
	font-family: Trebuchet MS, Verdana, Arial;
	padding: 10px;
	font-size: 11px;
	color: #003366;
	text-align: center;
}
.talkingprops_main {
	font-family: Trebuchet MS, Verdana, Arial;
	padding: 5px 10px 5px 10px;
	font-size: 11px;
	color: #003366;
	text-align: left;
}
.talkingprops_main a:visited {
	color: #F37120;			/*B98B5E*/
	text-decoration: none;
	font-weight: bold;
}
.talkingprops_main a:hover {
	color: #F37120;		
	text-decoration: none;
	font-weight: bold;
}
.talkingprops_main a:link {
	color: #F37120;
	text-decoration: none;
	font-weight: bold;
}
.casetitles {
	background-color: #eee;
	font-family: Trebuchet MS, Verdana, Arial;
	padding: 10px;
	font-size: 12px;
	color: #003366;
	text-align: left;
}
.talkingprops_contact {
	font-family: Trebuchet MS, Verdana, Arial;
	padding: 5px 10px 5px 10px;
	font-size: 11px;
	color: #003366;
}
.talkingprops_float {
	float: right;
	width: 250px;
	height: 140px;
	background-color: #e1e1e1;
	margin: 10px 0px 0px 0px;
}
.talkingprops_float02 {
	float: right;
	margin-right: 10px;
	background-color: #e1e1e1;
	border: 1px solid #ccc; 
	margin-left: 8px;
	margin-bottom: 8px;
}
.talkingprops_padimage {
	padding: 5px 5px 0px 10px;
	border: 0px;
}
.tel_num {
	border-bottom: 1px solid #ccc;
	text-align: left;
	font-weight: bold;
	font-family: Trebuchet MS, Verdana, Arial;
	font-size: 12px;
	color: #336699;
}
.tel_num a:visited {
	color: #F37120;		
	text-decoration: none;
}
.tel_num a:hover {
	color: #F37120;		
	background-color: #eee;
	text-decoration: none;
}
.tel_num a:link {
	color: #F37120;
	text-decoration: none;
}
.boldnum {
	color: #003366;
	font-size: 14px;
}
.newstitles {
	font-size: 14px;
	color: #336699;
}
.urgent {
	font-size: 11px;
}
/***********************************************************
* OTHER INDIVIDUAL styles
***********************************************************/
.hirebullets {
	color: #F37120;
	font-size: 12px;
}
.hireright {
	float: right;
	padding: 5px 5px 5px 5px;
	font-size: 35px;
	color: #336699;
	font-variant: small-caps;
	font-style: italic;
	font-weight: bold;
	width: 350px;
	background-color: #eee;
	text-align: center;
}
.hiresmall {
	font-size: 10px;
}
.hiresmall2 {
	font-size: 10px;
	text-align: center;
}
.hirefloat {
	float: right;
	border: 1px solid #ccc; 
	margin-left: 8px;
	margin-bottom: 8px;
}
.hirefloat02 {
	float: right; 
	margin-left: 8px;
	margin-bottom: 8px;
}
.hiresub {
	font-size: 13px;
}
.talkingprops_quoteshire {
	background-color: #e1e1e1;
	font-family: Trebuchet MS, Verdana, Arial;
	padding: 10px;
	font-size: 13px;
	color: #003366;
	text-align: center;
}
.talkingprops_quoteshire02 {
	background-color: #FDC4A0;
	font-family: Trebuchet MS, Verdana, Arial;
	padding: 10px;
	font-size: 13px;
	color: #FF6600;
	text-align: center;
	margin: 0px 5px 0px 5px;
	border: 2px dotted #FF6600;
}
/***********************************************************
* FORM styles
***********************************************************/
fieldset {
	border: 1px solid #ccc;
	width: 50%;
	padding: 10px 5px 10px 5px;
}
.talkingprops_input {
	border: 1px solid #666;
	background-color: #ffffe0;
}

/***********************************************************
* TABLE STYLES
***********************************************************/
td {
	padding: 5px;
	vertical-align: top;
}
.change {
	color: #4A6780;
	background-color: #e1e1e1;	/*cecece	B4CDE3*/
	font-weight: bold;
	vertical-align: top;
}
.changeimg {
	border: 1px solid #ccc;
}

/***********************************************************
* IMAGE STYLES
***********************************************************/
.map_link {
	border: 1px dotted #333;
	text-decoration: none;
	margin-bottom: 10px;
	background: none;
}
.map_link a:link {
	border: 1px dotted #333;
	text-decoration: none;
	background: none;
}
.map_link a:hover {
	border: 1px dotted #333;
	text-decoration: none;
	background: none;
}
.map_link a:visited {
	border: 1px dotted #333;
	text-decoration: none;
	background: none;
}

.nolink {
	border: 0;
	text-decoration: none;
	margin: 10px 0px 0px 0px;
}
.nolink a:link {
	border: 0;
	text-decoration: none;
}
.nolink a:hover {
	border: 0;
	text-decoration: none;
}
.nolink a:visited {
	border: 0;
	text-decoration: none;
}
.clear { /*ASSURES SPACE IS MAINTAINED BELOW FLOATED IMAGES BEFORE TEXT STARTS*/
	clear: both;
}

.talkingprops_rightban {
	font-family: Trebuchet MS, Verdana, Arial;
	padding: 5px 5px 5px 5px;
	font-size: 11px;
	color: #003366;
	text-align: left;
}
.talkingprops_rightban a:visited {
	color: #F37120;			/*B98B5E*/
	text-decoration: none;
	font-weight: bold;
}
.talkingprops_rightban a:hover {
	color: #F37120;		
	text-decoration: none;
	font-weight: bold;
}
.talkingprops_rightban a:link {
	color: #F37120;
	text-decoration: none;
	font-weight: bold;
}

.holdflash {
	border: 1px solid #ccc;
	width: 180px;
	height: 300px;
	text-align: center;
	padding: 3px 3px 3px 3px;
}
