/* CSS Document */

html, body, #main {
	min-height: 100%;
	height: 100%;
	position:relative;
	background-color: f0f0f0;
	}  /* hack for IE5+/Win.*/

img {
	border:0;
}
	
html>body, html>body #main {height: auto;}
/* Without this, Moz1.0 adds a vertical scrollbar */

body {
	margin:0;
	padding:0;
	background-color:#b9c4c1;
	color:#231810;
	font-size:12px;
	line-height:20px;
	font-family:Georgia, Times, serif;
}

a, a:visited {
	color:#720000;
}

a:hover, a:visited:hover, a:active {
	color:#00274a;
	text-decoration:underline;
}

p {margin-top:0;
	padding-top:0;
	margin-bottom:0;
	padding-top:0;
	}

h1 {
	color:#720000;
	font-size:18px;
	font-weight:normal;
	margin-top:0px;
	margin-bottom:10px;
}

h2 {
	color:#00274a;
	font-size:14px;
	line-height:18px;
	margin-top:0px;
	margin-bottom:0px;
}

h3 {
	color:#720000;
	font-size:14spx;
	margin-top:0px;
	margin-bottom:10px;
}

#outer {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:1008px;
	padding-top:0;
	margin-top:0;
	padding-bottom:10px;
	margin-bottom:0;
}

#main	{
	text-align:left;
	width:998px;
	background:url(images/main_left.jpg) top left repeat-y #FFF;
	padding:0 0 0 9px;
	margin:0;
}

#main_right {
	text-align:left;
	width:988px;
	background:url(images/main_right.jpg) top right repeat-y;
	padding-right:10px;
	height:100%;
}

#header {
	background:url(images/banner_bkgd.jpg) no-repeat;
	text-align:left;
	height:153px;
}

.banner {
	padding-top:10px;
	padding-left:22px;
	float:left;
}

.logo {
	padding:10px 50px 6px 47px;
}
 
html:not([dummy]) .logo  /*writing a style this way hides it from all Browsers except Firefox. In this case, the header was not rendering correctly in FF w/bottom padding of 6px. 6px is find for everything else. */
	{
	padding:10px 50px 9px 47px;
	} 

#nav {
	background-color:#720000;
	padding-top:5px;
	width:1000px;
	margin-left:3px;
	margin-right:5px;
}

#nav img {
	padding-left:10px;
	padding-right:10px;
	}
	
#footer {
	background:url(images/footer_bkgd.jpg) top left repeat-x; 
	width:983px;
	height:9px;
	text-align:left;
	float:left;
	padding:0;
	margin:0;
}

#footer img {
	vertical-align:top;
}

#footer_text {
	padding:0px 0px 0px 10px;
	height:26px;	
	font-size:10px;
}
#footer a, #footer a:visited {
	color:#231810;
	text-decoration:underline;
}

#footer a:active, #footer a:visited:hover, #footer a:hover {
	color:#000;
	text-decoration:underline;
}

#footer_right {
	height:9px;
	width:25px;
	float:right;
}
	
/* home page styles & layout 1 styles */

#hm_content {
	background:url(images/right_col_bkgd.jpg) top right repeat-y #f0f0f0;  /*sets background color for far right column */
	width:988px;
}

#hm_left_column {
	float:left;
	background:url(images/hm_image_bkgd.jpg) top left no-repeat;
	width:808px;
}

#hm_photo {
	padding:27px 46px 37px 44px;
	width:717px;
}

#hm_bottom_row {
	background:url(images/hm_bottom_left_bkgd.gif) top left repeat-y;
	width:808px;
}

#hm_bottom_left {
	padding:15px 11px 26px 12px;
	float:left;
	width:164px;
}
#hm_bottom_left img {
	padding-bottom:15px;
}

#hm_bottom_center {
	padding:15px 12px 26px 26px;
	float:left;
	width:275px;
}

#hm_bottom_center h1, #hm_bottom_right h1 {
	font-size:14px;
	color:#00274a;
	margin-bottom:0;
	padding-bottom:0;
}

