/* CSS Document */

/* Normalises margin, padding */
body, div, dl, dt, dd, ul, ol, li, hi, h2, h3, h4, h5, h6, pre, form, fieldset, legend,
input, p, blockquote, caption, th, td
{ margin: 0; padding: 0; }

/* Normalises heading font sizes */
h1, h2, h3, h4, h5, h6
{ font-size: 100%; }

/* Removes list-style for lists */
ul li, ol li
{
	list-style: none;
}

/* Normalises table borders */
table
{
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid;
}

/* Removes border from fieldset and img */
fieldset, img
{ border: 0; }

/* Centre-aligns text in caption and th */
caption, th
{ text-align: center; }

/* Removes quotation marks from q */
q:before, q:after
{ content: ''; }

body {
	margin: 0;
	padding: 0;
	color: #333333;
	font: 1em Verdana, Arial, Helvetica, sans-serif;
}
#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1em;
	border: 2px solid #005300;
	position: relative;
}
#header {
	height: 110px;
	background: #FFFFFF url(../images/hd_bg.gif) repeat-y;
}
#header #hdimg {
	float: right;
}

#header p {
	float: right;
	font-size: 70%;
	font-weight: bold;
	text-align: center;
	margin-right: 3em;
	margin-top: 3em;
}

#topnav {
	height: 40px;
	font-size: 80%;
	background: url(../images/topnav_bg.gif) repeat-x;
	line-height: 240%;
	font-weight: bold;
}
#topnav #nav1 {
	text-align: center;
}
#topnav #nav1 li {
	float: left;
	margin-left: 12px;
	margin-top: 2px;
}
#topnav #nav1 a:link, #topnav #nav1 a:visited {	/* uses same image for all 4 states */
	height: 28px;
	width: 109px;
	float: left;
	color: #005300;
	display: block;
	text-decoration: none;
}
#topnav #nav1 a:hover, #topnav #nav1 a:active {	/* uses same image for all 4 states - offset by -81px */
	color: #009900;
}
#homepage #nav1 #homelink, #aboutpage #nav1 #aboutlink, #commpage #nav1 #commlink, #memberpage #nav1 #memberlink,
#contactpage #nav1 #contactlink, #sitemappage #nav1 #sitemaplink {	/* you are here indicator */
	color: #009900;
}
#topnav #topnavimg {
	float: right;
}


#leftcol {
	width: 190px;
	height: 60px;
	position: absolute;
	left: 0px;
	top: 150px;
	font-size: 80%;
	background: url(../images/hd_bg_ds.gif) repeat-x;	/*	Adds drop shadow to top of left column	*/
	padding-top: 24px;
	text-align: center;
}
#leftcol #mainnav {
	width: 161px;
	padding-top: 0px;
	margin-left: 15px;
}
#leftcol #mainnav li {
	background-image: url(../images/lmenuitem-bg.gif);
	background-repeat: no-repeat;
	display: block;
	height: 43px;
	width: 161px;
	font-size: 100%;
	text-align: center;
	margin-bottom: 11px;
	line-height: 310%;
}
#leftcol #mainnav li a:link, #leftcol #mainnav li a:visited {
	width: 161px;
	color: #005300;
	font-weight: bold;
	text-decoration: none;
}
#leftcol #mainnav li a:hover, #leftcol #mainnav li a:active {
	color: #009900;
}
#merchpage #mainnav #merchlink, #eventspage #mainnav #eventslink, #newspage #mainnav #newslink,
#travelpage #mainnav #travellink, #commpage #mainnav #commlink2 { /* You are here indicator */
	color: #009900;
}
#leftcol p {
	margin-bottom: 1em;
	font-weight: bold;
}



