/* 
sitemap page styles for smithdiving.com
Bob Haider
bobhaider@mac.com
Updated: Apr 2004
*/

/* The display area for the main page is a text area to the left and a menu area to the right. the display area has a top and bottom graphic that further defines the display space and should be the first and last elements displayed */

#maindisplay {
	background: #ffffff url(../images/pagedisplays/mainpage/mp2displaybg.gif) ;
	text-align: center;
	}
#maindisplay:before {
	content: url(../images/pagedisplays/mainpage/mp2displaytop.gif);
	}

#maindisplay:after {
	content: url(../images/pagedisplays/mainpage/mp2displaybtm.gif);
	}
	
#maindisplay table {
	width: 85%;
	margin-left: 10%;
	margin-right: auto; 
	border-collapse: collapse;
	}

#maindisplay td {
	width: 33%;
	text-align: left;
	vertical-align: top;
	padding: 1em;
	font-size: 12px;
	}

#maindisplay ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-left: 1em;
	}
#maindisplay li {
	padding-top: .3em; 
	}

#maindisplay td a:link {
	color: #240214;
	text-decoration: none 
	}

#maindisplay td a:visited {
	color: #240214;
	text-decoration: none 
	}

#maindisplay td a:hover {
	color: red;
	text-decoration: underline;
	background-color: yellow; 
	}

#maindisplay td.center {
	border-left: 1px silver solid; 
	border-right: 1px silver solid; 
	}

#maindisplay p {
	text-align: left;
	margin-left: 5em;
	margin-right: 5em; 
	}
#maindisplay h3 {
	margin-left: 3.5em;
	}

#maindisplay h1 {
	padding-top: 10px; 
	}

#maindisplay h2 {
	margin-left: 4em;
	}