#hm_bottom_center img, #hm_bottom_right img {
	border:1px solid #e4e0d8;
}
#hm_bottom_right{
	padding: 15px 14px 26px 11px;
	float:right;
	width: 277px;
}	
#hm_right_column {
	float:right;
	padding:8px 5px 27px 5px;
	width:160px;
}

#hm_right_ad {
	width:160px;
	background-color:#c4b8a3;
	height:600px;
}

/* layout 2 styles: about page, events, members, contant*/

#header_med {
	background:url(images/banner_med_bkgd.jpg) no-repeat;
	text-align:left;
	height:153px;
}

#med_left_column {
	float:left;
	background:url(images/med_image_bkgd.jpg) top left no-repeat;
	width:524px;
}

#med_hdr {
	text-align:center;
	padding-top:20px;
}

#med_photo {
	padding:10px 32px 34px 36px;
	width:455px;
}

#med_center {
	float:left;
	width:270px;
	padding-top: 19px;
}
#med_center p {
	padding:0px 10px 10px 6px;
}

#med_center_content {
	padding-left:6px;
}

#med_center_content h1 {
	padding-left:6px;
}

#med_center .even, .odd{
	padding-top:12px;
	padding-bottom:5px;
	padding-left:12px;
	overflow:hidden;
	}
#med_center .odd a, #med_center .odd a:visited , #med_center .even a, #med_center .even a:visited {
	color:#720000;
	text-decoration:underline;
}

#med_center .odd a:hover, #med_center .odd a:visited:hover, #med_center .odd a:active , #med_center .even a:hover, #med_center .even a:visited:hover, #med_center .even a:active {
	color:#720000;
	text-decoration:underline;
}
#med_center_add {
	float:left;
	width:798px;
	padding-top: 19px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 10px;
}

#med_center_add .blue {
color:#000; font-weight:bold;
}
#med_center_add .even, #med_center_add .odd{
	padding-top:12px;
	padding-bottom:12px;
	padding-left:12px;
	overflow:hidden;
	}


#med_center_about_map {
	background:url(images/about_map_bkgd.gif) no-repeat top left;
	padding:54px 6px 15px 115px;
}

#med_center #about_form {
	background-color:#ded9cc;
	padding: 5px 0px 9px 5px; 
	overflow:hidden;
}


#med_bottom_row {
	padding:0px 20px 26px 29px;
	width:460px;
}

#med_right_column {
	float:right;
	padding:8px 10px 27px 5px;
	width:160px;
}
#med_right_ad {
	width:160px;
	background-color:#c4b8a3;
	height:600px;
}

/* listing page styles: directory page, gallery page, regional businesses page */

#list_header {
	background:url(images/banner_list_bkgd.jpg) no-repeat;
	text-align:left;
	height:153px;
}

#list_main_content {
	background:url(images/right_col_bkgd.jpg) top right repeat-y #fff;  /*sets background color for far right column */
	width:988px;
}

#list_left_column {
	float:left;
	background:url(images/list_image_bkgd.jpg) top left no-repeat;
	width:800px;
}

#list_photo {
	padding:0px 46px 33px 45px;
	width:717px;
}

#list_content {

}

#list_content img {
	float:right;
	padding-left:15px;
	padding-bottom:15px;
}


#list_hdr  {
	padding-top:0px;
	text-align:center;
}

#list_anchors {
	border-bottom: 1px dotted #222;
	text-align:center;
}

#list_anchors table {
	width:780px;
	padding:10px 25px 15px 25px;
	text-align:left;
}

#list_anchors table td {
	width:260px;
}

#list_anchors table td ul {
	color:#720000;
	margin:0;
	padding:0;
	list-style:disc;
}

#list_anchors table td li {
	padding-left:0px;
	margin-left:15px;
}

#list_anchors table td a, #list_anchors table td a:visited {
	color:#720000;
	text-decoration:underline;
}

#list_anchors table td a:hover, #list_anchors table td a:visited:hover, #list_anchors table td a:active {
	color:#00274a;
	text-decoration:underline;
}

#list_block {
	padding:0px 16px 25px 14px;
}

#list_right_column {
	float:right;
	padding:8px 10px 27px 9px;
	width:160px;
}

#list_right_ad {
	width:160px;
	background-color:#c4b8a3;
	height:600px;
}

/* activities pages */