#content {
	margin-right: 190px;
	margin-left: 190px;
	border-right: 1px solid #005300;
	border-left: 1px solid #005300;
	padding-top: 24px;
	padding-bottom: 1em;
}
#content h1 {
	color: #005300;
	font-size: 100%;
	margin-left: 0.5em;
	margin-top: .3em;
	border-bottom: 1px solid #005300;
	margin-right: 1em;
	background: #DDEEDD;
	padding: 0.15em 0.15em 0.15em .3em;
}
#content h1+p {
	font-weight: bold;
}
#content h2 {
	font-size: 90%;
	color: #005300;
	margin-left: 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid #005300;
	margin-right: 1.25em;
}
#content h2+p {
	font-weight: bold;
}
#content h3 {
	font-size: 80%;
	font-weight: bold;
	color: #005300;
	margin-left: 1em;
	text-align: left;
}
#content h3+.committee {
	margin-top: 1em;
}
#content h4 {
	font-size: 80%;
	color: #090;
	margin-top: 0.5em;
	margin-left: 1.2em;
	margin-bottom: 0em;
}
#content p {
	font-size: 80%;
	margin-left: 1.25em;
	margin-right: 1em;
	margin-top: 1em;
	line-height: 140%;
}
#content p+h2 {
	margin-top: 1em;
}
#content p+h3 {
	margin-top: 1em;
}
#content p+ul {
	margin-top: 1em;
}

#content ul {
	font-size: 80%;
	margin-left: 4em;
	margin-bottom: 1em;
	margin-right: 2em;
}
#content li {
	margin-top: 0.2em;
	margin-bottom: 0.75em;
	background: url(../images/blue_bullet.gif) no-repeat 1px .2em;
	padding-left: .25em;
}
#content ol {
	font-size: 70%;
	margin-right: 2em;
	margin-bottom: 1em;
	margin-left: 4em;
}
#content ol li {
	list-style-type: lower-roman;
	margin-bottom: 0.75em;
	margin-top: .2em;
	margin-left: .25em;
}
#content dt {
	font-size: 80%;
	font-weight: bold;
	color: #A00000;
	margin-left: 1em;
	margin-top: 2em;
}
#content dd {
	margin-left: 1.5em;
	font-size: 75%;
	margin-top: 0.25em;
	margin-bottom: 1em;
	line-height: 120%;
	margin-right: 2em;
}
#content dd h3 {
	font-size: 100%;
	margin: 0px;
}
#content dd p {
	font-size: 100%;
	margin-top: 0.25em;
	margin-left: 0em;
	line-height: 140%;
}
#content dd p+h3 {
	margin-top: .5em;
}
#content dd li {
	font-size: 140%;
	list-style-type: disc;
}
#content address {
	font-size: 80%;
	font-style: normal;
	font-weight: bold;
	line-height: 140%;
	margin-top: .5em;
	margin-left: 3em;
	margin-bottom: 2em;
}
#content blockquote p {
	font-size: 70%;
	font-style: italic;
	margin-left: 3em;
}


/* Start committe members lists */
#content .officers, #content .committee {
	margin-left: 0px;
}
#content .officers li, #content .committee li {
	float: left;
	text-align: center;
}
#content .officers li {
	width: 108px;
}
#content .committee li {
	width: 89px;
}
#content .officers img, #content .committee img {
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #CCCCCC;
	padding: 2px 2px 4px;
}
#content h3+.officers {
	margin-top: 1em;
}
#content p+.committee {
	margin-top: 1em;
}
#browne2, #christie2, #newton2, #duffyl2, #madigan2, #duffyb2, #whitfields2, 
#hoenig2, #cutler2 {	/* committee bios - in hidden divs */
	border: 1px solid #A00000;
	position: absolute;
	visibility: hidden;
	left: 290px;
	top: 280px;
	font-size: 70%;
	color: #A00000;
	background: #FCEDEE;
	width: 380px;
}
#browne2 p, #christie2 p, #newton2 p, #duffyl2 p, #madigan2 p, #duffyb2 p, #whitfields2 p, #hoenig2 p, #cutler2 p {
	margin-right: .5em;
	margin-bottom: .5em;
	margin-left: .5em;
	line-height: 120%;
}
#browne2 h4, #christie2 h4, #newton2 h4 , #duffyl2 h4, #madigan2 h4, #duffyb2 h4, #whitfields2 h4, #hoenig2 h4, #cutler2 h4 {
	color: #FFFFFF;
	background: #A00000;
	padding: 0.5em;
	margin-bottom: .25em;
}
#duffyb2, #whitfields2, #hoenig2, #cutler2 { /* positions div lower for committe members */
	top: 600px;
}


