@charset "utf-8";
/* CSS Document */

html {
	width:100%;
	margin: auto;
	background-color:#FFFFFF;
	height:100%;
	overflow:hidden;
	}

body {
	width: 100%;
	min-height:100%;
	margin:0px;
	overflow:hidden;
	position:relative;
	}

* html body {
	height:100%;
	}


#homeBox {
	width:738px;
	height:334px;
	position:absolute;
	display:none;
	}

#underlay{
         position: relative;
         z-index: 1;
         width: 738px; 
         display: none;
         }

#cover {
        opacity: 1; 
        filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
        position: absolute; 
        background: #F6EDE5; 
        width: 736px; 
        height: 270px; 
        display: none;
        left: 50%;
        margin-left: -368px;
        top: 50%;
        margin-top: -135px;
        z-index: 3;
         }

#homeContentTop {
	width:738px;
	height:32px;
	background:url(images/contentTop.jpg) 0 0 no-repeat;
	}

#homeContentLine {
	width:738px;	
	height:230px;
	background:url(images/contentLine.jpg) 0 0 repeat-y;
	padding: 20px 0 20px 0;
	text-align:justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	}

#homeContentBottom {
	width:738px;
	height:32px;
	background:url(images/contentBottom.jpg) 0 0 no-repeat;
	}

a {
	text-decoration: none;
	color: #796250;
	cursor:pointer;
    font-weight: bolder;
	}

a:hover {
	text-decoration: none;
	color: #A21D14;
	cursor:pointer;
	}

.activeLink {
	color:#000000;
	}

.btns {
	background:url(images/button.jpg) 0 0 no-repeat;
	width:81px;
	height:22px;
	border:0px;
	cursor:pointer;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
	font-weight:bold;
	margin:0px;
	padding-top:3px;
        text-align: center;
 	}
.btns:hover {
             cursor:pointer;
             color: #A21D14;
  	}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:bold;
	color:#A21D14;
	padding:0px;
	margin:0px;
	text-align:center;
	}


p {
   line-height: 140%;
   text-align: justify; 
   font-size: 14px; 
   }


#dhtmltooltip {
	position: absolute;
	top: -200px; 	
        z-index: 100;
        background: url("images/middle.jpg") 0 0 repeat;
        border: 1px outset #666666; 
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;  
	border-radius: 20px;
        font-size: 11px; 
        font-family: Arial, Verdana; 
        padding: 5px;
        opacity: 0;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	}


#counter {
	font-size: 16px;
	}
