/* CSS Document */
.clients a,.clients a:visited {color:#E6C8A4}
.clint:visited,.clint {color:#444;font-weight:normal;text-decoration:none}
.clint:hover {color:#D61405;text-decoration:underline}
ul.iefix {margin-left:-15px;list-style-type:square;}
body,td {font-family:Arial, Helvetica, sans-serif; color:#444; font-size:13px; line-height:1.2em; text-align:justify}
td {background:none;}
div.body{margin-left:5px; padding-top:4px;height:388px; padding-right:10px; overflow:auto;
scrollbar-arrow-color: #AE2F25;
scrollbar-3dlig	ht-color: #fff;
scrollbar-darkshadow-color: #fff;
scrollbar-face-color: #fff;
scrollbar-highlight-color: #ccc;
scrollbar-shadow-color: #ccc;
scrollbar-track-color: #eeeeee;
}
div.body2{margin-left:5px; padding-top:4px;height:248px; padding-right:10px; overflow:auto;
scrollbar-arrow-color: #AE2F25;
scrollbar-3dlight-color: #fff;
scrollbar-darkshadow-color: #fff;
scrollbar-face-color: #fff;
scrollbar-highlight-color: #ccc;
scrollbar-shadow-color: #ccc;
scrollbar-track-color: #eeeeee;
}
a.print,a.print:active,a.print:visted,a.print:hover {color:#444; font-weight:bold; letter-spacing:0.05em}
a.print:hover{color:#D61405}
input,textarea {font-family:Arial, Helvetica, sans-serif; color:#444;font-size:12px; border:1px solid #aaa }
img {border:0px;}
a,a:visited { color:#444; font-weight:bold; text-decoration:none}
a:hover { color:#D61405; text-decoration:none}
h3 {font-size:14px;}
h2.news {font-size:12px; color:#444; margin-top:3px; margin-bottom:3px;  border-bottom: 0px; text-transform:uppercase }
h2.staff {font-size:12px; color:#444; font-weight:bold; margin-top:3px; margin-bottom:0px; text-transform:uppercase;}
h2.staff .bread {margin-bottom:1px;font-weight:normal; color:#666; padding-left:1px;}
h2 {font-size:12px; color:#444; margin-top:7px; margin-bottom:3px; text-transform:capitalize;}
p {margin-top:5px;margin-bottom:5px; text-align:justify}
.bread {font-size:11px;color:#555; font-weight:bold }
.hide {display:none;}
ul {list-style-type:disc;}
ul li {line-height:1.5em;} 
hr {
border: 0;
color: #ccc;
background-color: #ccc;
height: 1px;
width: 90%;
text-align: left; margin-bottom:10px; margin-left:0px;
}
.endo {font-style:italic; font-size:13px;}
.credit {font-size:11px; font-weight:bold; line-height:normal }
.intro {margin-bottom:10px; margin-left:10px;font-size:12px; line-height:normal; text-align:justify }
.thumb {width:110px;height:120px;float:left; margin:3px;}
.city {color:#AA732F;font-weight:bold;}

.pagethis {border:1px solid #ddd; padding:2px; background:#eee;}
.page {border:1px solid #ddd; padding:2px;}
.page:hover {border:1px solid #ddd; background:#eee}
.pageof {float:left; color:#666;}

.pagit {text-align:right; margin-top:10px; font-size:10px; margin-bottom:10px; }


.newsling {margin-bottom:5px; padding-bottom:5px; border-bottom:1px dashed #999; }
 

/*---------- bubble tooltip -----------*/
.tt{
    position:relative; 
    z-index:2400; cursor:default;
    text-decoration:none;
}
.tt span.tooltip,.tt span.top,.tt span.bottom{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
.tt:hover{ z-index:2500; background:;}
.tt:hover span.tooltip{ font-weight:normal;
   display:block;
    position:absolute; color:#666;
    top:0px; left:0;
	padding: 15px 0 0 0;
	width:200px; 
    text-align: left; 
}
.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(../images/bubble.png) no-repeat top;
}
.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(../images/bubbleline_02.png) repeat bottom; 
}
.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(../images/bubble.png) no-repeat bottom;
}