#content #sitemap1, #content #sitemap2 {
	margin-bottom: 2em;
}
#content #sitemap1 li, #content #sitemap2 li {
	margin-bottom: 1.5em;
}
#content #contacts li {
	margin-top: 1.5em;
}
#content #photcomp ul {
	margin-left: 0px;
}
#content #photcomp li {
	float: left;
	width: 206px;
	text-align: center;
	height: 214px;
	font-weight: bold;
	margin-top: 1em;
	border: 1px solid #A00000;
	margin-left: 0px;
	padding-top: 8px;
	margin-right: 19px;
}
.newsimgright {
	float: right;
	margin-left: 0.5em;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
	font-weight: normal;
	text-align: center;
	font-size: 90%;
	border: 1px solid #CCCCCC;
	margin-bottom: 4px;
}
.newsimgleft {
	float: left;
	margin-right: 1em;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 2px;
	font-weight: normal;
	text-align: center;
	font-size: 90%;
	border: 1px solid #CCCCCC;
}

a:link {
	color: #003399;
}
a:visited {
	color: #333366;
}
a:hover, a:active {
	color: #CC6600;
}


/*	Start right column and boxes	*/
#rightcol {
	width: 190px;
	height: 60px;	/*	Adds drop shadow to top of right column	*/
	position: absolute;
	top: 150px;
	right: 0px;
	padding-top: 24px;
	font-size: 70%;
}
#rightcol .rightbox {
	width: 163px;
	padding-bottom: 18px;
	margin-left: 14px;
	background: url(../images/rcolbox_rc_base.gif) no-repeat bottom;
	margin-bottom: 1em;
}
#rightcol .rightbox h3 {
	text-align: center;
	padding-top: 12px;
	padding-bottom: 16px;
	margin-bottom: 0px;
	background-image: url(../images/rcolbox_rc_top.gif);
	background-repeat: no-repeat;
}
#rightcol .rightbox h4 {
	color: #A00000;
	background-image: url(../images/rcolbox_bg.gif);
	background-repeat: repeat-y;
	padding-top: 0.25em;
	padding-right: 0.5em;
	padding-bottom: 0.25em;
	padding-left: 10px;
}
#rightcol .rightbox p {
	background-image: url(../images/rcolbox_bg.gif);
	background-repeat: repeat-y;
	padding-top: 0.25em;
	padding-right: 0.5em;
	padding-bottom: 0.75em;
	padding-left: 12px;
}
/*	End right column box	*/


/* Start footer styles */
#footer {
	background: #DDEEDD;
	width: 100%;
	border-top: 1px solid #028002;
	font-size: 70%;
	color: #028002;
	text-align: center;
	padding-bottom: 1em;
	padding-top: 1em;
	clear: both;
}
#footer ul {
	margin-top: .5em;
}
#footer a:link, #footer a:visited {
	color: #003399;
	padding-right: .5em;
	padding-left: 0.15em;
	border-right: 1px solid #028002;
}
#footer a:hover, #footer a:active {
	color: #A25922;
}
#footer a.alt:link, #footer a.alt:visited {
	border-style: none;
}
#footer li {
	display: inline;
}
#back {
	width: 66px;
	float: right;
	font-size: 80%;
	margin-left: 2em;
	display: block;
	margin-right: 18px;
	background: url(../images/back_butt_bg.gif) no-repeat;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	height: 18px;
	margin-top: 0.5em;
}

/* End footer styles */

.bullets li {
	list-style: disc outside;
}
.warning {
	clear: both;
}
.highlight {
	font-size: 140%;
	font-weight: bold;
	color: #C00;
	text-align: center;
}

.center {
	text-align: center;
}
.floatleft {
	float: left;
	margin-right: 1em;
	margin-top: 3px;
}

.floatright {
	float: right;
	margin-bottom: 0.25em;
	margin-left: 1em;
	font-size: 90%;
	text-align: center;
	color: #00509E;
	margin-right: .5em;
}
.floatright img {
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #CCCCCC;
	padding: 2px 2px 4px;
}
.clearleft {
	clear: left;
}


.clearright {
	clear: right;
}

