/* Liberty Lacrosse */


body {
	margin: 0px;
	background: #eeeeee url('fade-bg.jpg') repeat-x;
	color: #333333;
	font-family: arial;
	font-size: 14px;
	text-align: left;
}

#container {
	margin: auto;
	width: 800px;
	background: #ffffff;
}


h1 {
	color: #990000;
	font-size: 24px;
	font-weight: normal;
}

h2, .h2 {
	color: #000066;
	font-size: 20px;
	font-weight: normal;
}

.dimmed {
	color: #aaaaaa;
}

.dimmed a:link,
.dimmed a:visited,
.dimmed a:hover {
	color: #aaaaaa;
	text-decoration: none;
}
.h2 a:link,
.h2 a:visited,
.h2 a:hover {
	text-decoration: none;
}


h3, .h3 {
	color: #990000;
	font-size: 14px;
	margin: 0;
	font-weight: normal;
}

.bold {
	color: #000066;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.light {
	color: #cccccc;
}

.small {
	font-size: 12px;
}

.photo-captions {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 20px;
}

a:link {
	color:#000066;
	text-decoration: underline;
}

a:visited {
	color:#000066;
	text-decoration: underline;
}

a:hover {
	color:#990000;
	text-decoration: underline;
}

.header {
	width: 800px;
	height: 230px;
	background: #cccccc;
	padding-top: 10px;
}

.mailinglist {
	background: #000066 url('list-bg.gif') repeat-y;
	color: #ffffff;
	margin-right: 2px;
	margin-left: 2px;
	font-family: verdana;
	text-transform: uppercase;
	font-size: 12px;
	padding: 5px;
	text-align: center;
}

.sidebar {
	position: relative;
	top: 2px;
	left: 2px;
}

.sidebar div {
	position: absolute;
}

.table td {
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

.table {
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

.table .shaded,
.shaded  {
	background: #eeeeee;
}

.padded {
	padding: 10px;
}

.outline {
	border: 1px solid #cccccc;
	padding: 5px;
}

.gradient {
	background: #ffffff url('aqua-gradient.jpg') repeat-x;
}	

.list1 li {
	margin-bottom: 10px;
}

#content {
	width: 585px;
	background: #ffffff;
	padding: 20px 20px 20px 195px;
}

p, #content li {
	line-height: 20px;
}

#content div {
	margin-bottom: 20px;
}

.img-right {
	float: right;
	width: 200px;
	color: #666666;
	font-size: 10px;
	line-height: 12px;
	padding-left: 20px;
}

.footer {
	margin: auto;
	width: 800px;
	height: 50px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	background: url('footer.gif') no-repeat;
	padding: 20px 0 0 0;
}

.menulist, .menulist ul {
 margin: 0;
 padding: 0;
 width: 175px;
 list-style: none;
}

.menulist ul {
 display: none;
 position: absolute;
 top: -1px;
 left: 173px;
}

.menulist li {
 position: relative;
 border: 1px solid #cccccc;
 background: #eeeeee;
 margin-bottom: -1px;
}
.menulist ul>li:last-child {
 margin-bottom: 1px; 
}

.menulist a {
 display: block;
 padding: 8px;
 color: #000066;
 font-size: 12px;
 text-decoration: none;
 font-weight: bold;
}

.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: #FFF;
 background-color: #000066;
}
.menulist a.highlighted {
 color: #FFF;
 background-color: #000066;
}

.menulist a .subind {
 float: right;
}

*:first-child+html .menulist li {
 float: left;
 width: 100%;
}

* html .menulist li {
 float: left;
 height: 1%;
}
* html .menulist a {
 height: 1%;
}

.menulist li:hover>ul {
 display: block;
}

#waiver_expanded, #waiver_collapsed, #waiver_noscript {
	border: 1px solid #cccccc;
	background: #eeeeee;
	padding: 5px;
	font-size: 10px;
}
