/**
* Pool Pals							*
* Author: Emilie McDavid			*	
* Date: March 28, 2005				*
**/

/* Order of properties:
-----------------------------------------------------------------------------*/

/*selector {
	behavior: url();
	
	clear: both;
	position: relative;
	display: in-line;
	z-index: 1;
	
	text-align: left;
	font-size: 1em;
	font-family: arial, sans-serif;
	font-weight: normal;
	color: #000;
	
	background-color: #FFF;
	background-image: url();
	border: 1px solid black;
	
	width: 100px;
	height: 100px;
	padding: 1em;
	margin: 1em;
}*/




/* Container declarations:
---------------------------------------------------------------------------- */


/* Main Body */

body
{
	font-size: 12pt;
    font-family: "Arial Rounded MT bold", arial, sans-serif;
    color: #000000;
    
    background-color: #BBBBBB;
    background: url(back_256x256.gif);
}

img
{
    position: relative;
    
    text-align: center;
}

a:link,a:visited
{
    color: #000000;
}

a:hover,a:active
{
    color: #0077FF;
}

div#nav a#home:link, div#nav a#home:visited
{
	display: block;	
	
	background: url(home_off_116.gif);
	width: 115px;
	height: 46px;
	
/*
	background: url(home.gif);
	width: 145px;
	height: 60px;
	*/
}

div#nav a#home:hover, div#nav a#home:active
{
	display: block;
/*
	background: url(home.gif) 0 60px;
	width: 145px;
	height: 60px;
*/
	background: url(home_on_116.gif);
	width: 115px;
	height: 46px;
}
div#nav a#reference:link, div#nav a#reference:visited
{
	display: block;		
	background: url(references_off_116.gif);
	width: 115px;
	height: 46px;	
/*
	background: url(home.gif);
	width: 145px;
	height: 60px;
	*/
}
div#nav a#reference:hover, div#nav a#reference:active
{
	display: block;
	background: url(references_on_116.gif);
	width: 115px;
	height: 46px;
/*
	background: url(home.gif) 0 60px;
	width: 145px;
	height: 60px;
*/
}
div#nav a#about:link, div#nav a#about:visited
{
	display: block;
	background: url(about_off_116.gif);
	width: 115px;
	height: 46px;
/*	
	background: url(about.gif);
	width: 140px;
	height: 60px;
*/	
}

div#nav a#about:hover, div#nav a#about:active
{
	display: block;
	background: url(about_on_116.gif);
	width: 115px;
	height: 46px;
/*	
	background: 0 60px url(about.gif);	
    width: 140px;
    height: 60px;
*/	 
}

div#nav a#open:link, div#nav a#open:visited
{
	display: block;
	background: url(openings_off_116.gif);
	width: 115px;
	height: 46px;
/*	
	background: url(openingclosing.gif);
	width: 140px;
	height: 60px;
*/	
}

div#nav a#open:hover, div#nav a#open:active
{
	display: block;
	background: url(openings_on_116.gif);
	width: 115px;
	height: 46px;
/*	
	background: 0 60px url(openingclosing.gif);
    width: 140px;
    height: 60px;
*/*
}

div#nav a#week:link, div#nav a#week:visited
{
	display: block;
	background: url(cleanings_off_116.gif);
	width: 115px;
	height: 46px;
/*	background: url(weekly.gif);	
	width: 140px;
	height: 60px;
*/
}

div#nav a#week:hover, div#nav a#week:active
{
	display: block;
	background: url(cleanings_on_116.gif);
	width: 115px;
	height: 46px;
/*	
	background: 0 60px url(weekly.gif);
    width: 140px;
    height: 60px;
*/
}

div#nav a#repair:link, div#nav a#repair:visited
{
	display: block;
	background: url(repair_off_116.gif);
	width: 115px;
	height: 46px;
/*	
	background: url(repair.gif);	
	width: 145px;
	height: 60px;
*/	
}

div#nav a#repair:hover, div#nav a#repair:active
{
	display: block;
	background: url(repair_on_116.gif);
	width: 115px;
	height: 46px;	
/*	
	background: 0 60px url(repair.gif);
    width: 145px;
    height: 60px;
*/	 
}

div#nav li
{
	float: left;
}

div#nav ul
{
	clear: both;
	
	width: 760px;
	
	list-style: none;
}

div#container
{
	text-align: left;
	
    background-color: #FFFFFF;
/*    border: 3px solid #36F;*/
    border: 2px solid #36F;
    width: 760px;
    padding: 20px;
    margin: 0px auto;   
}

