/* Basic Declarations */
* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	margin: 0 0 1px 0;
}

body {
	background-color: #fff;
	color: #666;
	font: 12px/1.5 "Lucida Grande", "Trebuchet MS", "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
}

/* Layout Declarations */

#container {
	margin: 0 auto 20px;
	position: relative;
	width: 970px;
}

#search {
	background: transparent url(/assets/graphics/long_image.jpg) 100% 100% no-repeat;
	padding-bottom: 100px;
	padding-top: 10px;
	width: 614px;
}

#main {
	background: transparent url(/assets/graphics/slither.jpg) 100% repeat-y;
	min-height: 400px;
	padding-bottom: 20px;
	padding-left: 310px;
	width: 660px;
}

#left {
	background: transparent url(/assets/graphics/slither.jpg) repeat-y;
	left: 0;
	position: absolute;
	top: 225px;
	width: 260px;
}

#meeting {
	left: 35px;
	position: absolute;
	top: 40px;
	width: 260px;
}

#mailing {
	background: transparent url(/assets/graphics/slither.jpg) repeat-y;
}

#foot {
	background: transparent url(/assets/graphics/footer.jpg) no-repeat;
	clear: both;
}

/* Style Declarations */

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

fieldset { border: 0; }

h1 {
	height: 110px;
	overflow: hidden;
	position: relative;
	width: 970px;
}

h1 span {
	background: transparent url(/assets/graphics/header.jpg) no-repeat;
	cursor: pointer;
	height: 110px;
	left: 0;
	position: absolute;
	top: 0;
	width: 970px;
}

p { margin: 0.5em 0; }
ul { list-style: outside url(/assets/graphics/bullet.gif); margin: 10px 0 10px 25px; }

.search_keywords { font-style: italic; font-weight: 900; }
.resultOne, .resultTwo { margin-bottom: 1.5em; }

#skip_link {
	color: #eee;
	cursor: pointer;
	display: block;
	height: 1.5em;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

#skip_link:hover {
	color: #f90;
}

#foot p { font-size: 90%; margin: 0 35px; padding: 20px 0; text-align: right; }

#mailing { padding: 10px 45px 5px 35px; }
#mailing h2 { display: none; }
#mailing p { border-top: 1px solid #ccc; padding-top: 20px; }

#main h2 { font-size: 140%; margin-top: 20px; }
#main h3 { font-size: 110%; margin-top: 1.5em; }
#main p { width: 614px; }
#main ul { margin-left: 18px; width: 580px; }
#main ul li { margin-bottom: .5em; }

#meeting h2 { color: #f90; font-size: 28px; font-weight: 400; }
#meeting p { font-size: 16px; margin: 0; }

#menu h2 { display: none; }
#menu ul { list-style: inside url(/assets/graphics/bullet.gif); margin-left: 35px; }
#menu li { border-bottom: 1px solid #ccc; padding-top: 1em; }
#menu li.active { list-style: inside disc url(/assets/graphics/bullet_orange.gif); }
#menu a { color: #666; text-decoration: none; }
#menu a:hover { color: #f90; }

#search h2 { display: none; }