@charset "utf-8";

/* CSS Document */



body {

	margin: 0;

	padding: 0;

	background: url(images/mainbg2.gif) #000 repeat-x;

	font: 11px Tahoma;

	color: #989898;

	overflow:hidden;

	overflow-y: auto;

}

#footer {

	background: url(images/footer_bg.jpg) no-repeat;

	color: #666666;

	font: 10px Tahoma;

}



.footer a {



font: 11px Tahoma;



color: #666666;



text-decoration: none



}



.footer a:hover {



font: 11px Tahoma;



color: #989898;



text-decoration: underline



}

a {



font: 11px Tahoma;



color: #989898;



}

p {

	margin: 0 0 15px 0;

	padding: 0;

	line-height: 16px;

}

#leftbg {

	background:url(images/bg_left.gif) repeat-x;

}

#rightbg {

	background:url(images/bg_right.gif) repeat-x;

}

#agent {

	background: #0d0d0d;

}

td#content {

	border:1px solid #333333;

	padding: 20px 0 80px 0

}

td#contentHome {

	border:1px solid #333333;

	padding: 0

}

td#contentHome p {

	margin: 0 0 5px 0;

	padding: 0;

	line-height: 16px;

}

#calc input {

	width: 144px;

	font: 11px Tahoma;

	padding: 0;

	margin: 0;

	height: 14px;

}

.leftColList {

	padding: 20px 15px 20px 10px

}

.leftColList p {

	line-height: 20px;

	margin: 0 0 22px 0

}

.rightColList {

	padding: 20px 0 0 30px

}

.rightColList p {

	line-height: 20px;

	margin: 0 0 22px 0

}

.rightColList a {

	line-height: 18px;

	margin: 0 0 5px 0;

}

.links a{

color:#666666;

font-weight: bold; 

text-decoration:none;

}

.linksa a{

color:#0033FF;

font-weight:bold;

}

.propName { 

font-size:12px;

}

.propName a { 

text-decoration: underline;

color:#0000CC;

}



h2 {

font: 12pt Tahoma;

}



h3 {

font: 10pt Tahoma;

}


#menu {
	padding:0;
	margin:0;
	list-style:none;
	height:33px;
	position:relative;
	z-index:500;
	font-family:"Microsoft sans serif", sans-serif;
}
#menu li {
	float:right;
}
#menu li a {
	display:block;
	float:left;
	height:33px;
	line-height:33px;
	background:#333;
	color:#f1f1f1;
	text-decoration:none;
	font-size:10px;
	font-weight:normal;
	
}
#menu table {
	border-collapse:collapse;
	width:0;
	height:0;
	position:absolute;
	top:0;
	left:0;
}
/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

#menu li a:hover {
	z-index:200;
	position:relative;
	color:#fff;
	background-color:#c60;
}
#menu li:hover {
	position:relative;
	z-index:200;
}
#menu li:hover > a {
	color:#fff;
	background:#c60;
}
#menu li:hover > a.sub {
	color:#fff;
	background-color:#c60;
}
#menu li.current a {
	color:#fff;
	background:#840;
}
#menu li a.sub {
	background: #333 url(images/down-arrow.gif) no-repeat right center;
}
#menu li.current a.sub {
	color:#fff;
	background:#840 url(images/down-arrow.gif) no-repeat right center;
	;
}
#menu :hover ul {
	left:0;
	top:33px;
	width:129px;
	background:#444;
	text-transform:uppercase;
}
/* keep the 'next' level invisible by placing it off screen. */
#menu ul, #menu :hover ul ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:0;
	height:0;
	margin:0;
	padding:0;
	list-style:none;
}
#menu :hover ul :hover ul {
	left:120px;
	top:-1px;
	background:#222;
	white-space:nowrap;
	width:100px;
	z-index:200;
	height:auto;
}
#menu :hover ul li {
	margin:0;
	border-right:1px solid #666;
	border-left:1px solid #666;
	border-top:1px solid #666;

}
#menu :hover ul li a {
	width:129px;
	padding:0;
	/*text-indent:10px;*/
	padding:0 10px 0 0;
	background:#333;
	color:#ccc;
	height:26px;
	line-height:26px;
	
}
#menu :hover ul li a.fly {
	background:#333 url(images/right-arrow.gif) no-repeat right center;
}
#menu :hover ul :hover {
	background-color:#A21F27;
	color:#fff;
}
#menu :hover ul :hover a.fly {
	background-color:#A21F27;
	color:#fff;
}
#menu :hover ul li.currentsub a {
	background:#A21F27;
	color:#fff;
}
#menu :hover ul li.currentsub a.fly {
	background:#840 url(images/right-arrow.gif) no-repeat right center;
	color:#fff;
}
#menu :hover ul :hover ul li a {
	width:100px;
	padding:0;
/*	text-indent:10px;*/
	text-indent:0 10px 0 0;
	background:#A21F27;
	text-transform:uppercase;
	color:#ccc;
}
#menu :hover ul :hover ul :hover {
	background-color:#A21F27;
	color:#fff;
}
#menu :hover ul :hover ul li.currentfly a, #menu :hover ul :hover ul li.currentfly a:hover {
	background:#A21F27;
	color:#fff;
}