div#header
{
    position: relative;
}

div#picture
{
    text-align: center;
}

div#content
{
	clear: both; 
	
	padding: 25px;
	margin-left: 50px;
	margin: 1px;  
}

/* Two Column List */

div#right
{
    float: right;    
}

div#lists
{
    display: block;
    
    text-align: left;
    color: #0077FF;
    
    width: 600px;
    margin: 0 auto;
}

div#lists ul span
{
    color: #000;
}

ul.left
{
	position: relative;
	left: 0px;	
    float: left;
    
    border: 0px none;
    
    width: 225px;
    padding: 15px 0px;
    margin: 0px;
        
    list-style-position: inside;
    list-style-type: square;
    
    
}

ul.right
{
	position: relative;
	left: 0px;
    float: left;
    
    border: 0px none;
    
    margin: 0px;
    padding: 15px 0px;
    
    list-style-position: inside;
    list-style-type: square;
}

/* Text formatting */

div.text 
{
	font-size: 14pt;
    font-family: "Arial Rounded MT bold", arial, sans-serif;
    color: #000000;
    
    margin-bottom: 10px;
}

span.green
{
    font-size: 14pt;
    color: #008800;    
}

span.blue
{
    font-size: 14pt;
    color: #0077FF;
}

span.grey
{
    font-size: 14pt;
    color: #AAAAAA;
}

span.red
{
    font-size: 14pt;
    color: #FF0000
}

/* List formatting */

ul.arrow
{
    list-style-image: url(bullet_20x20.gif);
}

ul.arrow li.wrappedLI
{
	background: none;
	
	list-style-image: none;
	list-style-type: none;
}

ul.check
{
    list-style-image: url(check_25x25.gif);
}

/* Tab leader list section */

div.tablist
{
	position: relative;
	
	width: 650px;
    margin: 0 auto;
    margin-bottom: 20px;
}

div.tablist div
{
	clear: both;
	
    background: url(dot_5x20.gif) repeat-x;
    
    height: 20px;
}

div.tablist span.blue
{
	float: right;
	
    background: #FFF;
}

div.tablist span
{
	float: left;
	
    background: #FFF;
}

div.tablist ul.right
{
    float: right;
    
    width: 225px;
}

div.tablist li
{
    clear: none;
    position: relative;
}

/* -- Two List -- */

div.twolist
{
    position: relative;
    
    text-align: left;
    
    width: 700px;
    height: 200px;
    margin: 0 auto;
}

div.twolist div.leftlist
{
    position: absolute;
    top: 0px;
    left: 0px;
    
    width: 340px;
    
}

div.twolist div.rightlist
{
    position: absolute;
    top: 0px;
    left: 360px;
    
    width: 340px;
    
}

div.twolist span.left
{
	background-color: white;
	
	padding: 0px;
    margin-right: 2px;
}
    
div.twolist span.right
{
    position: absolute;
    right: 0px;
    
    color: #0077FF;
    
    background-color: #FFF;
    
    margin-left: 2px;
    padding: 0px;
}

div.twolist li
{
	clear: both;
	
    background: url(dot_5x20.gif) repeat-x;
    
    width: 100%;
    height: 25px;
    margin: 0px;
    padding: 0px;
}
div.quote_cont {
	width: 690px;
/*	margin-top: 20px;
	margin-bottom: 5px;
	padding-bottom: 10px;
	padding-top: 10px; */
	border-bottom: 1px dotted Gray;
	position: relative;
	top: 10px;
	left: 0px;
	z-index: 1;
}
div.quote_cont_tall {
	width: 690px;
	height: 150px;
/*	margin-top: 20px;
	margin-bottom: 5px; */
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px dotted Gray;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 1;
}
div.quote_cont_med {
	width: 690px;
	height: 90px;
/*	margin-top: 20px; 
	margin-bottom: 5px;*/
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px dotted Gray;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 1;
}
div.quote_cont_short {
	width: 690px;
	height: 40px;
/*	margin-top: 20px;
	margin-bottom: 5px; */
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px dotted Gray;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 1;
}
.quote_left {
	width: 550px;
	position: relative;
/*	left: 0px;
	top: 0px;
	z-index: 3; */
	margin-right: 20px;
	font-style: italic;
	float: left;
}
.quote_ref_right {
	width: 100px;
	position: relative;
/*	z-index: 3;
	left: 600px;
	top: 10px;*/
	font-size: 80%;
	font-weight: bold;
	color: Gray;
}