@charset "utf-8";
/* CSS Document */

html, body{height:100%;}



body {
	margin: 0;
    padding: 0;
    font-family: Verdana;
	font-size: 12px;
    background-color: #DBCCB5;
    
    background: url('http://images.uswater.info/Promo/Elements/Backgrounds/antique-1.png');
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center;
	
    }

a:link {color: #069; text-decoration: none;}
a:visited {text-decoration: none; color: #069;}
a:hover {text-decoration: underline; color: #069;}
a:active {text-decoration: none; color: #069;}

a.white:link {text-decoration: none; color: #FFF;}
a.white:visited {text-decoration: none; color: #FFF;}
a.white:hover {text-decoration: underline; color: #FFF;}
a.white:active {text-decoration: none; color: #FFF;}



#tableproperty {
	width: 916px;
	background-color: #FFF;
	margin: 0px auto;
	text-align: center;
}

#titlebox {
    font-family: Arial;
	font-size: 35px;
    background-color: #5C6F9F;
	border: solid #000 1px;
    border-radius: 5px;
    text-align: center;
    color: #FFF;
	text-shadow:#000 1px 1px 1px;
	padding: 10px 0px 10px 0px;
    }

#slogan {
    font-weight: bold;
    font-family: Arial,Calibri; 
    font-size: 15pt; 
    margin-bottom: 5px; 
    color: #600;
    }

#text {
    padding-top: 6px;
    font-face: Verdana;
    font-size: 14px;
	border-radius: 5px;
    }

#phonetext {
	font-weight: bold;
    font-family: Arial,Calibri;
    font-size: 14px;
    margin-bottom: 3px;
    color: black;
	}



div#slideshow {
	width: 400px; 
    height: 300px;
    border-radius: 5px;
}
div#caption-wrapper {
	position: relative;
}
div#caption {
	width: 400px; 
    position: absolute;
    top: -50px;
}
div#caption div {
    width: 300px;
    margin: 0 auto;
    text-align: center;
    padding: 5px 10px;
    background: black;
    color: white;
    font-family: sans-serif;
    border-radius: 10px;
    display: none;
}

#footerbox {
    font-family: Verdana;
	font-size: 12px;
    background-color: #333;
	border: solid #000 1px;
    border-radius: 5px;
    text-align: center;
    color: #fff;
	padding: 8px 0px 8px 0px;
    }




