/* remember to define focus styles! */
:focus {outline: 0;}
ol, ul {list-style: none;}
caption   {text-align: left;font-weight: normal;}
blockquote:before, blockquote:after,
q:before, q:after {content: '"';}
blockquote, q {quotes: '"' '"';}

h1 {font-size: 1.4em;}
h2 {font-weight: bold;}

a {color: #8CA3AF; font-weight: bold; text-decoration:none;}
a:hover {color: #999;}

strong {font-weight: bold;}

textarea {white-space: nowrap;}
		
	#main {
	width: 986px;
	height: 390px;
	position: relative;
	background-color: transparent;
	background-image: url(images/contact-Banner.gif);
	background-repeat: no-repeat;
}
	
	.tTip {
	width: 20px;
	position: absolute;
	color: #666;
	font-weight: bold;
	height: 20px;
}
	.tip {color: #333;}
	
		#cloud1 {
	top: 147px;
	left: 151px;
}
		#cloud2 {
	top: 173px;
	left: 615px;
}
		#cloud3 {top: 77px; left: 525px;}
		#cloud4 {top: 350px; left: 370px;}
				
/*-----------------------------------------------------------------------------------------------*/
/*                                         TOOLTIP STYLES                                        */
/*-----------------------------------------------------------------------------------------------*/

.tip {
	width: 212px;
	padding-top: 19px;
	overflow: hidden;
	display: none;
	position: absolute;
	z-index: 500;
	background: transparent url(images/tipTop.png) no-repeat top;
}
	
.tipMid {
	background: transparent url(images/tipMid.png) repeat-y;
	padding-top: 0;
	padding-right: 20px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #003399;
	text-decoration: none;
}
.tipBtm {background: transparent url(images/tipBtm.png) no-repeat bottom; height: 32px;}
