/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #0E66BF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

h1 {
	margin: 0;
	padding: 40px 0 0 120px;
	height: 100px;
	background: url(images/bowling.gif) top left no-repeat;
	color: #FFFFFF;
	text-align: center;
}

h2 {
	margin: 10px 5px;
	color: #0E66BF;
	font-size: 1.5em;
}

h3 {
	margin: 10px 5px;
	color: #0E66BF;
	font-size: 1.5em;
}

h4 {
	margin: 10px 5px;
	font-size: 1.2em;
}

p {
	margin: 0;
	padding: 0 5px 5px 5px;
	background: none;
}

a, a:visited {
	color: #0E66BF;
}

a:hover, a:active {
	color: #FF9900;
}

/******************/
/*     Header     */
/******************/
#header {
	background: #0E66BF url(images/header.jpg) top left repeat-x;
}

/******************/
/*   Navigation   */
/******************/
#nav, #nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #000066;
}

#nav {
	height: 1.3em;
	background: url(images/nav.jpg) top left repeat-x;
	font-size: .7em;
}

* html #nav {
	position: relative;
}

#nav a, #nav li {
	display: block;
	padding: 0;
	width: 9em;
	color: #FFFFFF;
	line-height: 1.3em;
	font-weight: bold;
	text-decoration: none;
}

#nav a:hover {
	background-color: #FFFFFF;
	color: #000066;
}

#nav li {
	float: left;
	width: 9em;
	text-align: center;
}

#nav li ul {
	position: absolute;
	left: -999px;
	width: 10em;
}

* html #nav li ul {
	top: 1.3em;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

* html #nav li:hover ul, * html #nav li.sfhover ul {
	margin-left: -8em;
}

#nav li ul li {
	margin: 0;
	padding: 3px;
	width: 10em;
	text-align: left;
}

#nav li ul li a {
	width: 10em;
}

/*******************/
/*    Container    */
/*******************/
#container {
	clear: left;
	width: 100%;
	background: #FFFFFF url(images/highlights.jpg) top left repeat-y;
}

/******************/
/*   Highlights   */
/******************/
#highlights {
	float: left;
	padding-top: 10px;
	width: 170px;
}

#highlights h2 {
	font-size: 110%;
	color: #000066;
}

#highlights h3 {
	margin: 0 5px;
	font-size: .8em;
	color: #FFFFFF;
	text-decoration: underline;
}

#highlights p {
	margin-bottom: 10px;
	color: #FFFFFF;
	font-size: .8em;
	font-weight: bold;
}

#highlights p.opening {
	font-size: .7em;
	font-weight: normal;
}

#highlights strong {
	display: block;
	padding-top: 5px;
}

#highlights a {
	color: #CCFFCC;
}

#highlights .logo {
	margin: 20px 0;
	text-align: center;
}

/*****************/
/*     Utils     */
/*****************/
#utils {
	float: right;
	margin: 10px 5px 5px 0;
	width: 180px;
	border: 1px #000099 solid;
	background-color: #0E66BF;
}

#utils .box {
	margin: 13px 10px;
	padding: 1px;
	border: 1px #000099 solid;
	background-color: #FFFFFF;
	font-size: .8em;
}

#utils .logo {
	text-align: center;
}

/******************/
/*      Main      */
/******************/
#main {
	margin: 0 200px 0 170px;
	padding-top: 10px;
}

#panorama {
	margin: 0 0 0 10px;
	height: 200px;
	background: url(images/external3.jpg) no-repeat center top;
}

/****  Important Notice  ****/
#notice h2 {
	font-size: 3em;
	color: #0E66BF;
	text-align: center;
}

#notice p {
	margin: 15px 5px;
	font-size: 1.5em;
	text-align: center;
}

#notice p#date {
	font-size: 2em;
	font-weight: bold;
}

/****  Office Bearers  ****/
#offbear {
	margin: 0 5px 10px 5px;
	width: 98%;
	border-top: 2px #666666 ridge;
	border-left: 2px #666666 ridge;
	border-right: 2px #666666 ridge;
}

#offbear th, #offbear td {
	padding: 3px;
	border-bottom: 2px #666666 ridge;
	text-align: center;
	vertical-align: middle;
}

#offbear .header {
	padding-top: 25px;
	padding-bottom: 15px;
	font-weight: bold;
	color: #0E66BF;
	text-align: center;
	text-transform: uppercase;
}

/****  Life Members  ****/
#lifemem h2 {
	font-size: 1.1em;
	text-align: center;
}

table.lifemem {
	width: 99%;
	border-top: 2px #666666 ridge;
	border-left: 2px #666666 ridge;
	border-right: 2px #666666 ridge;
}

table.lifemem td {
	border-bottom: 2px #666666 ridge;
	text-align: center;
}

p.lifemem {
	margin-top: 10px;
}

/****  Pennant Draw  ****/
#assocLogo {
	float: right;
	margin: 0 0 10px 10px;
}
#draw {
	margin: 0 auto;
	padding: 0;
	width: 99%;
}

#draw th, #draw td {
	margin: 0;
	padding: 3px;
}

#draw .header {
	padding-top: 25px;
	font-weight: bold;
	text-align: center;
}

#draw .header span {
	color: #0E66BF;
	text-transform: uppercase;
}

#draw .stripe1 {
	background-color: #FFFFCC;
}

/****  Photo Gallery  ****/
#gallery {
	margin: 0 auto;
	/*width: 600px;*/
}
#album-list {
	float: left;
	margin: 40px 0;
	padding: 0;
	width: 200px;
	list-style: none;
}
	#album-list li {
		margin: 7px 0;
		font-size: x-small;
	}
	#album-list a {
		color: #000099;
		text-decoration: none;
	}
	#album-list a:hover {
		color: #FF9900;
	}
#slideshow {
	float: left;
	margin: 20px;
	width: 320px;
}

/****  Join Us  ****/
#joinForm th, #joinForm td {
	text-align: left;
	vertical-align: top;
}

#joinForm label {
	font-weight: bold;
}

/****  Sponsors  ****/
#sponsors {
	margin-left: 5px;
}

#sponsors p {
	font-size: x-small;
	margin: 2px;
}
/******************/
/*     Footer     */
/******************/
#footer {
	clear: both;
	padding: 2px 10px;
	background: #000066 url(images/nav.jpg) top left repeat-x;
	font-size: .8em;
	color: #FFFFFF;
}

/******************/
/*    ClearFix    */
/******************/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