#activities_photos {
	padding:0px 35px 31px 35px;
	width:735px;
}

/* main activities page */

#header_activities {
	background:url(images/banner_activities_bkgd.jpg) no-repeat;
	text-align:left;
	height:153px;
}

#activities_hdr  {
	padding-top:26px;
	padding-bottom:10px;
	text-align:center;
}

#activities_left_column {
	float:left;
	background:url(images/act_image_bkgd.jpg) top left no-repeat;
	width:808px;
}

#ad_row {
	width:791px;
	background-color:#f0f0f0;
	padding-top:10px;
	padding-bottom:15px;
	padding:10px 10px 15px 7px;
	float:left;
}

#ad_left, #ad_center {
	float:left;
	padding-right: 5px;
}

#ad_left {
	width:300px;
}

#ad_center {
	width:180px;
}

#ad_right {
	float:right;
	width:300px;
}

/* gallery */

#gallery_header {
	background:url(images/banner_gallery_bkgd.jpg) no-repeat;
	text-align:left;
	height:153px;
}

#gallery_hdr  {
	padding-top:0px;
	text-align:center;
	width:734px;
	padding-top:24px;
}

#gallery_left_column {
	float:left;
	background:url(images/gallery_left_col_bkgd.jpg) top left no-repeat;
	width:808px;
}

#gallery_content {
	padding:0px 35px 15px 35px;
	width:735px;
}

#gallery_photo {
	padding:0px 46px 33px 45px;
	width:717px;
}

#gallery_block {
	padding-top:5px;
	padding-left:25px;
	padding-right:25px;
}

#gallery_block img {
	float:none;
	padding:0;
}

#gallery_content {

}

#contact_bottom_row {
	padding:0px 29px 26px 9px;
	width:490px;
}

/* members */
#med_center .blue {
color:#00274a; font-weight:bold;
}#med_center .bold {
color: #000000; font-weight:bold;
}

#med_center a, #med_center a:visited {
	color:#231810;
	text-decoration:underline;
}

#med_center a:hover, #med_center a:hover, #med_center a:visited:hover {
	color:#720000;
	text-decoration:underline;
}

#members_bottom_row {
	padding:0px 36px 26px 29px;
	width:470px;
}

/*events */


#events_photo {
	padding:9px 27px 31px 30px;
	width:400px;
}

#events_hdr {
	text-align:center;
	padding-top:20px;
	width:520px;
}

#events_left_column {
	float:left;
	background:url(images/events_image_bkgd.jpg) top left no-repeat;
	width:525px;
}

#events_bottom_row {
	padding:0px 36px 26px 29px;
	width:430px;
}

#events_bottom_row img{
	float:right;
	padding-left:15px;
	padding-bottom:15px;
}

#events_center {
	padding:17px 0px 0px 0px;
	float:left;
	width:285px;
}



#events_center .odd .blue, #events_center .even .blue {
	color:#00274a; font-weight:bold;
	}
	#events_center .bold, #events_center .bold {
	color: #000000; font-weight:bold;
	}
#events_center .odd, #events_center .even{
	padding-top:12px;
	padding-bottom:12px;
	padding-left:12px;
	overflow:hidden;
	}
#events_center .odd a, #events_center .odd a:visited , #events_center .even a, #events_center .even a:visited {
	color:#720000;
	text-decoration:underline;
}

#events_center .odd a:hover, #events_center .odd a:visited:hover, #events_center .odd a:active , #events_center .even a:hover, #events_center .even a:visited:hover, #events_center .even a:active {
	color:#720000;
	text-decoration:underline;
}

.odd {
	background-color:#e4e0d8;
	overflow:hidden;
	}
	
.even {
	background-color: #ecebe9;
	overflow:hidden;
	}

	
/* private page styles */

#header_private {
	background:url(images/banner_private_bkgd.jpg) no-repeat;
	text-align:left;
	height:153px;
}

/* contact us page styles */

#contact_center {
	float:left;
	width:260px;
	padding-top: 19px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#contact_center p {
	padding:0px 10px 10px 0px;
}

#contact_center #contact_form {
	background-color:#ded9cc;
	padding: 5px 16px 9px 15px; 
}