* {
	margin: 0;
	padding: 0;
}
body, html {
	height: 100%;
}
body {
	font-size: 0.8em;
	color: #666;
	text-align: center;
	/*background: #fff url(../_images/body_bg.gif) center center repeat-y;*/
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}
p, ul, ol, dl, table, .smallphotos {
	margin-bottom: 1em
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0.5em;
}
li {
	margin-top: 0.5em;
}
ul, ol, dl {
	margin-left: 1.5em;
}
ul {
	list-style-image:  url(../_images/bullet.gif);
}
a:link, a:visited {
	color: #0066ff;
}
a:focus, a:hover, a:active {
	color: #ff9900;
}
a, a img {
	border: 0;
}
strong {
	color: #e67200;
}
acronym, abbr {
	border-bottom: 0;
}
#main {
	position: relative;
	margin: auto;
	min-height: 100%;
	/**/
	left: auto;
	right: auto;
	width: 928px;
	/*background: transparent url(../_images/main_bg.gif) center top no-repeat;*/
	background: transparent url(../_images/main_bg.gif) center top repeat-y;
	text-align: left;
}
#header {
	background: transparent url(../_images/main_bg.png) center top repeat-y;
	min-height: 148px;
	/*position: relative;*/
	
	/*width: auto;
	z-index: 999;*/
}
#menu {
	min-height: 27px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 0.8em;
	margin-left: 14px;
	margin-top: 1px;
	background: transparent url(../_images/menu_bg.gif) left top no-repeat;
}

#menu ul, #menu ul ul { /* all lists */
	list-style: none;
	line-height: 1;
	text-align: center;
	margin-left: 0;
	margin-bottom: 0;
}
#menu ul a {
	display: block;
	color: #666;
	background: transparent;
	text-decoration: none;
	padding: 8px 7px 8px 6px;
	border-right: 1px solid #ddd;
	border-left: 1px solid #fff;
	/*width: 141px;*/
}
#menu ul li {
	float: left;
	width: auto;
	margin-top: 0;
}
/*#menu ul li.last a {
	border-right: 0;
}*/
#menu ul a:focus, #menu ul a:hover, #menu ul a:active {
	background: #f6f6f6 url(../_images/menu_bg_over.gif) top left repeat-x;
}
#menu ul ul {
	background-color: #fefefe;
}
#menu ul ul a {
	border-left: 1px dashed #eee;
	border-right: 1px dashed #eee;
	border-bottom: 1px dashed #eee;
	background-color: #fefefe;
	width: 16.5em;
}
#menu ul ul a:focus, #menu ul ul a:hover, #menu ul ul a:active {
	background: #f6f6f6 none;
}
#menu ul li ul { /* second-level lists */
	position: absolute;
	width: 16.5em;
	margin-left: -1000em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	text-align: left;
}			
#menu ul li:hover ul, #menu ul li.sfhover ul { /* lists nested under hovered list items */
	margin-left: 0;
}

/* extra positioning rules for limited noscript keyboard accessibility */
#menu ul li a:focus + ul {
	margin-left: 0;
}
#menu ul li li a:focus + ul {
	margin-left: 1010em;
}
#menu ul li li a:focus {
	margin-left: 1000em;
}
#menu ul li:hover a:focus, #menu ul li.sfhover a.sffocus {
	margin-left: 0;
}
h1 {
	color: #ff9900;
	font-weight: normal;
	font-size: 2em;
}
h2 {
	color: #666;
	font-weight: normal;
	font-size: 1.6em;
	border-bottom: 1px dotted #999;
	padding-bottom: 2px;
}
h3 {
	font-size: 1.4em;
	margin-bottom: 0.3em;
	font-weight: normal;
}
table {
	border-left: 1px solid #d4d4d4;
	border-top: 1px solid #d4d4d4;
	border-spacing: 0;
}
td, th {
	vertical-align: top;
	padding: 5px;
	border-right: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	background-color: #fff;
}
th {	
	background: #c8e6e8 url(../_images/th_bg.gif) left top repeat-x;
	color: #4f6b72;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}
tr.even td {
	background-color: #f9f9f9;
}
table.contact, table.contact td, table.contact th {
	border: 0;
	background: transparent none;
}
.clarify {
	font-weight: normal;
	font-size: 0.9em;
	display: block;
}
#footer {
	background: #fff url(../_images/footer_bg.png) center top no-repeat;
	position:absolute;
	bottom: 0;
	width: 100%;
	min-height: 15px;
	text-align: center;
	font-size: 0.8em;
	padding: 5px 0;
}
#content {
	margin-left: 14px;
	margin-right: 14px;
	min-height: 100%;
	padding: 15px 10px 80px 10px;
	/**/
	background: transparent url(../_images/content_bg.gif) center top no-repeat;
}
#sectionmenu, .filelist {
	list-style: none;
}
#sectionmenu a, #sectionmenu a:link {
	text-decoration: none;
}
#sectionmenu a:visited {
	color: #0066ff
}
#sectionmenu a:focus, #sectionmenu a:hover {
	text-decoration: underline;
}
.filelist {
	margin-left: 5px;
}
.filelist li {
	padding-left: 1.1em;
	text-indent: -1.2em;
}
.filelist a {
	padding: 8px 0;
}
a.pdf, a.img {
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: 0em 0.6em;
}
a.pdf {
	background-image: url(/_images/filelist/page_white_acrobat.png);
}
a.img {
	background-image: url(/_images/filelist/page_white_picture.png);
}

/* --- Video Player --- */
#videos {
	border: 1px solid #ddd;
	background-color: #fff;
	height: 375px;
	width: 605px;
	margin: 0 auto 10px auto;
}
#videomenu {
	float: left;
	height: 375px;
	background-color: #f7fdff;
}
#videomenu a, #videomenu a:link {
	display: block;
	text-decoration: none;
	border-bottom: 1px dotted #eee;
	padding: 5px;
	background-color: #f7fdff;
	color: #0066ff;
}
#videomenu a:focus, #videomenu a:hover {
	text-decoration: underline;
}
#videomenu a#current, #videomenu a:active {
	background-color: #fff;
}
#videomenu ul {
	width: 160px;
	list-style: none;
	margin-left: 0;
}
#videomenu li {
	margin-top: 0;
}
#videoplayer {
	float: left;
	padding: 10px 0 10px 10px;
	width: 425px;
}

.quote {
	text-align: center;
	margin-bottom: 0.5em;
}
.quote q {
	font-size: 1.2em;
	font-weight: bold;
}
.smallphotos img {
	float: left;
	padding: 8px;
	margin-right: 10px;
}
.decorative {
	padding: 8px;
	margin: 5px;
}
.largephoto {
	padding: 10px 10px 5px 10px;
	color: #666;
	font-size: 0.85em;
	float: left;
	margin-right: 10px;
}
.smallphotos img, .largephoto, .decorative {
	border: 1px solid #ddd;
	background-color: #eee;
}
.largephoto p {
	margin-bottom: 0;
}

/* front page notices */
.notice {
	background-color: #fff;
	border: 1px solid #666;
	padding: 5px;
}
.notice * {
	text-align: center;
}
/* --- */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: block;
}

/* band pass filter http://www.stopdesign.com/examples/ie5mac-bpf/ - only for IE5 Mac */
/*\*//*/

.clearfix {
	display: inline-block;
}
html, body {
	height: auto;
}

/**/