/* 
main 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/mpdisplaybg.gif) repeat-y right ;
	}
	
#maindisplay:before {
	content: url(../images/pagedisplays/mainpage/mpdisplaytop.gif);
	text-align: center;
	}

#maindisplay:after {
	content: url(../images/pagedisplays/mainpage/mpdisplaybtm.gif);
	text-align: center;
	}


/* display area - text areas */

#textarea {
	float: left;
	background: #ffffff url(../images/pagedisplays/mainpage/mpdisplaybg.gif) repeat-y left;
	}

#textarea h1 {
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	text-align: left;
	margin-bottom: 0em;
	margin-left: 2em;
	margin-top: 1em;
	font-size: 2.2em;
	}

#textarea p {
	margin: 1em 2em 1.2em 2em;
	font-family: Georgia, "Times New Roman", Times, seriff !important;
	font-size: 21px;
	}

#textarea span {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-style: italic; 
	}

#textarea ul {
	font-size: 14px;
	display: list-item;
	list-style-type: none;
	line-height: 1.4em; 
	margin-bottom: 0em;
	margin-left: 6.7em;
	font-style: italic; 
	}

.HolidayHours{
	margin-top: 0em;
	font-weight: bold; 
	}


#textarea li {
	text-indent: 4em;
	}

#mainlist ul {
	margin: 0em;
	padding: 0em;
	}

#mainlist li {
	font-family: Georgia, "Times New Roman", Times, seriff !important;
 font-weight: normal;
	font-style: normal;
	text-decoration: none;
	list-style-type: disc;
	padding: 0em;
	text-indent: 0em;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: .5em;
	font-size: 1.2em;
	}

/* display area - menu */

#menuarea {
	float: right;
	background: #4AD4F7 url(../images/pagedisplays/mainpage/mpdisplaybg.gif) repeat-y right;
	}

#menuarea ul {
	font-size: 16px;
	margin: 0 4px 0 .8em;
	padding: 1em 0 0 0;
	list-style-type: none;
	}

#menuarea li {
	margin: .4em .5em 0 .3em;
	padding: 0;
	}

#menuarea a {
	padding: 0;
	}

#menuarea a:link, #menuarea a:visited {
	color: #33031d;
	text-decoration: none;
	}

#menuarea a:hover {
	color: white;
	background-color: transparent;
	}
