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

html{
	height:100%;
	margin:0;
	padding:0;
} 

html,body {
	padding:0 0 5px 0;
	margin:0;
	font-size: 12px;
	font-family: "Trebuchet MS", verdana, sans-serif;

}
body{	
	text-align:left;
	min-width:800px;/* for mozilla*/
	background-color: #ffffff;
	height:100%;
	background:  url(http://www.poolecommunication.com/images/bg_4x818.jpg) repeat-x left top;
}
a:link, a:visited, a:active {
	color:#618200;
	text-decoration:none;
	font-weight:bold;
	} 

a:hover {
	color:#993300;
	text-decoration:none;
	font-weight:bold;
	} 
#wrapper {
	background:  url(../images/foot_4x82.jpg) repeat-x left bottom;
	_height: 82px;
}

#outer{
	height:99.9%;
	min-height:100%;
	width:800px;
	text-align:left;
	margin:auto;
	position:relative;
	overflow:visible;
	background:  url(../images/inner_776x1.jpg) repeat-y left top;
}

img {
	border:0;
	}

#hr {
	background-image: url(../images/purple_1x1.jpg);
	height:1px;
	width:800px;
}
p {
	font-size: 12px;
	color: #444444;
	line-height: 18px;
	padding: 0px 10px;
}
.small {
	font-size: 10px;
	font-style:italic;
	text-align:right;
}

ul li {
	list-style-image: url(../images/bullet_11x8.gif);
	margin-bottom: 0.5em;
	font-size: 110%;
}

.footer {
	color: #666699;
	clear:both;
	height:40px;
	text-align:right;

}
.footer p {
	margin-top: 10px;
}
.footer p a {
	text-decoration: none;
	color: #330066;
}

h1{
	font-size: 15px;
	color: #330066;
	line-height: 24px;
	padding: 0px 10px;
}

h1.hidden {display:none;}

h2 {
	font-size:14px;
	color: #330066;
	padding: 0px;
	}
	
h4 {
	padding: 0px 10px;
	font-weight:bold;
	color:#330066;
	font-size: 16px;
}	

.bold {
	font-size:12px;
	color: #330066;
	font-weight:bold;
}

.button {
	background-image:url(../images/button_bgd.png);
	background-repeat:repeat-x;
	font-size:12px;
	color:#330066;
	padding:2px;
	text-align:center;
}

/*Drop Down Menus */

.chromestyle{
width: 99%;
font-weight: bold;

}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #330066;
padding: 9px 25px;
margin: 0;
text-decoration: none;

font-size:12px;
line-height:35px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
color:#993300;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:16px;
z-index:100;
background-color:#330066;
width: 125px;
visibility: hidden;
color:#ffffff;
}


.dropmenudiv a{
width: auto;
display: block;
padding: 2px 0;
text-decoration: none;
color: #ffffff;
background-image: url(../images/bullet_11x8.gif);
background-repeat: no-repeat;
text-align: left;
border-right: 1px solid #2f2f2f;
border-bottom: 1px solid #2f2f2f;
border-left: 1px solid #2f2f2f;
font-weight: normal;
width: 172px;
background-color: #330066;
background-position: left center;
text-indent: 10pt;
text-transform:capitalize;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #330066;
background-image: url(../images/bullet_11x8_roll.gif);
background-repeat: no-repeat;
background-color: #8dbc00;
background-position: left center;
text-indent: 10pt;
text-transform:capitalize;
}

/* ########## END DROPDOWN */

