/* CSS Document */

html, body, #wrapper {
	height:100%;
    margin: 0;
    padding: 0;
    border: none;
    text-align: center;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #575757;
	font-size: 12px;
}
body {background-image: url(../img/bg.jpg); background-repeat: repeat-x; background-position:top; background-color: #c8c8c8;}
#wrapper {
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
#container {width: 776px; padding: 16px;}
#div1 {text-align:left; padding: 0; height:54px;}

h1 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #575757;
	font-size: 12px;
	font-weight:bold;
	padding: 0;
	margin: 0;
	display: inline;
	} 

/* Links */	
a {color: #575757; text-decoration: underline; font-weight: normal;}
a:hover {color: #8e2c2c; text-decoration: underline; font-weight: normal; }
a.footer {color: #999999; text-decoration: none; font-weight: normal;}
a.footer:hover {color: #999999; text-decoration: underline; font-weight: normal;}
a.rlink {color: #8e2c2c; text-decoration: underline; font-weight: bold; font-size: 12px;}
a.rlink:hover {color: #575757; text-decoration: underline; font-weight: bold; font-size: 12px;}

/* ToolTip */	
#dtooltip{
	position: absolute;
	left: -300px;
	padding: 0 0 0 30px;
	visibility: hidden;
	z-index: 100;
	font-size: 16px;
	color: #8e2c2c;
	text-align:left;
	font-weight:normal;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	/* filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135); */
}
#dpointer{
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}
