body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

a{
   color: #3F7AB7;
}
a.pdf{
	background:url("images/icon-pdf.gif") no-repeat scroll right center transparent;
	padding-right:20px;
}
img.photo-right{
	background-color:#F8F8F8;
	border:1px solid #CCCCCC;
	float:right;
	margin-bottom:10px;
	margin-left:20px;
	padding:10px;
}
img.photo-left{
	background-color:#F8F8F8;
	border:1px solid #CCCCCC;
	float:left;
	margin-bottom:10px;
	margin-right:20px;
	padding:10px;
}
body{
   background-color: #fff;
   font-family: Verdana;
   color: #666;
   font-size: 14px;
}

h1, h2, h3, h4{
   font-family: trebuchet MS;
   letter-spacing: -0.025em;
   margin-bottom: 10px;
   font-weight: bold;
   margin-top: 30px;
   color: #3F7AB7;
}

h1{
   font-size: 26px;
   margin-top: 0px;
}

h2{
   font-size: 20px;
}

h3{
   font-size: 16px;
   margin-top: 20px
}

strong{
	font-weight: bold;
}

p{
   margin-bottom: 10px;
   line-height: 20px;
}

.banner{
   background-color: #A0CFEC;
   height: 158px;
   left: 0;
   top: 30px;
   width: 100%;
   position: absolute;
   background: #3B73AC url(images/banner.png) repeat-x;
}
.page{
   margin: 0 0 0 0;
   text-align: center;
}

.centered{
   width: 960px;
   margin: 0 auto;
   text-align: left;

}

.site-title{
   margin: 0px;
   color: #fff;
   font-family: trebuchet MS;
   font-size: 30px;
   letter-spacing: -0.025em;
   position: relative;
   top: 95px;
   left: 210px;
   font-weight: bold;
   width: 600px;
   text-align: justify;
   text-transform: uppercase;
   line-height: 40px;
}

.word-speleological{
   font-size: 55px;
   letter-spacing: -0.031em;
}

.word-society, .word-manitoba{
   font-size: 40px;
}

.word-of{
   font-size: 29px;
}

.header{
   height: 200px;
   width: 100%; 
   
   position: relative;
}
.header img{
   position: absolute;
   left: 8px;
   top: 18px;
   z-index: 200;
}

.content{
   float: left;
   width: 740px;
   margin-top: 20px;
   margin-left: 20px;
   margin-bottom: 30px;
}

.content ul{
   list-style-type: disc;
   list-style-position: outside;
	margin-bottom:20px;
	margin-top:10px;
	padding-left:40px;
}

.content ul ul{
	margin-bottom:10px;
	list-style-type:circle;
}

.content ol{
	list-style-position:outside;
	list-style-type:decimal;
	margin-bottom:20px;
	margin-top:10px;
	padding-left:40px;
}

.content li{
   	margin-bottom: 3px;
}

.content li ul{
	margin-top: 3px;
}

.content dt{
   	font-weight:bold;
}

.content dd{
   	margin-bottom: 6px;
}

.content .cave-list{
	width: 100%;	
}
.content .cave-list td{
	border-top: 1px solid #eee
}
.content .cave-list thead tr th{
	font-weight: bold
}

.content .cave-list .column-1 {
	width:20px;
	font-weight:bold;
	text-align:right;
	padding:0 10px;
}

.content .cave-list .column-3 {
	padding:0 10px;
	text-align:right;
	width:100px;
}

.content .cave-list tr{
	line-height: 20px;	
}

.content .cave-list tbody tr:hover{
	background-color: #ddd;	
}

.footer{
   clear: both;
   text-align: center;
   padding: 10px 0 20px 0;
   margin: 0px 10px 0 210px;
   border-top: 1px solid #ccc;
}
.menu{
   float: left;
   width: 180px;
   margin-top: 20px;
   margin-left: 10px;
    margin-bottom: 30px;
}
.menu ul{
   list-style: none;
   margin: 0px;
   padding: 0px;
}
.menu ul li{
   display: block;
   float: left;
   width: 180px;
   margin-bottom: 5px;
}
.menu ul li a{
   background-color: transparent;
   padding: 2px 0 2px 10px;
   display: block;
   color: #3F7AB7;
   font-weight: bold;
   text-decoration: none;
   font-family: trebuchet MS;
   font-size: 16px;
   letter-spacing: -0.025em;
}
.menu ul li a:hover,
.menu ul li a.current{
   background-color:#3F7AB7;
   color: #fff;
}

.alert{
	background-color: #C40000;
	margin-bottom: 14px;
	text-align: center;
	line-height: 20px;
	color: white;
}

.alert a{
	color: white;
	display: block;
	text-decoration: none;
}

#membershipform{
	margin-top:20px;
	margin-bottom:20px;
}

#membershipform tr td{
	padding-bottom:5px;
	font-weight:bold;
}

#membershipform tr td input,
#membershipform tr td select{
	margin:0;
	font-weight:normal;
	padding:3px;
	margin-bottom:5px;
	width:200px;
}

