@charset "UTF-8";

body {
	background-color:#748878;
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
}

H1 {
	font: bold 20px Georgia, "Times New Roman", Times, serif;
	color: #6B2133;
}

H2 {
	font:  bold 16px Georgia, "Times New Roman", Times, serif;
	color: #6B2133;
	padding-top: 24px;
	padding-bottom: 5px;
	margin: 0px;
}

/* H3 and H5 are the same, except H3 has padding above it.*/

H3 {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-bottom: 0px;
	margin: 0px;
}

H4 {
	font:  bold 16px Georgia, "Times New Roman", Times, serif;
	color: #6B2133;
	padding: 0px;
	margin: 0px;
}

H5 {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
}

H6 {
	font: bold 18px Verdana, Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}

/*the letters dividing each alphabetical group of members on the complete directory*/

.letters {
	font: bold 16px Verdana, Arial, Helvetica, sans-serif;
	padding-top: 4px;
	padding-bottom: 4px;
}

.name {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;	
	margin-bottom:20px;
}


li {
	padding-top: 5px;
	padding-bottom: 5px;
}

/*the main area where all of the content is located*/

#content {
	background: #FEF5E1;
	padding: 20px 50px;
}

#content a:link, #content a:visited {
	color:#6B2133;
}

#content a:hover, #content a:visited:hover {
	color:#000000;
}

/*the cell at the top that holds the navigation.
This is only the cell, the rest of the navigation
is in the folder p7pm*/

#nav {
	color: #FFFFFF;
	background-color: #6A1027;
}

/*the left cell on the membership pages that
hold the navigation*/

#left_nav {
	background-color:#ffe4b3;
	border-right: 1px solid #562632;
	width: 200px;
	padding-top:20px;
}

/*the actual navigation (not the cell) 
on the member pages*/

#member_nav {
	font-size: 12px;
	color: #6B2133;
	padding-right: 30px;
	padding-left: 30px;
	width:150px;
}

#member_nav a:link, #member_nav a:visited {
	color: #6B2133;
	text-decoration: none;	
}

#member_nav a:hover, #member_nav a:visited:hover {
	color: #000000;
	text-decoration: none;	
}

/*footer (obviously)*/

#footer {
	background: #6A1027;
	height: 20px;
	color:#FFFFFF;
}

#footer a {
	padding-top:5px;
	padding-bottom:5px;
	text-decoration:none;
}

#footer a:link, #footer a:visited {
	color:#FFFFFF;
}

#footer a:hover, #footer a:visited:hover {
	color:#FFCC00;
}

/*the link at the bottom of many pages that
links to the directory*/

#find {
	font-size: 14px;
	color: #BF4A15;
}

#find a:link, #find a:visited {
	color: #5A43A7;
}

#find a:hover, #find a:visited:hover {
	color: #000000;
}

.float_left {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	margin-top:25px;
	border: 1px solid #333333;
}

/*table on the services page*/

#services_table {
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
	background: #FFE4B3;
	color: #000000;
	border-top: 1px solid #6B2133;
	border-left: 1px solid #6B2133;
}

#services_table td {
	padding: 10px 50px 10px 10px;
	border-right: 1px solid #6B2133;
	border-bottom: 1px solid #6B2133;
}

/*Input table on the directory page. This is
actually the same as the input_table (below), but I
made it separate just in case we want it different*/

#search_table {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #FFE4B3;
	padding: 10px;
	color: #000000;
	border: 1px solid #6B2133;
}

#search_table td {
	padding: 5px;
}

/*At this point all other input tables have
the same styling*/

.input_table {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #FFE4B3;
	padding: 10px;
	color: #000000;
	border: 1px solid #6B2133;
}

.input_table td {
	padding: 5px;
}

.input_table li {
	padding-top: 5px;
	padding-bottom: 5px;
	list-style-type: none;
}

.display_table {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #FFE4B3;
	color: #000000;
	border-top:1px solid #6B2133;
	border-left:1px solid #6B2133;
}

.display_table td {
	padding: 5px;
	border-right:1px solid #6B2133;
	border-bottom:1px solid #6B2133;
}

.display_table th {
	border-bottom:3px solid #6B2133;
	border-right:1px solid #6B2133;
	padding: 5px;
	background: #ECD2A5;
}

.directory_members {
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
	background: #FFE4B3;
	padding: 10px;
	color: #000000;
	border: 1px solid #6B2133;
}

.directory_members td {
	padding-left:10px;
	padding-right:10px;
}
