@charset "utf-8";
/* CSS Document for Westside Swimming */

/* Main template Styles */
html, body { margin: 0; padding: 0; height: 100%; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #0077be;}

.page{
	height:100%;
}

#container {
	background-color: #FFFFFF;
	margin: 0 auto;
	width: 779px;
	_width:700px;
	height: 100%;
	padding-bottom: 50px;
}

/* Navigation */
#navbar {
	width: 100%;
	_width:779px;
	background: url(images/navbar.jpg) repeat-x;
	height: 31px;
}

#navbar ul{
	list-style: none;
	padding:  0 0 0 0;
	margin-top: 0;
	_margin-left:0;
	float: left;
	width: 100%;
	height: 100%;
}

#navbar li {
	display: inline;
	float: left;
}

#navbar ul li a{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	display: block;
	float: left;
	padding: 6px 10px 6px 10px;
	vertical-align: middle;
}

#navbar ul li a:hover {
	background: url(images/hover.jpg) repeat-x;
}

#navbar ul li a.current:hover {
	background: url(images/current.jpg) repeat-x;
}

#navbar ul li a.current{
	background: url(images/current.jpg) repeat-x;
	color: #0077be;
	height: 39px;
}

.current{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding: 6px 10px 6px 10px;
	vertical-align: middle;
}

li ul .drop {
	position: absolute;
	left: 0;
	top: 50px;
	display: none;
	background-color: #0000CC;	
}

li:hover ul a .drop{display: block;}

/* Main Content */

#content {
	font-size: 10pt;
	width: 90%;
	_width:720px;
	margin: 0 auto;
	margin-top: 30px;
	_margin-left:30px;
}

.pImgLeft{
	float: left;
	margin-right: 20px;
}

.pImgRight{
	float: right;
}

.manager .pImgRight{
	*margin-left:10px;
}

.center{
	text-align: center;
}

.phrase{
	width: 100%;
	height: 30px;
}

.quote{
	border: ridge medium #666666;
	width: 55%;
	margin: 0 auto;
	padding: 4px 10px 4px 10px;
	font-weight: bold;
	background: url(images/openquote.png) no-repeat;
	color:#333333;
	margin-top: 20px;
}

.block{
	padding-left:10px;
}

.manager{
	height: 270px;
	margin-bottom:70px;
	_margin-bottom:10px;
	*margin-top:20px;
}

#classes{
	width: 100%;
}

.evenRow{
	/*background-color: #339ddc;*/
}

/* Footer */

#footer{
	position: static;
	bottom: 0;
	width: 779px;
	text-align: center;
	color: #0077be;
	margin-top: 40px;
}

#footer a{
	color: #0077be;
	text-decoration: none;
	font-size: 8pt;
}